Search found 21 matches

by kybos
Wed Nov 19, 2008 10:12 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: HTML list formatting functions breaking unicode characters
Replies: 8
Views: 5038

Re: HTML list formatting functions breaking unicode characters

Hello Karlis, thank you. Concerning HTML->List: I have been trying to upload a screen shot here showing the vertical lines instead of characters, but without success (Error uploading file...). Anyway: My assumption is that the item textbox uses some default system font which does not contain the ...
by kybos
Fri Nov 14, 2008 11:16 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: FTP connections error after upgrade to 2008
Replies: 5
Views: 2857

Re: FTP connections error after upgrade to 2008

Fortunately the problem is solved for the time being as the provider changed his settings so those two "found" messages are not output any longer at the login. FYI: I had experimented with the DOS FTP command line tool in the meantime. It had some problems with these messages too. It did not cancel ...
by kybos
Tue Oct 28, 2008 11:21 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: FTP connections error after upgrade to 2008
Replies: 5
Views: 2857

Re: FTP connections error after upgrade to 2008

I upgraded from version 8 something (I don't have the exact version number any more as I uninstalled the old version prior to installing the new one, but it was the latest version of the 8 or 2007 series). I'm afraid I have no idea about the make of the FTP server. After some research I would say it ...
by kybos
Mon Oct 27, 2008 10:48 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: FTP connections error after upgrade to 2008
Replies: 5
Views: 2857

FTP connections error after upgrade to 2008

Hi, I have just upgraded to 2008 version of RapidPHP (9.2.0.100). Apart from losing all my project definitions (never mind, I recreated them... all other settings were transferred correctly, as described in the upgrade instructions), it's not longer possible to connect to my FTP server. An error box ...
by kybos
Mon Oct 27, 2008 10:27 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: HTML list formatting functions breaking unicode characters
Replies: 8
Views: 5038

Re: HTML list formatting functions breaking unicode characters

I upgraded to 2008 version (9.2.0.100). Unfortunately almost all problems from the 2007 version with the broken unicode texts still persist. 1. HTML->List... There is some change in the behavior, but it's still strange. If I enter special chars in the item box, they are displayed only as vertical ...
by kybos
Fri May 09, 2008 7:31 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: HTML list formatting functions breaking unicode characters
Replies: 8
Views: 5038

Re: HTML list formatting functions breaking unicode characters

Hi again, now I think I have the current Rapid PHP 2007 version (8.3.1.81) but the problem still persists. Both the list creating and the list formatting functions break all unicode characters in the text. Same thing with Form-Text area creating function (unlike the list, it still looks OK in the ...
by kybos
Thu Jun 14, 2007 9:32 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Inconsistent encoding at saving files
Replies: 8
Views: 6850

No, incredibly enough, this highly annoying and most obvious PHP bug is not going to be solved until PHP release 6 ...

See http://bugs.php.net/bug.php?id=22108

It will take years before all web providers get PHP 6 ...
by kybos
Wed Jun 13, 2007 11:32 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Wrong encoding when file opened from project view pane
Replies: 1
Views: 1965

Wrong encoding when file opened from project view pane

If I create a new file by a right click from the project view pane ->New file... then it is open as ANSI, despite my UTF-8 default setting for creating new files.

Kybos

PS: I mentioned that in another posting already but it obviously got lost there...

System: XP SP2
RapidPHP latest version
by kybos
Wed Jun 13, 2007 11:14 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Inconsistent encoding at saving files
Replies: 8
Views: 6850

You are right again. Unfortunately UTF-8 with BOM is not an option for PHP files sending a header since the BOM is causing PHP errors in that case (nothing must precede the http header, not even BOM...). A solution for this dilemma (used by some other HTML and text editors as well) is to parse the ...
by kybos
Wed Jun 13, 2007 9:17 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Wrong case of some Javascript objects
Replies: 4
Views: 3613

Hi Karlis, here is a list of general Javascript objects with proper case (source selfHTML): all (Microsoft) anchors applets Array Boolean Date document elements embeds event forms frames Function history images layers (Netscape) links location Math mimeTypes navigator node Number options plugins ...
by kybos
Sat Jun 09, 2007 11:14 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: HTML list formatting functions breaking unicode characters
Replies: 8
Views: 5038

Unfortunately the same goes for the FORM formatting functions as well...
by kybos
Fri Jun 08, 2007 7:26 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Wrong case of some Javascript objects
Replies: 4
Views: 3613

A related issue:
The input help for JavaScript is obviously NOT case sensitive.
I.e. you get the list of possible attributes/methods both for
window.[] and Window.[], which I think should not happen.
by kybos
Thu Jun 07, 2007 11:45 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Inconsistent encoding at saving files
Replies: 8
Views: 6850

Hi Karlis, my first point from the message above is not 100% plausible. I checked the setting in the preferences once again and it says in the frame title: 'Encoding for newly created files'. In this respect you are probably right not to use it for already existing files. So there seems to be some ...
by kybos
Thu Jun 07, 2007 11:26 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Auto complete with linked CSS files
Replies: 8
Views: 6753

Hi Will, I think this is a matter of taste. I personally would like to see all available selectors in the input help, even if it's clear that some can't be used for all elements. Better more than less ;-) . I use similar constructs as well and I don't think it would be a good idea to exclude ...
by kybos
Wed Jun 06, 2007 6:02 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Wrong case of some Javascript objects
Replies: 4
Views: 3613

Wrong case of some Javascript objects

In the object panel, the list of Javascript objects lists all objects starting with uppercase character. IMHO this is wrong for objects like window, screen, document..., it won't even work in the coding since Javascript is case-sensitive.

Kybos