Re: [Gambas-user] Issue 548 in gambas: complete code of htttp post example

2014-08-14 Thread gambas
Comment #7 on issue 548 by mckayger...@gmail.com: complete code of htttp post example http://code.google.com/p/gambas/issues/detail?id=548 From: Dimitris Anogiatis > I'm not sure there is a need for a re-write. > Just some comments to explain what the code does. In the client side for made req

Re: [Gambas-user] Issue 548 in gambas: complete code of htttp post example

2014-08-12 Thread Dimitris Anogiatis
I'm not sure there is a need for a re-write. Just some comments to explain what the code does. For example on the button_click event you send the parameters for the webservice POST and the actual message you are sending is contained in the sCad string and the message target is set in the URL prop

Re: [Gambas-user] Issue 548 in gambas: complete code of htttp post example

2014-08-12 Thread gambas
Comment #6 on issue 548 by mckayger...@gmail.com: complete code of htttp post example http://code.google.com/p/gambas/issues/detail?id=548 the bug its about http POST not about webservices if u read said "complete code of http post example" and i said "confuses novice developers" due the act

Re: [Gambas-user] Issue 548 in gambas: complete code of htttp post example

2014-08-12 Thread gambas
Comment #5 on issue 548 by tabo...@gmail.com: complete code of htttp post example http://code.google.com/p/gambas/issues/detail?id=548 Can you get hold of the source code? I cannot[*] and reality is that there are web services you won't get the sources for. If you can for this example, I'll

Re: [Gambas-user] Issue 548 in gambas: complete code of htttp post example

2014-08-12 Thread gambas
Comment #4 on issue 548 by mckayger...@gmail.com: complete code of htttp post example http://code.google.com/p/gambas/issues/detail?id=548 ping? why wont fix? -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your

Re: [Gambas-user] Issue 548 in gambas: complete code of htttp post example

2014-08-11 Thread gambas
Comment #3 on issue 548 by mckayger...@gmail.com: complete code of htttp post example http://code.google.com/p/gambas/issues/detail?id=548 a) i have a ver very easy example, i'll upload here in two days (i have archived) b) why wont fix, its so easy, only attached the php code in the proyect

Re: [Gambas-user] Issue 548 in gambas: complete code of htttp post example

2014-08-09 Thread Tobias Boege
On Sat, 09 Aug 2014, gam...@googlecode.com wrote: > Updates: > Status: WontFix > > Comment #2 on issue 548 by benoit.m...@gmail.com: complete code of htttp > post example > http://code.google.com/p/gambas/issues/detail?id=548 > > A volunteer to write another HTTP POST example? :-) > Wha

Re: [Gambas-user] Issue 548 in gambas: complete code of htttp post example

2014-08-09 Thread gambas
Updates: Status: WontFix Comment #2 on issue 548 by benoit.m...@gmail.com: complete code of htttp post example http://code.google.com/p/gambas/issues/detail?id=548 A volunteer to write another HTTP POST example? :-) -- You received this message because this project is configured to se

Re: [Gambas-user] Issue 548 in gambas: complete code of htttp post example

2014-08-06 Thread gambas
Comment #1 on issue 548 by mckayger...@gmail.com: complete code of htttp post example http://code.google.com/p/gambas/issues/detail?id=548 > From: Randall Morgan > PHP Code is simply a web script and while I have not seen > the code, it is of no real value to a Gambas Developer. "simple", "not

Re: [Gambas-user] Issue 548 in gambas: complete code of htttp post example

2014-08-04 Thread Randall Morgan
PHP Code is simply a web script and while I have not seen the code, it is of no real value to a Gambas Developer. If you want to write php yes. Gambas no! That fact is it shouldn't make any difference whether the server side is using php, asp, java, html, etc... It only matters that the server resp

[Gambas-user] Issue 548 in gambas: complete code of htttp post example

2014-08-04 Thread gambas
Status: New Owner: Labels: Version-Any Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 548 by mckayger...@gmail.com: complete code of htttp post example http://code.google.com/p/gambas/issues/detail?id=548 1) Describe the problem. the "http post" example