Search found 22 matches

by flz
Thu Jun 01, 2006 6:35 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Using PHP With Webuilder
Replies: 20
Views: 20569

Hi Brynley,

What happens when you try to preview? Do you get an error message?
Do you have the checkbox "Use folder mappings..." checked?

The "Path to php.exe" is needed for syntax check only. The preview only works for files in your htdocs directory and subdirectories.

Frank
by flz
Sun Apr 30, 2006 8:45 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: SQL Browser - connect error
Replies: 1
Views: 2277

'dsl-217-155-204-94.zen.co.uk' is your puclic name while you're connected to the internet. The message states you're not allowed to connect to a mysql-server located in the internet. Usually you're not allowed to connect to the mysql-server of your provider from any host other than your webspace. To ...
by flz
Tue Apr 25, 2006 7:19 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Image Maps - Edit Tags
Replies: 6
Views: 6422

And your second question: if you mean the "edit tag" feature of homesite, in webuilder you have the "inspector"-panel which shows attributes of the selected tag, and you can edit them there directly. You can leave this panel visible, so there's no need to right-click.
by flz
Tue Apr 25, 2006 6:48 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Image Maps - Edit Tags
Replies: 6
Views: 6422

I also switched from homesite and i think you won't be disappointed. Some special features may be missing or different, but in return you get lots of features homesite doesn't have (and will never get...).
by flz
Fri Apr 21, 2006 5:20 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: some small issues with color coding etc
Replies: 1
Views: 2345

some small issues with color coding etc

Hello, first of all i would like to thank you for your great work. There are some small issues i noticed that maybe bugs, maybe missing features: - PHP ending tag is not recognized when following a PHP Line comment (i can easily avoid this myself, in fact i always place php-tags in a single line by ...
by flz
Fri Apr 21, 2006 4:12 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: File Explorer-right click options to add folder, delete file
Replies: 5
Views: 5651

I realize this is an old post, but as this does not seem to have made it into the new version, i'd like to draw some attention to this again. The feature i would prefer most is that when saving new files the save as dialog automatically switches to the folder currently selected in file explorer ...
by flz
Thu Jan 26, 2006 3:52 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Windows oprn maximized. Is this a bug?
Replies: 9
Views: 9500

I don't think an extra option is needed. I am with the topic starter here: If the windows already open are maximized (that's what i always use), new windows should also be maximized, if existing windows are resizable then new windows could also start in resizable mode.
by flz
Sat Sep 24, 2005 4:20 pm
Forum: Announcements
Topic: Update: 2005 v6.3
Replies: 8
Views: 16098

Thanks a lot Karlis!
All of the added Features are great, especially the PHP comment/uncomment Feature is really cool and "disable remove trailing spaces" is very useful to me!
by flz
Sat Aug 13, 2005 12:00 pm
Forum: Announcements
Topic: Update: 2005 v6.2
Replies: 7
Views: 13729

+ Fixed: "Another app has changed file" dialog is now modal + Fixed: "revert to saved" dialog Yes click no more sets modified flag + Fixed: "revert to last saved" dialog appears only if file has changed Thank you very much for fixing this so fast and also for all the other improvements! Great ...
by flz
Tue Aug 02, 2005 2:59 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: "file modified" checking quirks
Replies: 3
Views: 4136

Thank you Karlis. Especially the second one would help me a lot. I hope you find time to enjoy vacations too!
by flz
Tue Aug 02, 2005 2:48 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: 2 Rapid PHP bugs
Replies: 22
Views: 22078

Currently the auto-cleanup is active all the time. I guess in the future releases we can make an option that would allow you to disable the automatic removal of trailing spaces and tabs, this would also solve the pain with "modified" flag. Thank you. Maybe you could just automatically disable auto ...
by flz
Wed Jul 27, 2005 11:02 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Issues with WeBuider 2005
Replies: 18
Views: 28979

4. You can not change the background color of PHP block as such, however you can change the background color of all the PHP elements and achieve almost the same effect My vote for a setting to change the background of PHP-blocks. I already changed all PHP Elements, but whitespace and some chars in ...
by flz
Wed Jul 27, 2005 10:49 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: "file modified" checking quirks
Replies: 3
Views: 4136

"file modified" checking quirks

While webuilder is really a great program, when working with it some time, i noticed three little quirks that keep disturbing me. 1) This is already in another thread, just to have it all together because it's the same topic: Tabs and whitespaces at the end of lines are removed by webuilder when ...
by flz
Wed Jul 27, 2005 9:57 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: 2 Rapid PHP bugs
Replies: 22
Views: 22078

As it looks, the syntax is checking matching (){}[] etc, but not PHP functions syntax (eg, a mistake in writing $_PHP_SELF vs $_PPH_SEFL, or str_replace vs srt_rpleace). Unknown function or variable names are not a syntax error. You might as well have your own functions called srt_rpleace() or ...