Re: [Iup-users] window auto sizing / elements positioning

2015-11-24 Thread Grieb
with is completely unacceptable. Just as a reminder, I'm using gtk 3.8.2. Am I a bit more clear now?! I find it difficult to describe images. Thanks, Grieb. On Tue, 24 Nov 2015 13:37:01 -0200 Antonio Scuri wrote: > Sorry but even with the screenshots I still couldn't unde

[Iup-users] window auto sizing / elements positioning

2015-11-24 Thread Grieb
hment: menu_example2_3.c) it gets worse, look (attachment: menu_example2_3.png). Am I missing something here? Thanks for your support! Grieb.#include #include int btn_exit_cb( Ihandle *self ) { IupMessage("Hello World Message", "Hello world from IUP."); /* Exits the main l

Re: [Iup-users] error on IupImageLibOpen

2015-11-19 Thread Grieb
By the way, if you need any help in testing (because of the specific environment) just tell me! I will be glad to help. On Thu, 19 Nov 2015 23:19:13 -0200 Grieb wrote: > OK, I spent some time on it to be sure I wasn't missing something... > and then I found something!!! ;) > &

Re: [Iup-users] error on IupImageLibOpen

2015-11-19 Thread Grieb
ks as expected! Icons are shown and no errors are thrown. So I guess that eases your work to fix this issue/bug. Thanks a lot, Grieb. On Wed, 18 Nov 2015 16:22:28 -0200 Antonio Scuri wrote: > Ok. The problem is right there. > > Maybe you can try using debug symbols to identify the wron

Re: [Iup-users] make/tekmake for iup

2015-11-18 Thread Grieb
OK, thanks, I can confirm that the latest svn update wont require to edit tecmake.mak to add -lncurses. Fixed. And now I learned how to run clean and rebuild too, despite some errors messages that I'll let to deal after my main issue is solved. Grieb. On Wed, 18 Nov 2015 22:48:45 -0200 An

Re: [Iup-users] make/tekmake for iup

2015-11-18 Thread Grieb
sorry, I made a mistake, the line I need to add -lncurses is 1389: LFLAGS += $(LDIR) $(LIBS) $(PKGLIBS) -lncurses > On Wed, 18 Nov 2015 21:06:01 -0200 > Grieb wrote: > > > Ok, I started a different thread to make things easier for me/us. > > > > If I enter the direc

[Iup-users] make/tekmake for iup

2015-11-18 Thread Grieb
it happens when I try to compile iup itself... Thanks, Grieb. On Wed, 18 Nov 2015 16:22:28 -0200 Antonio Scuri wrote: > [...] > All you need to to is to rebuild the main IUP library but defining > DBG=Yes before doing it. "make rebuild". > > Tecmake is just a GNU

Re: [Iup-users] error on IupImageLibOpen

2015-11-18 Thread Grieb
line 1767 (LFLAGS). I'm not sure is the correct place as I'm not using (have not installed) tecmake, nor spent any time on it. By the way, is there a way to do a make clean or make dist-clean? Thanks, Grieb. On Wed, 18 Nov 2015 14:15:44 -0200 Antonio Scuri wrote: > That'

Re: [Iup-users] error on IupImageLibOpen

2015-11-18 Thread Grieb
; installed, there could be a problem in libPNG used internally in GTK. > But this problem does not depends on IupImageLib. Could be the IUP-IM > lib? > > Best, > Scuri > > > On Wed, Nov 18, 2015 at 9:31 AM, Grieb wrote: > > > Good day (or maybe night ;), >

[Iup-users] error on IupImageLibOpen

2015-11-18 Thread Grieb
LL) Aborted Nothing I have tried helped so far... Environment: Slackware 14.1 gtk: 3.8.2 (Slackware default) iup: tried with the latest available for download and the latest svn too, same result in both cd/im/lua5.1: latest available for download Any ideas?! Tha