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