Re: [Lazarus] fsStayOnTop under windows

2009-01-28 Thread Inoussa OUEDRAOGO
Hi, > I really need to create forms that stay on top of all other windows > (yes, even other applications), but using fsStayOnTop doesn't work > (there are a number of bugs about it but the situation isn't clear to me). It recalls me what Raymond Chen ( http://blogs.msdn.com/oldnewthing ) said ab

Re: [Lazarus] 0.9.26 released

2008-10-15 Thread Inoussa OUEDRAOGO
Congratulations to all the people that make it happen, be proud of it! -- Inoussa O. 2008/10/15, Thierry Coq <[EMAIL PROTECTED]>: > Thank you all, Lazarus Team, and congratulations! > > Thierry > Mattias Gaertner wrote: >> The Lazarus team is glad to announce the 0.9.26 release. This release >> i

Re: [Lazarus] Generate a string with a record of SQLite3 database

2008-10-01 Thread Inoussa OUEDRAOGO
> btw: Where did you get the idea to use FieldValues from? I don't know > anybody using it? Did you find it somewhere on the net, or did you found > it out yourselve? (Using ideas from other program-languages?) "FieldValues" is an old property of TDataset, so it seems to me that it is a rather use

Re: [Lazarus] Mac OS X : Reading/Writing files under both Intel and PowerPC

2008-09-25 Thread Inoussa OUEDRAOGO
Hi The unit below, part of WST, implements a reader and a writer that always store and read their content in a big endian fashion. It mostly has no dependency and can be used alone. https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/wst/trunk/binary_streamer.pas Best regards. -- Inoussa

Re: [Lazarus] Printing the keyboard mappings setup

2008-09-22 Thread Inoussa OUEDRAOGO
2008/9/22 Michael Van Canneyt <[EMAIL PROTECTED]>: > > > On Mon, 22 Sep 2008, Gerald Pöttler wrote: > >> What type of obstacles are we talking about? >> Do you need translators? > > Partially yes: > The book is written partially in English and partially in german. > The english text would only need

Re: [Lazarus] fpweb basic Apache module on Ubuntu not working

2008-09-22 Thread Inoussa OUEDRAOGO
> in FPC, fpc/packages/httpd22/src/apr/apr.pas : > > apr_off_t = Int64; That worked for me. If I recall correctly I was using HTTPD 2.2.4 -- Inoussa O. ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/

Re: [Lazarus] fpweb basic Apache module on Ubuntu not working

2008-09-22 Thread Inoussa OUEDRAOGO
> Any of these examples working for anyone on a 32bit Linux? I once got a module working, modeled after the examples. There were a problem with a typedef ( apr_off_t ) but it has been corrected, at least in fpc/trunk. See the wiki page for more info about apr_off_t ( http://wiki.freepascal.org/FPC

Re: [Lazarus] calling basicEventCreate in Linux

2008-08-08 Thread Inoussa OUEDRAOGO
2008/8/8 Boian Mitov <[EMAIL PROTECTED]>: > Hi Inoussa, > > Thank you! > I am actually writing Lazarus component packages. Will this work in the > package? I guess it should, but just to make sure. > Also where I should put the uses section in the package unit, or in the > component units? As

Re: [Lazarus] calling basicEventCreate in Linux

2008-08-08 Thread Inoussa OUEDRAOGO
2008/8/8 Boian Mitov <[EMAIL PROTECTED]>: > Hi Marco, > > Is there a setting I have to make in order for this to work? Or do I need to > write a bit of code in the project? > Please help! > Any suggestion? > > With best regards, >Boian Mitov > > ---

Re: [Lazarus] Can we decide which IDE dialogs to keep

2008-04-24 Thread Inoussa OUEDRAOGO
2008/4/24, Marc Weustink <[EMAIL PROTECTED]>: > Graeme Geldenhuys wrote: > > Hi, > > > > I was waiting for this to happen and it was simply a matter of time > > before it did. Can we please decide which edit dialogs we want to keep > > in the IDE. Both is not a good option!! > > > No, for rele

[Lazarus] Congratulations to Lazarus Developers

2008-04-04 Thread Inoussa OUEDRAOGO
Hi, I just want to congratulate Lazarus Developers; I Just saw the recent snapshot it is shiny! with beautiful icons. Best regards. -- Inoussa O. ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinf

Re: [Lazarus] 3-tier database application

2008-03-19 Thread Inoussa OUEDRAOGO
> If WebServices are the only option, I would prefer to embed the HTTP > server inside the Application Server tier, so I don't have to deploy > Apache etc... Not being stateless would also be a nice bonus (or at > least some work-around for it like is done in Kylix) For web services you can u

Re: [Lazarus] Published properties of classtypes

2008-03-03 Thread Inoussa OUEDRAOGO
2008/3/3, Michael Van Canneyt <[EMAIL PROTECTED]>: > > > On Mon, 3 Mar 2008, Inoussa OUEDRAOGO wrote: > > > 2008/3/3, Michael Van Canneyt <[EMAIL PROTECTED]>: > > > > > > > > > On Mon, 3 Mar 2008, Ales Katona wrote: > > &g

Re: [Lazarus] Published properties of classtypes

2008-03-03 Thread Inoussa OUEDRAOGO
2008/3/3, Michael Van Canneyt <[EMAIL PROTECTED]>: > > > On Mon, 3 Mar 2008, Ales Katona wrote: > > > If you make a "class of something" published, it will compile, but the > > property won't show in the OI. I'm not sure if it's supposed to work so > > I'm asking here.. Vincent also mentioned "

Re: [Lazarus] Opinions required on what the ReadOnly property should do for LCL controls.

2008-02-21 Thread Inoussa OUEDRAOGO
2008/2/22, Inoussa OUEDRAOGO <[EMAIL PROTECTED]>: > 2008/2/22, John <[EMAIL PROTECTED]>: > > > > > svaa wrote: > > Hello: > > > > For me there is no doubt. When I set a control as readonly, I expect > > that the user won't be able

Re: [Lazarus] Opinions required on what the ReadOnly property should do for LCL controls.

2008-02-21 Thread Inoussa OUEDRAOGO
2008/2/22, John <[EMAIL PROTECTED]>: > > svaa wrote: > Hello: > > For me there is no doubt. When I set a control as readonly, I expect > that the user won't be able to change it at all. > > In fact, years ago I hacked rxlib to avoid pop a list when they where > readonly. Particulary if they are a

Re: [Lazarus] Test

2008-02-15 Thread Inoussa OUEDRAOGO
2008/2/15, Bogusław Brandys <[EMAIL PROTECTED]>: > Damien Gerard wrote: > > I want to play too ! > > > > Fom France, Paris ! :) > > > > > > > ping from Poland > > > Regards > Boguslaw > > ___ > Lazarus mailing list > Lazarus@lazarus.freepascal.or