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 ???
Send data image to WebGadget [Resolved]
- Kwai chang caine
- Always Here
- Posts: 5494
- Joined: Sun Nov 05, 2006 11:42 pm
- Location: Lyon - France
Re: Send data image to WebGadget [Resolved]

Not a destination
- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
Re: Send data image to WebGadget [Resolved]
You could take a look at this: http://www.phpied.com/mhtml-when-you-ne ... and-under/
BERESHEIT
Re: Send data image to WebGadget [Resolved]
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
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]
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.
If so, that would be a very flexible approach since you could also serve information from a sqlite database.
- Kwai chang caine
- Always Here
- Posts: 5494
- Joined: Sun Nov 05, 2006 11:42 pm
- Location: Lyon - France
Re: Send data image to WebGadget [Resolved]
@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
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


Not a destination
Re: Send data image to WebGadget [Resolved]
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!

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!

----
R Tape loading error, 0:1
R Tape loading error, 0:1
- Kwai chang caine
- Always Here
- Posts: 5494
- Joined: Sun Nov 05, 2006 11:42 pm
- Location: Lyon - France
Re: Send data image to WebGadget [Resolved]




But i think it's also the version of IE, i have the 7, it's perhaps also the reason


Not a destination