Re: [Iup-users] IUP 3.29 possible regression (IupMessage hide app completely

2020-06-23 Thread Ranier Vilela
De: Ranier Vilela 
Enviado: sexta-feira, 19 de junho de 2020 02:00
Para: IUP discussion list.
Assunto: Re: [Iup-users] IUP 3.29 possible regression (IupMessage hide app 
completely

>Can you please, test, this debug version?
>https://1drv.ms/u/s!AjvmIxxSzAeCgiEDb_H5mhmik8VA?e=66K4VJ

Back to IUP 3.27, unfortunately.

regards,
Ranier Vilela

___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


Re: [Iup-users] IUP 3.29 possible regression (IupMessage hide app completely

2020-06-23 Thread Antonio Scuri
  Sorry, the task I'm doing now can't be stopped. Once it is done I'll go
back to bug reports.

Best,
Scuri


Em ter., 23 de jun. de 2020 às 07:49, Ranier Vilela 
escreveu:

> De: Ranier Vilela 
> Enviado: sexta-feira, 19 de junho de 2020 02:00
> Para: IUP discussion list.
> Assunto: Re: [Iup-users] IUP 3.29 possible regression (IupMessage hide app
> completely
>
> >Can you please, test, this debug version?
> >https://1drv.ms/u/s!AjvmIxxSzAeCgiEDb_H5mhmik8VA?e=66K4VJ
>
> Back to IUP 3.27, unfortunately.
>
> regards,
> Ranier Vilela
>
> ___
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
>
> ___
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


[Iup-users] Layout suggestions

2020-06-23 Thread Pete Lomax via Iup-users
 Open this pen: https://codepen.io/chriscoyier/pen/zYvoQEQ and resize the 
result panel to see the effect. 
(I am assuming Editor View with the result full height and html/css/js stacked 
on the left or right.)
The four (blank/grey) aside/sidebar-module boxes should at some point jump to 
below the picture.

What might you suggest in terms of iupVbox/Hbox/Gridbox and/or iupReparent or 
whatever to best replicate that behaviour in IUP?
  ___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


Re: [Iup-users] Layout suggestions

2020-06-23 Thread Antonio Scuri
Hi,

It looks like a triple split. We don't have that. What you can do is to use
2 splits, but the behavior will not be the same, the other two splits will
occupy the space proportionally and the first division will move. Something
like:

IupSplit(IupSplit(box1, box2), box3);

Each box could be:

box = IupVbox(IupHbox(IupButton, IupLabel, IupFill, IupButton),
IupScintilla)

The jump I wouldn't implement.

Best,
Scuri




Em ter., 23 de jun. de 2020 às 11:07, Pete Lomax via Iup-users <
iup-users@lists.sourceforge.net> escreveu:

> Open this pen: https://codepen.io/chriscoyier/pen/zYvoQEQ and resize the
> result panel to see the effect.
> (I am assuming Editor View with the result full height and html/css/js
> stacked on the left or right.)
> The four (blank/grey) aside/sidebar-module boxes should at some point jump
> to below the picture.
>
> What might you suggest in terms of iupVbox/Hbox/Gridbox and/or iupReparent
> or whatever to best replicate that behaviour in IUP?
> ___
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users