Re: Flashing Up to PalmOS 3.5

2008-05-29 Thread Jamie Macleod
PalmOS 3.5 upgrade is included in the new WebClipping upgrade in provider
pavillion.  Don't try and use the emulator ROMs.

Jamie
"neal king groothuis" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> How can I go about upgrading my Palm V running PalmOS 3.3 to
> PalmOS 3.5?  Will the "Emulator ROMS" in the provider pavillion
> work, or will that break my Palm?
>
> --
> A faith; this is a necessity for man. Woe to him who believes nothing.
>   --Victor Hugo
>   Les Miserables
> PGP key available upon request or at http://www.imsa.edu/~ngroot/
>
>
>





-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Re: Which tool do you suggest me use ??

2008-05-28 Thread Jamie Macleod
Marco,

Just keep in mind the price ($1,595.00).  Seems a bit steep for a Palm
development IDE, compilor NOT included.  If you want to do CE development
the Microsoft VB devepment would seem easier.  Any idiot can do VB.

Jamie


<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
>
> Hello all,
>
> Could you help me, please !!!
>
> I' ve developed applications for Palm Pilot  using Code Warrior.
>
> Now, there is another tool  Penright 's  Mobile Builder 2.0  for developed
of applications for Palm, CE , etc
>
> What do I know about it??
>
>
> Which tool  do you suggest me use ??

>
>
> Regards,
> Marco
>
>
>





-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Re: 3.5 SDK update for CW

2008-05-28 Thread Jamie Macleod
I run CW with 3.5 SDK on W98 and W2K with no problems.  The upgrade went off
with no hitches.  Have you applied the latest CW patches?

Jamie


"J. F. Sucher" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Why.. Why .. Why did I update?!!!
>
> Now my POSE locks up.. I've got strange things happening with files not
> being found.. OMG.. can anyone build an update that doesn't crap up a
> system?
>
> Is anyone else experiencing problems with the 3.5 update for CW6 running
on
> Win2k?
>
>
>
>
>





-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Re: CE POSE version

2008-05-28 Thread Jamie Macleod
But would they bother to read it?

Jamie
"Aaron Ardiri" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
>
> > Teach a man to fish...
>
>   ... and the women will go to the shop and purchase the frozen
>   fish to make sure he has something to eat.
>
>   (no sexist remark intended - sorry if thats what people think)
>
>   i dont mind people asking questions (heck, sometimes it just sucks
>   to waste your own time searching docs/headers) but i wouldn't want
>   to see the same question over and over again.
>
>   the knowledge base resource works, however, not all developers
>   know about it. what i suggest is that when someone signs up, a
>   detailed "reference" is sent to them, so that know where to get
>   everything..  maybe, when people "subscribe" to this forum, they
>   are forced to say "yes, i know about the knowledge base" etc. etc.
>
>   it may reduce the number of questions that come up (that are repeated)
>
>   cheers
>
> // az
> [EMAIL PROTECTED]
> http://www.ardiri.com/<--- free games!
>
>
>





-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


DateToInt

2008-05-28 Thread Jamie Macleod
I'm sure I'll get flamed for daring to ask a question on this newsgroup, but
I have searched eGroups, www.palm.com, sdk 3.5 docs, etc with no luck.

I am looking at the souce code for the Todo and Datebook examples to see how
they implement dates.  I noticed these two programs use a function called
DateToInt(), but I can't find reference to this function anywhere.  The
comments say that a DateToInt() returning a negative number means no date.
My question(s) is, what is the proper way to set a DateType to no date, and
where do I find documentation on DateToInt()?  Thank you all.

Jamie





-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Re: DateToInt

2008-05-28 Thread Jamie Macleod
Nothing, but I am interested in setting a date to be empty.  I was wonder
what the proper way was.  Do I just set the Year, Month, and Day to 0 and
check in my code prior to calling the DateToAscii function.

Jamie

"Dave Lippincott" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> What's wrong with using DateToAscii or DateToDOWDMFormat?
>
> - Original Message -
> From: "Jamie Macleod" <[EMAIL PROTECTED]>
> Newsgroups: palm-dev-forum
> To: "Palm Developer Forum" 
> Sent: Monday, October 30, 2000 12:17 PM
> Subject: DateToInt
>
>
> > I'm sure I'll get flamed for daring to ask a question on this newsgroup,
> but
> > I have searched eGroups, www.palm.com, sdk 3.5 docs, etc with no luck.
> >
> > I am looking at the souce code for the Todo and Datebook examples to see
> how
> > they implement dates.  I noticed these two programs use a function
called
> > DateToInt(), but I can't find reference to this function anywhere.  The
> > comments say that a DateToInt() returning a negative number means no
date.
> > My question(s) is, what is the proper way to set a DateType to no date,
> and
> > where do I find documentation on DateToInt()?  Thank you all.
> >
> > Jamie
> >
> >
> >
> > --
> > For information on using the Palm Developer Forums, or to unsubscribe,
> please see http://www.palmos.com/dev/tech/support/forums/
> >
> >
>
>
>





-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Re: DateToInt

2008-05-28 Thread Jamie Macleod
Thanks.

Jamie
"Mark Smith" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> "Jamie Macleod" <[EMAIL PROTECTED]> wrote:
> >I am looking at the souce code for the Todo and Datebook examples to see
how
> >they implement dates.  I noticed these two programs use a function called
> >DateToInt(), but I can't find reference to this function anywhere.  The
> >comments say that a DateToInt() returning a negative number means no
date.
> >My question(s) is, what is the proper way to set a DateType to no date,
and
> >where do I find documentation on DateToInt()?  Thank you all.
>
> C:> pwd
> /Program Files/Metrowerks/CW for Palm OS R6/Palm OS 3.5 Support/Incs
> C:> find . -name "*.h" -exec grep -H DateToInt {} ;
> ./Core/System/DateTime.h: #define DateToInt(date) (*(UInt16 *) &date)
>
> --
> -M-  [EMAIL PROTECTED]
>
>





-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


sizeof(DateType) == 2 ?

2008-05-28 Thread Jamie Macleod
Can someone explain why sizeof(DateType) gives me 2?  DateType is a
structure declared as 3 UInt16 values, and of course if I do a
(sizeof(UInt16) * 3) I get 6.  Shouldn't I be getting 6 for DateType?

Jamie





-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Re: EHand Connect fo Palm

2008-05-28 Thread Jamie Macleod
It works good, but the price is terrible.  They want you to pay $800 up
front and $20 per seat.  Doesn't make much sense for my $15 app.

Jamie
"Mitch Fawcett" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Has anyone used the above to produce a conduit for a shareware product you
> are selling? If yes, what was the experience technically?
>
> Also if yes, what is EHand charging you to use it?
>
> I sent them an e-mail about 5 days ago asking about licensing/pricing and
I
> still haven't heard back from them. Their web site gives conflicting
> information on the subject.
>
> I wrote a conduit using it, and to me it looks pretty good. Just wondering
> what the rest of you think.
>
> Mitch Fawcett
> Tapn'See Software
> Home of SuperList2
> http://www.tapnsee.com
>
>
>
>
>
>
>





-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Re: sizeof(DateType) == 2 ?

2008-05-28 Thread Jamie Macleod
Ahhh, thank you.  I knew I was missing something obvious.  Actually, I have
a book, it's just not great on explaining structures.  You wouldn't know it
from my question, but I know C, I just haven't used it for 10 years, so I'm
very rusty.

Jamie

"Richard Burmeister" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> From: "Jamie Macleod" <[EMAIL PROTECTED]>
> Subject: sizeof(DateType) == 2 ?
>
> > Can someone explain why sizeof(DateType) gives me 2?  DateType is a
> > structure declared as 3 UInt16 values, and of course if I do a
> > (sizeof(UInt16) * 3) I get 6.  Shouldn't I be getting 6 for DateType?
>
> DateType is not a structure with 3 UInt16s.  It is a single UInt16 used as
a
> bit field (16 bits, 2 bytes).
>
> typedef struct {
>   UInt16 year :7;
>   UInt16 month :4;
>   UInt16 day :5;
> } DateType;
>
> 7 bits are used for the year, 4 bits for the month, and 5 bits for the
day.
>
> You might want to pick up a book on C.
>
>
>
>





-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Re: Color Bitmaps

2008-05-28 Thread Jamie Macleod
You can do it in the constructor.  Go to Palm.com and look in the knowledge
base.  They have a good article on how to do it.

Jamie
"mikel anderson" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Re:color Bitmaps
>
> I am new to Palm Programming, programming in total actually, and I can't
> draw color bitmaps in Constructor, so could someone tell me, in begginers
> terms, how to do color bitmaps.  I think this would have to be done in the
> actual code, and I'm okay with that, an example would be nice to.
>
> Mikel Anderson
> CEO Impact Studios
>
>
>
>
>
>
> ___
> Say Bye to Slow Internet!
> http://www.home.com/xinbox/signup.html
>
>
>





-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Re: how 2 convert Java app. into C ?

2008-05-28 Thread Jamie Macleod
It's called rewriting your code.

Jamie

"DEVEN BHATT" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Dear friends,
>
> I have developed an application for Palm in Java. How do I convert the
same
> into C language ? Pl. let me know the steps involved in detail and the
tools
> available for this purpose. I would be thankful to you for this help.
>
> Have a nice day.
>
> Deven.
> _
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> Share information about yourself, create your own public profile at
> http://profiles.msn.com.
>
>
>





-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Creating Events

2008-05-28 Thread Jamie Macleod
I am trying to create an event which will tell me when the text of a field
has changed.  I want to update a bitmap depending on the value of the text
in a field.  I catch the keyDownEvent in the event handler and than try to
issue a fldChangedEvent.  The fldChangedEvent never seems to be caught
though.  Can anyone help me out here.  Thanks.


 case keyDownEvent: // Get key Event
   fldIndex = FrmGetFocus(frm);  // Get Index of the field currently having
focus
   if (fldIndex == EditWordWordField)
{
EvtCopyEvent(event,&eNewEvent);
  eNewEvent.eType = fldChangedEvent;
  eNewEvent.data.fldChanged.fieldID = EditWordWordField;
  eNewEvent.data.fldChanged.pField = FrmGetObjectPtr(frm,
FrmGetObjectIndex(frm,EditWordWordField));
  EvtAddEventToQueue(&eNewEvent);
  }
   break;

 case fldChangedEvent:
   if (event->data.fldChanged.fieldID == EditWordWordField)
DrawBitmap(2,20,FldGetTextHandle(FrmGetObjectPtr(frm,
FrmGetObjectIndex(frm,EditWordWordField;
   break;



Jamie Macleod


__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com


-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Re: Creating Events

2008-05-28 Thread Jamie Macleod
Sorry, a stupid mistake.  I was trying to use the field index like a field
ID.

Jamie
- Original Message -
From: "Jamie Macleod" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Saturday, January 29, 2000 1:44 PM
Subject: Creating Events


> I am trying to create an event which will tell me when the text of a field
> has changed.  I want to update a bitmap depending on the value of the text
> in a field.  I catch the keyDownEvent in the event handler and than try to
> issue a fldChangedEvent.  The fldChangedEvent never seems to be caught
> though.  Can anyone help me out here.  Thanks.
>
>
>  case keyDownEvent: // Get key Event
>fldIndex = FrmGetFocus(frm);  // Get Index of the field currently
having
> focus
>if (fldIndex == EditWordWordField)
> {
> EvtCopyEvent(event,&eNewEvent);
>   eNewEvent.eType = fldChangedEvent;
>   eNewEvent.data.fldChanged.fieldID = EditWordWordField;
>   eNewEvent.data.fldChanged.pField = FrmGetObjectPtr(frm,
> FrmGetObjectIndex(frm,EditWordWordField));
>   EvtAddEventToQueue(&eNewEvent);
>   }
>break;
>
>  case fldChangedEvent:
>if (event->data.fldChanged.fieldID == EditWordWordField)
> DrawBitmap(2,20,FldGetTextHandle(FrmGetObjectPtr(frm,
> FrmGetObjectIndex(frm,EditWordWordField;
>break;
>
>
>
> Jamie Macleod
>
>
>
> __
>
> Do You Yahoo!?
>
> Talk to your friends online with Yahoo! Messenger.
>
> http://im.yahoo.com
>
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palm.com/devzone/mailinglists.html
>


__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com


-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


RE: Creating Events

2008-05-28 Thread Jamie Macleod
Thank you, that's what I was looking for.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Stephen Best
Sent: Sunday, January 30, 2000 11:16 PM
To: Palm Developer Forum
Subject: Re: Creating Events

> EvtCopyEvent(event,&eNewEvent);
>   eNewEvent.eType = fldChangedEvent;
>   eNewEvent.data.fldChanged.fieldID = EditWordWordField;
>   eNewEvent.data.fldChanged.pField = FrmGetObjectPtr(frm,
> FrmGetObjectIndex(frm,EditWordWordField));
>   EvtAddEventToQueue(&eNewEvent);

Why not use FldSendChangeNotification ()?

Stephen Best
Bitware Australia



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


__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com


-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Re: Palm Programming Book Raffle

2008-05-28 Thread Jamie Macleod
To bad. I lost.  Oh well, I went and bought the book.  It looks good.
Especially the bit on handling floats.

Jamie

"Steve Mann" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Thanks to all of you that requested to be included in the raffle of
> Advanced Palm Programming. Copies of the book will be mailed out over
> the next few days. The winners are (in no particular order):
>
> Dan Busarow
> Robert Felice
> Todd Walk
> Raf Van den Brandt
> John Corelli
> DeAnna Davidson
> Collin R. Mulliner
> Yi Wang
> Steve McMicken
> Tim Charron
> Jeff Forbes
> Matt Peterson
>
> Special thanks to those of you that included cat anecdotes. The
> judges found them very interesting, but in no way did they affect the
> outcome of the raffle.
>
> Regards,
> Steve Mann
> --
> ---
> Creative Digital Publishing Inc.
> 1315 Palm Street, San Luis Obispo, CA 93401-3117
> ---
> 805.784.9461  805.784.9462 (fax)
> [EMAIL PROTECTED]   http://www.cdpubs.com
>
>





-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Re: Still problems with PODS 1.1

2004-12-26 Thread Jamie Macleod
I'm seeing this as well.  Work fine before I upgraded.

"Jürgen Wind" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Hi,
>
> as stated in a previous mail, I, and several others also, seem to have 
> problems running the Garnet 5.4 Simulator and the PalmOS Emulator from 
> within PODS 1.1. The OS is Windows XP SP2, Home Edition as well as 
> Professional. The Cobalt Simulator works like a breeze, which makes me 
> wonder if it is really a firewall problem.
>
> During startup, the simulator launches. If you press OK in the Launching 
> Dialog, an error message shows up: "Exception occured during launch. 
> Reason: Unable to launch Target Environment"
>
> As I said, it only happens with Garnet Simulators/Emulators, not with 
> Cobalt.
>
> Any ideas ?
>
> Juergen
> 



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


Re: Developing PalmOS with Visual Studio .NET

2004-11-26 Thread Jamie Macleod
It would be easier just to use Eclipse, don't you think.  Took me all of 2 
hours to figure it out.  I use VS .Net and love it but I'm not sure of the 
benefits of running a Palm compiler out of it.

Jamie
"Sebastian Noack" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Hi,
>
> I,m looking for an integration of the PalmOS developing tools in the IDE 
> of Visual Studio .NET. Does someone know such a thing?
> 



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


Re: PODS and Sections

2004-11-22 Thread Jamie Macleod
Sounds good Ben.  When will we see 1.1?  Do you know?


"Ben Combee" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> At 04:56 PM 11/22/2004, you wrote:
>>Okay, so I have the Sections.def file with "code1" and "code 2".  I have 
>>the
>>Sections.h file with
>>#define SECTION1 __attribute__ ((section ("code1")))
>>
>>#define SECTION2 __attribute__ ((section ("code2")))
>>
>>And I try defining some functions like so
>>
>>static Int16 loadDBList() SECTION2 ;
>>
>>What am I missing?  It still doesn't work. Are you saying the PODS handles
>>this when I have made the the Secdtions.def and Sections.h changes above?
>
> I'll try to get a multisection 68K app example posted to the KB once PODS 
> 1.1 goes live.
>
> In the meantime, check out
> http://news.palmos.com/read/search/results?forum=palm-dev-forum&words=multisections
>
>
> -- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc.
>"Combee on Palm OS" weblog: http://palmos.combee.net/
>Developer Fourm Archives:   http://news.palmos.com/read/all_forums/
>
>
> 



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


Re: PODS and Sections

2004-11-22 Thread Jamie Macleod
Think I might have it working with just one code section.

"Jamie Macleod" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Okay, so I have the Sections.def file with "code1" and "code 2".  I have 
> the Sections.h file with
> #define SECTION1 __attribute__ ((section ("code1")))
>
> #define SECTION2 __attribute__ ((section ("code2")))
>
> And I try defining some functions like so
>
> static Int16 loadDBList() SECTION2 ;
>
> What am I missing?  It still doesn't work. Are you saying the PODS handles 
> this when I have made the the Secdtions.def and Sections.h changes above?
>
>
>
> Jamie
>
> "Ben Combee" <[EMAIL PROTECTED]> wrote in message 
> news:[EMAIL PROTECTED]
>
>> At 02:15 PM 11/22/2004, you wrote:
>>>I'm using PODS and getting an errors regarding my app section being full 
>>>and
>>>"relocation truncated to fit".  Where can I find a document to show me 
>>>how
>>>to set up the PODS to handle multiple sections and make changes to my 
>>>code?
>>>I can't seem to get it working.
>>
>> See the documentation at prc-tools.sourceforge.net for how to do sections 
>> with PRC-Tools.  The 68K Managed Make tool in PODS recognizes a 
>> sections.def file in the root folder of your project and will use it in 
>> the build process.
>>
>>
>> -- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc.
>>"Combee on Palm OS" weblog: http://palmos.combee.net/
>>Developer Fourm Archives:   http://news.palmos.com/read/all_forums/
>>
>>
>>
>
>
> 



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


Re: PODS and Sections

2004-11-22 Thread Jamie Macleod
Okay, so I have the Sections.def file with "code1" and "code 2".  I have the 
Sections.h file with
#define SECTION1 __attribute__ ((section ("code1")))

#define SECTION2 __attribute__ ((section ("code2")))

And I try defining some functions like so

static Int16 loadDBList() SECTION2 ;

What am I missing?  It still doesn't work. Are you saying the PODS handles 
this when I have made the the Secdtions.def and Sections.h changes above?



Jamie

"Ben Combee" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]

> At 02:15 PM 11/22/2004, you wrote:
>>I'm using PODS and getting an errors regarding my app section being full 
>>and
>>"relocation truncated to fit".  Where can I find a document to show me how
>>to set up the PODS to handle multiple sections and make changes to my 
>>code?
>>I can't seem to get it working.
>
> See the documentation at prc-tools.sourceforge.net for how to do sections 
> with PRC-Tools.  The 68K Managed Make tool in PODS recognizes a 
> sections.def file in the root folder of your project and will use it in 
> the build process.
>
>
> -- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc.
>"Combee on Palm OS" weblog: http://palmos.combee.net/
>Developer Fourm Archives:   http://news.palmos.com/read/all_forums/
>
>
> 



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


PODS and Sections

2004-11-22 Thread Jamie Macleod
I'm using PODS and getting an errors regarding my app section being full and
"relocation truncated to fit".  Where can I find a document to show me how
to set up the PODS to handle multiple sections and make changes to my code?
I can't seem to get it working.

Thanks.



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


test

2004-11-22 Thread Jamie Macleod
test 



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


Re: Double-density bitmaps not displaying on Sony Clie but working on Palm

2004-03-21 Thread Jamie Macleod
Sony's with OS 4 don't have Hi-Density.  They use Hi-Res.  You need to use
the Sony SDK to program for them.

"Stan Hunter" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> My bitmap families with high-density bitmaps display in high-density just
> fine on my Palm OS 5.1 and 5.2.1 devices, but display as normal-density on
> my OS 4.1 Sony Clie.  It is a 320x320 device.  Same problem with the Sony
> using the non-high-def versions of the launcher icons.
>
> Both the normal & the double-density images in the families use Best (OS
4.0
> and later) compression and are 8-bit depth.  The program does a
> WinScreenMode set to 8 bit depth, too.
>
> I'll probably kick myself when somebody tells me why, but I'm finally
> stumped enough to ask.
>
> Thanks,
> Stan
>
> [EMAIL PROTECTED]
> http://www.xenware.com/
> Xenware -- Advanced Training Software
> Reflex -- Exercise Tracker
> Muxles -- Muscle Map
>
>



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


Re: Cobalt porting: No longer single prc for all OS versions

2004-03-02 Thread Jamie Macleod
Okay I can agree with that. And your right, the Palm is much easier to
program then the PPC using eVC (or whatever it is called).  Palm has done a
great job of maintaining consistent API's across the different devices.

I would consider Frameworks like .Net or JVM an OS from the developers point
of view.  It is basically a different set of API's that you need to program
for, different from the underlying OS.  Thanks for the feed back.

Jamie

"Brad Figler" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> >
> > But in my line of work, who cares if meet some ideal of  "expert"?  I
need
> > to develop solutions, not impress my users with my OS knowledge.  I can
get
> > down and dirty with the best of them, but I prefer to have the
development
> > tool/environment do it for me.  Anyways the .Net Framework is basically
just
> > another OS you program for, the same way you program for the JVM.  You
need
> > to understand it to develop quality applications for it.
> >
> > Jamie
> >
>
> I agree that using a tool to make your life easier and your time to
> market faster is a good idea. However, I don't think you can compare a
> framework that wraps an operating system to an operating system (i.e CF
> .NET to PalmOS 6).
>
> It has been my experience, and I imagine yours too, that when a
> developer gets stumped on a problem (in any framework) and they don't
> understand the inner workings of the OS (or whatever is being wrapped),
> they struggle to come up with an acceptable solution. Situations like
> this lead to hacks and bugs and usually a break down in design.
>
> My original point is this. PalmOS, at an operating system level, is
> easier to understand than Windows (whether it be PPC or XP). Palm did a
> good job of keeping simple. Kudos to MS for their .NET framework. It
> makes things easier, but, it is not an excuse to not understand how the
> OS works. Trust me, I love the fact that I can bang out two million
> lines of code by writing 6 function calls in VB.NET!
>
> Brad
>
> >
> >
>



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


Re: Cobalt porting: No longer single prc for all OS versions

2004-03-02 Thread Jamie Macleod
Jamie,

"Brad Figler" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Jamie Macleod wrote:
> > It depends.  If your targeting the CF .Net it is pretty easy, especially
if
> > you use VS .Net already.  If you want to target PPC natively it is a
little
> > more difficult.
> >
>
> Yes, Microsoft did a good job with the Compact Framework which makes it
> much easier to get things done. However, programming using the framework
> hides a lot of the operating system details. Just like MFC. I can't
> count on my fingers and toes how many people I have met that claim to be
> expert windows programmers and don't even know what RegisterClass() or
> RegisterClassEx() is used for. But they certainly know to put their
> initialization code in CMyApp::OnInitInstance().
>
> Brad

But in my line of work, who cares if meet some ideal of  "expert"?  I need
to develop solutions, not impress my users with my OS knowledge.  I can get
down and dirty with the best of them, but I prefer to have the development
tool/environment do it for me.  Anyways the .Net Framework is basically just
another OS you program for, the same way you program for the JVM.  You need
to understand it to develop quality applications for it.

Jamie



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


Re: Cobalt porting: No longer single prc for all OS versions

2004-03-01 Thread Jamie Macleod
It depends.  If your targeting the CF .Net it is pretty easy, especially if
you use VS .Net already.  If you want to target PPC natively it is a little
more difficult.

Jamie
"Brad Figler" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Alex wrote:
>
> > Just reading the overview of Cobalt makes me wonder whether it is a good
> > time to port to PPC. If one needs to change that much, might as well
picking
> > up a new platform. And I thought OS 4 to OS 5 was painful. The only
thing
> > would make this worse is that if I paid for attending DevCon  to find
this
> > out.
> >
>
> PPC is still a more complicated Operating System than PalmOS. The guys
> at PalmSource have done a good job in keeping it simple. Jumping to the
> PPC platform is probably ten fold the work than porting to the NEW OS.
>
> Brad
>



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


Re: Cobalt porting: No longer single prc for all OS versions

2004-03-01 Thread Jamie Macleod
Andreas,

I have mixed feelings.  I am impressed that I  could load my application
into the Cobalt simulator and it works fine, with only one problem I can
find so far.  On the other hand I am surprised that they are making such a
radical move in development tools.  I would have like Palm to work a little
closer with Metrowerks on this.  It would have been nice to use the same
tool to create the new Protein applications.

I am starting to work with the CF .Net on the PocketPC and I find it really
nice to develop with, though a bit slow.  Seems fine for database type apps
though.  Another good thing about MS is that they are really open with their
developers about the direction they are going.  Palm could learn something
from Microsoft about how to treat their developers.

Jamie

"Linke, Andreas" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> So I patiently downloaded the whopping 250 MB "Palm OS Developer Suite",
skimmed through the docs, ran my apps in the PalmSim 6, looked at some
samples and frankly, I'm shocked. I've been programming Palm OS for 7 years
now, but I can't remember such a radical change. There seems to be no
attempt at compatibility, neither binary nor in source.
>
> A Protein app created for OS 6 will not run on OS 5 and earlier. Classic
68k apps may run on OS 6 but cannot access any of the new features of OS 6.
PACE in OS 6 "provides no additional functionality beyond that provided by
earlier releases of Palm OS." (porting guide)
>
> This means there is no longer a way to support all Palm OS releases in a
single prc file:
>
> When I want/need to use only one single new feature of OS 6, I'll have to
split projects, and create and maintain a separate code line. Given the fact
that PalmSource openly admits that OS 5 and OS 6 will coexist for some time
in the future, this means double maintenance, seperate downloads, and a
support nightmare. Not to mention user confusion ("is my Tungsten running
Cobalt?").
>
> After stopping support for system patching in OS 5, Palm introduced some
new  low-level notifications as a replacement. Now they removed all the
interesting ones again in OS 6 (e.g. sysNotifyEventDequeuedEvent). No hint
in the 600 page porting guide about how to work around this.
>
> It looks like the way to handle dynamic input areas (aka virtual Graffiti
area aka virtual silkscreen) has changed again.
>
> Several functions that PalmSource deemed "rarely used", e.g.
EvtGetPenBtnList() or EvtKeyQueueSize() have just been removed in OS 6. Some
others have been renamed, because it seems they just didn't sound right...
>
> And, apparently just for fun, they've changed all the type names again
> (e.g. UInt32 becomes uint32_t).
>
> What do others think?
>
> Andreas
> www.LinkeSOFT.com
>



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


Re: PilRC Designer latest version is 2.1.3.0??

2004-02-26 Thread Jamie Macleod
I'm finding a text editor to be a quicker way to edit resource files
anyways.

"Ben Combee" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> At 04:25 PM 2/25/2004, you wrote:
>
>
> >Is 2.1.3.0 the latest version of this tool?
>
> As far as I know.
>
> >I just installed the 9.3 patch. If a new version comes up
> >   do we get these in CW updates? Is there a download page?
>
> There will not be any future updates of this tool, since Falch.net is not
> developing this anymore, as far as I know.
>
>
>



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


Re: Developer Suite Now Available

2004-02-26 Thread Jamie Macleod
3 now

"David A. Desrosiers" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> > I looked at how the other download URLs were formed on the other
> > download pages. Hint: iws-stage.palmsource.com -> spp.palmos.com.
>
> I did the same thing ;) Maybe we're the only two... =)
>
> d.
>
>
>



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


Re: Program works on Tungsten T3 Simulator, but crashes real T3

2004-02-25 Thread Jamie Macleod
Weird,  that's what I'm using.

"Jeremy" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I did finally fix the problem.  I found that there is a new Dynamic Input
> Area sample onthe PalmSource website.  They have some changes to the
sample.
> I used their changes, and tested it on a friends T3, and it no longer
> crashes.  The link to that sample code is:
>
>
http://kb.palmsource.com/cgi-bin/palmsource.cfg/php/enduser/std_adp.php?p_faqid=507
>
> I hope that this helps.
>
> Good luck,
> Jeremy
>
>
> "Jamie Macleod" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Jeremy,
> >
> > Did you find the solution?  I'm having the same problem with no T3 of my
> own
> > to test it on.
> >
> > Jamie
> > "Jeremy" <[EMAIL PROTECTED]> wrote in message
> > news:[EMAIL PROTECTED]
> > > I have adapted my software to work on the T3 using the DIA API.  It
> works
> > > fine, without any errors, on the Tungsten T3 simulator including
> portrait
> > > and landscape modes.
> > >
> > > When I install the program into a T3 without AppSlipRotate.prc and
> > > StatusBarLib.prc my program works fine.  But of course the screen does
> not
> > > expand.
> > >
> > > However when I install my program on a T3 with both AppSlipRotate.prc
> and
> > > StatusBarLib.prc already installed (simultaneously, no crash on
> > > installation).  When I start my program the T3 goes into a reset loop
> > which
> > > can only be broken by a hard reset.
> > >
> > > Has anyone else had this problem?  I can't begin to figure out how to
> > > isolate the problem since I can't reproduce the problem on the
> simulator.
> > >
> > > I should say that I don't have my own T3.  I had a generous friend
test
> > the
> > > program - I can't keep crashing my friend's T3.
> > >
> > > Any help would be appreciated.
> > >
> > > Thank you,
> > > Jeremy
> > >
> > >
> > >
> >
> >
> >
>
>
>



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


Re: Program works on Tungsten T3 Simulator, but crashes real T3

2004-02-24 Thread Jamie Macleod
Jeremy,

Did you find the solution?  I'm having the same problem with no T3 of my own
to test it on.

Jamie
"Jeremy" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I have adapted my software to work on the T3 using the DIA API.  It works
> fine, without any errors, on the Tungsten T3 simulator including portrait
> and landscape modes.
>
> When I install the program into a T3 without AppSlipRotate.prc and
> StatusBarLib.prc my program works fine.  But of course the screen does not
> expand.
>
> However when I install my program on a T3 with both AppSlipRotate.prc and
> StatusBarLib.prc already installed (simultaneously, no crash on
> installation).  When I start my program the T3 goes into a reset loop
which
> can only be broken by a hard reset.
>
> Has anyone else had this problem?  I can't begin to figure out how to
> isolate the problem since I can't reproduce the problem on the simulator.
>
> I should say that I don't have my own T3.  I had a generous friend test
the
> program - I can't keep crashing my friend's T3.
>
> Any help would be appreciated.
>
> Thank you,
> Jeremy
>
>
>



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


Re: Converting Palm App to Win CE App

2004-02-21 Thread Jamie Macleod
I would just re-write your Palm application using C# and VS .Net on the
compact framework.  Especially if it is a business type app and doesn't need
to be ultra fast.  That's what I'm doing.  I find the compact Framework easy
enough to program.  I wrote a class that allows me to read pdb files in
.Net, so I'm using the same database files.

Jamie
"Richard Coutts" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Aaron,
>
> Thanks for the clarifications.
>
> > some people have already done it here in this forum. its done in bits
> > and pieces - not difficult at all to support both easily.
>
> I'm getting ready to start a port myself and am not feeling very intrepid.
> If anyone could recommend some online articles on the issues in porting or
> point me towards existing code, I'd really appreciate it.
>
> > SHARK is targeted towards gaming applications right now - and, we are
> > keeping it in a tight loop (ie: not public info readily available) :P
>
> Okay.  I'm looking forward to it's unveiling! :)
>
> > > I'm not trying to be critical, it's just I've been burned in the past
by
> > > committing to an API that was not well supported, developed, and
> > > distributed.  So, I need to be assured that SHARK is all of these.
> > > Otherwise, any time saved developing can be easily lost.
> >
> > SHARK wont work for most commercial applications... yet :)
>
> Looking forward to this, too.
>
> Thanks,
> Rich
>
>



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


Re: Codewarrior 9.3 & Custom Fonts

2004-02-20 Thread Jamie Macleod
Thanks!  That did it.  The docs must need updating :)

"LionScribe" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> In PilRC 3.1 it should be
> FONTFAMILY ID 128 FONTID 128
> BEGIN
> FONT "SmallLowDensity.pfn" DENSITY 72
> FONT "SmallHiDensity.pfn" DENSITY 144
> END
>
> FONT ID 128 FONTID 128 "SmallLowDensity.pfn"
>
> LionScribe
>
> "Jamie Macleod" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > I just upgraded Codewarrior to version 9.3 and now my custom fonts won't
> > compile.  I understand that 9.3 uses the PilRC 3.1 plugin.  Has
something
> > changed with the font handling.  Here is the message I get.
> >
> > ===
> > Error   : FontID invalid.  valid values: 128<=FontID<=255
> > FontFamily.rcp line 7
> > Error   : Compile failed
> > ===
> >
> > Here is  how I declare a font family.
> >
> > ===
> > FONTFAMILY ID 128
> > BEGIN
> >  FONT "SmallLowDensity.pfn" DENSITY 72
> >  FONT "SmallHiDensity.pfn" DENSITY 144
> > END
> > FONT ID 128 FONTID 128 "SmallLowDensity.pfn"
> > ===
> >
> > This worked fine in 9.2.  Changing the ID doesn't do make any
difference.
> > Any suggestions?
> >
> > Jamie
> >
> >
> >
>
>
>



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


Codewarrior 9.3 & Custom Fonts

2004-02-19 Thread Jamie Macleod
I just upgraded Codewarrior to version 9.3 and now my custom fonts won't
compile.  I understand that 9.3 uses the PilRC 3.1 plugin.  Has something
changed with the font handling.  Here is the message I get.

===
Error   : FontID invalid.  valid values: 128<=FontID<=255
FontFamily.rcp line 7
Error   : Compile failed
===

Here is  how I declare a font family.

===
FONTFAMILY ID 128
BEGIN
 FONT "SmallLowDensity.pfn" DENSITY 72
 FONT "SmallHiDensity.pfn" DENSITY 144
END
FONT ID 128 FONTID 128 "SmallLowDensity.pfn"
===

This worked fine in 9.2.  Changing the ID doesn't do make any difference.
Any suggestions?

Jamie



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


Re: Cobalt and Metrowerks

2004-02-18 Thread Jamie Macleod
Yea I saw that.  Seems very vague to me.

"Matt Graham" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Jamie Macleod wrote:
> > So what's the scoop with Codewarrior and Cobalt?  Does Metrowerks
> > plan to support it?
>
> from PalmSource's dev suite FAQ:
> 
> Q:  Will Palm OS developers be able to use other IDEs?
> A: We recognize that developers have their own preferences for tools.
> Although Eclipse will be our primary IDE, PalmSource will continue to
> maintain our partnerships with other tools vendors and support their
> creation of additional options for Palm OS developers.
> 
>
> isn't clear but sort of suggests CodeWarrior will be still be available
> for Palm development.
>



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


Re: Cobalt and Metrowerks

2004-02-13 Thread Jamie Macleod
While that explains the deafening silence anyways.  Thanks.

"Erik Rauch" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Jamie Macleod wrote:
> > So what's the scoop with Codewarrior and Cobalt?  Does Metrowerks plan
to
> > support it?
> >
> > Jamie
> I'll answer this based on what I picked up at the PalmSource Dev Con.  I
> am NOT affiliated with MW.
>
> MW is under legal constraints limiting their "forward looking
> statements" and is not able to address this subject at this time.
>
> It is possible that the "forward looking statements" phrase should
> /technically/ be replace with some other empty/legal phrase like "public
> comments while negotiations are in progress" or some such.  You get the
> idea.
>
> I know, a Non Answer, but I don't think you are going to get a better
> one at this time .
>
> -E
>
>



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


Cobalt and Metrowerks

2004-02-13 Thread Jamie Macleod
So what's the scoop with Codewarrior and Cobalt?  Does Metrowerks plan to
support it?

Jamie



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


Re: Development tool based on VB

2004-02-05 Thread Jamie Macleod
The problem with most Basic type development tools on the Palm is that they
are VM based, so you need to install a VM to make them run.  This takes up
room and slows down the app.  You may want to look at the following two
since they are both based on Basic and allow you to create native
executables.  I haven't actually used them myself, since I program in C.

Handheld Basic - www.handheld-basic.com
CASL - www.caslsoft.com

<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
>
>
> I have made an application in VB 6.0 and EVB 3.0 for PC and Pocket PC
2002/2003
> respectively.Now i want my application to run on Palm OS devices too. For
this i
> have studied the tutorial which comes with the CodeWarrior and i have
realized
> that it is based on C++. Is there any development tool based on VB which
will
> allow me to make my application for Palm OS devices. I have heard about
AppForge
> and NSBASIC but i am confused as to which i should purchase. I don't want
to
> make a wrong decision. My application requires a strong user interface and
alot
> of mathematical calculations. There is also some database handling
involved in
> it. (Both local and remote i-e on the internet)
>
> I need advice on this. I hope u will all help me in making a correct
choice.
>
> Mahrine
>
> 
> This message was sent using IMP, the Internet Messaging Program.
>
>



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


Postition graffiti shift indicator

2004-02-02 Thread Jamie Macleod
I am working with DIA on the T3 and am trying to position the graffiti shift
indicator.  I can't seem to get it to work, though I am using GsiSetLocation
and the values I pass seem to be okay.  Any ideas?

Please, no reprimand for  missing a previous post, though a link is welcome.
I did and always do look first.

Jamie



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


Re: T3 Simulator & letter G

2004-01-30 Thread Jamie Macleod
Regis & Ben,

Thanks.  I did look before I asked.  Just couldn't find anything on it.

Jamie
"Jamie Macleod" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I am using the Tungsten 3 simulator to test my app for DIA.  I don't
> actually own a T3 myself so I'm not familiar with the device.  I notice
that
> a capital letter *G* keeps appearing in the upper left corner halfway on
and
> halfway below the menu bar.  Is this normal for the actual device?  It
looks
> ugly what ever it is.  Thanks for the help.
>
> Jamie
>
>
>



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


T3 Simulator & letter G

2004-01-30 Thread Jamie Macleod
I am using the Tungsten 3 simulator to test my app for DIA.  I don't
actually own a T3 myself so I'm not familiar with the device.  I notice that
a capital letter *G* keeps appearing in the upper left corner halfway on and
halfway below the menu bar.  Is this normal for the actual device?  It looks
ugly what ever it is.  Thanks for the help.

Jamie



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


Re: DIA and Codewarrior 9.3

2004-01-28 Thread Jamie Macleod
the project to rebuild is

...\Metrowerks\Codewarrior\CW for Palm OS Support\Precompiled
Headers\BuildHeaders.mcp


"yakir" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I've had the same problem (see below).
>
> How does one rebuild the header files ?
>
> TIA,
> -- Yakir.
>
>
> "Jamie Macleod" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Ben,
> >
> > Thanks.  I had rebuilt the BuildAll.mcp but not the header files.  I
> rebuilt
> > them and it works okay now.
> >
> > Jamie
> > "Ben Combee" <[EMAIL PROTECTED]> wrote in message
> > news:[EMAIL PROTECTED]
> > > At 12:52 AM 1/27/2004, Jamie Macleod wrote:
> > > >I am using Codewarrior 9.3.  I am trying to figure out how to use the
> DIA
> > > >and am checking for the pin feature using the following code.
> > > >
> > > >When I compile the pinFtrAPIVersion constant isn't recognized so I
> > include
> > > >the PenInputMgr.h header file.  I get than get errors in the
> > PenInputMgr.h
> > > >file like this.
> > > >
> > > >Error   : ';' expected
> > > >PenInputMgr.h line 85   PINS_TRAP(pinPINGetInputAreaState);
> > >
> > > You need to rebuild the precompiled header files your project is
> > > using.  BuildAll.mcp in CW for Palm OS Support should be rebuilt after
> any
> > > Palm OS SDK change.
> > >
> > > -- 
> > > Ben Combee <[EMAIL PROTECTED]>
> > > CodeWarrior for Palm OS technical lead
> > > Palm OS programming help @ www.palmoswerks.com
> > >
> > >
> >
> >
> >
>
>
>



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


Re: DIA and Codewarrior 9.3

2004-01-27 Thread Jamie Macleod
Ben,

Thanks.  I had rebuilt the BuildAll.mcp but not the header files.  I rebuilt
them and it works okay now.

Jamie
"Ben Combee" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> At 12:52 AM 1/27/2004, Jamie Macleod wrote:
> >I am using Codewarrior 9.3.  I am trying to figure out how to use the DIA
> >and am checking for the pin feature using the following code.
> >
> >When I compile the pinFtrAPIVersion constant isn't recognized so I
include
> >the PenInputMgr.h header file.  I get than get errors in the
PenInputMgr.h
> >file like this.
> >
> >Error   : ';' expected
> >PenInputMgr.h line 85   PINS_TRAP(pinPINGetInputAreaState);
>
> You need to rebuild the precompiled header files your project is
> using.  BuildAll.mcp in CW for Palm OS Support should be rebuilt after any
> Palm OS SDK change.
>
> -- 
> Ben Combee <[EMAIL PROTECTED]>
> CodeWarrior for Palm OS technical lead
> Palm OS programming help @ www.palmoswerks.com
>
>



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


Re: DIA and Codewarrior 9.3

2004-01-27 Thread Jamie Macleod
Correction, I'm using Codewarrior 9.2 SDK 5.3.

"Jamie Macleod" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I am using Codewarrior 9.3.  I am trying to figure out how to use the DIA
> and am checking for the pin feature using the following code.
>
> error = FtrGet(appFileCreator, pinFtrAPIVersion, &pinVersion);
> if (error)
>  pinVersion = 0;
>
> When I compile the pinFtrAPIVersion constant isn't recognized so I include
> the PenInputMgr.h header file.  I get than get errors in the PenInputMgr.h
> file like this.
>
> Error   : ';' expected
> PenInputMgr.h line 85   PINS_TRAP(pinPINGetInputAreaState);
>
> Can anyone tell me what I am missing here?  I'm not a rookie but I feel
like
> it with this DIA stuff if I can't even get this to work.  Thanks.
>
> Jamie
>
>
>



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


Re: DIA and Codewarrior 9.3

2004-01-27 Thread Jamie Macleod
Thanks,  I'll try that out.

"Fruber Malcome" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> If you look a few messages down (I asked the same question a few days
ago).
> In short, you should not need to include the PenInputMgr.h file, if you
do,
> then there is a problem with the pre-compiled headers.
>
> Please look for that message, Subject "PenInputMgr.h - Cannot Include."
>
> thanks - bill
>
>
> "Jamie Macleod" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > I am using Codewarrior 9.3.  I am trying to figure out how to use the
DIA
> > and am checking for the pin feature using the following code.
> >
> > error = FtrGet(appFileCreator, pinFtrAPIVersion, &pinVersion);
> > if (error)
> >  pinVersion = 0;
> >
> > When I compile the pinFtrAPIVersion constant isn't recognized so I
include
> > the PenInputMgr.h header file.  I get than get errors in the
PenInputMgr.h
> > file like this.
> >
> > Error   : ';' expected
> > PenInputMgr.h line 85   PINS_TRAP(pinPINGetInputAreaState);
> >
> > Can anyone tell me what I am missing here?  I'm not a rookie but I feel
> like
> > it with this DIA stuff if I can't even get this to work.  Thanks.
> >
> > Jamie
> >
> >
> >
>
>
>



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


DIA and Codewarrior 9.3

2004-01-26 Thread Jamie Macleod
I am using Codewarrior 9.3.  I am trying to figure out how to use the DIA
and am checking for the pin feature using the following code.

error = FtrGet(appFileCreator, pinFtrAPIVersion, &pinVersion);
if (error)
 pinVersion = 0;

When I compile the pinFtrAPIVersion constant isn't recognized so I include
the PenInputMgr.h header file.  I get than get errors in the PenInputMgr.h
file like this.

Error   : ';' expected
PenInputMgr.h line 85   PINS_TRAP(pinPINGetInputAreaState);

Can anyone tell me what I am missing here?  I'm not a rookie but I feel like
it with this DIA stuff if I can't even get this to work.  Thanks.

Jamie



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


Re: CW 6 Constructor Bug: "Memory is getting low..." message

2003-10-13 Thread Jamie Macleod

Alance,

> By the way how can I get the V9 ? Can I get it for free thanks to my
> rel.6 ? And finally, to develop for the Plam V and m505 series do I need
>the V9?

What planet are you from.  Upgrade 3 versions of software for free?



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


RE: Limite of Constructor 1.9

2003-09-09 Thread Jamie Macleod
Ben,

Just to clarify.  Is Metrowerks planning to move future development completely to 
PilRC?  Will this be the resource editor of choice now?  I don't mind switching my 
resources, but I don't really want to do it again.

Jamie
> At 07:52 AM 9/9/2003, Roger Stringer wrote:
> >Keith, I think your calculation of resource count is really low.   You 
> >didn't allow for the resources on the forms (an average of just 20 per 
> >form would give an extra 1400 resources).   And then there's the resource 
> >count cost of bitmap families.
> >
> >I think it is entirely possible Regis is running into the resource count 
> >limitation.
> >
> >Now Regis can slide past the Constuctor limit by having two (or more) RSC 
> >files, perhaps by pulling all the bitmaps and bitmap families into a 
> >seperate RSC file.
> >But then he runs into the same problem in the linker...
> >
> >Any plans to fix this hard limit in the linker?  It is a real problem for 
> >large applications!
> 
> We did fix it -- it's called using PilRC and the Palm OS 68K linker.  This 
> is a limitation of the Mac OS resource format, so the fix was ditching that 
> format.
> 
> -- 
> Ben Combee <[EMAIL PROTECTED]>
> CodeWarrior for Palm OS technical lead
> Palm OS programming help @ www.palmoswerks.com

-- 
Composed with Newz Crawler 1.5 http://www.newzcrawler.com/

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


RE: Developing a launcher

2003-09-09 Thread Jamie Macleod
I believe it's a Basic compiler that doesn't require a run time but produces prc 
files.  Can't remember the web site right now.

> Hi,
> 
> I am not familiar with what HB++ is. I appreciate your answer.
> 
> Thanks,
> Lance
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Monday, September 08, 2003 12:51 PM
> To: Palm Developer Forum
> Subject: Re: Developing a launcher
> 
> Hi Gregory,
> I manage to do my own Launcher by using a simple sample provided with
> HB++;
> See the MiniLauncher sample.
> Bye
> Colmerauer
> 
> "Lance Gregory" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> 
> Hi.
> 
> I have seen a lot of PalmOS launchers out there. Is there a place I
> could go to learn how to do this myself?
> 
> Thanks,
> Lance
> 
> 
> 
> 
> -- 
> For information on using the Palm Developer Forums, or to unsubscribe,
> please see http://www.palmos.com/dev/support/forums/

-- 
Composed with Newz Crawler 1.5 http://www.newzcrawler.com/

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


Re: RE: Re: Re: Re: RE: Font Family, High Density & xFont

2003-09-08 Thread Jamie Macleod
LionScribe,

Thanks for all your help.  I did as you said and the font works for a new empty 
project.  

Regarding the older OS versions (pre 5.0 I presume) I will need to use just a font and 
not a font family.  To clarify.  I will need to check if the OS is 5.0 or up and use a 
font family if so.  If the OS is less than 5.0 I need to use a font.  Do I have this 
correct?  

Looks like I'll have a bit of work converting resources and importing my source into 
my new project. Sigh.

Jamie
> 
> Te easiest thing for you to do, is to update PilRc to version 3.0 (as per
> previous instructions from Ben), convert all your constructer resources to
> the PilRC type (there are some utility programs that can do that for you),
> then make sure your project uses the Palm OS Linker, (You change it in the
> project's settings. If you do not know to do it, it would be easier to just
> create a new project from scratch using the new project wizard, and copying
> in your old files). Then add the following lines to your resource text file
> (rcp file), (change it based on the file names);
> 
> FONTFAMILY ID 128
> BEGIN
> FONT "Fonts/StdLow.pfn" DENSITY 72
> FONT "Fonts/StdHigh.pfn" DENSITY 144
> END
> 
> You should also not forget to add the standard font type, because the new
> ones don't work on older OS's, like this;
> 
> FONT 128 FONTID 128 "Fonts/StdLow.pfn"
> 
> The project should compile smoothly, though the High-Density font did not
> come out perfect on my test. Maybe it's a bug that will be fixed in next
> release. So if you need the program soon, and you can't wait for bug fixes,
> then try it out in an empty project, before making the total move.
> Good Luck,
> LionScribe

-- 
Composed with Newz Crawler 1.4 http://www.newzcrawler.com/

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


Re: Re: Re: Re: RE: Font Family, High Density & xFont

2003-09-07 Thread Jamie Macleod
Is there any documentation on how to create a font family and include it in 
Codewarrior?
> 
> At 10:48 AM 9/6/2003, Jamie Macleod wrote:
> >Here's a question for you.  Is it possible to completely compile the font 
> >family using the new PilRC and than just add in the font family as a data 
> >object?
> 
> If you are using the Palm OS SDK 5.0 R2 with its version of PalmRez, 
> yes.  The latest PalmRez and Constructor supports a tRAW type that 
> encapsulates a new data type and ID and the raw data from a file, such that 
> when going through tRAW, the output resource isn't modified at all by 
> PalmRez but is copied verbatim.
> 
> 
> -- 
> Ben Combee <[EMAIL PROTECTED]>
> CodeWarrior for Palm OS technical lead
> Palm OS programming help @ www.palmoswerks.com 
> 
> 
>

-- 
Composed with Newz Crawler 1.4 http://www.newzcrawler.com/

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


Re: RE: Re: Re: RE: Font Family, High Density & xFont

2003-09-07 Thread Jamie Macleod
IDE - 5.1.1.1117
> What IDE are you using, which version?
> LionScribe

-- 
Composed with Newz Crawler 1.4 http://www.newzcrawler.com/

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


Re: RE: Re: Re: RE: Font Family, High Density & xFont

2003-09-07 Thread Jamie Macleod
Codewarrior 9 sp1
> 
> Jamie,
> What IDE are you using, which version?
> LionScribe
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Ben Combee
> Sent: Sunday, September 07, 2003 12:20 AM
> To: Palm Developer Forum
> Subject: Re: Re: Re: RE: Font Family, High Density & xFont
> 
> 
> At 10:48 AM 9/6/2003, Jamie Macleod wrote:
> >Here's a question for you.  Is it possible to completely compile the font
> >family using the new PilRC and than just add in the font family as a data
> >object?
> 
> If you are using the Palm OS SDK 5.0 R2 with its version of PalmRez,
> yes.  The latest PalmRez and Constructor supports a tRAW type that
> encapsulates a new data type and ID and the raw data from a file, such that
> when going through tRAW, the output resource isn't modified at all by
> PalmRez but is copied verbatim.
> 
> 
> --
> Ben Combee <[EMAIL PROTECTED]>
> CodeWarrior for Palm OS technical lead
> Palm OS programming help @ www.palmoswerks.com
> 
> 
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
> please see http://www.palmos.com/dev/support/forums/
> 
> 
> 
>

-- 
Composed with Newz Crawler 1.4 http://www.newzcrawler.com/

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


Re: Re: Re: RE: Font Family, High Density & xFont

2003-09-06 Thread Jamie Macleod
Here's a question for you.  Is it possible to completely compile the font family using 
the new PilRC and than just add in the font family as a data object?

> 
> At 11:44 PM 9/5/2003, Jamie Macleod wrote:
> >I did all this.  Compiling the fonts with the latest version of the 
> >PilRC.  I also tried the one that comes with CW.  I than include the fonts 
> >as data in CW 9.  After all this I still get the same error when 
> >linking.  I've also tried adding/deleting glyphs.  I'm about ready to pull 
> >my hair out here.  This shouldn't be that hard.
> 
> I wish I had better information.  PalmRez is complaining about your font 
> info.  It might be that the 0x81 glyph is the one for the "missing" 
> character.  Have you read the font specification in the Palm OS SDK 5 
> Reference -- that might provide insight.
> 
> -- 
> Ben Combee <[EMAIL PROTECTED]>
> CodeWarrior for Palm OS technical lead
> Palm OS programming help @ www.palmoswerks.com 
> 
> 
>

-- 
Composed with Newz Crawler 1.4 http://www.newzcrawler.com/

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


Re: Re: Re: RE: Font Family, High Density & xFont

2003-09-05 Thread Jamie Macleod
Yea I've read everything I can find on it.  Thanks anyways.  I may try cutting chunks 
of the glyphs out or get it working for a very small subset and see if I can pinpoint 
were the problem is.

Jamie
> 
> At 11:44 PM 9/5/2003, Jamie Macleod wrote:
> >I did all this.  Compiling the fonts with the latest version of the 
> >PilRC.  I also tried the one that comes with CW.  I than include the fonts 
> >as data in CW 9.  After all this I still get the same error when 
> >linking.  I've also tried adding/deleting glyphs.  I'm about ready to pull 
> >my hair out here.  This shouldn't be that hard.
> 
> I wish I had better information.  PalmRez is complaining about your font 
> info.  It might be that the 0x81 glyph is the one for the "missing" 
> character.  Have you read the font specification in the Palm OS SDK 5 
> Reference -- that might provide insight.
> 
> -- 
> Ben Combee <[EMAIL PROTECTED]>
> CodeWarrior for Palm OS technical lead
> Palm OS programming help @ www.palmoswerks.com 
> 
> 
>

-- 
Composed with Newz Crawler 1.4 http://www.newzcrawler.com/

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


Re: Re: RE: Font Family, High Density & xFont

2003-09-05 Thread Jamie Macleod
I did all this.  Compiling the fonts with the latest version of the PilRC.  I also 
tried the one that comes with CW.  I than include the fonts as data in CW 9.  After 
all this I still get the same error when linking.  I've also tried adding/deleting 
glyphs.  I'm about ready to pull my hair out here.  This shouldn't be that hard.

Jamie
> 
> At 04:09 PM 9/5/2003, Jamie Macleod wrote:
> >So how do I use this in CodeWarrior?
> 
> If you have CodeWarrior for Palm OS V9 and are using the Palm OS 68K 
> linker, you just download the ZIP file and replace the PILRC.EXE file in 
> bin/plugins/support/Palm_OS with the new one.  If you are using a previous 
> version of CodeWarrior for Palm OS or are using Neil Rhodes' plugin with 
> the Mac OS 68K linker, you'll have to wait for Neil to do a new plugin build.
> 
> -- 
> Ben Combee <[EMAIL PROTECTED]>
> CodeWarrior for Palm OS technical lead
> Palm OS programming help @ www.palmoswerks.com 
> 
> 
>

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


Re: RE: Font Family, High Density & xFont

2003-09-05 Thread Jamie Macleod
So how do I use this in CodeWarrior?
> At 03:29 PM 9/5/2003, LionScribe wrote:
> >I also had the problem, and the only solution I found was adding glyphs or
> >deleting glyphs, until by luck it worked. Can't wait for PilRC to support
> >FontFamilies.
> 
> It already does, if you download 3.0 from 
> http://sourceforge.net/projects/pilrc/.  I've just posted the 3.0 beta 2 
> binary to the files page, and the whole developer team would love to see 
> what bashing your can do on this.  This ZIP doesn't include the Unix build 
> files -- if you need those, just get a snapshot of the current CVS from 
> Sourceforge.
> 
> -- 
> Ben Combee <[EMAIL PROTECTED]>
> CodeWarrior for Palm OS technical lead
> Palm OS programming help @ www.palmoswerks.com

-- 
Composed with Newz Crawler 1.5 http://www.newzcrawler.com/

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


Re: RE: Font Family, High Density & xFont

2003-09-05 Thread Jamie Macleod
Not having much luck.  
> I also had the problem, and the only solution I found was adding glyphs or
> deleting glyphs, until by luck it worked. Can't wait for PilRC to support
> FontFamilies.
> LionScribe
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Jamie
> Macleod
> Sent: Friday, September 05, 2003 4:16 PM
> To: Palm Developer Forum
> Subject: Font Family, High Density & xFont
> 
> 
> I am trying to create a custom font for my application.  I have created two
> fonts that are proportional (one is double the other).  I am using xFont to
> create the fonts and than compile them with the CodeWarrior PilRC plugin.  I
> create a font Family in the Constructor and add the two fonts.  Everything
> seems to go okay until I try to link it and Codewarrior gives me the
> following error.
> 
> Link Error   : PalmRez Error: tfnf ID=1000 element #2 NFNT 129 error 'Font
> is not compatible (glyph 0x81 width is not proportional)'. Compilation
> halted
> 
> The strange thing is that the last glyph is 0x80 yet the error occurs on
> 0x81.  What am I missing here?  Any help is appreciated.
> 
> Jamie
> 
> --
> Composed with Newz Crawler 1.5 http://www.newzcrawler.com/
> 
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
> please see http://www.palmos.com/dev/support/forums/

-- 
Composed with Newz Crawler 1.5 http://www.newzcrawler.com/

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


Re: RE: Font Family, High Density & xFont

2003-09-05 Thread Jamie Macleod
Thanks for the suggestion.  I'll give this a try and report back.

> I also had the problem, and the only solution I found was adding glyphs or
> deleting glyphs, until by luck it worked. Can't wait for PilRC to support
> FontFamilies.
> LionScribe
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Jamie
> Macleod
> Sent: Friday, September 05, 2003 4:16 PM
> To: Palm Developer Forum
> Subject: Font Family, High Density & xFont
> 
> 
> I am trying to create a custom font for my application.  I have created two
> fonts that are proportional (one is double the other).  I am using xFont to
> create the fonts and than compile them with the CodeWarrior PilRC plugin.  I
> create a font Family in the Constructor and add the two fonts.  Everything
> seems to go okay until I try to link it and Codewarrior gives me the
> following error.
> 
> Link Error   : PalmRez Error: tfnf ID=1000 element #2 NFNT 129 error 'Font
> is not compatible (glyph 0x81 width is not proportional)'. Compilation
> halted
> 
> The strange thing is that the last glyph is 0x80 yet the error occurs on
> 0x81.  What am I missing here?  Any help is appreciated.
> 
> Jamie
> 
> --
> Composed with Newz Crawler 1.5 http://www.newzcrawler.com/
> 
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
> please see http://www.palmos.com/dev/support/forums/

-- 
Composed with Newz Crawler 1.5 http://www.newzcrawler.com/

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


Font Family, High Density & xFont

2003-09-05 Thread Jamie Macleod
I am trying to create a custom font for my application.  I have created two fonts that 
are proportional (one is double the other).  I am using xFont to create the fonts and 
than compile them with the CodeWarrior PilRC plugin.  I create a font Family in the 
Constructor and add the two fonts.  Everything seems to go okay until I try to link it 
and Codewarrior gives me the following error.  

Link Error   : PalmRez Error: tfnf ID=1000 element #2 NFNT 129 error 'Font is not 
compatible (glyph 0x81 width is not proportional)'. Compilation halted

The strange thing is that the last glyph is 0x80 yet the error occurs on 0x81.  What 
am I missing here?  Any help is appreciated.

Jamie

-- 
Composed with Newz Crawler 1.5 http://www.newzcrawler.com/

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


Re: Re(2): Best Windows tool for developing applications for thePalmOS?

2003-08-28 Thread Jamie Macleod
You don't need to load a database into a table.  The databases are already in memory.  
You could create a table control the same way you do it in C, by just pointing to 
records in the database.
> This is something more complex that NS Basic provides. We expose most of
> the controls in the Palm OS API, but  you're looking for a data-aware
> table control, something that isn't built into the Palm OS.
> 
> Palm devices do not have enough memory to load an entire datebase into a
> table at once, so each time your table showed a new view of the data, it
> would have to go to the underlying database to get the next set of
> records. With NS Basic supporting Palm Database's ability to be
> completely free format, there is no practical way to make this automatic,
> without being complex and restrictive. We try hard to avoid being either
> of these.
> 
> 
> 
> George Henne 
> NS BASIC Corporation
> http://www.nsbasic.com 
> 
> >On Thu, 28 Aug 2003 05:22:32 -0400, "George Henne" <[EMAIL PROTECTED]>
> >wrote:
> >
> >>
> >>You might want to add NS Basic/Palm to your list. It's been around for 3
> >>years, looks and feels a lot like VB, and fully supports Palm OS 5. It is
> >>also pleasantly less expensive than the others.
> >
> >Hi 
> >I downloaded the NSBasic trial. It looks nice & easy to use and
> >although I usually work in C, I was thinking of using it for quick
> >prototyping.
> >
> >However I have not found any table-like control. Listbox, yes, but no
> >table. Did I miss something?
> >
> >I would like to create a view of a database that has many (1)
> >records without having to load them all (like we do in C with a
> >table). 
> >
> >A listbox requires you to call the add method for all the records even
> >though you will only be displaying about 10 at a time. 
> >
> >With a table, you can access the 10 records you're going to display,
> >and you're ready to display so it's faster and requires less memory
> >
> >I would also like to do custom draw on the viewed items, allowing the
> >app to format the displayed text, create fake columns, etc
> >
> >Can that be done with NSBasic?
> >
> >Thanks
> >Olivier Lancelot
> >
> >-- 
> >For information on using the Palm Developer Forums, or to unsubscribe,
> >please see http://www.palmos.com/dev/support/forums/
> >

-- 
Composed with Newz Crawler 1.5 http://www.newzcrawler.com/

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


Re: Re: PilRC in CW9

2003-08-01 Thread Jamie Macleod
Ben,
When are we getting CW 9.2 patch?
Jamie
> 
> At 03:18 AM 8/1/2003, Engi wrote:
> >Hi,
> >
> >Is it possible to use .rcp files in CW9 ?
> >If yes, how to tell to CW9 to use pilRC to compile this files ?
> 
> If you have a project using the new Palm OS 68K linker, you just add the 
> ..rcp file to your project.  If your project is converted from a previous 
> version, you should follow the instructions in the "Targeting Palm OS" 
> manual to convert to the new linker.  I've also got articles at 
> www.palmoswerks.com on this subject.
> 
> -- 
> Ben Combee <[EMAIL PROTECTED]>
> CodeWarrior for Palm OS technical lead
> Palm OS programming help @ www.palmoswerks.com 
> 
> 
>

-- 
Composed with Newz Crawler 1.4 http://www.newzcrawler.com/

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


Re: Palm OS and Pocket PC programming tool

2003-06-05 Thread Jamie Macleod
http://www.penright.com/

I know nothing about this tool.

Jamie

"Regis St-Gelais" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> I have a big application on Palm OS that I need to port to Pocket PC.
> Since I will have to keep the two versions alive, I am asking myself if
> there is a multiplatform programming tool that would allow me to generate
> both the Palm OS and the Pocket PC version from the same sources (new ones
> of coarse)
>
> I know, there is a lot of fonctionnal differences between the two
platform,
> but it is allowed to dream.
>
> TIA
> -- 
> 
> Regis St-Gelais ing. / P. Eng.
> Ingénieur de projets / Professional Engineer
> Développement informatique / Software Development
> Le Groupe ISAC Inc.
> Site Internet / Web Site ...: www.isac-inc.com
> Courriel / Email ..: [EMAIL PROTECTED]
> (enlever / remove 'NOSPAM')
> -
>
>
>
>
>



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


Re: PDB Automation Server

2003-02-12 Thread Jamie Macleod
Send me a copy and I will figure it out and write a full tutorial for you.

Not that you would read it.


"Susan" <[EMAIL PROTECTED]> wrote in message news:113221@palm-dev-forum...
>
> I've download PDB Automation Server 1.31.
> But I dont know how to use it.
>
> I just want to convert a .mdb file to a .pdb file.
>
> Thanks in advance!!!
>
> Susan
>
>
>
>



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



Re: dates in pdb header

2003-02-04 Thread Jamie Macleod
I just checked my databases.  I create a Palm database on the PC as 1970
based.  It shows up on my Palm as 1904 based,  When it is backed up onto the
PC it is converted back to 1970 based.  Maybe it is the version of Syncing
software.


"Henk Jonas" <[EMAIL PROTECTED]> wrote in message
news:111589@palm-dev-forum...
>
> Hi group,
>
> could someone explain me why all three dates in my pdb headers are
> something around 0x3e3bcffb ? The docs say it shall be "the number of
> seconds since 12:00 A.M. on January 1, 1904." But when I approximate 100
> years then I get 36524 days * 24 h/day * 60 minutes/hour * 60
> seconds/minute which is 3155673600 or in hexadecimal 0xbc17c200.
> Anybody can help me out?
>
> Henk
>
> --
> -
> [EMAIL PROTECTED]   www.metaviewsoft.de
>
> http://www.handango.com/PlatformTopSoftware.jsp?authorId=95946";>
> http://user.cs.tu-berlin.de/~jonash/werbung_palmos.jpg";>
> -
>
>
>



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



Re: dates in pdb header

2003-02-02 Thread Jamie Macleod
Yes I know, but I just check on my Palm.  Databases I create on the desktop
using 1970 as the base show up as based on 1904 on my Palm.  I check with a
number of programs and than did the calculation manually.

"Henk Jonas" <[EMAIL PROTECTED]> wrote in message
news:111672@palm-dev-forum...
>
> But the file format documentation does describe the format as it would
> be on the PC. And ther it say seconds since 1.1.1904.
>
> Henk
>
> Jamie Macleod wrote:
> > This is what I was thinking as well.  I'm going to go back and check my
> > results again and see exactly what it is happeing.  Make sure I'm not
doing
> > it wrong.
> >
> >
> > "kcorey" <[EMAIL PROTECTED]> wrote in message
> > news:111667@palm-dev-forum...
> >
> >>Is the .pdb stored on the PC an exact copy of the data on the Palm, or
> >>is the .pdb file stored on the PC a logical copy (so that the date field
> >>in the header makes sense to the PC, but when it's copied back over to
> >>the Palm, it's changed back)?
>
>
> --
> -
> [EMAIL PROTECTED]   www.metaviewsoft.de
>
> http://www.handango.com/PlatformTopSoftware.jsp?authorId=95946";>
> http://user.cs.tu-berlin.de/~jonash/werbung_palmos.jpg";>
> -
>
>
>



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



Re: dates in pdb header

2003-02-02 Thread Jamie Macleod
This is what I was thinking as well.  I'm going to go back and check my
results again and see exactly what it is happeing.  Make sure I'm not doing
it wrong.


"kcorey" <[EMAIL PROTECTED]> wrote in message
news:111667@palm-dev-forum...
>
> Hi All,
>
> I'm coming in a bit late here...but couldn't this be a translation done
> when the pdb is stored on the PC?  Henk, can you get the UInt32 value on
> the Palm, and see what it says there rather than on the PC?
>
> Is the .pdb stored on the PC an exact copy of the data on the Palm, or
> is the .pdb file stored on the PC a logical copy (so that the date field
> in the header makes sense to the PC, but when it's copied back over to
> the Palm, it's changed back)?
>
> Just a thought.
>
> -Ken
>
> On Sun, 2003-02-02 at 15:50, Jamie Macleod wrote:
> > Talk to my Palm 505 cause my face don't understand. 
> >
> > "Gavin Maxwell" <[EMAIL PROTECTED]> wrote in message
> > news:111638@palm-dev-forum...
> > >
> > > Nope, dates have always been seconds since 1904.
> > >
> > >
> > > Gavin.
> > >
> > >
> > > Jamie Macleod <[EMAIL PROTECTED]> wrote in message
> > > news:111620@palm-dev-forum...
> > > >
> > > > I believe they changed it and that is the problem
> > > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> >
> > --
> > For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/
> >
>
>
>
>
>



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



Re: dates in pdb header

2003-02-02 Thread Jamie Macleod
Talk to my Palm 505 cause my face don't understand. 

"Gavin Maxwell" <[EMAIL PROTECTED]> wrote in message
news:111638@palm-dev-forum...
>
> Nope, dates have always been seconds since 1904.
>
>
> Gavin.
>
>
> Jamie Macleod <[EMAIL PROTECTED]> wrote in message
> news:111620@palm-dev-forum...
> >
> > I believe they changed it and that is the problem
> >
>
>
>
>
>



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



Re: dates in pdb header

2003-02-01 Thread Jamie Macleod
I believe they changed it and that is the problem

"Dwight Tovey" <[EMAIL PROTECTED]> wrote in message
news:111618@palm-dev-forum...
>
> On Sat, 2003-02-01 at 11:07, Henk Jonas wrote:
> > Hi group,
> >
> > could someone explain me why all three dates in my pdb headers are
> > something around 0x3e3bcffb ? The docs say it shall be "the number of
> > seconds since 12:00 A.M. on January 1, 1904." But when I approximate 100
> > years then I get 36524 days * 24 h/day * 60 minutes/hour * 60
> > seconds/minute which is 3155673600 or in hexadecimal 0xbc17c200.
> > Anybody can help me out?
> >
>
> I might make a guess that the dates were generated this morning at about
> 5:47:39 (possibly off because of locale differences) by a system that is
> basing it's epoch as being midnight, 1/1/1970 (such as most (all?) PC
> systems).  The 0x3e3bcffb timestamp is about 33.1 years (and change),
> which makes it about right for such a system.  No idea as to how that
> would end up in pdb headers created on a Palm system.
>
> Why did Palm base their epoch on the 1904 date anyway?  It means the
> clock will overrun and we'll have another "Y2K" panic in "only" 36 more
> years!  :-)
>
> /dwight
>
> --
> Dwight Tovey <[EMAIL PROTECTED]>
>
>
>



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



Re: dates in pdb header

2003-02-01 Thread Jamie Macleod
I think the documentation is wrong   I had to use 1970 for the base year in
order for it to work with my Palm Reader/Writer classes.  I remember reading
about this before but can't remember were.

Here's are my conversion routines in C#


static public long Date2Seconds(DateTime dt)

{

DateTime startDate = new DateTime(1970,1,1,0,0,0);

int totalDays;

long totalSeconds;


// get total day count

totalDays = dt.DayOfYear-1; // number of days in current year

if (dt.Year != startDate.Year)

{

for (int i = startDate.Year;i < dt.Year;i++)

{

if (DateTime.IsLeapYear(i))

totalDays += 366;

else

totalDays += 365;

}

}

totalSeconds = totalDays*86400; // multiply by the number of seconds in a
day

totalSeconds += dt.Hour*3600; // multiply by the number of seconds in an
hour

totalSeconds += dt.Minute*60; // multiply by the number of seconds in a
Minute

totalSeconds += dt.Second; // add remaining seconds

return totalSeconds;

}

static public DateTime Seconds2Date(long totalSeconds)

{

DateTime resultDate = new DateTime(1970,1,1,0,0,0);

resultDate.AddSeconds(totalSeconds);

return resultDate;

}

"Henk Jonas" <[EMAIL PROTECTED]> wrote in message
news:111614@palm-dev-forum...
>
> Hi Adrian,
>
> thank you for the offer, I will do, I'm sure :-)
>
> "But when I approximate 100 years then I get 36524 days * 24 h/day * 60
> minutes/hour * 60 seconds/minute which is 3155673600 or in hexadecimal
> 0xbc17c200."
>
> So, you mean 0xbc17c200 is the right date for 1.1.2004? And 0x3e3bcffb
> is wrong, because it is something 1937?
>
> But I have two palms with two user names andi n both home directories in
> the backup folder there are a lot of pdb's, coming directly from the
> handhelds. And I just checked two of them, saved_preferences.pdb and
> connectiondb.pdb and both have the date of 0x3d4151d9 and 0x3e3bcb2a.
> Are the dates wrong in both databases? Or is just the assumption wrong
> that the dates are the seconds since 1.1.1904 or do I maybe calculate
> garbage?
>
> Thank you,
> Henk
>
> Adrian Nicolaiev wrote:
> >  Henk,
> >
> >
> >>can you explain? I think I miss something here...
> >
> >
> > There is another possibility :-)
> > Just in time...
> >
> > Maybe, the software you are using to create your pdb isn't honoring
dates
> > (year)...
> > If you wish, you may send me an empty pdb and I will check it for you.
> >
> > Best wishes,
> >
> > Adrian Nicolaiev
> > http://www.niconnect.com
> >
> >
> >
> >
>
>
> --
> -
> [EMAIL PROTECTED]   www.metaviewsoft.de
>
> http://www.handango.com/PlatformTopSoftware.jsp?authorId=95946";>
> http://user.cs.tu-berlin.de/~jonash/werbung_palmos.jpg";>
> -
>
>
>



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



Re: NSBasic

2002-12-10 Thread Jamie Macleod
Have you tried CaslSoft?  It is supposed to compile to native code using the
GCC compiler.  I would be interested in how good a job it does.

Jamie
<[EMAIL PROTECTED]> wrote in message news:104322@palm-dev-forum...
>
> > NS Basic's speed depends what you're trying to do. If it's heavy CPU
> > crunching, C will certainly be much faster (and can be called from NSB).
> > More typical Palm apps, with forms and objects, don't have that much of
a
> > speed difference since NS Basic makes heavy use of the Palm APIs. With
> > version 3, NSB is a bunch faster. We also get a good kick in speed when
> > running on Palm OS 5 devices. Speed isn't a complaint we hear often.
>
> All my program on Shiblon.com are written using NSBasic. There is really
no
> heavy CPU crunching in any of them. When switching between forms and
> populating fields with data you have to sitch and watch each field
populate
> one by one. You can't say this is heavy CPU crunching, and you can't say
it is
> fast either. I've purchased the upgrade to 3.0. The only thing I noticed
was a
> larger run-time. Nothing was faster so I didn't bother to upgrade any of
my
> programs.
>
> > Likewise, the size of the runtime isn't "huge". It's under 100k. There
> > are other tools out there that have a runtime many times this size.
>
> Sure, not huge on a computer, but huge for a palm - especially if
developers
> are compiling them into their apps. That adds nearly 100k to every
program. Is
> it not possible to have it compile actual applications? I've seen it done
with
> Pascal.
>
>



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



Re: NSBasic

2002-12-10 Thread Jamie Macleod
Why take it off line?  This is a palm development thread.  I found NSBasic
to be very slow myself, thus I skipped it and went to C.  I would be
interested to see how users are finding the new version.  Why don't you want
us to know?

Jamie
"George Henne" <[EMAIL PROTECTED]> wrote in message
news:104323@palm-dev-forum...
>
> >> NS Basic's speed depends what you're trying to do. If it's heavy CPU
> >> crunching, C will certainly be much faster (and can be called from
NSB).
> >> More typical Palm apps, with forms and objects, don't have that much of
a
> >> speed difference since NS Basic makes heavy use of the Palm APIs. With
> >> version 3, NSB is a bunch faster. We also get a good kick in speed when
> >> running on Palm OS 5 devices. Speed isn't a complaint we hear often.
> >
> >All my program on Shiblon.com are written using NSBasic. There is really
no
> >heavy CPU crunching in any of them. When switching between forms and
> >populating fields with data you have to sitch and watch each field
populate
> >one by one. You can't say this is heavy CPU crunching, and you can't say
> >it is
> >fast either. I've purchased the upgrade to 3.0. The only thing I noticed
> >was a
> >larger run-time. Nothing was faster so I didn't bother to upgrade any of
my
> >programs.
> >
> >> Likewise, the size of the runtime isn't "huge". It's under 100k. There
> >> are other tools out there that have a runtime many times this size.
> >
> >Sure, not huge on a computer, but huge for a palm - especially if
developers
> >are compiling them into their apps. That adds nearly 100k to every
> >program. Is
> >it not possible to have it compile actual applications? I've seen it done
> >with
> >Pascal.
>
> Let's take this offline. If anyone in the group wants to keep following
> this thread, email me and I'll cc you.
>
> George Henne
> NS BASIC Corporation
> http://www.nsbasic.com
>
>
>



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



Re: Tool to view PDB Files on the Palm

2002-10-03 Thread Jamie Macleod

Dave,

Thanks.  I knew it had a name like that.  I was searching or "Examiner",
"Browser", "Lister", etc.. :-)

Jamie
"Dave Lippincott" <[EMAIL PROTECTED]> wrote in message
news:97255@palm-dev-forum...
>
> Insider
>  http://pages.infinit.net/jtsb/f_pilot_insider.html
>
> - Original Message -
> From: "Jamie Macleod" <[EMAIL PROTECTED]>
> Newsgroups: palm-dev-forum
> To: "Palm Developer Forum" <[EMAIL PROTECTED]>
> Sent: Thursday, October 03, 2002 12:07 PM
> Subject: Tool to view PDB Files on the Palm
>
>
> > Is there a tool for viewing PDB files on the Palm?
> >
> >
> >
> > --
> > For information on using the Palm Developer Forums, or to unsubscribe,
> please see http://www.palmos.com/dev/support/forums/
> >
>
>
>
>



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



Tool to view PDB Files on the Palm

2002-10-03 Thread Jamie Macleod

Is there a tool for viewing PDB files on the Palm?



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



Re: CodeWarrior Question

2002-07-10 Thread Jamie Macleod

He said it is the only product you NEED, not the only product that there is
available.  The question was if CodeWarrior was all you need to develop Palm
applications.


"Tan Ying Liang" <[EMAIL PROTECTED]> wrote in message
news:90711@palm-dev-forum...
>
> On the contrary, there are a lot of products that can be used for
developing
> Palm applications.
> For application without runtime,beside Codewarrior, I am using
Delphi/Pascal
> for development.
>
> Side track a bit, Tom, are you from Alaris?
>
>
>
>
>



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



Re: CodeWarrior Question

2002-07-08 Thread Jamie Macleod

That's all I use.

<[EMAIL PROTECTED]> wrote in message news:90521@palm-dev-forum...
>
> I have been using the prc-tools for development of Palm applications.  The
> company that I work for wants me to write an application for them.  They
> wish me to use CodeWarrior.
> My question is...
>
> Is the software, listed in the link below, the only thing that must be
> purchased to develop a simple application, using IR, for the
Palm?http://www.metrowerksstore.com/palmcomputing.html
>
> Thanks,
>
>
>
>
>



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



Re: Create a DB on Desktop

2002-05-10 Thread Jamie Macleod

What are you using for development?  I believe there is a VB Com object that
can do this.  I can't remeber the web site.

I wrote my own code to do it.

Jamie


"Herbert Valliant" <[EMAIL PROTECTED]> wrote in message
news:86027@palm-dev-forum...
>
> 2002/05/10
>
> Dear Listers
>
> I desire to create a database on a PC and then download it to a
> Palm device where it will be used by an application I have created.
> The data base consists of approx 50 records, each record comprising
> two floats.
>
> I would rather not incorporate the data into the application,
> because the data will be different for each implementation of the
> application. I would prefer to distribute the application along
> with the appropriate data base.
>
> I have searched the archives without success. Can anybody give me
> a push in the right direction. Perhaps there is third part software
> that can accomplish this?
>
> Sincerely
> Herb Valliant
>
>
>
>



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



Re: Thai Fonts

2002-04-15 Thread Jamie Macleod

Okay so it won't be a piece of cake. :-)

Good luck Dhiraj.

"John Marshall" <[EMAIL PROTECTED]> wrote in message
news:83780@palm-dev-forum...
>
> On Mon, Apr 15, 2002 at 08:37:39AM -0600, Jamie Macleod wrote:
> > If Thai doesn't use a lot of  accents it should be a piece of cake.
>
> Sure, very few combining characters.  Ha ha ha.  Very funny, Jamie!  :-)
>
> John  "http://www.google.com/search?q=thai+script";
>
>



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



Re: Thai Fonts

2002-04-15 Thread Jamie Macleod

You can add custom fonts into your application quite easily. I support both
Greek and Hebrew in my appliation, using my own custom fonts.
http://www.symbioforge.com/fe/#introduction

If Thai doesn't use a lot of  accents it should be a piece of cake.

Jamie
"Dhiraj Shetty" <[EMAIL PROTECTED]> wrote in message
news:83754@palm-dev-forum...
>
> Hi,
>
>We have recently bagged a contract for a Thai
> company for developing a software for the Palm.  A
> primary requirement of the software is that it should
> display the texts in Thai instead of English. How can
> i go about doing this???. Does the Palm OS support
> different languages,which i thik it doesnt. I dont
> think a hack would solve my purpose. Is ThaiPOS.prc an
> option for doing this. Can anybody help me on this...
>
>
>
> Thanks & Regards,
>
> Dhiraj
>
>
>
>
>
> __
> Do You Yahoo!?
> Yahoo! Tax Center - online filing with TurboTax
> http://taxes.yahoo.com/
>
>



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



Re: Copy files from card to RAM on m505

2002-01-10 Thread Jamie Macleod

Use VFS to read/write to the storage card (Palm calls it secondary storage).
Use the normal Dm functions to read/write to RAM (i.e. primary storage).
You shouldn't need the file streaming unless you are working with large
blocks of data.  Read the "8. Expansion" section in Volume 1 of the Palm OS
Programmer's Companion.  It is all explained in detail.

Jamie

"Bennett, Chris" <[EMAIL PROTECTED]> wrote in message
news:73184@palm-dev-forum...

I have a question.  What APIs are used to copy files from the card to
RAM?

Is it VFSMgr to talk to the Card and Files Streaming to talk to RAM?
Some of the files being copied are PRC some are not.

Chris







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



Re: VFS and access to database

2002-01-07 Thread Jamie Macleod

Scott,

Thanks for your answer.  This is what I thought.

I missed the whole "Expansion" section in the Companion guide, which spells
this all out pretty clearly.

Jamie
"Scott Johnson" <[EMAIL PROTECTED]> wrote in message
news:72806@palm-dev-forum...
>
> > From: Jamie Macleod [mailto:[EMAIL PROTECTED]]
> > You can not access a database directly on the memory card, using
> > Dm functions.  You need to use the VFS functions to move the
> > database into Palm memory, do your thing, and then move it back
> > to the memory card using VFS functions when you are done.
> > Is this correct?
>
> Well there *are* helper functions that do Dm things (see
VFSFileDBGetRecord
> et al).  But they are slow and not intended for the same general use as
the
> real Dm functions.  So yes, you probably should do your expensive data
> operations in storage memory, or implement your data management using the
> file-style VFS APIs rather than Dm APIs, depending on exactly what your
> requirements are.
>
> -slj-
>
>
>
>



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



VFS and access to database

2002-01-07 Thread Jamie Macleod

Hi all,

I think I understand the VFS manager, but I just want to confirm.

You can not access a database directly on the memory card, using Dm
functions.  You need to use the VFS functions to move the database into Palm
memory, do your thing, and than move it back to the memory card using VFS
functions when you are done.  Is this correct?

Jamie





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



Re: Color Samples

2001-12-07 Thread Jamie Macleod

Joe,

I think you missed one in another thread.  :-)

Q: Can someone please tell me how to tell if the palm can
handle the color and also how do I make the list lines
have diff colors

A: Use a custom list draw function (see LstSetDrawFunction()).  You need to
be careful to set the colors back, and also check for selected/unselected
states for the items, which Palm OS sets certain colors for before calling
your draw function.  If you check the Palm OS SDK Reference and look for
info on ListDrawDataFuncType (in the section on lists) you'll see how to
do that check.

Maybe this didn't answer his question fully, and he could be more specific
on what he is looking for in a follow up question.  His habit of repeating
questions doesn't leave you feeling like he has spent much time reading or
researching the answers he has received.

"Joe Programmer" <[EMAIL PROTECTED]> wrote in message
news:70515@palm-dev-forum...
>
> > "Johnathan Smith" wrote
>
> (Q1)
> > > Can anyone send me a sample on how to
> > > make my labels some other color.
>
> (Q2)
> > > Also how can I change the backgroung
> > > color in table and list rows??
>
> --- Jamie Macleod wrote:
>
> (Q3)
> > Why don't you read the responses that people have
> > already given you?
>
> A3 (to Jamie):
> I think Johnathan is actually right, this time.  I
> didn't see any replies to his "Color Samples"
> questions.  However, there's the larger philosophical
> question about whether or not he reads the answers or
> understands them...
>
> A1 (to Johnathan):
> Don't use labels if you want to change the color.  Use
> WinDrawChars() after WinSetTextColor().
>
> A2 (to Johnathan):
> Use a custom draw function and WinSetBackColor().
>
>
> __
> Do You Yahoo!?
> Send your FREE holiday greetings online!
> http://greetings.yahoo.com
>
>



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



Re: Color Samples

2001-12-07 Thread Jamie Macleod

Why don't you read the responses that people have already given you?

"Johnathan Smith" <[EMAIL PROTECTED]> wrote in message
news:70409@palm-dev-forum...
>
> Can anyone send me a sample on how to make my labels
> some other color.
>
> Also how can I change the backgroung color in table
> and list rows??
>
> __
> Do You Yahoo!?
> Send your FREE holiday greetings online!
> http://greetings.yahoo.com
>
>



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



Re: Please help me out. I have to get this done today

2001-10-31 Thread Jamie Macleod

Just the latest "Johnathan Smith emergency of the week"


"Johnathan Smith" <[EMAIL PROTECTED]> wrote in message
news:66377@palm-dev-forum...
>
> I have a database that keeps exercise I have to sort
> the database by the title of the exercise. Below is
> how my record looks.  Can anypone please help me bu
> sending me some code
>
> typedef struct
> {
>   Char title[45];
> } exercise;
>
>
> THANKS
>
>
>
> __
> Do You Yahoo!?
> Make a great connection at Yahoo! Personals.
> http://personals.yahoo.com
>
>



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



Re: Sales, Handango, PGHQ

2001-10-25 Thread Jamie Macleod


> The way not to get ripped off by Handango or PalmGear is not to post to
> those sites.  If you make a freeware version of your app with the full
> version unavailable on PG or Handango, then that might be OK, but
> channeling your sales elsewhere while enjoying their traffic is a little
> dishonest.

I don't think it is dishonest.  They get the benefit of having more
applications listed, thus more users searching their site.  More users
browsing, more chance of sales for them.  We use them for the traffic they
have, they use us to get more traffic.



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



Re: Sales, Handango, PGHQ

2001-10-25 Thread Jamie Macleod

That's what I do.  I list on the Palm sites but I sell through RegNet
www.reg.net .  They take 20% and have been giving me my 80% on time.

Jamie

"Pierre Roberge" <[EMAIL PROTECTED]> wrote in message
news:65983@palm-dev-forum...
>
> I am a new Palm developer, my first app will be done in about a month or
so.  I am really disappointed by the PalmGear and Handango saga.
>
> First off, I am happy that this topic can be discussed on Palm Dev.
>
> I think it would be in Palm's own interest to intervene and do something
for us developers.  Having the most developers is very important for Palm
and in order to keep us developing for their platform they should make sure
we have an honest outlet to sell our products and have a chance to make some
money without being ripped off by PG or Handango.
>
> What I am thinking of doing right now is to post my app on all the Palm
shareware sites but have my sales being handled by a third-party (if that is
possible) like esellerate (when their site is going to be up) as someone
suggested here not too long ago.  That way, my app will be listed but I
won't have to pay 30% to Handango or wait forever for my money with PG.  I
may have to let go of the real-time fulfillement though, that is the bad
part.  Anyway, I am still thinking about this.
>
> Does anyone has other ideas?
>
> Pierre
>
>
> Find the best deals on the web at AltaVista Shopping!
> http://www.shopping.altavista.com
>
>



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



Re: Popup trigger list values

2001-10-19 Thread Jamie Macleod

You can set them right in the Constructor under the properties for the popup
list control.

Jamie
"Chris Garvey" <[EMAIL PROTECTED]> wrote in message
news:65513@palm-dev-forum...
>
> Hello, I new to palm programming. My question is where does a Popup
trigger
> object in the resource editor get it's values. I inherited some code that
> uses one of these triggers to "popup" a list. I can not find where the
list
> values come from. This is probably a stupid question, but I have looked
> everywhere for these list values, which I need to change. I am using
> CodeWarrior 6. Thanks.
>
> Chris
>
>



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



Custom Font and OS 3.1

2001-10-04 Thread Jamie Macleod

Problem 1:  I am using 6 custom fonts in my application.  This works great
on PalmOS 3.3 and above.  The problem comes when I use it on Palm OS 3.1.
The first 5 custom fonts work okay on 3.1, but if I use the 6th font, a
built-in Palm font is displayed instead.  Does OS 3.1 limit the number of
custom fonts that can be used in an application to five?

Problem 2:  Now this is the really weird part.  If I patch OS 3.1 to OS
3.1.1 I can't get any of the custom fonts to work.  Instead of the custom
fonts if get the DFL character for every character.  Any help to point me in
the right direction.  Thank you.

Jamie



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



Re: Can someone show me how to get this table example working with text

2001-09-17 Thread Jamie Macleod

People are a little more inclined to help when it appears that you are
actually making an effort to understand yourself.  If you don't care enough
to read peoples responses, or read the docs/samples, we sure won't care.

Jamie



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



Re: Is this true?? (tables)

2001-09-14 Thread Jamie Macleod

Use TblSetCustomDrawProcedure and define your own draw routine.  You can
draw it directly from the database.

Jamie
"Johnathan Smith" <[EMAIL PROTECTED]> wrote in message
news:62482@palm-dev-forum...
>
> I am working on a project that has a table with 3 cols
> of text on it. Do I have to setup 3 static arrays for
> the text?
>
> So I will be reading the data from the database into
> the arrays and then making the table point to the array!
>
> __
> Terrorist Attacks on U.S. - How can you help?
> Donate cash, emergency relief information
> http://dailynews.yahoo.com/fc/US/Emergency_Information/
>
>



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



Re: Needed : Urgent help!

2001-07-14 Thread Jamie Macleod

If you use more descriptive subject lines, rather than filling the news
group with "Urgent", "Help", etc., people are more inclined to help.


"Vijay Raghavan" <[EMAIL PROTECTED]> wrote in message
news:56623@palm-dev-forum...
>
> Hi all ye Palm techies
> I am somwhat worked up over the Signature Sample which converts a
signature into a bitmap. A couple of postings on this fetched me no reply :(
>  Pl. have a go on this:-
> the code says ;
> theWindowHandle->gDeviceP->baseAddr
> when it moves offscreen bits into the bitmap.
> theWindowHandle is of type WinHandle. and WinHandle is defined as typedef
WindowType * WinHandle;.
> But the problem starts here. There is no body called gDeviceP who lives in
the WindowType structure. Instead we have a probable relative called bitmapP
of type BitmapPtr. But bitmapP also doesn't have baseAddr in it.
> The question is where on earth is gDeviceP and if is non existent how do I
get the base address( bit array) of the bitmap.
> The Emulator gets very angry when I try to move the offscreen bits into
the bitmap using theWindowHandle->bitmapP instaed of
theWindowHandle->gDeviceP->baseAddr and gives memory errors( trying to
access invalid chunk ptr)
> Thanks a lot for the help
> regards
>
>
>
> 
> http://www.monsterindia.com - The Best Jobs. For the Best Minds.
>
>
>
>
>



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



Re: When to use AppInfo v.s. Preferences

2001-06-13 Thread Jamie Macleod

Basically anything that is database specific should be stored in your
AppInfoBlock.  With my app, different databases have different formats.
This needs to be stored in the appinfo block so my app. knows how to
interpret each database.  Preferences can hold anything that is application
specific.  The problem with preferences though, is that they are deleted
when the app. is deleted.  The AppInfoBlock will stay with the database when
it is backed up to the PC and reinstalled at a later time.

Jamie.
"George Aslanis" <[EMAIL PROTECTED]> wrote in message
news:52891@palm-dev-forum...
>
> Hello,
>
> I was wondering what the design criteria should be which determines when
to
> use an AppInfoBlock vs. Preferences or both.
>
> Thanks
>
> --
> George Aslanis
> [EMAIL PROTECTED]
>
>
>
>



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



Re: Table Trouble

2001-06-13 Thread Jamie Macleod

How do you get your routine to be called instead of the original?

Jamie
"Simon Bennett" <[EMAIL PROTECTED]> wrote in message
news:52824@palm-dev-forum...
>
> The problem appears to be with TblGetItemBounds and assumptions
> it makes with non text columns. The archives appear to concur.
>
> So why not simply patch this routine? Call the original in your
patched
> version,
> but override the response for non text columns. It works like a charm for
> me.
>
> Regards,
>
> Simon Bennett,
> Senior technical analyst,
> System Lynx Ltd/Total Control Systems (UK) Ltd/SafeTRACK.co.uk Ltd
> E-mail: [EMAIL PROTECTED]
> Tel: +44 01922 622044
> Fax:+44 01922 621569
> Net: www.totalsupportline.com(Support information, call
logging
> and progress for System Lynx Ltd, Total Control Systems (UK) Ltd and
> SafeTRACK.co.uk Ltd)
>www.safetrack.co.uk   (SafeTRACK information and
> access)
>
> "Bradly J. Barton" <[EMAIL PROTECTED]> wrote in message
> news:52765@palm-dev-forum...
> >
> > > > My problem is not with the display, but with the selection.. For
some
> > > > reason, I can only click and get a table select event when I click
on
> > the
> > > > top half of a cell, but not the bottom half.
> >
> > For those who might need something like this
> >
> > The archives led to the same conclusion.. that you had to do it
yourself..
> > my temporary (but not completely elegant yet because the highlight still
> > looks odd, I'm open to suggestions on solving that part) solution to
this
> is
> > this code in my event handler:
> >
> > *** Declared in the handler:
> >  static RectangleType tableBounds;
> >  static Boolean isDownInTable;
> >
> > *** tableBounds is set to the bounding rectangle of my table and
> > isDownInTable is set to false in the frmOpenEvent:
> >   TblGetBounds(table, &tableBounds);
> >   isDownInTable = false;
> >
> > *** I added these penDown and penUp Events..
> >
> >  case penDownEvent:
> >  {
> >   isDownInTable = RctPtInRectangle (event->screenX, event->screenY,
> > &tableBounds);
> >   break;
> >  }
> >  case penUpEvent:
> >  {
> >   if (isDownInTable && RctPtInRectangle (event->screenX, event->screenY,
> > &tableBounds))
> >   {
> >int row;
> >RectangleType cellBounds;
> >cellBounds.topLeft.x = tableBounds.topLeft.x;
> >cellBounds.topLeft.y = tableBounds.topLeft.y;
> >cellBounds.extent.x = tableBounds.extent.x;
> >  // my table has 5 rows, but this could be replaced by a call to
> > TblGetNumberOfRows
> >cellBounds.extent.y = tableBounds.extent.y / 5;
> >row = 0;
> >while (row < 5) // ditto note above about number of rows...
> >{
> > if (RctPtInRectangle(event->data.penUp.start.x,
> > event->data.penUp.start.y, &cellBounds) &&
> > RctPtInRectangle(event->data.penUp.end.x,
event->data.penUp.end.y,
> > &cellBounds))
> > break;
> > cellBounds.topLeft.y += cellBounds.extent.y;
> > idx++;
> >}
> >if (row < 5) // ditto again...
> >{
> > // the pen went down and up on the same row and "row" is the value
> >}
> >   }
> >   isDownInTable = false;
> >   break;
> >  }
> >
> >
> >
> >
>
>
>
>



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



Re: Does anyone have experience in using sort info block?

2001-05-31 Thread Jamie Macleod

YES!!
"Wocjciech Godyñski" <[EMAIL PROTECTED]> wrote in message
news:51165@palm-dev-forum...
>
> Thanks.
> Wojtek
>
>
>
>



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



Re: Categories

2001-05-30 Thread Jamie Macleod

This is all really well documented.  Have you even tried the tutorial yet?

Jamie
"Amit" <[EMAIL PROTECTED]> wrote in message news:51048@palm-dev-forum...
>
> Hello
>
> How I will be able to use the Categories. Please let me know the steps
used
> for the Categories.
>
> 1. How it initialized.
> 2. How the database is attached to it.
> 3. Which event get fireed when user selects / add / delete / rename a
> Categories.
>
> I have seen the ToDo Application but unable to find out how the Categories
> are initialized
>
> With Regards,
>  Amit Kalekar
>  [EMAIL PROTECTED]
>
> Kalpadrum Infotech Pvt.Ltd.
>  www.kalpadrum.com
>
>
>



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



Re: graphic button

2001-05-18 Thread Jamie Macleod

I'm not real sure of your question, but you can only use graphic buttons in
later versions of the OS.  I was using it with 3.1 and was getting funny
stuff showing up.  Make sure your OS is correct.

Jamie
"I am johnny~" <[EMAIL PROTECTED]> wrote in message
news:49752@palm-dev-forum...
>
> Hello~
>
> I use a graphic button, what is "Selected Bitmap" ?
> Is press bitmap graphic ? but I try it, it's can't show other graphic.
> If I want made like button up and botton down, how do that?
>
> thanks~
>
>
>
>
>



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



Custom Font & CW7

2001-05-17 Thread Jamie Macleod

I am trying to use a custom font in my CodeWarrior 7 project.  I am
following the intructions at www.symbioforge.com/developer.html and
www.sergem.net/fontedit/devinfo, but I can't seem to get my Rez file to be
added to my project's AppResources.  I get the message "".  At least one
file could not be added to the selected target(s).  Any suggestions?

Jamie



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



Re: PalmOS 4.0 and min()

2001-05-17 Thread Jamie Macleod

Ahhh.  Thanks.

Jamie
<[EMAIL PROTECTED]> wrote in message news:49679@palm-dev-forum...
>
> Hi Jamie,
>SDK 4.0 has removed the min() and max() macros because they
> conflicted with facilities in C++. If you want to use the min and max
> you are provided with 2 options.
> 1: you have to define the functions yourself
>#define min(a, b) (((a) < (b)) ? (a) : (b))
>#define max(a, b) (((a) > (b)) ? (a) : (b))
> 2: SDK 4.0 has the min() and max() macros defined under the header
> file PalmUtils.h
>you have to include the file in your program
>#include
>
>
> thanks
>Manikumar K
> 
> Developers' Nation
> You've got the questions; we've got the answers.
> Visit Us At :http://www.devnation.net for Palm Developer Support
> --------
>
>
> --- In [EMAIL PROTECTED], "Jamie Macleod" <[EMAIL PROTECTED]> wrote:
> > I upgraded CodeWarrior 7.0 to the 4.0 SDK and now I am getting one
> compile
> > error were I use the min() function.  The rest of my project
> compiles fine.
> > The error is "Error:  function has no prototype".  Any suggestions?
> >
> > Jamie
> >
> >
> >
> > --
> > For information on using the Palm Developer Forums, or to
> unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
>
>
>



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



  1   2   >