Re: [Lazarus] FCL-Web and new WebDesign packages

2010-01-26 Thread Joost van der Sluis
On Tue, 2010-01-26 at 12:23 +0700, Bee Jay wrote: For it to work the fcl-web_joost branch of Freepascal has to be used. (Or copy the files in packages/fcl-web onto your checkout of fpc-trunk) Can it be just merged with current fpc-trunk so we don't need to mess around with our svn

Re: [Lazarus] FCL-Web and new WebDesign packages

2010-01-26 Thread Graeme Geldenhuys
Joost van der Sluis wrote: That has nothing to do with it. (With Git you would also have to use a local command to use this branch/part) I was simply enlightening Bee that I know how he feels and that it would have been easier (less effort) to test various branches with a tool that supports

Re: [Lazarus] FCL-Web and new WebDesign packages

2010-01-26 Thread Graeme Geldenhuys
Joost van der Sluis wrote: EmbWeb: Adds to possibility to FCL-Web to create webapplications with a build-in webserver, based in LNet which is also included. Usefull for debugging I'm very interested in this feature. I have been looking at nYume (web server implemented in less that 1000 lines

Re: [Lazarus] FCL-Web and new WebDesign packages

2010-01-26 Thread Joost van der Sluis
On Tue, 2010-01-26 at 10:24 +0200, Graeme Geldenhuys wrote: Joost van der Sluis wrote: That has nothing to do with it. (With Git you would also have to use a local command to use this branch/part) I was simply enlightening Bee that I know how he feels and that it would have been easier

Re: [Lazarus] FCL-Web and new WebDesign packages

2010-01-26 Thread Joost van der Sluis
On Tue, 2010-01-26 at 10:30 +0200, Graeme Geldenhuys wrote: Joost van der Sluis wrote: EmbWeb: Adds to possibility to FCL-Web to create webapplications with a build-in webserver, based in LNet which is also included. Usefull for debugging I'm very interested in this feature. I have

Re: [Lazarus] FCL-Web and new WebDesign packages

2010-01-26 Thread Michael Van Canneyt
On Tue, 26 Jan 2010, Graeme Geldenhuys wrote: Joost van der Sluis wrote: EmbWeb: Adds to possibility to FCL-Web to create webapplications with a build-in webserver, based in LNet which is also included. Usefull for debugging I'm very interested in this feature. I have been looking at

Re: [Lazarus] FCL-Web and new WebDesign packages

2010-01-26 Thread Graeme Geldenhuys
Michael Van Canneyt wrote: lnet is event-driven, nYume is not. nYume is multithreaded, and - to my taste - conceptually simpler. You may also want to try the HTTPServ from synapse, nYume is conceptually similar to that. Thanks. I made a note of all these options and will evaluate all of

Re: [Lazarus] FCL-Web and new WebDesign packages

2010-01-26 Thread Bee Jay
That's about it. It will use Qooxdoo-calls for the server-events. You can add more, offcourse... (does Qooxdoo also use some sort of 'readyscript'?) My main reason using ExtPascal and this new fcl-web is I'm too lazy to study JS programming and getting my hand dirty of it. Every JS

[Lazarus] Improving IDE Internationalization

2010-01-26 Thread Marcelo B de Paula
Hello Marcelo, I've recently been told about developing of a new fpc feature. The feature would allow user to override a default message type (any hint, note or warning) and treat it it as a error. So determining a message type by its number would provide a wrong result (at least icon of the

Re: [Lazarus] Lazarus is invisible?

2010-01-26 Thread Flávio Etrusco
On Tue, Jan 26, 2010 at 4:10 AM, Graeme Geldenhuys graemeg.li...@gmail.com wrote: Hans-Peter Diettrich wrote: my desk, with no significant contrast between text on screen and printed or handwritten paper sheets before or beneath my keyboard. Reading black text on white paper is no problem for

Re: [Lazarus] FCL-Web and new WebDesign packages

2010-01-26 Thread Michael Van Canneyt
On Tue, 26 Jan 2010, Bee Jay wrote: That's about it. It will use Qooxdoo-calls for the server-events. You can add more, offcourse... (does Qooxdoo also use some sort of 'readyscript'?) My main reason using ExtPascal and this new fcl-web is I'm too lazy to study JS programming and getting

Re: [Lazarus] Lazarus is invisible?

2010-01-26 Thread JoshyFun
Hello Lazarus-List, Tuesday, January 26, 2010, 8:15:41 AM, you wrote: environment, but the scoring of the searched terms. In current wiki (in example) is almost impossible to find something usable if you must use words like object, class or control, as they are present in almost all

Re: [Lazarus] FCL-Web and new WebDesign packages

2010-01-26 Thread JoshyFun
Hello Lazarus-List, Tuesday, January 26, 2010, 9:56:14 AM, you wrote: Do you know how LNet's HTTP server compares to nYume? MVC lnet is event-driven, nYume is not. nYume is multithreaded, and MVC - to my taste - conceptually simpler. MVC You may also want to try the HTTPServ from synapse, nYume

Re: [Lazarus] cursor image

2010-01-26 Thread Paul Ishenin
26.01.2010 19:59, ik wrote: Is there a cross platform (or a GTK/QT solution if not) how to get from X,Y the mouse cursor handle and from there to translate it to it's original icon ? How it is to get a cursor from X,Y? Best regards, Paul Ishenin. --

[Lazarus] ChangeBiDiModeAlignment is same BidiFlipAlignment

2010-01-26 Thread Zaher Dirkey
In Controls.pp svn #23551 The new function ChangeBiDiModeAlignment work as the old one BidiFlipAlignment. If you like, change the name of BidiFlipAlignment to new one but keep the parameter Flip for easy calling from bidi controls. Thanks in advance. -- Zaher Dirkey --

Re: [Lazarus] Lazarus is invisible?

2010-01-26 Thread JoshyFun
Hello Lazarus-List, Tuesday, January 26, 2010, 3:14:54 PM, you wrote: GG The code is available in fpGUI's repository on SourceForge, inside the GG 'docview' directory. See my signature for details on how to get the code. I'll check it. GG Make no mistake, the docview code will not be a simple

Re: [Lazarus] FCL-Web and new WebDesign packages

2010-01-26 Thread Dariusz Mazur
W dniu 2010-01-26 09:30, Graeme Geldenhuys pisze: Joost van der Sluis wrote: EmbWeb: Adds to possibility to FCL-Web to create webapplications with a build-in webserver, based in LNet which is also included. Usefull for debugging I'm very interested in this feature. I have been

Re: [Lazarus] cursor image

2010-01-26 Thread ik
http://ik.homelinux.org/ On Tue, Jan 26, 2010 at 15:28, Paul Ishenin webpi...@mail.ru wrote: 26.01.2010 19:59, ik wrote: Is there a cross platform (or a GTK/QT solution if not) how to get from X,Y the mouse cursor handle and from there to translate it to it's original icon ? How it is

Re: [Lazarus] Lazarus is invisible?

2010-01-26 Thread Guionardo Furlan
Well, I think that the black google isn't that great idea to save energy. Gradually, all the CRT monitors will be replaced by LCD or other kind of tecnology. But, the LCD keeps this back-lamp allways on, and the black dots don't mean energy saving. (Sorry by any translation error). 2010/1/26

Re: [Lazarus] Lazarus is invisible?

2010-01-26 Thread Marco van de Voort
On Tue, Jan 26, 2010 at 05:05:43PM -0200, Guionardo Furlan wrote: Well, I think that the black google isn't that great idea to save energy. Gradually, all the CRT monitors will be replaced by LCD or other kind of tecnology. But, the LCD keeps this back-lamp allways on, and the black dots don't

Re: [Lazarus] cursor image

2010-01-26 Thread Hans-Peter Diettrich
ik schrieb: Is there a cross platform (or a GTK/QT solution if not) how to get from X,Y the mouse cursor handle and from there to translate it to it's original icon ? What do you want: - an screenshot of the cursor, - or get the icon associated with the current cursor, - or set the cursor to

[Lazarus] Lazarus Forum seems to be hacked!

2010-01-26 Thread Bart
Hi there, The Lazarus forum (http://forum.lazarus.freepascal.org/index.php?action=forum) is very, very slow ATM, it takes me 1 minute to load a page (tested on different systems, with different OS'es and different browsers). When I viewed the source I discovered 1000 lines (after the normal

[Lazarus] Lazarus Forum seems to be hacked!

2010-01-26 Thread Marcelo B de Paula
Hi there, The Lazarus forum (http://forum.lazarus.freepascal.org/index.php?action=forum) is very, very slow ATM, it takes me 1 minute to load a page (tested on different systems, with different OS'es and different browsers). When I viewed the source I discovered 1000 lines (after the normal

Re: [Lazarus] Lazarus Forum seems to be hacked!

2010-01-26 Thread waldo kitty
they've either fixed the one on the forums already or my blocking of ohloh.net has possibly prevented it... there has been a recent rash of mess getting into numerous places... one that has been rather unnerving has been where an iframe (IIRC) was put in place with a Z axis of the highest

Re: [Lazarus] Lazarus Forum seems to be hacked!

2010-01-26 Thread Matt Shaffer
For the record, the lazarus site's SMF installation is out of date (by 1 version), I'd recommend patching it up. I love SMF's upgrade process... so simple. On Tue, Jan 26, 2010 at 10:15 PM, waldo kitty wkitt...@windstream.netwrote: they've either fixed the one on the forums already or my

Re: [Lazarus] Lazarus is invisible?

2010-01-26 Thread Graeme Geldenhuys
JoshyFun wrote: Well, all-purpose would be almost impossible due the specialization all-purpose was probably not the best word to use. I was looking for a relatively simple implementation of FTL and Indexing to see how it works, and possibly use that simple implementation or create my own

Re: [Lazarus] Lazarus is invisible?

2010-01-26 Thread Graeme Geldenhuys
Flávio Etrusco wrote: Actually this is only valid for CRTs. On LCDs, a black screen actually uses 1 Watt more than a white screen ;-) :-) I suppose the underlying good news is that LCD's already reduce the energy used dramatically compared to CRT monitors - irrespective of what is displayed

Re: [Lazarus] Lazarus Forum seems to be hacked!

2010-01-26 Thread Paul Ishenin
27.01.2010 11:50, Matt Shaffer пишет: For the record, the lazarus site's SMF installation is out of date (by 1 version), I'd recommend patching it up. I love SMF's upgrade process... so simple. Not when you have some mods which conflicts with the new version install. Best regards, Paul