images in editorgadget?

Just starting out? Need help? Post your questions and find answers here.
User avatar
aszid
Enthusiast
Enthusiast
Posts: 162
Joined: Thu May 01, 2003 8:38 pm
Location: California, USA
Contact:

images in editorgadget?

Post by aszid »

well, i'm currently working on a project where it would be beneficial to have images in editorgadgets... but i don't know if it's even possible... when i looked up addgadgetitem in the help, it didn't even make mention of using the command with editorgadgets. (this was my first thought, as it supports images for other gadgets)

does anyone know if it can be done, and maybe even how to do it?

Thanks in advance
--Aszid--

Making crazy people sane, starting tomorrow.
User avatar
aszid
Enthusiast
Enthusiast
Posts: 162
Joined: Thu May 01, 2003 8:38 pm
Location: California, USA
Contact:

Post by aszid »

well... i'll take the lack of response as a resounding "maybe"

oh well, i guess i didn't really need it anyhow.
--Aszid--

Making crazy people sane, starting tomorrow.
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

I wonder.. Is there anything in Rich Text that allows enbedding of images in documents?

I'll have to look that up!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

As far as I know, there is no way to insert any kind of media in a rich edit gadget (at least that you can see).

The RTF format does support the inclosure of media, but it does not display it. It just stores it inside the file (very similar to an email with attachments).
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Thanks!

*stops looking that up*
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
freak
PureBasic Team
PureBasic Team
Posts: 5948
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

If it is only for displaying purposes, a WebGadget() might be a good choise
here.

Just a thought...

Timo
quidquid Latine dictum sit altum videtur
User avatar
aszid
Enthusiast
Enthusiast
Posts: 162
Joined: Thu May 01, 2003 8:38 pm
Location: California, USA
Contact:

Post by aszid »

hmm, i'll look into using a webgadget... not sure how well it'll work for my purposes though. thanks for the answers though.
--Aszid--

Making crazy people sane, starting tomorrow.
Post Reply