Re: [Gambas-user] Feature in Gambas3

2012-03-12 Thread Benoît Minisini
Le 12/03/2012 13:28, Olivier Cruilles a écrit : > HI Benoit, > > I try the proxy configuration today and you limit the port of the proxy from > 0 to 100 and it's not a good idea > because it must be a range from 0 to 65535 (2^16) > > The standard port for a proxy is 3138 or 8080. Oops, I just f

Re: [Gambas-user] Feature in Gambas3

2012-03-12 Thread Olivier Cruilles
HI Benoit, I try the proxy configuration today and you limit the port of the proxy from 0 to 100 and it's not a good idea because it must be a range from 0 to 65535 (2^16) The standard port for a proxy is 3138 or 8080. Olivier Cruilles Mail: linu...@club-internet.fr Le 12 mars 2012 à 02:49

Re: [Gambas-user] Feature in Gambas3

2012-03-11 Thread Benoît Minisini
Le 11/03/2012 16:22, Olivier Cruilles a écrit : > Hello Benoit, > > 1- In a futur version of the IDE of Gambas3, could you please add the support > of the proxy to > use the documentation ? > Done in revision #4543. Regards, -- Benoît Minisini -

Re: [Gambas-user] Feature in Gambas3

2012-03-11 Thread Olivier Cruilles
Yes I understand but in Gambas2 it was ok. On the first time that I open the Dialog, the display is configured by icons and if I change to details and I close the Dialog, the choice is saved automatically. Some things change between qt3 and qt4 ? Olivier Cruilles Mail: linu...@club-internet

Re: [Gambas-user] Feature in Gambas3

2012-03-11 Thread Benoît Minisini
Le 11/03/2012 16:22, Olivier Cruilles a écrit : > Hello Benoit, > > 1- In a futur version of the IDE of Gambas3, could you please add the support > of the proxy to > use the documentation ? > Yep. > 2 - It is possible to add in the Dialog.OpenFile() a feature to choose to > display all files as

[Gambas-user] Feature in Gambas3

2012-03-11 Thread Olivier Cruilles
Hello Benoit, 1- In a futur version of the IDE of Gambas3, could you please add the support of the proxy to use the documentation ? 2 - It is possible to add in the Dialog.OpenFile() a feature to choose to display all files as icons or as detailed before opening the dialog form ? Thank in adv