Hi Ian,

Thanks for looking at it.

NUT is a huge application from I have excerpted only two rows and and a 
single "column" from a single screen in order to show the error.  Each 
row is a horizontal pack, the column is a vertical pack.

Packs only resize all their contained widgets if set to resizable.  If I 
can't set the inner horizontal packs to resizable, then the widgets the 
inner packs contain won't resize.

Ultimately, my application depends on widgets that appear to retain 
their position although in the actual code, wizards are changing.

Are you telling me that nested packs aren't allowed to be resizable?

Thanks,

Jim

On 10/27/2011 03:32 AM, MacArthur, Ian (SELEX GALILEO, UK) wrote:
>
> Sorry - I looked at your code, but I couldn't figure out what you are
> trying to do.
>
> In particular, you have packs nested inside packs, and I've no idea what
> you are trying to achieve here.
>
> Can you explain what you are trying to do?
>
> I suspect you'd be better off using Fl_Group as a container, but since
> I'm not clear what you are hoping to achieve, well, I'm just guessing...
>
>
>
>> -----Original Message-----
>>
>> Here is an excerpt from my nutrition program which contains
>> two horizontal packs within a vertical pack within a double window.
>>
>> If you compile it with "fltk-config --compile main.cc" it
>> works perfectly.
>>
>> But if you compile a second time changing the resize_yes
>> variable at the beginning of the main function to true so
>> that all packs are resizable to the groups themselves,
>> everything in the second horizontal pack fails to work.  The
>> light buttons go dead and the tooltips do not show.
>>
>> I am running slackware 13.37 with kernel 2.6.37.6 on a 686
>> with gcc 4.5.2 and X.Org X Server 1.9.5.  My fltk version is
>> fltk-1.3.x-r9143.
> SELEX Galileo Ltd
> Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 
> 3EL
> A company registered in England&  Wales.  Company no. 02426132
> ********************************************************************
> This email and any attachments are confidential to the intended
> recipient and may also be privileged. If you are not the intended
> recipient please delete it from your system and notify the sender.
> You should not copy it or use it for any purpose nor disclose or
> distribute its contents to any other person.
> ********************************************************************
>
> _______________________________________________
> fltk mailing list
> fltk@easysw.com
> http://lists.easysw.com/mailman/listinfo/fltk
>
>

_______________________________________________
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to