[Lazarus] Combobox styles

2011-12-26 Thread Hans-Peter Diettrich
A combobox with csSimple style is not handled properly at design time (win32). It's impossible to give the control a specific Height, it stays on the dropdown style equivalent (Height=23). Is it me, or is this a bug? DoDi -- ___ Lazarus mailing lis

Re: [Lazarus] [OFF-TOPIC] Merry Christmas

2011-12-26 Thread William Oliveira Ferreira
That's Nice! Yes Peace! No War! William de Oliveira Ferreira Bacharel em Sistemas de Informação 2011/12/26 Salvatore Coppola > 2011/12/26 Bart : > > On 12/26/11, Salvatore Coppola wrote: > > > >> ... so you can continue in > >> private! > > > > Pun intended? >

Re: [Lazarus] [OFF-TOPIC] Merry Christmas

2011-12-26 Thread Salvatore Coppola
2011/12/26 Bart : > On 12/26/11, Salvatore Coppola wrote: > >> ... so you can continue in >> private! > > Pun intended? OK, I see. no offence, just thinking was not appropriate with the mail object I apologize Salvatore > > Bart > > -- > ___ > Lazarus

Re: [Lazarus] [OFF-TOPIC] Merry Christmas

2011-12-26 Thread Bart
On 12/26/11, Salvatore Coppola wrote: > ... so you can continue in > private! Pun intended? Bart -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] [patch] lhelp scrolling slowness - I might have found it

2011-12-26 Thread Dimitri Smits
- "Bernd" schreef: > 2011/12/26 Hans-Peter Diettrich : > But shouldn't the work of loading and applying all the different CSS > properties of that node only be needed once after parsing is complete > and not each time it is rendered? Ideally I think this entire method > (LoadCSSProps) should

Re: [Lazarus] Finished full JVM Android application

2011-12-26 Thread Sven Barth
On 26.12.2011 17:52, Michael Van Canneyt wrote: On Mon, 26 Dec 2011, Sven Barth wrote: Hello together! Today I've finished my first JVM Android application. This could as well be the first (or at least one of the first) complete JVM Android app written in Pascal at all! A nice christmas pr

Re: [Lazarus] Finished full JVM Android application

2011-12-26 Thread Sven Barth
On 26.12.2011 17:48, Marcos Douglas wrote: 2011/12/26 Sven Barth: Hello together! Today I've finished my first JVM Android application. This could as well be the first (or at least one of the first) complete JVM Android app written in Pascal at all! [snip] Great job! I'm interested in the so

Re: [Lazarus] [OFF-TOPIC] Merry Christmas

2011-12-26 Thread Salvatore Coppola
2011/12/26 Bart : > On 12/26/11, William Oliveira Ferreira wrote: >> rent a toilet! > > [Trying to get back on-topic ;-) ] > Currrently my toilet behaves like any decent C-written M$ program. > You know it will fail horribly at some point, but it you cannot predict when. > All you know is, it's pr

Re: [Lazarus] Is CGIApp compatible with methods PUT and DELETE?

2011-12-26 Thread Michael Van Canneyt
On Mon, 26 Dec 2011, silvioprog wrote: Hi, I'm tried with two differents projects. I'm sending both projects to test in attached. When I try execute "http://localhost/cgi-bin/rest"; with PUT (or DELETE) method, the response of server is: HTTP/1.1 500 Internal Server Error Date: Mon, 26 Dec

Re: [Lazarus] Finished full JVM Android application

2011-12-26 Thread Michael Van Canneyt
On Mon, 26 Dec 2011, Sven Barth wrote: Hello together! Today I've finished my first JVM Android application. This could as well be the first (or at least one of the first) complete JVM Android app written in Pascal at all! A nice christmas present for the whole FPC team, thank you :-) Mi

Re: [Lazarus] Finished full JVM Android application

2011-12-26 Thread Marcos Douglas
2011/12/26 Sven Barth : > Hello together! > > Today I've finished my first JVM Android application. This could as well be > the first (or at least one of the first) complete JVM Android app written in > Pascal at all! > > The purpose of the application is for me to keep track which trains I > alrea

Re: [Lazarus] [patch] lhelp scrolling slowness - I might have found it

2011-12-26 Thread Bernd
2011/12/26 Hans-Peter Diettrich : > ACK > > I'm not sure whether GUI effects (e.g. highlight item under the mouse...) > can cause differences in the applicable CSS properties of an item. But even > then the rendering and scrolling should not be slower than in an ordinary > browser. Apparently som

Re: [Lazarus] freeaddrinfo not found in dll WS2_32.dll on w2k??

2011-12-26 Thread waldo kitty
please ignore this... the problem IS with the libmysql.dll file and that w2k doesn't have this freeaddrinfo procedure in it... the code used also goes deeper than lazarus (back to base FPC database stuffs) and probably should be posted in one of the FPC areas... at least the possible fix for i

[Lazarus] Linker error

2011-12-26 Thread Hans-Peter Diettrich
AFAIR there was already a thread about problems with the linker (debug info), now I also have problems, starting with DocGui.lpr(21,1) Error: Undefined symbol: DEBUGINFO_$UMAKESKEL and summing up in 50 errors :-( Here's some background information: Win7 (64 bit), building default (32 bit) GUI

Re: [Lazarus] [patch] lhelp scrolling slowness - I might have found it

2011-12-26 Thread Hans-Peter Diettrich
Bernd schrieb: 2011/12/26 Hans-Peter Diettrich : The next step should be to find out what exactly is going on during a scroll event that causes this to happen every time. The font size can affect the height of the HTML items, which is required during scrolling. But shouldn't the work of load

[Lazarus] Question about Actions

2011-12-26 Thread Bart
Hi, Coming from Delphi 3 originally I have no experience with actions/actionlists. Now I re-created one of my old Delphi apps, and use actions. However I was surpised by the following observation: If I have an action defined in my main form, lets say with shortcut Ctrl+V, then when I show second

Re: [Lazarus] [OFF-TOPIC] Merry Christmas

2011-12-26 Thread Bart
On 12/26/11, William Oliveira Ferreira wrote: > rent a toilet! [Trying to get back on-topic ;-) ] Currrently my toilet behaves like any decent C-written M$ program. You know it will fail horribly at some point, but it you cannot predict when. All you know is, it's probably going to happen at the

Re: [Lazarus] [patch] lhelp scrolling slowness - I might have found it

2011-12-26 Thread Bernd
2011/12/26 Hans-Peter Diettrich : >> The next step should be to find out what exactly >> is going on during a scroll event that causes this to happen every >> time. > > The font size can affect the height of the HTML items, which is required > during scrolling. But shouldn't the work of loading a

Re: [Lazarus] [patch] lhelp scrolling slowness - I might have found it

2011-12-26 Thread Bernd
2011/12/25 Bernd : > I have therefore rewritten the LoadCSSProps() method Please ignore this last patch from me, It is still wrong, LoadCSSProps() now doesn't return what some of its callers would expect from it (whatever that might be, because it didn't make much sense anyways). There must be a

Re: [Lazarus] @DBLookupControls users: call for test

2011-12-26 Thread Marcos Douglas
On Sat, Dec 24, 2011 at 12:04 PM, Luiz Americo Pereira Camara wrote: > > On 12/12/2011 10:04, Marcos Douglas wrote: >> >> On Mon, Dec 12, 2011 at 8:23 AM, Marcos Douglas  wrote: >>> >>> On Sat, Dec 10, 2011 at 11:15 AM, Luiz Americo Pereira Camara >>>  wrote: In order to fix some bugs i