Re: [Iup-users] canvas line

2013-12-12 Thread Karagy
Sorry, I forgot to explain - in this example, a line will appear if you press the left mouse button on canvas. -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear p

Re: [Iup-users] canvas line

2013-12-12 Thread Karagy
In attach. Please send me a screenshot so I know what to expect here. WBR, Karagy <>-- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how applic

Re: [Iup-users] canvas line

2013-12-12 Thread Antonio Scuri
Please send me a screenshot so I know what to expect here. Best, Scuri > -Original Message- > From: Karagy [mailto:kar...@mail.ru] > Sent: quinta-feira, 12 de dezembro de 2013 16:30 > To: IUP discussion list. > Subject: [Iup-users] canvas line > > Hi, all! > > WinXP 32bit, iuplua 3.6

Re: [Iup-users] canvas line

2013-12-12 Thread Karagy
Failed to specify: only for cd.XOR WriteMode. -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. Wit

[Iup-users] canvas line

2013-12-12 Thread Karagy
Hi, all! WinXP 32bit, iuplua 3.6 - 3.9. Playing with iup.canvas, I found that the ends of the vertical lines near the boundaries of the canvas looks strange. The effect becomes noticeable for a line width of 2 or more. Unpainted point becomes visible at the upper end of the line. At the lower

Re: [Iup-users] IupGridBox issues with IUP 3.9 Windows 7 64 bits.

2013-12-12 Thread Benoit Germain
Hi, Indeed all is well with the changes you suggested. Now onwards to more complex data items with checkboxes, dropdown lists, etc. Regards, -- Benoit 2013/12/12 Antonio Scuri > Hi, > > > > I noticed two problems. > > > ... > > > > Best, > > Scuri > > > > -

Re: [Iup-users] IupGridBox issues with IUP 3.9 Windows 7 64 bits.

2013-12-12 Thread Antonio Scuri
BTW, in your code. This is not necessary also: local vboxSpec = { expandchildren = "YES"} Its children are containers where expand=yes is already the default. And, this: myLabel.fgcolor = iup.GetGlobal('DLGFGCOLOR') Can be simply this:

Re: [Iup-users] IupGridBox issues with IUP 3.9 Windows 7 64 bits.

2013-12-12 Thread Antonio Scuri
Hi, I noticed two problems. 1) It looks like that IupGridBox is miscalculating the size of its children, then some elements are overlapping. But notice from the documentation that "The column sizes will be based only on the width of the children of the reference line, usually line 0. The