Page 2 of 2
Re: Send data image to WebGadget [Resolved]
Posted: Sun Jan 15, 2012 9:17 pm
by Kwai chang caine
Perhaps the problem is i use MOZILA but in portable version
So it is not installed on my machine, perhaps it's for that, when i use #PB_Web_Mozilla the WebGadget continue to use IE ???
Re: Send data image to WebGadget [Resolved]
Posted: Sun Jan 15, 2012 9:18 pm
by netmaestro
Re: Send data image to WebGadget [Resolved]
Posted: Sun Jan 15, 2012 11:15 pm
by infratec
Hi,
strange:
When I save a$ to a file and open it with firefox it works.
In the program I see only the "alt" text. (And I have a standard firefox installation)
So my first solution is the "fail safest"
Bernd
Re: Send data image to WebGadget [Resolved]
Posted: Mon Jan 16, 2012 7:36 am
by wilbert
Just out of curiosity, would it be possible using the PB network functions to create a local http server and serve the content to the WebGadget ?
If so, that would be a very flexible approach since you could also serve information from a sqlite database.
Re: Send data image to WebGadget [Resolved]
Posted: Mon Jan 16, 2012 8:44 am
by Kwai chang caine
@INFRATEC
Me too, i have lot of strange behaviour

Depending of version, Webbrowser, etc..decidedly...the web language is truely not stable and safe, i hate it

But it's the futur...and we are forced to use it
@WILBERT
Yes you can create WebServer, this is one creating by a french member Progi1984
http://www.purebasic.fr/english/viewtop ... 10#p131010
In fact PB is nearly like the C...you can create all you want
But there are another created by CLS in 2006, but i not find the link

And obvioulsly FRED have created one "Atomic Web Server" you can found it in the example
And surely another on this forum

Re: Send data image to WebGadget [Resolved]
Posted: Wed Jan 25, 2012 2:33 am
by em_uk
KCC I think after seeing thread after thread of solutions not working for you, I think it is time to have your machine rebuilt.
I tried every piece of code that was offered and they all worked here instantly.
I think your machine has gone a little bit crazy!

Re: Send data image to WebGadget [Resolved]
Posted: Wed Jan 25, 2012 6:26 pm
by Kwai chang caine