Sorry, haven't checked this group in ages it seems.
Here are the nice instructions Pieter sent me.
~~~~~~~~~~~~~~
To edit hotpaw text in prc:
BACKUP YOUR PRC FIRST
Use RsrcEdit (resource edit)
(check website for info www.quartus.net
non expiring trial?)
see list of programs and databases.
search find prc name, click open.
You will see a list of resources.
taib is graphics
frm is forms
code is code ect.
scroll down.
look for tSTR is strings.
look near end of list for tSTR 2001
to right under reset/apply #name of your program,
select, click open,
You will see your program text.
to add text scroll down,
copy and paste text on end.
problem palm paste allow only 1k at time,
so you can copy only <1k bits at a time.
check program text still ok.
click done if finished.
tip:
use hackmaster (www.daggerware.com)
and switchhack (www.deskfree.com)
(check websites also for more info)
to switch easy between hotpaw and memos,
like they tell in the hotpaw manual somewhere.
With RsrcEdit you can see and edit all stuff in any prc/pdb.
open taib 1000 that is your prc icon on palm
see draw controls on left, you can now edit icon.
menu then choose 1 2 4 8 bit color icons
better leave codes data alone.
tFRM title select open to change title of prc
after preview click apps on silkscreen to get back
tver is version of prc
tAIN is name shown on menu
Pieter.
~~~~~~~~~~~~~~~~~~
Thanos, hope you find this as helpful as I did, and thanks again
Pieter.
-Tony
--- In cbaspadandhotpawbasic@yahoogroups.com, "aagiannidis"
<aagiannidis@...> wrote:
>
> Thats very interesting. Any chance we could also share that
information??
>
> Many thanks
> Thanos
>
> --- In cbaspadandhotpawbasic@yahoogroups.com, "xotony" <xotony@>
wrote:
> >
> > Ok, I am ashamed to admit a lot of that went way over my head.
As a
> > result, I started to look around for info on this resource
editting
> > business. What I have discovered I posted in my last message.
> >
> > However, someone named Pieter just sent me some very good
detailed
> > instructions on how to do what I am looking for. Was that you
> > Geert? Whoever it was, thanks! I will be sure to follow the
> > instructions. Lou, is you want them I can forward them to you too.
> >
> > Thanks for the interest in all this everyone and hopefully I will
be
> > able to get around this limitation soon.
> >
> > -Tony
> >
> > --- In cbaspadandhotpawbasic@yahoogroups.com, mauseohr1944
> > <no_reply@y...> wrote:
> > >
> > > Hi
> > >
> > > I wrote that you can add text into a PRC - if any regular
editor
> > > could do it, I wouldn't have used the word 'tricks' to describe
it.
> > >
> > > You can do it, using a resource editor.
> > > Doing this you can also alter the first line and Hotpaw will
> > display
> > > the name you wish from the very beginning.
> > >
> > > If you need much space for graphics, consider to create them in
a
> > > bitmap resource ( can be your PRC )with artBMP ( freeware ) and
> > draw
> > > them in your programm with:
> > > draw x,y,0,k,400,s$
> > > ( k is the number of the bitmap, s$ the name of the resource )
> > > instead of:
> > > draw x,y,w,h,100,a$(0)
> > >
> > > If the numbers of the bitmaps are arranged, k can be a
calculated
> > > value.
> > > If the bitmaps are be included in the resulting PRC the
resource
> > name
> > > has to be adapted accordingly, thus a single file would be
> > created,
> > > making distribution and installing much easier.
> > >
> > > If you need more details, fell free to ask.
> > >
> > > HTH
> > > G.
> > >
> >
>