Search the web
Sign In
New User? Sign Up
cbaspadandhotpawbasic · cbasPad and HotPaw Basic - Discussions about cbasPad and HotPaw Basic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
All in one PRC file   Message List  
Reply | Forward Message #1982 of 2113 |
Re: All in one PRC file

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.
> > >
> >
>





Mon Jan 8, 2007 6:29 pm

xotony
Online Now Online Now
Send Email Send Email

Forward
Message #1982 of 2113 |
Expand Messages Author Sort by Date

I would like to make a single PRC file out of the 17 (!) memos that comprise my 47K program. However when I create the PRC only the first memo, the one that...
xotony
Online Now Send Email
Jan 5, 2006
9:35 pm

... first ... do ... DOC ... space ... Tony, I think in order to create a PRC file out of your memos, you have to have all the text in one memo file with no...
scottknecht
Offline Send Email
Jan 6, 2006
3:15 am

Since you suggested it I went ahead and tried to shrink it. I removed all comments, all optional code, and all indentations. It still weighed in at 35k......
xotony
Online Now Send Email
Jan 6, 2006
5:21 pm

Hi PRCs can only be made from a single document. Size is therefore limited ( 32k with Pedit-memos ) There are tricks to add text after creating a PRC. The...
mauseohr1944
Offline
Jan 6, 2006
7:36 am

Yikes, what a limitation. Seems strange that it's even there considering I am able to #include all these memos that together add up to 47k. I mean when you...
xotony
Online Now Send Email
Jan 6, 2006
5:34 pm

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...
mauseohr1944
Offline
Jan 6, 2006
6:24 pm

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...
xotony
Online Now Send Email
Jan 7, 2006
4:54 pm

Thats very interesting. Any chance we could also share that information?? Many thanks Thanos...
aagiannidis
Offline Send Email
Nov 17, 2006
3:47 pm

Hi To create an 'all in one PRC-File' ( bitmaps and code in one file ): Get artBMP and create a file with the graphics you need. ( i.e. graph => graph.prc ) ...
mauseohr1944
Offline
Nov 27, 2006
8:56 pm

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...
xotony
Online Now Send Email
Jan 8, 2007
6:44 pm

... Thanks for the thanks. We must help each other. You can use bird also for editing resources. Pieter....
pietduv
pietduv@...
Send Email
Jan 14, 2007
2:23 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help