Search found 24 matches
- Wed Jul 25, 2018 8:51 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Delete with no confirmation
- Replies: 8
- Views: 8596
Re: Delete with no confirmation
IMHO all good software design will obtain confirmation before a destructive action is undertaken. It shouldn't rely on the OS.
- Thu Jun 08, 2017 12:08 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Bug: File with large number of lines chokes the editor
- Replies: 4
- Views: 3448
Re: Bug: File with large number of lines chokes the editor
I've previously reported the editor hanging when trying to deal with a large files. Tonight I have loaded a SQL file with only 427 lines and the editor hangs to the point that I have to kill the application. This particular file does have some *very* long lines, but WeBuilder has never coped with ...
- Mon Oct 24, 2016 11:20 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Rapid PHP 2016 very slow with CSS
- Replies: 3
- Views: 3516
Re: Rapid PHP 2016 very slow with CSS
I think that this is the same issue as reported here [url]http://forums.blumentals.net/viewtopic.php?f=4&t=6989[/url] When developing a new application many errors can build up in the error log. If I subsequently try to open the log in order to delete its contents, it can hang the machine. Sometimes ...
- Sun Oct 02, 2016 3:41 pm
- Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
- Topic: General discussion about plugins.
- Replies: 139
- Views: 3058389
Re: General discussion about plugins.
The plugin was created in Windows 7. Perhaps Windows 10 has a different default on screen font? Different as in different size?
- Sun Jul 03, 2016 11:07 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Large file can hang application
- Replies: 1
- Views: 2257
Large file can hang application
WeBuilder 2014 version 14.0 (14.0.0.184) - but this also occurred in previous versions. If I manipulate a very large file i.e. 100,000+ lines WeBuilder can hang. Opening such a file is usually okay, but editing it, or trying to delete its contents will often result in the application hanging. To ...
- Sun May 29, 2016 5:21 pm
- Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
- Topic: Plugin: Project Manager
- Replies: 4
- Views: 15821
Re: Plugin: Project Manager
I didn't intentionally disable anything, if you could please.
- Thu May 26, 2016 11:47 pm
- Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
- Topic: Plugin: Project Manager
- Replies: 4
- Views: 15821
Plugin: Project Manager
Hi, I am pleased to announce version 1.0 of my Project Manager Plugin. This follows a previous and similarly named plugin called Project Management. I have chosen a different name so as not to confuse the two, and ensure that are no conflicts between the two different plugins. The main difference ...
- Fri May 06, 2016 1:36 am
- Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
- Topic: General discussion about plugins.
- Replies: 139
- Views: 3058389
Re: General discussion about plugins.
Can you please provide some examples for manipulating lists in a listbox please? I have the following var listSetsID = new TListBox(f); listSetsID.Parent = f; listSetsID.SetBounds(14, 80, 570, 200); which I've then populated from an ini file. So good so far. I have an OnClick event listSetsID ...
- Thu Dec 03, 2015 9:36 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: 'Find in files' popup
- Replies: 2
- Views: 2746
'Find in files' popup
Hi, Using WB 13.5 Can you please increase the on screen length of the folder path field under 'Search -> Find in files -> popup -> Look in -> folder'? Every time I wish to do a search within a set of files using this popup I *have* to use the 'Browse' button in order to ensure that I have the ...
- Sun Feb 08, 2015 11:04 pm
- Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
- Topic: General discussion about plugins.
- Replies: 139
- Views: 3058389
Re: General discussion about plugins.
Thanks for the examples I have got this part working now 
I have looked at the documentation you provided the link to, but there was only one form example and no events.

I have looked at the documentation you provided the link to, but there was only one form example and no events.
- Sat Feb 07, 2015 12:11 pm
- Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
- Topic: General discussion about plugins.
- Replies: 139
- Views: 3058389
Re: General discussion about plugins.
Can you please provide some examples of capturing events such as change or onClick for List boxes and Combo boxes please? I am having trouble converting from the conventional Delphi style of coding to what is expected in JavaScript. Are you using some known engine to drive the plugin architecture ...
- Tue Jan 27, 2015 1:34 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Project switching changes tabs also
- Replies: 7
- Views: 6599
Re: Project switching changes tabs also
For those that been following this thread. I have released a plugin which may provide a solution to this problem.
[url]http://forums.blumentals.net/viewtopic.php?f=33&t=6557[/url]
Dave
[url]http://forums.blumentals.net/viewtopic.php?f=33&t=6557[/url]
Dave
- Tue Jan 27, 2015 1:24 pm
- Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
- Topic: Plugin: Project Management
- Replies: 4
- Views: 15912
Plugin: Project Management
Hi, I am pleased to announce version 1.0 of my Project Management Plugin. It was created for my own use, but I am happy to share it. The reason it was written is because I find myself working on different projects throughout the day, and wanted to re-open the set of files that I had been working on ...
- Tue Jan 27, 2015 12:51 pm
- Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
- Topic: General discussion about plugins.
- Replies: 139
- Views: 3058389
Re: General discussion about plugins.
Thank you.
Version 1.0 of Project Management to be uploaded shortly
Version 1.0 of Project Management to be uploaded shortly

- Sun Jan 25, 2015 1:58 pm
- Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
- Topic: General discussion about plugins.
- Replies: 139
- Views: 3058389
Re: General discussion about plugins.
Hi Aivars, Can you give some guidance on using .ini files please. There are no examples anywhere? The API: Global objects page suggests that you can read and write to .ini files via the following methods ReadSetting(Name, DefaultVal) WriteSetting(Name, Value) but this is different when you go to API ...