On Tue, 04 Dec 2007 09:33:47 +0100
fedorax <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> Fedora 8 have problem with lazarus GTK 2.
> 
> An executable compiled and run under fedora 8 have strange behavior.
> If i move this executable on fedora 7 all work normaly.
> 
> Combobox events:
> 
> Fedora 8: Clicking on the arrow at the right of a combo never call
> combo onenter, this event is only called when clicking in combo text
> zone. Fedora 7 work in the two cases.
> 
> Fedora 8: combo.sorted:=true If the combo is empty or the item index
> = -1 this call the on change event, the same in fedora 7 do nothing.
> 
> Fedora 8: Combo.clear call the onchange event for each item to erase.
> Fedora 7 do nothing.
> 
> For this two last points a minor modification like this
> 
> mycombo.onchange:=nil
> mycombo.clear
> mycombo.onchange:[EMAIL PROTECTED];
> 
> solve the problem.
> 
> For the first nothing todo except clik in the text zone before opĂȘn
> the combo with the arrow.
> 
> Also a problem with printer, i write it in another post.
> 
> Svn Lazarus 13136 ( But same thing with older's versions of lazarus
> and FPC 9290 )
> Svn FPC 2.3.1 9387
> OS: linux Fedora core 8
> Compile under GTK 2

Please create bug reports, so these items won't be forgotten.

Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to