RE: Porting PODS projects to Windows Mobile

2005-05-11 Thread Mark Cameron
we've fully assessed it I'll report back. In the meantime, it's definitely worth a look. Mark Cameron Techneos Systems Inc. -Original Message- From: Chrix Bell [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 9:53 PM To: Palm Developer Forum Subject: re: Porting PODS projects

RE: multi-language support

2005-05-09 Thread Mark Cameron
is quite static and simple, there are easier ways to localize. But if you want an app that can be easily localized I'd suggest considering dynamic UI. Cheers, Mark Cameron Techneos Systems Inc. -Original Message- From: Tony Janke [mailto:[EMAIL PROTECTED] Sent: Monday, May 09, 2005 9:54

RE: one simple question about Delay funcation in Palm OS

2005-04-12 Thread Mark Cameron
SysTaskDelay(SysTicksPerSecond()*X); Where X is the number of seconds you wish to delay (or just give it a number of ticks, but the delay will vary by device). Cheers, -Mark -Original Message- From: SEAn [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 12, 2005 1:10 AM To: Palm Developer

RE: T5 storage issues

2005-04-10 Thread Mark Cameron
... :) -Mark Mark Cameron Techneos Systems Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Draw a two-pixel wide line?

2005-03-29 Thread Mark Cameron
; r.extent.y = 2; if (g.OSversion = kVersion40) WinSetForeColorRGB(blackRGB, NULL); else WinSetForeColor(WinRGBToIndex(blackRGB)); WinDrawRectangle(r, 0); Cheers, Mark Cameron Techneos Systems -Original Message- From: Curtis

RE: How to write a software license agreement?

2005-02-10 Thread Mark Cameron
your own intellectual property that's built using an open-source compiler and uses some open-source components. I think anything beyond that is outside of the scope of this list. You really need to consult an IP lawyer for help with a license agreement. Cheers, Mark Cameron Techneos Systems

RE: How to write a software license agreement?

2005-02-10 Thread Mark Cameron
I might not be reading you right, Mark. Are you saying that you can include open-source components as part of a propriatary application, provided that you significantly change them? That sounds like extremely dangerous advice, and I hope I've misunderstood your meaning. No, I'm just saying

RE: How to write a software license agreement?

2005-02-10 Thread Mark Cameron
license, if any, has been asserted by the developer of the original code. I'll go back to my initial suggestion, which is to ask an IP lawyer if you want to be on the safe side. :) -Mark -Original Message- From: Mark Cameron Sent: Thursday, February 10, 2005 1:06 PM To: Palm Developer

RE: How to write a software license agreement?

2005-02-10 Thread Mark Cameron
The real fun begins when people start challenging you on trademarks and patents. I've had the joy of dealing with both. Why can't the world just leave us bitheads alone to create interesting algorithms out of single lines of C code?!? Next thing you know they'll be telling us that caffeine and

RE: Strange behavior with SampleCollapse KB example

2005-02-08 Thread Mark Cameron
. It seems like the form bounds are updated before I have a chance to respond to the change in winDisplayChangedEvent. Not that this helps any, but I thought I'd comment on DIA as well... Mark Cameron Techneos Systems -Original Message- From: Brandon Roberson [mailto:[EMAIL PROTECTED

RE: What software to develop application for Tungsten T3?

2005-02-08 Thread Mark Cameron
all release notes if you're upgrading CW. I remember that it did not install 100% cleanly for me, and I had to do some manual steps to get all of the files in the appropriate places. Fortunately it was well documented in the release notes. Cheers, Mark Cameron Techneos Systems -Original

re: Dynamic Memory Loss from Multiple DmDeleteDatabase Calls

2005-02-06 Thread Mark Cameron
, if that helps any. Can anyone shed light on this? Thanks, Mark Cameron Techneos Systems -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Form must be full width error on T5

2005-02-02 Thread Mark Cameron
Apologies if this is a repeat posting. I can't seem to successfully search for T5 in the forum archive. (any tips on how to do that? seems the search engine doesn't like numbers...) I am receiving a Form must be full width error when expanding a form in landscape mode on the T5 Simulator

Need a Symbol 17xx handheld with 2D barcode

2003-10-17 Thread Mark Cameron
or knows of an available SPT1700-2D handheld, please write me offline at [EMAIL PROTECTED] The appropriate devices have a PRG in the model number. Ones with ZRG have 1D barcode scanners. Thanks and apologies for the post... -Mark Mark Cameron Techneos Systems Inc. 1.604.435.6007 x104

RE: How to use Dana SDK in Codewarrior 9???

2003-10-16 Thread Mark Cameron
There's some pretty good docs that ship with CW9. On my PC the docs are in C:\Program Files\Metrowerks\CodeWarrior\CW for Palm OS Support\(Other SDKs)\AlphaSmart\docs. Programming for the Dana is pretty straightforward. You have to include a wTap identifier resource to your project, which is

RE: Easier way in creating pdb file

2003-10-11 Thread Mark Cameron
E-camm (www.ecamm.com) also has a cross-platform tool, the Palmfile Toolkit. Haven't tried it yet, but their other tools are great. -Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Williams Sent: Friday, October 10, 2003 10:15 PM To: Palm

Confirming receipt of beamed data

2003-09-10 Thread Mark Cameron
successfully. It does not mean that the user on the other end actually kept the data. So how can I make sure that the data was accepted by the receiving handheld? Do I need to do an ExgGet and program a handshake manually? Thanks in advance... -Mark Mark Cameron Techneos Systems Inc. 1.604.435.6007

RE: Wireless PRC Update

2003-09-08 Thread Mark Cameron
specific info, feel free to e-mail me offline... Mark Cameron Techneos Systems [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Graham Sent: Monday, September 08, 2003 12:20 PM To: Palm Developer Forum Subject: Wireless PRC Update

Fonts for developers

2003-08-18 Thread Mark Cameron
, Mark Cameron Techneos Systems Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: How to use Radio Button

2003-08-14 Thread Mark Cameron
Aaron, that's a good idea in general. But our users are a bit hung up on the round thing, since that's what they're used to for web and PC surveys. It's a visual cue to interviewers and respondents. After 3 years of hearing the complaints, I finally gave in. :) In using gadgets, I also

Re: How to use Radio Button

2003-08-14 Thread Mark Cameron
/McKeehan book, Palm Programming, which should get you started with gadgets. Cheers, Mark Cameron Techneos Systems On Fri, 08 Aug 2003 02:14:52 -0700 Ben Combee [EMAIL PROTECTED] wrote: At 02:10 AM 8/8/2003, Marianne wrote: Hello, Is there a way to use Radio Button? I found that Push Button is used

Re: How to use Radio Button

2003-08-09 Thread Mark Cameron
yeah, I seem to be delving further and further into the world of dynamic gui. For the most part I'm liking it... but I should be earning frequent flyer points for using the archives for this list. No small thanks to you and Ben... and the countless others who have saved me a lot of stress.

CPM stability and performance

2003-07-29 Thread Mark Cameron
that needs to have every piece of data encrypted, so I'm looking at encrypting/decrypting on the fly. I'll probably be running it on a Tungsten C, so I'm hoping the effect will be negligible. I know it's a wide open question, but all things considered is this even worth trying? Thanks, Mark Cameron

RE: CPM stability and performance

2003-07-29 Thread Mark Cameron
Thanks Aaron. I'm not encountering any problems... I was just referring to a number of posts in the archive. I'll give this a shot and report my findings. Cheers, -Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Ardiri Sent: Tuesday, July 29,

RE: Writing my own Sync Manager

2003-07-16 Thread Mark Cameron
I'd recommend checking out Asta (www.astatech.com). They have some highly scalable tools for synchronizing over any kind of connection. We use their SkyWire product and we're really happy with the results Cheers, -Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: Writing my own Sync Manager

2003-07-16 Thread Mark Cameron
And BTW... Asta is Delphi based. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craciun Mircea Sent: Wednesday, July 16, 2003 12:38 AM To: Palm Developer Forum Subject: Writing my own Sync Manager Hello. I am writing a complex desktop application that

RE: offtopic: who can figure out this for loop

2003-06-24 Thread Mark Cameron
Sometimes I really worry about this group... ;-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig Austin Sent: Tuesday, June 24, 2003 12:56 PM To: Palm Developer Forum Subject: RE: offtopic: who can figure out this for loop Sebastian is actually

RE: Memory problem and Zire debugging

2003-06-06 Thread Mark Cameron
Yeah, I'm wondering if that's a problem... but according to the Palm OS Companion, MemPtrFree should do the same thing as using MemPtrRecoverHandle and then using MemHandleFree: When you no longer need the chunk, call MemPtrFree, which releases the chunk even if itÂ’s locked. Am I out to

RE: Memory problem and Zire debugging

2003-06-06 Thread Mark Cameron
Ben Keith, Thanks for the information. I haven't tracked down the bug yet, but this is helping in my process of elimination. I'll probably find that my memory leak is caused by good old fashioned stupidity... but if I find anything worth noting I'll report back to this forum. Cheers, -Mark

RE: Multi-Sync of Palms on a same PC at the same time

2003-06-06 Thread Mark Cameron
We use Asta SkyWire (www.astatech.com), and it's been great. It's a developers' tool that is inexpensive and almost royalty free (just a small per server fee if you're distributing software). We checked out everything on the market, and most tools were way out of our price range and came with

Can't reset Tungsten W

2003-06-05 Thread Mark Cameron
This is not my night... I attempted to debug on a Tungsten W device, and it crashed before the program loaded. Now I can't get it to reset at all. I don't have my doc's here, and I can't find anything on the Palm site about how to do a warm or hard reset on a Tungsten W. Is the hard reset still

RE: Can't reset Tungsten W

2003-06-05 Thread Mark Cameron
It definately works for me: pressing the Power-key, do the reset and wait for some time before releasing the Power. Then I'am asked to erase the data. Did you press the Power long enough? Thomas Mark Cameron [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] This is not my night... I

Memory problem and Zire debugging

2003-06-05 Thread Mark Cameron
+ Str3)), they may not be properly disposed of. I hope this makes sense, and any feedback would be greatly appreciated. -Mark Cameron Techneos Systems Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: popupTirggerTableItem - Draw

2003-04-04 Thread Mark Cameron
help much, but I thought I'd give you a heads us. This nearly drove me crazy at one point until I found an obscure reference to these limitations. Mark Cameron Techneos Systems Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Cheezem Sent

RE: How to use a non editable text field to display text during runtime?

2003-04-02 Thread Mark Cameron
Subject: RE: How to use a non editable text field to display text during runtime? You need to set the field to usable but not editable. The ... I believe (haven't done this for a while) that you may need to set the field to editable for the duration of your calls to update it... then

RE: Another couple of newbie problems

2003-04-02 Thread Mark Cameron
my thoughts on this right now... Mark Cameron Techneos Systems -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Gordon Sent: Wednesday, April 02, 2003 6:41 PM To: Palm Developer Forum Subject: Re: Another couple of newbie problems Hello, If you

RE: How to use a non editable text field to display text during runtime?

2003-04-01 Thread Mark Cameron
to non-editable once you're done. Can't recall for sure though... Cheers, Mark Cameron Techneos Systems -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Roberson Sent: Tuesday, April 01, 2003 9:01 PM To: Palm Developer Forum Subject: How to use a non

MenuHideItem

2003-03-28 Thread Mark Cameron
, Mark Cameron Techneos Systems -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: MenuHideItem

2003-03-28 Thread Mark Cameron
Oops... never mind. I'm just being an idiot. I messed up my resource IDs for the menu items, so I was calling MenuHideItem with invalid numbers. Thanks anyway, Mark Cameron Techneos Systems Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark

RE: Uninstalling conduit hangs Control Panel

2003-03-13 Thread Mark Cameron
, this was not a problem with the last version of InstallShield, apparently because they managed processes differently then. Also, I'm not sure if this is a problem with different installation programs and/or OS's. Cheers, Mark Cameron Techneos Systems -Original Message- From: [EMAIL PROTECTED

Formatting pop-up triggers in tables

2001-02-16 Thread Mark Cameron
Howdy, I have set up a table which has a column of pop-up triggers to a list whose items are generated dynamically. It works okay, but I seem to have no control over how the selected text is displayed in the table. I can't find any way to access the popup trigger, so I'm unable to do the