Re: [Iup-users] Ubuntu ARM 64 - vertical RASTERSIZE not working

2021-04-21 Thread support
This makes it difficult to align your layout if you have no control over 
sizing.


This text boxes are huge.

On 2021-04-21 15:00, Antonio Scuri wrote:

When moving between systems, there will be always changes in control
sizes. IUP tries to set sizes accordingly, but the native sistem
doesn't always collaborate.

Usually in a dialog like this I wouldn't recommend setting sizes at
all, especially in pixels using RASTERSIZE. Even in Windows, things
can go wrong from one system to another. The less restrictive, the
more flexible your dialog is.

Use the alignment resources IUP has, to align things up. IUP will do
all the calculations for you. The more you try to control sizes in the
UI, more problems you will have.

PS: if I remember correctly GTK adds a lot of extra padding in
IupText, even when we define the default padding to be 0x0...

Best,
Scuri

Em qua., 21 de abr. de 2021 às 18:35, 
escreveu:


It seems that 'hot keys' (underlined character with the & preceding
it)
doesn't work with Gtk Linux IUP either.

This is becoming VERY disappointing!

On 2021-04-21 14:31, supp...@scriptbasic.org wrote:

It seems the text control height is fixed at 30 pixels. It doesn't
matter or change if I change the GLOBALFONT.

Does control height only work in Windows?


On 2021-04-21 14:11, supp...@scriptbasic.org wrote:

I created a simple form with a VBOX, HBOX and a TEXT control. No
matter what I set the vertical height of the text box to

(RASTERSIZE /

USERSIZE / SIZE) the text box height is fixed. Is this how it is

or is

there something broken?



On 2021-04-21 06:42, supp...@scriptbasic.org wrote:

I could make the form larger but having to deal with a fixed

vertical

size is debilitating.

On 2021-04-21 06:19, Ranier Vilela wrote:

De: supp...@scriptbasic.org 
Enviado: quarta-feira, 21 de abril de 2021 04:49
Para: IUP discussion list.
Assunto: Re: [Iup-users] Ubuntu ARM 64 - vertical RASTERSIZE

not

working


Here are a couple screen shots of my Windows 10 (good) and

Ubuntu

20.04
(bad) IUP layouts.

A simple and probably wrong guess.
In ARM64 (Ubuntu 20.04), the window size is very small,
to properly draw widgets?

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 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 mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


Re: [Iup-users] Ubuntu ARM 64 - vertical RASTERSIZE not working

2021-04-21 Thread Ranier Vilela
De: supp...@scriptbasic.org 
Enviado: quarta-feira, 21 de abril de 2021 21:35
Para: IUP discussion list.
Assunto: Re: [Iup-users] Ubuntu ARM 64 - vertical RASTERSIZE not working

>It seems that 'hot keys' (underlined character with the & preceding it)
>doesn't work with Gtk Linux IUP either.

>This is becoming VERY disappointing!

I am sure that IUP will be very happy to receive patches.

regards,
Ranier Vilela

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


Re: [Iup-users] Ubuntu ARM 64 - vertical RASTERSIZE not working

2021-04-21 Thread Antonio Scuri
When moving between systems, there will be always changes in control sizes.
IUP tries to set sizes accordingly, but the native sistem doesn't always
collaborate.

Usually in a dialog like this I wouldn't recommend setting sizes at all,
especially in pixels using RASTERSIZE. Even in Windows, things can go
wrong from one system to another. The less restrictive, the more flexible
your dialog is.

Use the alignment resources IUP has, to align things up. IUP will do all
the calculations for you. The more you try to control sizes in the UI, more
problems you will have.

PS: if I remember correctly GTK adds a lot of extra padding in IupText,
even when we define the default padding to be 0x0...

Best,
Scuri


Em qua., 21 de abr. de 2021 às 18:35,  escreveu:

> It seems that 'hot keys' (underlined character with the & preceding it)
> doesn't work with Gtk Linux IUP either.
>
> This is becoming VERY disappointing!
>
>
> On 2021-04-21 14:31, supp...@scriptbasic.org wrote:
> > It seems the text control height is fixed at 30 pixels. It doesn't
> > matter or change if I change the GLOBALFONT.
> >
> > Does control height only work in Windows?
> >
> >
> > On 2021-04-21 14:11, supp...@scriptbasic.org wrote:
> >> I created a simple form with a VBOX, HBOX and a TEXT control. No
> >> matter what I set the vertical height of the text box to (RASTERSIZE /
> >> USERSIZE / SIZE) the text box height is fixed. Is this how it is or is
> >> there something broken?
> >>
> >>
> >>
> >> On 2021-04-21 06:42, supp...@scriptbasic.org wrote:
> >>> I could make the form larger but having to deal with a fixed vertical
> >>> size is debilitating.
> >>>
> >>> On 2021-04-21 06:19, Ranier Vilela wrote:
>  De: supp...@scriptbasic.org 
>  Enviado: quarta-feira, 21 de abril de 2021 04:49
>  Para: IUP discussion list.
>  Assunto: Re: [Iup-users] Ubuntu ARM 64 - vertical RASTERSIZE not
>  working
> 
> > Here are a couple screen shots of my Windows 10 (good) and Ubuntu
> > 20.04
> > (bad) IUP layouts.
>  A simple and probably wrong guess.
>  In ARM64 (Ubuntu 20.04), the window size is very small,
>  to properly draw widgets?
> 
>  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 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


Re: [Iup-users] Ubuntu ARM 64 - vertical RASTERSIZE not working

2021-04-21 Thread support
It seems that 'hot keys' (underlined character with the & preceding it) 
doesn't work with Gtk Linux IUP either.


This is becoming VERY disappointing!


On 2021-04-21 14:31, supp...@scriptbasic.org wrote:

It seems the text control height is fixed at 30 pixels. It doesn't
matter or change if I change the GLOBALFONT.

Does control height only work in Windows?


On 2021-04-21 14:11, supp...@scriptbasic.org wrote:

I created a simple form with a VBOX, HBOX and a TEXT control. No
matter what I set the vertical height of the text box to (RASTERSIZE /
USERSIZE / SIZE) the text box height is fixed. Is this how it is or is
there something broken?



On 2021-04-21 06:42, supp...@scriptbasic.org wrote:

I could make the form larger but having to deal with a fixed vertical
size is debilitating.

On 2021-04-21 06:19, Ranier Vilela wrote:

De: supp...@scriptbasic.org 
Enviado: quarta-feira, 21 de abril de 2021 04:49
Para: IUP discussion list.
Assunto: Re: [Iup-users] Ubuntu ARM 64 - vertical RASTERSIZE not 
working


Here are a couple screen shots of my Windows 10 (good) and Ubuntu 
20.04

(bad) IUP layouts.

A simple and probably wrong guess.
In ARM64 (Ubuntu 20.04), the window size is very small,
to properly draw widgets?

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 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] Ubuntu ARM 64 - vertical RASTERSIZE not working

2021-04-21 Thread support
It seems the text control height is fixed at 30 pixels. It doesn't 
matter or change if I change the GLOBALFONT.


Does control height only work in Windows?


On 2021-04-21 14:11, supp...@scriptbasic.org wrote:

I created a simple form with a VBOX, HBOX and a TEXT control. No
matter what I set the vertical height of the text box to (RASTERSIZE /
USERSIZE / SIZE) the text box height is fixed. Is this how it is or is
there something broken?



On 2021-04-21 06:42, supp...@scriptbasic.org wrote:

I could make the form larger but having to deal with a fixed vertical
size is debilitating.

On 2021-04-21 06:19, Ranier Vilela wrote:

De: supp...@scriptbasic.org 
Enviado: quarta-feira, 21 de abril de 2021 04:49
Para: IUP discussion list.
Assunto: Re: [Iup-users] Ubuntu ARM 64 - vertical RASTERSIZE not 
working


Here are a couple screen shots of my Windows 10 (good) and Ubuntu 
20.04

(bad) IUP layouts.

A simple and probably wrong guess.
In ARM64 (Ubuntu 20.04), the window size is very small,
to properly draw widgets?

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 mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


Re: [Iup-users] Ubuntu ARM 64 - vertical RASTERSIZE not working

2021-04-21 Thread support
I created a simple form with a VBOX, HBOX and a TEXT control. No matter 
what I set the vertical height of the text box to (RASTERSIZE / USERSIZE 
/ SIZE) the text box height is fixed. Is this how it is or is there 
something broken?




On 2021-04-21 06:42, supp...@scriptbasic.org wrote:

I could make the form larger but having to deal with a fixed vertical
size is debilitating.

On 2021-04-21 06:19, Ranier Vilela wrote:

De: supp...@scriptbasic.org 
Enviado: quarta-feira, 21 de abril de 2021 04:49
Para: IUP discussion list.
Assunto: Re: [Iup-users] Ubuntu ARM 64 - vertical RASTERSIZE not 
working


Here are a couple screen shots of my Windows 10 (good) and Ubuntu 
20.04

(bad) IUP layouts.

A simple and probably wrong guess.
In ARM64 (Ubuntu 20.04), the window size is very small,
to properly draw widgets?

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


Re: [Iup-users] Download Link Fails

2021-04-21 Thread Antonio Scuri
  Fixed. Thanks for reporting.

Best,
Scuri


Em seg., 19 de abr. de 2021 às 17:16,  escreveu:

> This link fails.
>
> https://www.tecgraf.puc-rio.br/iup/download
>
> Some other files are available directly at the IUP download folder:
>
>
> ___
> 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] Ubuntu ARM 64 - vertical RASTERSIZE not working

2021-04-21 Thread support
I could make the form larger but having to deal with a fixed vertical 
size is debilitating.


On 2021-04-21 06:19, Ranier Vilela wrote:

De: supp...@scriptbasic.org 
Enviado: quarta-feira, 21 de abril de 2021 04:49
Para: IUP discussion list.
Assunto: Re: [Iup-users] Ubuntu ARM 64 - vertical RASTERSIZE not 
working


Here are a couple screen shots of my Windows 10 (good) and Ubuntu 
20.04

(bad) IUP layouts.

A simple and probably wrong guess.
In ARM64 (Ubuntu 20.04), the window size is very small,
to properly draw widgets?

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] Ubuntu ARM 64 - vertical RASTERSIZE not working

2021-04-21 Thread Ranier Vilela
De: supp...@scriptbasic.org 
Enviado: quarta-feira, 21 de abril de 2021 04:49
Para: IUP discussion list.
Assunto: Re: [Iup-users] Ubuntu ARM 64 - vertical RASTERSIZE not working

>Here are a couple screen shots of my Windows 10 (good) and Ubuntu 20.04
>(bad) IUP layouts.
A simple and probably wrong guess.
In ARM64 (Ubuntu 20.04), the window size is very small,
to properly draw widgets?

regards,
Ranier Vilela

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


Re: [Iup-users] Ubuntu ARM 64 - vertical RASTERSIZE not working

2021-04-21 Thread support

3.24.20-0ubuntu



On 2021-04-21 05:55, Ranier Vilela wrote:

De: supp...@scriptbasic.org 
Enviado: quarta-feira, 21 de abril de 2021 04:49
Para: IUP discussion list.
Assunto: Re: [Iup-users] Ubuntu ARM 64 - vertical RASTERSIZE not 
working


Here are a couple screen shots of my Windows 10 (good) and Ubuntu 
20.04

(bad) IUP layouts.

Which version of GTK is used?

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] Ubuntu ARM 64 - vertical RASTERSIZE not working

2021-04-21 Thread Ranier Vilela
De: supp...@scriptbasic.org 
Enviado: quarta-feira, 21 de abril de 2021 04:49
Para: IUP discussion list.
Assunto: Re: [Iup-users] Ubuntu ARM 64 - vertical RASTERSIZE not working

>Here are a couple screen shots of my Windows 10 (good) and Ubuntu 20.04
>(bad) IUP layouts.
Which version of GTK is used?

regards,
Ranier Vilela

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