i have an application that have many files (PDB's) and i want to beam them
all in one piece.
currently the beaming option can only beam one file at a time, so if you
want to beam all of them then you have to do one of the following ways :
1) the simple one - beam each file alone, (you need a launcher or a special
application for beam the DB's)
2) do a multiple beam in a code - start beaming, beam file #1, the user
needs to accept file #1, the user needs to confirm continue beaming, beam
file #2 .... - it's working, and you don't need special applications, just
to write a code (not too hard, but ugly enough for the user)
3) use  an external application for multiple beaming like BeamPro (excellent
app !) - but it's not inside your application, and the user must use it,
select the files he needs to beam, which he most likely doesn't know which
PDS's he needs to beam.
4) and the final frontier - put all the needed files inside a self-extract
package, that self-run after the beam, using only one accept from the user,
and that it. - this is in general exactly what BeamPro does, but this is
inside my application without the user need to know which files to beam. the
only disadvantage of this method, is that both sides of the beaming, needs
to have twice the memory of the files to be beamed.


you can read many many many posts about beaming multiple files, beaming PDB
with PRC, multiple beam ......

oh, and about your question if i succeed... yes, it works like a charm :-)

shay


"S KAR" <[EMAIL PROTECTED]> wrote in message news:33807@palm-dev-forum...
>
>
> Thats indeed a great feature, atleast for me.  Have u
> succeeded in implementing that. If yes, then whats the
> concept behind it.
>
> Su
>
> --- Shay <[EMAIL PROTECTED]> wrote:
> > no no no
> > normaly you take a PRC from the PC, and transfer it
> > by sync to the palm.
> > i wanted to CREATE a PRC file IN THE PALM.
> > i needed an application that can make a new prc with
> > code and everything i
> > want, so i had to create PRC file at runtime.
> >
> > shay
> >
> >
> > "S KAR" <[EMAIL PROTECTED]> wrote in message
> > news:33783@palm-dev-forum...
> > >
> > > Could u please feed me on what do u mean by
> > "creating
> > > prc's in runtime...."
> > > Is it u r installing  Palm Appns during sync... or
> > > something like that...
> > >
> > >
> > >
> > >
> > > --- Shay <[EMAIL PROTECTED]> wrote:
> > > > nevermind, i succeeded.
> > > >
> > > >
> > > > "Shay" <[EMAIL PROTECTED]> wrote in message
> > > > news:33685@palm-dev-forum...
> > > > >
> > > > > Hi,
> > > > >
> > > > > i know that a PRC is a resource database, and
> > it
> > > > has a 'code' type
> > > > resource.
> > > > > i assume that the code of the PRC is stored
> > there,
> > > > am i right ?
> > > > > i managed to create a PRC on runtime with
> > data,
> > > > but i want to insert a
> > > > code
> > > > > in it, who ?
> > > > >
> > > > > shay
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > For information on using the Palm Developer
> > Forums,
> > > > or to unsubscribe, please see
> > > http://www.palmos.com/dev/tech/support/forums/
> > >
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Yahoo! Shopping - Thousands of Stores. Millions of
> > Products.
> > > http://shopping.yahoo.com/
> > >
> > >
> >
> >
> >
> > --
> > For information on using the Palm Developer Forums,
> > or to unsubscribe, please see
> http://www.palmos.com/dev/tech/support/forums/
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Shopping - Thousands of Stores. Millions of Products.
> http://shopping.yahoo.com/
>
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to