And which Linux?

Em seg, 15 de jun de 2020 13:24, Antonio Scuri <antonio.sc...@gmail.com>
escreveu:

>   Hi,
>
>   Are you using from SVN or the precompiled binaries?
>
> Best,
> Scuri
>
>
> Em seg, 15 de jun de 2020 13:13, 許永寬 <nagahiro....@gmail.com> escreveu:
>
>> Dear Scuri:
>>
>> I've tested IUP 3.29 and found a stranger issue
>> On linux, click the tab2 title( TEST1 ) then crash but win7 is OK.
>>
>> My code: (freeBASIC)
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> *#include once "IUP/iup.bi <http://iup.bi>"IupOpen( 0, 0 )print "IUP
>> Version=" + IupGetGlobal("VERSION")[0]print "GTK Version=" +
>> IupGetGlobal("GTKVERSION")[0]print "GTK Dev Version=" +
>> IupGetGlobal("GTKDEVVERSION")[0]dim as Ihandle ptr mainDlg = IupDialog( 0
>> )IupSetHandle( "MAIN_DIALOG", mainDlg )IupSetAttributes( mainDlg,
>> "SHRINK=YES,SIZE=300x200,TITLE=IupFlatTabs" )*
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> *dim as  Ihandle ptr text0 = IupText( 0 )IupSetAttributes( text0,
>> "EXPAND=YES,MULTILINE=YES=YES,WORDWRAP=YES" )dim as Ihandle ptr flatTree =
>> IupFlatTree()IupSetAttributes( flatTree, "EXPAND=YES" )dim as Ihandle ptr
>> tabs = IupFlatTabs( text0, flatTree, 0 )IupSetAttributeId( tabs,
>> "TABTITLE", 0, "TEST0" )IupSetAttributeId( tabs, "TABTITLE", 1, "TEST1" )*
>>
>>
>>
>>
>> *IupAppend( mainDlg, tabs )'Shows dialogIupShow( mainDlg )*
>>
>>
>>
>>
>> *'IUP main LoopIupMainLoop()IupClose()end*
>>
>> [image: issue.png]
>> _______________________________________________
>> Iup-users mailing list
>> Iup-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/iup-users
>>
>
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to