Send data image to WebGadget [Resolved]

Just starting out? Need help? Post your questions and find answers here.
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5494
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: Send data image to WebGadget [Resolved]

Post 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 ???
ImageThe happiness is a road...
Not a destination
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Re: Send data image to WebGadget [Resolved]

Post by netmaestro »

BERESHEIT
infratec
Always Here
Always Here
Posts: 7583
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: Send data image to WebGadget [Resolved]

Post 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
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3942
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

Re: Send data image to WebGadget [Resolved]

Post 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.
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5494
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: Send data image to WebGadget [Resolved]

Post by Kwai chang caine »

@INFRATEC
Me too, i have lot of strange behaviour :shock:
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 :oops:

@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 :D

But there are another created by CLS in 2006, but i not find the link :oops:
And obvioulsly FRED have created one "Atomic Web Server" you can found it in the example
And surely another on this forum :wink:
ImageThe happiness is a road...
Not a destination
User avatar
em_uk
Enthusiast
Enthusiast
Posts: 366
Joined: Sun Aug 08, 2010 3:32 pm
Location: Manchester UK

Re: Send data image to WebGadget [Resolved]

Post 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!

:)
----

R Tape loading error, 0:1
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5494
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: Send data image to WebGadget [Resolved]

Post by Kwai chang caine »

:lol: :lol: perhaps the man also :lol: :lol:
But i think it's also the version of IE, i have the 7, it's perhaps also the reason :cry:
ImageThe happiness is a road...
Not a destination
Post Reply