Re: [Gambas-user] Does XML-RPC RpcServer supports SSL?

2012-11-05 Thread Alexie
A SSH tunnel isn't very "practical", because we want to use to communicate between a webclient and the XML-RPC RpcServer and to make it more secure, SSL looks like a "requirement" from my side. I know some other gb.net.* components support SSL, that's why i was asking ... maybe it is a nice featur

Re: [Gambas-user] Does XML-RPC RpcServer supports SSL?

2012-11-05 Thread Adrien Prokopowicz
Hi Alexie, There is not, to my knowledge, any function like this in gb.xml.rpc. But I think you can easily use it through an SSH tunnel to the server. Regards, Adrien. Le Mon, 5 Nov 2012 17:50:42 +0100, Alexie a écrit : > Hi, > > We are using XML-RPC (gb.xml.rpc) RpcServer component of gamba

[Gambas-user] Does XML-RPC RpcServer supports SSL?

2012-11-05 Thread Alexie
Hi, We are using XML-RPC (gb.xml.rpc) RpcServer component of gambas in a project, but this is just "plain" (none-encrypted) XML interface. Is it possible to use this interface SSL encrypted? I can't find anything on the internet/documentation. Regards, Alex ---

Re: [Gambas-user] Progress bar error while closing (Form_Close)

2012-11-05 Thread Sebastian Kulesz
On Mon, Nov 5, 2012 at 11:55 AM, J Sundar wrote: > Please bear with me. I have not clearly understood as i have not tried this > method earlier. The process "pFileCopy" is actually from other module. So i > do not know how to implement your suggestion. > > > On Mon, Nov 5, 2012 at 7:37 PM, Fabien

Re: [Gambas-user] Progress bar error while closing (Form_Close)

2012-11-05 Thread J Sundar
Please bear with me. I have not clearly understood as i have not tried this method earlier. The process "pFileCopy" is actually from other module. So i do not know how to implement your suggestion. On Mon, Nov 5, 2012 at 7:37 PM, Fabien Bodard wrote: > you must to add a flag to test if th form

Re: [Gambas-user] Progress bar error while closing (Form_Close)

2012-11-05 Thread Fabien Bodard
you must to add a flag to test if th form can be closed if not bCanClose then Stop Event MakeCopy endif 2012/11/5 J Sundar > I made a program which uses progress bar for removing and copying > files/folder. For this I made a different form and calling it each time > user remove/copy files

Re: [Gambas-user] DateChooser.Month as Text

2012-11-05 Thread Fabien Bodard
Simply : format(DateChooser.Value,"") 2012/11/5 abbat > > Hi, > is there any way to get Month as Text in DateChooser according to > localization. > To get September instead of "11" > > Thanks > -- > View this message in context: > http://old.nabble.com/DateChooser.Month-as-Text-tp34641992p

[Gambas-user] Progress bar error while closing (Form_Close)

2012-11-05 Thread J Sundar
I made a program which uses progress bar for removing and copying files/folder. For this I made a different form and calling it each time user remove/copy files. What i am trying to do is that when user click on close button (x) of progress bar i have tell user that "Please wait till process reach

[Gambas-user] DateChooser.Month as Text

2012-11-05 Thread abbat
Hi, is there any way to get Month as Text in DateChooser according to localization. To get September instead of "11" Thanks -- View this message in context: http://old.nabble.com/DateChooser.Month-as-Text-tp34641992p34641992.html Sent from the gambas-user mailing list archive at Nabble.com. -

Re: [Gambas-user] R: How to Set Column.Title Alignment?

2012-11-05 Thread abbat
So, where is a resolve? I asked about Title.Alignment, and not about Cell.Alignment Thanks Vuott wrote: > > Hi, > > It should be: > > * >   .Columns[2].Alignment = Align.Center >   .Title = "abcdefg" > ** > ...but I doesn't see the text. > > instead, this works: > >   With GridView1[