resize widgets on design time

Post your Gambas programming questions here.
Post Reply
farhad
Posts: 4
Joined: Wednesday 18th March 2020 9:49pm
Location: Iran

resize widgets on design time

Post by farhad »

Hi. I'm not sure this is the right place to request a feature, but anyway

I think it would be nice if Gambas IDE resizes widgets on design time, like what qt designer and Glade (for gtk) does. In Qt Designer, when you put a button on a VBox, it resizes the button so that it fits in the container.

But in Gambas, when putting widgets (for example a button) on a VBox container, it does not resize the button, it only does that when user presses the Run button.

I think it would be much nicer to see the results in design time. how can I propose this feature to Gambas developers?
User avatar
cogier
Site Admin
Posts: 1127
Joined: Wednesday 21st September 2016 2:22pm
Location: Guernsey, Channel Islands

Re: resize widgets on design time

Post by cogier »

The best place to ask for this is the Gambas mailing list. You can see this month's input here. This will get you straight to the creator of Gambas, Benoît Minisini.

I put up Gambas.One as I think it is a better platform for user's programming issues that the mailing list format, each to their own!
farhad
Posts: 4
Joined: Wednesday 18th March 2020 9:49pm
Location: Iran

Re: resize widgets on design time

Post by farhad »

thanks for your help
Post Reply