Search found 6 matches

by digi_al
Wed Jun 05, 2013 4:56 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: format javascript code error
Replies: 2
Views: 2527

Re: format javascript code error

can you give me details about this bug and when it should be fixed as i think 'format javascript code' functionality is very broken.

i get the above error when all i have is this js:

Code: Select all

var attributes = {
id: "flashGame",
name: "flashGame"
};
by digi_al
Mon Dec 21, 2009 3:53 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: move window
Replies: 3
Views: 2077

Re: move window

i think it was because i 'imported' (copied the settings folder) my settings from another machine which has multiple monitors, and the 'open window on the other monitor' setting got imported. Clearly there is something wrong with the code as the window was not visable at all, but the values in the ...
by digi_al
Mon Dec 14, 2009 11:40 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: move window
Replies: 3
Views: 2077

Re: move window

very odd how this got into this state but the settings were in the registry, look in:

HKEY_CURRENT_USER\Software\Karlis Blumentals\Rapid PHP\7.0\General
by digi_al
Sun Dec 13, 2009 10:24 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: move window
Replies: 3
Views: 2077

move window

hi,
my main rapid PHP window is stuck off screen / monitor and most apps have a Move [window] menu item but Rapid PHP does not.

How can i move the window - or where in the config files does it state the window start up position?

Thanks,
alan
by digi_al
Tue Nov 03, 2009 4:12 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: function and variables inside a string highlighting
Replies: 4
Views: 3285

Re: function and variables inside a string highlighting

please dont tell me how to program. using a variable inside an sql statement is fine - you method is in no way more secure. how do you know i have not already checked the variable for security? or its created inside the code and not been passed in? for me (with an app that highlights variables like ...
by digi_al
Wed Oct 28, 2009 1:55 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: function and variables inside a string highlighting
Replies: 4
Views: 3285

function and variables inside a string highlighting

Hi,

1. It would be great if we can get code highlighting for PHP function names.

2. Also for variables inside a string, eg:
"SELECT * from platform where id=$id"

Thanks and keep up the good work,

alan