Re: [Iup-users] Again about resizing, my problem

2012-03-06 Thread fra III
Ok, this is my discover. This code: canvas = iup.glcanvas{buffer="DOUBLE"} --, rastersize='200x200'} box = iup.hbox{canvas, margin='5x5'} dlg = iup.dialog{box, title='T E S T', rastersize='300x300'} dlg:show() with all the function (action, resize_cb), work right. But if i remove margin from the

Re: [Iup-users] Again about resizing, my problem

2012-03-06 Thread fra III
Hello Mr. Scuri, always me, for Your happiness! Yes, i had update to the last source from CVS, i think 2 days ago. Anyway, today i was able to install IUP (downloaded yesterday from CVS, so i guess it is the last) on my Ubuntu 11.10, not tested yet, and while making i had this message (also in Ubu

Re: [Iup-users] Again about resizing, my problem

2012-03-04 Thread fra III
Hello Mr. Scuri, i have made some test, i have also updated to the last IUP. I have try luagl.wlua example from IUP and also all the examples from LuaGL (adapted from Nehe tutorial). In all this examples seems that action callback and resize callbacks are used. I am not able to resizing (reduce) th

[Iup-users] Again about resizing, my problem

2012-03-03 Thread fra III
Please apologies if stupid question. I think not the same of my last question. i have made a little script that show only a GLCanvas and one button (for redraw). When i resize the main window i have an image whit many windows (i have attached a png for better explain) and the window is not redrawed

Re: [Iup-users] a little help about resizing

2012-03-01 Thread fra III
Yes, it also happens with glcanvas example, but You know yet that. Thank You, i will wait next developments. ciao, francesco. -- Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of v

Re: [Iup-users] a little help about resizing

2012-03-01 Thread fra III
Hello Mr. Scuri, no, i'm using Ubuntu 10.04. I have a pc with Ubuntu 11.10, but i was no able to build IUP, i guess because linux kernel 3, but, again i'm not sure. Thanks, ciao, francesco. -- Virtualization & Cloud Ma

[Iup-users] a little help about resizing

2012-03-01 Thread fra III
Hello All, just a little question by an always newbie (sometimes i feel so stupid). Anyway my problem is: working on a simple dialog that show a GL canvas i am able to resize (expand) main window (the dialog) and canvas expand to this new size BUT i'm not able to make the window more little again,

[Iup-users] About Mgl

2012-01-31 Thread fra III
Hello All, i know that IUP 3.6 (in cvs) is in progress, but i was try to use the mgl module for some plotting, and i have some preliminary question; using a black background color i'm not able to show the axis. I have set foreground color to white and also axis color to white for the 3 axis (x, y,

[Iup-users] example image.wlua

2012-01-16 Thread fra III
Hello All, exploring examples i have a error using image.wlua, *** buffer overflow detected ***: lua terminated What could be the problem? About memory (weird, a simple example)? Ubuntu 10.04 IUP 3.5 (also with latest iup 3.6 build from cvs), CD and IM. Thanks, ciao, francesco. -

Re: [Iup-users] text with spin not expanding the spin

2012-01-12 Thread fra III
Yes, You are right. I was registered (today) but i have used the wrong email address sending the message, ie different from used to sign on the list! My fault ... Again thanks, ciao, francesco. -- RSA(R) Conference 2012

Re: [Iup-users] text with spin not expanding the spin

2012-01-12 Thread fra III
Hello Mr. Scuri, again apologies for my fault about emails. Not only i'm not e real programmer, but now seem that i'm no more a able pc user! Thanks, i will try to better understand the native behaviour of Gtk. Ciao, francesco. --

[Iup-users] text with spin not expanding the spin

2012-01-12 Thread fra III
(Not sure if correctly sent this message. If yet received please apologies). Hello All, just a simple question by a newbie. I have a text widget with spin, but if i use some padding or expand, only the text area is resized while the spin (the arrows) remain of same size. What i'm doing wrong? M