On Fri, 14 Apr 2000, Bulent Gecer wrote:
> Hi!
> 
> I've tried to contact the conduit-dev-forum without succes so I'll try my
> chances here instead.
> 
> I have a few questions concerning conduits.  First of all, I would like to
> develop a conduit for my PalmOS application that connects to a specific web
> server and retreives different bitmaps.  Next, I want these bitmaps to be
> transferred and stored in an external resource database belonging to my
> application on the Pilot device so that the application can get access to
> the bitmaps.
> 
> How would I solve this technically?
> 
> What CDK package should I use ( Java or C++)?
> 
> Is it possible to let two different conduits communicate with one singel
> application during hotsync?
> 
> I'd be glad for any input!
> 
> /Bulent Gecer

Just save the bitmap into a regular database using your conduit, then use
WinDrawBitmap() to draw it to the screen.

I'm curious why you need 2 conduits?  You can open any database you want
with 1 conduit.  If you need to perform 2 operations, just do the first,
then the second.

-- 
Brian Mathis
Direct Edge
http://www.directedge.com


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to