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
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
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
---
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
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
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
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
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
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.
-
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[
10 matches
Mail list logo