Re: [Lazarus] Inconsistent results from MessageDlg()

2012-04-27 Thread Mattias Gaertner
On Thu, 26 Apr 2012 23:17:36 +0200 Bart bartjun...@gmail.com wrote: On 4/26/12, Mattias Gaertner nc-gaert...@netcologne.de wrote: Can you update the fpdocs too for MessageDlg? You mean the description in ($lazarus)\docs\xml\lcl\dialogs.xml ? Yes. Although it is easier use the fpdoc

[Lazarus] Another Master-detail problem

2012-04-27 Thread Koenraad Lelong
Hi, I think I am doing something fundamentally wrong. Every time I try to do something with master-detail tables, I get stuck on errors I don't understand :-( . I want to add a record in the detail-table, and modify a field in the master-table. When one of those two goes wrong, I need to

Re: [Lazarus] Inconsistent results from MessageDlg()

2012-04-27 Thread Bart
On 4/27/12, Mattias Gaertner nc-gaert...@netcologne.de wrote: You mean the description in ($lazarus)\docs\xml\lcl\dialogs.xml ? Yes. Although it is easier use the fpdoc editor and forget about file names. I never got the hang of fpdoc, so I manually edited the xml. I attached diff to the

[Lazarus] RE : RE : TSQLQuery limited to 255 characters in Unicode

2012-04-27 Thread Ludo Brands
You were right, it was a problem of field definition. changing to varchar(1000) it worked fine ! Thank you. But I thikn there is an inconsistency in the driver, because in the update, the whole string is inserted, and in the select stmt only 255 chars are returned. This is more

Re: [Lazarus] Editor Toolbar as default package

2012-04-27 Thread Graeme Geldenhuys
2012/4/27 William Oliveira Ferreira bdexterholl...@gmail.com: I agree but who suggest a good default setting? The Back/Forward are navigation buttons. Just a suggestion maybe we could place those two buttons next to the other permanent navigation/jump button - thus always available as

Re: [Lazarus] Editor Toolbar as default package

2012-04-27 Thread Graeme Geldenhuys
2012/4/27 Martin laza...@mfriebe.de: Mouse buttons 4 5 My mouse only has 3 buttons. -- Regards,   - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit http://fpgui.sourceforge.net -- ___

Re: [Lazarus] Inconsistent results from MessageDlg()

2012-04-27 Thread patspiper
On 26/04/12 19:40, Bart wrote: On 4/25/12, patspiperpatspi...@gmail.com wrote: As for TBitBtn, I suggest Lazarus respects the button's modalresult and acts accordingly. By default a Button with ModalResult = mrNone will not close it's parentform when clicked. A TBitBtn with Kind = bkClose

Re: [Lazarus] Editor Toolbar as default package

2012-04-27 Thread Mattias Gaertner
On Thu, 26 Apr 2012 23:19:37 -0300 William Oliveira Ferreira bdexterholl...@gmail.com wrote: I agree but who suggest a good default setting? The maintainer. Who maintains this package in the lazarus sources? Mattias -- ___ Lazarus mailing list

Re: [Lazarus] Editor Toolbar as default package

2012-04-27 Thread William Oliveira Ferreira
2012/4/27 Graeme Geldenhuys graemeg.li...@gmail.com 2012/4/27 Martin laza...@mfriebe.de: Mouse buttons 4 5 My mouse only has 3 buttons. +1 -- William de Oliveira Ferreira Bacharel em Sistemas de Informação --

Re: [Lazarus] Editor Toolbar as default package

2012-04-27 Thread leledumbo
Attached is my settings, if any of you are interested: http://free-pascal-lazarus.989080.n3.nabble.com/file/n3944149/editortoolbar.xml editortoolbar.xml -- View this message in context:

Re: [Lazarus] Editor Toolbar as default package

2012-04-27 Thread William Oliveira Ferreira
it will be long... well, i think the editortoolbar buttons should be related to source management tools, as copy, paste, breakpoints, undo, redo, save as(s)... 2012/4/27 leledumbo leledumbo_c...@yahoo.co.id Attached is my settings, if any of you are interested:

Re: [Lazarus] Editor Toolbar as default package

2012-04-27 Thread Martin
On 27/04/2012 10:53, Graeme Geldenhuys wrote: 2012/4/27 Martinlaza...@mfriebe.de: Mouse buttons 4 5 My mouse only has 3 buttons. Well you can configure them. Assign back to the middle, and forward to ctrl middle -- ___ Lazarus mailing list

Re: [Lazarus] Inconsistent results from MessageDlg()

2012-04-27 Thread Bart
On 4/27/12, patspiper patspi...@gmail.com wrote: To summarize, your target is: [snip] c- TBitButton with Kind=bkClose and ModalResult=mrNone: Close form and set its ModalResult to mrCancel. Yes (but not 100% accurate) - 1a and 1b are intuitive whereas 1c is not, irrespective of the

Re: [Lazarus] Inconsistent results from MessageDlg()

2012-04-27 Thread patspiper
On 27/04/12 17:20, Bart wrote: On 4/27/12, patspiperpatspi...@gmail.com wrote: To summarize, your target is: [snip] c- TBitButton with Kind=bkClose and ModalResult=mrNone: Close form and set its ModalResult to mrCancel. Yes (but not 100% accurate) I was referring to the end result, not

Re: [Lazarus] Editor Toolbar as default package

2012-04-27 Thread leledumbo
well, i think the editortoolbar buttons should be related to source management tools, as copy, paste, breakpoints, undo, redo, save as(s)... I didn't put standard edit actions (undo/redo/cut/copy/paste/save( as)/etc), because I already comfortable with the shortcut. However, this is not the case

[Lazarus] making multithreading more user friendly

2012-04-27 Thread Giuliano Colla
Maybe I'm affected by bad luck, but almost all applications I happen to develop must run under Linux and must deal with data coming at unpredictable times from some external connection. It may be a network connection, a serial device, a special device, but always coming in an unpredictable