Thanks for the replies. Thank you Karagy, by just adding shrink="YES" in
the main dialog the split is now working and not limited. I created a very
simplified example (attached) where I just add shrink="YES" to solve it.
Looking at the LayoutDialog the culprit seems to be the Natural size of the
tree controls is computed to be 400. Why does it compute it to be so large
when there is nothing in it? Is Shrink="Yes" the only way to bypass natural
size?

Thanks,
Milind


On Fri, Aug 29, 2014 at 1:02 PM, Karagy <[email protected]> wrote:

> What about  iup.dialog{ ... shrink = "YES", ...} ?
>
> And no BORDER attribute in hbox or vbox.
> Enclose content to frame.
>
> 8/29/2014 11:23, Milind Gupta пишет:
>
>  Hi,
>>        I have 2 iuptree elements in an iuptabs control which is in a
>> iupsplit element. Somehow this combination makes the split bar not go all
>> the way to hide the tabs control. The tabs control has a lower limit
>> beyond
>> which the split cannot move. How can I make the split move all the way? I
>> have attached a test program to show the problem
>>
>> Thanks,
>> Milind
>>
>>
>
> ------------------------------------------------------------------------------
> Slashdot TV.
> Video for Nerds.  Stuff that matters.
> http://tv.slashdot.org/
> _______________________________________________
> Iup-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
>

Attachment: test.lua
Description: Binary data

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Iup-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to