Search found 172 matches

by yereverluvinuncleber
22 Mar 2024 13:52
Forum: General discussion
Topic: Creations built using RJtextEd
Replies: 44
Views: 226099

Re: Creations built using RJtextEd

I am currently using RJTextEd and VB6 together as the main tools on my development desktop. I am steadily converting all my old javascript/jscript widgets to VB6 and I now have a stock of partly complete/finished VB6 widgets on my own desktop. The process for conversion involves having the old YWE w...
by yereverluvinuncleber
29 Dec 2023 00:27
Forum: News
Topic: Marry Christmas 2023
Replies: 1
Views: 2697

Re: Marry Christmas 2023

Merry Christmas!
by yereverluvinuncleber
01 Nov 2023 12:23
Forum: General discussion
Topic: Creations built using RJtextEd
Replies: 44
Views: 226099

Re: Creations built using RJtextEd

Also just "knocked up" a new penny red widget using VB6. https://i.imgur.com/TUO5182.jpg I was really doing this to see how long it would take me to create a basic VB6 widget from a template. Really no longer than a few hours. I might create a few more of these simple eye candy widgets now...
by yereverluvinuncleber
01 Nov 2023 12:10
Forum: General discussion
Topic: Creations built using RJtextEd
Replies: 44
Views: 226099

Re: Creations built using RJtextEd

Still creating widgets with RJTextEd. I have just created a Panzer Just Clock Widget, a cut-down version of the Pz Stop watch Widget to aid in the creation of a VB6 version of the same. I am slowly converting all my old javascript/XML desktop widgets to VB6 binaries. As it can be quite a complicated...
by yereverluvinuncleber
23 Jul 2023 20:58
Forum: General discussion
Topic: Creations built using RJtextEd
Replies: 44
Views: 226099

Re: Creations built using RJtextEd

I am now starting to work a lot more on VB6 as it is starting to acquire a lot of new functionality that it previously lacked. 64bitness is coming with TwinBasic, a VB6 replacement. Transparency and the ability to load image layers directly from a PSD file is now present. This means I can convert my...
by yereverluvinuncleber
23 Jul 2023 20:49
Forum: General discussion
Topic: Creations built using RJtextEd
Replies: 44
Views: 226099

Re: Creations built using RJtextEd

I am working on a much older widget that hasn't worked properly for a while, my Steampunk CPU_GPU Speedfan Thermometer Yahoo Widget. I am fixing it up and archiving it to github as I am ready to move onto new technologies. Don't like to leave broken code on github so I will get it working before I '...
by yereverluvinuncleber
19 Jul 2023 11:41
Forum: Bugs
Topic: ??? Paste and Replace with nothing just does it!
Replies: 1
Views: 986

??? Paste and Replace with nothing just does it!

If I do a global search and replace with both strings in the respective boxes and I want RJTe to highlight each change and then allow me to confirm prior to making the change - then it works well and does exactly what I want it to, each find is confirmed with a 'yes' or 'no' &c. If the replace s...
by yereverluvinuncleber
18 Jul 2023 02:12
Forum: Bugs
Topic: FIXED? Only partial undo on Search and Replace
Replies: 1
Views: 990

FIXED? Only partial undo on Search and Replace

I did a silly thing and made a global change on a series of files using the Search and Replace facility. I was not happy with the result of my changes so I pressed CTRL/Z to undo the changes. At the time I had seven or eight files open. The ctrl/z reversed the changes in the current file (.js) but o...
by yereverluvinuncleber
16 Jul 2023 15:20
Forum: Features
Topic: RJTe REQUEST: Search Dialog Box Non Modal
Replies: 1
Views: 1218

RJTe REQUEST: Search Dialog Box Non Modal

In RJTexEd we have two search forms, the bottom of the screen and a modal search box. This request is referring to the modal search box. The current Search Dialog Box when defined as a pop-up window is a Modal form and it has to be closed before we can access the main form and touch our code. I am e...
by yereverluvinuncleber
11 Jul 2023 01:54
Forum: Bugs
Topic: ???: Paste Special not pasteing as special at all
Replies: 1
Views: 1068

???: Paste Special not pasteing as special at all

I may have found a bug with paste special. I should have marked this as a bug in the bug section, apologies. I was unsure whether it was a bug or a feature. I am doing some markdown editing and the indent formatting is important. When I copy a selection with code indented by RJTe then I attempt to d...
by yereverluvinuncleber
09 Jul 2023 11:24
Forum: Features
Topic: RJTe Request: Allow a single instance of a project to be open at one time
Replies: 0
Views: 1817

RJTe Request: Allow a single instance of a project to be open at one time

RJTe has the option to only open one instance of the program but this does not take into account Projects. We may want to have several projects open simultaneously and this implies multiple instance of RJTe but we might want to avoid allowing the same project to be open more than once. Making change...
by yereverluvinuncleber
06 Jul 2023 13:58
Forum: Bugs
Topic: RJTe Bug: Editor improperly closed - Do you wish to recover
Replies: 16
Views: 2940

Re: RJTe Bug: Editor improperly closed - Do you wish to recover

FYI, I open my projects in one of two ways, which may be causing the problem. I have all my .rjproj files in one location ( I want to change this later but that is how it is at the moment) I have a folder of shortcuts on the desktop, one to each .rjproj file. When I want to open a .js project I clic...
by yereverluvinuncleber
05 Jul 2023 19:58
Forum: Bugs
Topic: RJTe Bug: Editor improperly closed - Do you wish to recover
Replies: 16
Views: 2940

Re: RJTe Bug: Editor improperly closed - Do you wish to recover

Will do, cannot recreate at will, it happens only at times - but it is regular. Just this evening I opened a project using a link to the rproj file and then opened the same rproj file almost immediately afterwards - by mistake - to end up with a second instance of the project. As the 2nd instance op...
by yereverluvinuncleber
05 Jul 2023 17:05
Forum: General discussion
Topic: Useful Tools Complementary to RJTe
Replies: 24
Views: 33288

Re: Useful Tools Complementary to RJTe

One of my programs is currently distributed using setup2go, a very useful and comprehensive installer program that builds a .exe installer. It is quite comprehensive installer build tool and the only limitations for me is that it is only builds a 32bit installer (not that we really need 64bit instal...