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 forgot to define the limits of the SpinBox control, so you 
have the default values!

-- 
Benoît Minisini

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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, Benoît Minisini a écrit :

> 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
> 
> --
> Try before you buy = See our experts in action!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-dev2
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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.fr

Le 11 mars 2012 à 16:48, Benoît Minisini a écrit :

> 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 icons or as detailed
>> before opening the dialog form ?
> 
> If you really need specific needs, just create your own open file 
> dialog. Take the the FFileChooser form in the gb.form.dialog sources, 
> and adjust it to your needs! It's not very difficult.
> 
> I can't add properties to the Dialog class, if I cannot implement them 
> in gb.gtk and gb.qt4.
> 
> Regards,
> 
> -- 
> Benoît Minisini
> 
> --
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing 
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user

--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 icons or as detailed
> before opening the dialog form ?

If you really need specific needs, just create your own open file 
dialog. Take the the FFileChooser form in the gb.form.dialog sources, 
and adjust it to your needs! It's not very difficult.

I can't add properties to the Dialog class, if I cannot implement them 
in gb.gtk and gb.qt4.

Regards,

-- 
Benoît Minisini

--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 advance

Olivier Cruilles
Mail: linu...@club-internet.fr

--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user