possible bug: can someone confirm that load url with message is broken?

2007-04-19 Thread Andre Garzia
Hello folks, can someone confirm that in Rev 2.8.1-dp-2 Mac OS X Intel has a problem with load url with messages? The load works but the message is never sent. Cheers andre ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: possible bug: can someone confirm that load url with message is broken?

2007-04-19 Thread Trevor DeVore
On Apr 19, 2007, at 9:44 AM, Andre Garzia wrote: Hello folks, can someone confirm that in Rev 2.8.1-dp-2 Mac OS X Intel has a problem with load url with messages? The load works but the message is never sent. Andre, load url is working fine with messages on my end (OS X intel). --

Re: possible bug: can someone confirm that load url with message is broken?

2007-04-19 Thread Andre Garzia
Here it is very strange, if I step with the debugger, it works, if I allow it to run by itself, the message is never dispatched. strange... bug is on my side, so, I'll solve it. Thanks Trevor andre On Apr 19, 2007, at 2:12 PM, Trevor DeVore wrote: On Apr 19, 2007, at 9:44 AM, Andre

Re: possible bug: can someone confirm that load url with message is broken?

2007-04-19 Thread Klaus Major
Hi Andre, Here it is very strange, if I step with the debugger, it works, if I allow it to run by itself, the message is never dispatched. strange... bug is on my side, so, I'll solve it. Thanks Trevor I encountered this one, too! Even urlstatus turl does not work. I did this test: ...

Re: possible bug: can someone confirm that load url with message is broken?

2007-04-19 Thread Andre Garzia
Klaus, here it started working if I set the libURLSetStatusCallback before trying the load command. Then it worked as expected. :-/ Andre On Apr 19, 2007, at 3:32 PM, Klaus Major wrote: Hi Andre, Here it is very strange, if I step with the debugger, it works, if I allow it to run by

Re: possible bug: can someone confirm that load url with message is broken?

2007-04-19 Thread Klaus Major
Hi Andre, Klaus, here it started working if I set the libURLSetStatusCallback before trying the load command. Then it worked as expected. :-/ Hmm, thanks, will try that. In case it will will work for me, too, we might have narrowed a possible bu er... inconvenience :-) Andre