Table newbie

2008-05-28 Thread Todd Keith/GLN AB
me how I can get, say.. the following in a table: columns seperated by semi colons here: row1 = 1; 1*1; 1*2; 1*3; etc.. row2 = 2; 2*1; 2*2; 2*3; etc.. in my table?? My real calculations are all floats, in case that complicates things. Todd -- For information on using the ACCESS Developer

Re: displaying color

2008-05-28 Thread Todd Walk
doesn't have any context information on how to use the calls in a real program. Todd. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

displaying color

2008-05-28 Thread Todd Walk
a 1-bit mono display from a IIIc emulation. WinScreenMode doesn't seem to do anything. I don't have enough info to figure out how WinPalette works (or even exactly what it does). Could someone take the time to explain how to get a stupid little color bitmap to display in color? Todd. [EMAIL

Re: displaying color

2008-05-28 Thread Todd Walk
:) If I make it to it, I will. Todd. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Determining how application was launched

2005-05-05 Thread Todd Palino
inelegant. What I'd like to do is load the prefs panel when the app is launched if and only if the app is not launched by a hard button. Thanks, Todd -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: color fill routine

2005-03-14 Thread Todd Walk
Neal Bridges [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: Todd Walk [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Does someone have an already working color fill routine working on Palms? (All the simple ones blow up memory wise.) Preferably one working with hires

color fill routine

2005-03-13 Thread Todd Walk
Does someone have an already working color fill routine working on Palms? (All the simple ones blow up memory wise.) Preferably one working with hires bitmaps. Todd. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: PODS on Windows XP Home not connecting to Emulator/Simulator

2004-10-04 Thread Todd C. Johnson
FYI When I uninstalled SpyBot Search and Destroy, I was able to connect to both the emulator and the simulators. Evidently, Spybot locks the port or something. Todd -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

PODS on Windows XP Home not connecting to Emulator/Simulator

2004-09-17 Thread Todd C. Johnson
, and Simulators are set 127.0.0.1:2000. I have a copy on a Windows XP Professional that works fine. I am stumped. Can anybody offer any insight? Thanks, Todd -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: PODS on Windows XP Home not connecting to Emulator/Simulator

2004-09-17 Thread Todd C. Johnson
I downloaded the Windows XP SP2 which included a firewall. However, I tested with the firewall disabled (I think). I will try it again and see what happens. Do you recommend any settings, etc? I am not up on my firewall stuff. Thanks for you help so far. Todd -- For information on using

re: PODS on Windows XP Home not connecting to Emulator/Simulator

2004-09-17 Thread Todd C. Johnson
I just re-installed PODS and there are exceptions in the Windows Firewall for all the Palm Simulators, debugger, and emulator and Port 2000. I select Garnet Simulator as target and click run. Garnet simulator is launched and when I click OK to run the program on the simulator I still am

Re: WinSetTextColor WinSetTextColorRGB

2004-09-09 Thread Todd Walk
Have you tried WinDrawChars instead of WinPaintChars? WinDrawChars always draws the background in the background color, instead of using transparency. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: WinSetTextColor WinSetTextColorRGB

2004-09-09 Thread Todd Walk
I found out that if I set *both* the fore color and text color to the same thing, then it works for me, but not if I just set one of them. Strange... Todd. Scott Dreslinski [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED] forum: Here is what I do. IndexedColorType gBlue, gBlack, gRed

WinCopyRectangle problem with hi-res graphics

2004-09-08 Thread Todd Walk
window isn't handling this right. I'm using to create it: Window=WinCreateOffscreenWindow(160,120,nativeFormat,error); Setting WinSetCoordinateSystem(kCoordinatesDouble) doesn't seem to do anything. Todd. PS, I've used this a lot with low-res, so it has to be something specific to hi-res

WinSetTextColor WinSetTextColorRGB

2004-09-08 Thread Todd Walk
black. After looking in the PalmOS Ref for about an hour, I still don' have a clue about WinSetTextColor's IndexedColorType argument. Todd. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: C++ Class properties

2004-05-23 Thread Todd Walk
Try this: class foo { bar _bar; public: bar returnBar(void) { return _bar; } }; This returns a direct reference to _bar that can be both assigned to, and read from. foo a; bar b; b=a.returnBar(); a.returnBar()=b; Todd. Ste [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED

Re: Corrupt RSRC file

2004-04-24 Thread Todd Walk
is repeatable.) From my experience, the bug can show up anywhere from 2200+ resources, up to the hard limit of 2700 resources. My rule of thumb is at 1500+ resources, I start up another .rsrc file. Todd. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

max # of databases open

2004-04-16 Thread Todd Walk
Is there a maximum limit to the number of databases that you can have open at once? Todd. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

DmGetNextDatabaseByTypeCreator not reading from card

2004-04-01 Thread Todd Walk
I'm using the DmGetNextDatabaseByTypeCreator call, and it's not returning dbs on the sd card. Isn't it suppose to go over all cards? Has anyone else seen this? (The dbs do have different types, the same creatorid, and one was installed on the card, one in memory.) Todd. -- For information

Re: jpegArmlet help

2004-03-19 Thread Todd Walk
Matthew Henry [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: Todd Walk wrote: I'm trying to get jpegArmlets to work, but I need some help. (I know zilch about armlets.) First, I'm trying to modify testArmlet2 (I need only the decoder) to work. Will that work? Do I need anything

jpegArmlet help

2004-03-18 Thread Todd Walk
, and I only get fatal resets. I'm looking to modify the myFileReader callback function to instead read/point to a jpeg put as custom data in a pdb. Will that work with this armlet? Would using jdpalm be a lot easier? Is it fast enough on a Zire 71/TE device? Todd. -- For information on using

Re: bit slice max sizes under CW (Ben?)

2004-01-13 Thread Todd Walk
Okay, so does this mean I can place as many bit fields of =16 bits in size into a struct, but I can't have a single one over 16 bits? (If I have say, 96 individual 1 bit fields in a struct, the compiler can handle this as a 12 byte sized memory allocation?) Todd. Ben Combee [EMAIL PROTECTED

bit slice max sizes under CW (Ben?)

2004-01-11 Thread Todd Walk
When using a bit slice (ie: unsigned foo:1;), what's the largest amount that you can group together? An unlimited number? Or 32/64? ie: struct FOO { unsigned foo1:1; unsigned foo2:1; . . . unsigned foo(max #):1; }; -- For information on using

Palm OS 6

2004-01-06 Thread Todd
According to BrightHand (http://www.brighthand.com/article/Palm_OS_6_Shipped_on_Schedule) Palm OS 6 has shipped. I have looked everywhere I can think of, and I can't find it. Has it shipped? Where is it? How do I get it? Thanks Todd Christensen -- For information on using the Palm Developer

Re: Limite of Constructor 1.9

2003-09-11 Thread Todd Walk
Neat! Seems that we've now got a full workaround for constructor users hitting the limit. Todd. Ben Combee [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: At 11:12 PM 9/10/2003, Todd Walk wrote: Here's another option that's easy, and it's the one I use. Create an empty project. (ie

Re: Limite of Constructor 1.9

2003-09-10 Thread Todd Walk
to ship.) This basically allows you to use Constructor without worrying about any limits. Todd. The official answer I received when our PDE application hit the linker limit is as follows: 1) Use CW9 2) Switch from using Constructor to pilrc 3) Use the alternate resource linker that comes

RE: Limite of Constructor 1.9

2003-09-10 Thread Todd Walk
anything that outputs into those formats, and I've not seen any projects out there to make new resource editors/compilers. Is there any kind of a market for a new resource editor/compiler? Todd. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Okay to use DmWrite() on ordinary memory?

2003-08-14 Thread Todd Niec
#define SafeUlgyDmWrite(a,b,c,d) {MemPtrDataStorage(a)?DmWrite(a,b,c,d):MemMove(a+b,c,d);} What I really needed was MemPtrDataStorage() and MemHandleDataStorage()! Comming from DOS/Windows/Mac I woudln't have hoped for the existence of such functions. Memory is memory to me. thanks -- For

Codewarrio stack usage with temporaries

2003-08-14 Thread Todd Niec
How does code warrior handle stack usage for unamed temporary variables? I have a procedure that creates lots of unnamed temporary variables as a result of conversion operators. I can see that, in terms of constructors and destructors, these temporaries are being created and destroyed as

Okay to use DmWrite() on ordinary memory?

2003-08-14 Thread Todd Niec
Is it possible to use DmWrite() on ordinary memory? I have cases where buffers might be stored in ordinary memory (stack, heap, or static globals) or might be in a record in a file and I would like 1 method to write to both of them. thanks, todd niec -- For information on using the Palm

clipping and WinDrawChars()

2003-08-12 Thread Todd Niec
I asked this before but didn't get a response. So here goes again. Does WinDrawChars() limit the output to the current clipping rectangle? It seems like it should, but unless I am making a mistake in setting the clipping rectangle, the text is going outside of the rectangle. thanks todd niec

Bug in STL string's c_str()

2003-08-09 Thread Todd Niec
step. thanks todd niec -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

WinDrawChars and clipping rectangle

2003-08-09 Thread Todd Niec
Does WinDrawChars() limit the output to the current clipping rectangle? It seems like it should, but unless I am making a mistake in setting the clipping rectangle, the text is going outside of the rectangle. thanks todd niec -- For information on using the Palm Developer Forums

DmAttachRecord with MemHandleNew

2003-08-08 Thread Todd Niec
Is it possible to use DmAttachRecord with memory that was allocated with MemHandleNew()? The documentation doesn't say you can't, but it seems like I get weird behavior if I try this. thanks todd, niec -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Codewarrio stack usage with temporaries

2003-08-08 Thread Todd Niec
as the function executes, but the stack usage steadily increases and increases as the function executes. Eventually I run out of stack space. thanks todd niec -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Playing video

2003-07-04 Thread Todd Walk
Does anyone have some code for playing video inside a palm program? Failing that, anyone have some suggestions for compact storage formats and playback? Todd. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Memory leaks from FrmDrawForm.

2003-06-05 Thread Todd Niec
My program is suddenly giving me two memory leaks. These appear to have something to do with the display of the main form. The form is not marked to save the bits behind the form, which is what it almost seems to be doing. Coudl the be because I am closing the form wrong? I am just calling

ctlValidatePointer not available.

2003-06-04 Thread Todd Niec
I am debugging a program under the emulator and when I call crlValidatePointer I get a message box saying the function is not available. The docs I have say that the function is available in Palm OS 3.0. when I call FtrGet() to get the ROM version with sysFtrNumRomVersion I get a value of 0x0352

Re: palm-dev-forum digest: June 03, 2003

2003-06-04 Thread Todd Niec
Keith Rollin wrote: At 2:36 PM -0500 6/3/03, Todd Niec wrote: I am debugging a program under the emulator and when I call crlValidatePointer I get a message box saying the function is not available. While this function is defined and actually implemented in the OS, it was never

Telephony:How can I tell if the device is a phone?

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

RTF control

2003-01-29 Thread Todd
Are there any RTF controls for the Palm? We don't want to have to write our own if we don't have to. Thanks Todd -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: CW precompiled headers

2003-01-19 Thread Todd Walk
the header included before). (I added the resource includes to the Config.pch.) About all of the errors are with UInt8/16/32 and resource defines. Again, this doesn't happen in all the files in which these things are used. Todd. -- For information on using the Palm Developer Forums

CW precompiled headers

2003-01-18 Thread Todd Walk
precompile_target Config in Config.pch). I then put this into the C/C++ Language Prefix File spot. Compiling with that, I now get about a zillon errors about things not being defined. What am I doning wrong? Todd. My Config.h: #ifdef CONFIG_H #define CONFIG_H #define DEMO 0 #define COLOR 1

Re: OT:Where does palm stand in the race.

2003-01-10 Thread Todd Walk
kill PalmOS, but what would happen to PPC if Symbian sold so much that PPC was 2% of the market in 3 years? Todd. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

externally setting defines in CW

2002-11-28 Thread Todd Walk
Does anyone know how to set defines externally in CW? (Ben?) (Like using -D in gcc.) I want to hook the setting of a couple to specific project files. Todd. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Accessing offscreen window memory directly

2002-11-12 Thread Todd Walk
Can you do this? Todd. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Flipping a bitmap

2002-11-11 Thread Todd Walk
? Is doing this portable? Todd. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Breakpoints get skipped over in CodeWarrior

2002-10-31 Thread Todd Walk
then, but if it shows up again, I'll do the above. Todd. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Breakpoints get skipped over in CodeWarrior

2002-10-27 Thread Todd Walk
it came out, and have only seen this problem that one time. Seems less than not very often to me. Todd. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Breakpoints get skipped over in CodeWarrior

2002-10-24 Thread Todd Walk
on the left hand side in the debugger were not there. These weren't big functions, so I just checked their inputs. After a few days, it was working fine again. Todd. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Application copy protection

2002-09-12 Thread Todd Walk
Joe Malone [EMAIL PROTECTED] wrote in news:95359@palm-dev- forum: --- Todd Walk [EMAIL PROTECTED] wrote: One thing you should not do is make the demo and release versions the same, with just needing a code to activate it. If you do this, then someone can crack your program the same day

Re: Application copy protection

2002-09-12 Thread Todd Walk
product. The EDA market is really made up of several hundred tiny niches. Todd. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Application copy protection

2002-09-11 Thread Todd Walk
code for attaching personal information to a prc before it goes out. Todd. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Anyone use Razor?

2002-09-11 Thread Todd Walk
[EMAIL PROTECTED] wrote in news:95266@palm-dev-forum: Hi Todd, I am the author of Razor, so my views might be slightly biased :-) Anyone here use Razor? Until now I have seen three games in various stages of development. I also have plenty of reports from people who got it to compile

Re: Is there an easy way to count resources?

2002-09-10 Thread Todd Walk
codewarrior project, but there are other, better, ways of making them. It's definitely the way to go if you're around the limit. Todd. Chris Tutty [EMAIL PROTECTED] wrote in news:95109@palm- dev-forum: Hi, I've got the 'error while creating/copying resource fork' and 'error while saving

Anyone use Razor?

2002-09-10 Thread Todd Walk
Anyone here use Razor? Is it any good? Bugs? Limitations? Todd. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

flipping a bitmap

2002-08-25 Thread Todd Walk
-bit mono (OS 3.0/3.1+)? Todd. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Help! - button flickering

2002-08-14 Thread Todd Longfellow
to see the remedy. Thanks! -- Cheers, Todd Just Play'n Palm at... http://www.webfootenterprizes.com Dave Lippincott [EMAIL PROTECTED] wrote in message news:93577@palm-dev-forum... So what are you doing in your app you neglected to tell us? Buttons don't flicker on their own without help from your

Re: Nailed by Constructor

2002-06-20 Thread Todd Walk
Paulo Raffaelli [EMAIL PROTECTED] wrote in news:89358@palm-dev-forum: Todd, Using Constructor on the Mac, I'd get crashes when doing saves or large edits. Increasing the memory partition for the app solved that (if you're using the Windows version of Constructor, disregard

Nailed by Constructor

2002-06-15 Thread Todd Walk
yesterday, but that still lost all the work I did on 200+ resources today. (Having to do this again is going to be really painful...) Todd. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Updating a DB

2002-05-13 Thread Todd Cary
were removed and a new one with a higher version number were put in it's place? What would happen when the user HotSync'd? Would the user have to set the install to re-install the the Palm app? I probably need to experiment with this. Todd -- Todd Cary Ariste Software 2200 D Street Extension

Updating a DB

2002-05-12 Thread Todd Cary
Is there a way that I can send a DB to a client, preferably a PDB, and have the Palm update it's DB from it? Todd -- Todd Cary Ariste Software 2200 D Street Extension Petaluma, CA 94952 707-773-4523 [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe

Re: Updating a DB

2002-05-12 Thread Todd Cary
, and if the version number of your PDB is higher than the version number of their PDB I am not clear about the version number. I understand the database type and the creator code - not the version number. Todd -- Todd Cary Ariste Software 2200 D Street Extension Petaluma, CA 94952 707-773-4523 [EMAIL

Right justified; custom loading

2002-04-25 Thread Todd Cary
I need to right justify a column of numbers in a table. Is there anywhere where I can get a sample of a custom load routine that will convert text into pixels and load from right to left? Todd -- Todd Cary Ariste Software 2200 D Street Extension Petaluma, CA 94952 707-773-4523 [EMAIL PROTECTED

Re: Right justified; custom loading

2002-04-25 Thread Todd Cary
Many thanks all! It works as described.. Todd -- Todd Cary Ariste Software 2200 D Street Extension Petaluma, CA 94952 707-773-4523 [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Separating DB from app

2002-04-13 Thread Todd Cary
I have not tried this, however it seems that one can provide a PDB file with the initial install and the Palm OS will install the PDB. Is my assumption inaccurate? Todd -- Todd Cary Ariste Software 2200 D Street Extension Petaluma, CA 94952 707-773-4523 [EMAIL PROTECTED] -- For information

Best way to enter $

2002-04-13 Thread Todd Cary
. Is the a good way to do it? If so, is that dialog available? Todd -- Todd Cary Ariste Software 2200 D Street Extension Petaluma, CA 94952 707-773-4523 [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Separating DB from app

2002-04-08 Thread Todd Cary
You are correct! Works as advertised!! Many thanks. Todd -- Todd Cary Ariste Software 2200 D Street Extension Petaluma, CA 94952 707-773-4523 [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Separating DB from app

2002-04-07 Thread Todd Cary
strategy should I follow so that the data is not lost when the user replaces the app with the new version? Many thanks Todd -- Todd Cary Ariste Software 2200 D Street Extension Petaluma, CA 94952 707-773-4523 [EMAIL PROTECTED] -- For information on using the Palm Developer Forums

Re: Getting the event number

2002-04-02 Thread Todd Cary
of the items on the list, the List disappears leaving behind a blank area (no repainting of the Form). Todd -- Dr. Todd Cary Ariste Software 2200 D Street Extension Petaluma, CA 94952 707-773-4523 [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Getting the event number

2002-04-01 Thread Todd Cary
I have a List and I want to find the number of the Event when I select outside of an Item in the List. If this happens, I want to redraw the Form since this is *not* happening and I end up with a blank area on the Form - the area that was occupied by the List. Todd P.S. I am using Pocket

multiple resource files?

2002-03-22 Thread Todd Walk
Can you use multiple resource files with codewarrior? Can you mix using constructor and pilrc? -- Todd Walk [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Separate DB

2002-03-21 Thread Todd Cary
I have noticed that some commercial apps have two files: one for the DB and the other for the App itself. How is this done? Todd -- Dr. Todd Cary Ariste Software 2200 D Street Extension Petaluma, CA 94952 707-773-4523 [EMAIL PROTECTED] -- For information on using the Palm Developer Forums

Re: Palm OS Game Programming book?

2002-03-16 Thread Todd Walk
disclose our programming techniques? Why not? Game programmers for that _other_ OS (the one that sucks) already do... and after all, you guys aren't exactly _traditional_ magicians, are you? Put me down as one future purchaser of Aaron's Book of Industrial Palm Magic. :-) -- Todd Walk [EMAIL

Re: Which resource for Info screen

2002-03-13 Thread Todd Cary
Joe - I notice that the caption at the top on the info pages that are part of the builtin Palm apps is centered. Is this because the form is modal? Todd -- Dr. Todd Cary Ariste Software 2200 D Street Extension Petaluma, CA 94952 707-773-4523 [EMAIL PROTECTED] -- For information on using

When/where to redraw form

2002-03-12 Thread Todd Cary
an area outsife of the list so that I can FrmDrawForm(FrmGetActiveForm); Any suggestions? Todd -- Dr. Todd Cary Ariste Software 707-773-4523 [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Which resource for Info screen

2002-03-12 Thread Todd Cary
I need to create an information screen and I am not sure if one uses a Table that can then be scrolled or some other Resource. Todd -- Dr. Todd Cary Ariste Software 707-773-4523 [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

List: turning off selection

2002-03-10 Thread Todd Cary
I have a PopupTrigger and I dynamically create the List. All works fine *except* I do not want an item selected on the list when the user gets the list. Can this be done? Todd -- Dr. Todd Cary Ariste Software 707-773-4523 [EMAIL PROTECTED] It is a worthy thing to fight for one's freedom

Re: List: turning off selection

2002-03-10 Thread Todd Cary
Many thanks! Somehow I missed the function. Todd -- Dr. Todd Cary Ariste Software 707-773-4523 [EMAIL PROTECTED] It is a worthy thing to fight for one's freedom; it is another sight finer to fight for another man's Mark Twain -- For information on using the Palm Developer Forums

Re: FrmPopupForm problem

2002-03-06 Thread Todd Walk
another help screen.) Could there be a difference here between 3.5+ and 3.5- ? Todd. John Leung [EMAIL PROTECTED] wrote in news:78819@palm-dev-forum: I believe you get frmUpdateEvent only on a debug ROM. Try your test again on a release ROM. One more thing that I'm not sure if you're aware

FrmPopupForm problem

2002-03-05 Thread Todd Walk
leaves a blank screen. So I either need help finding out why FrmPopupForm isn't working as described, or how you create a frmUpdateEvent. -- Todd Walk [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support

Re: FrmPopupForm problem

2002-03-05 Thread Todd Walk
in a piece of code while trying to get this to work.) -- Todd Walk [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Expense application crashes on Palm m125

2002-03-01 Thread Todd Carmichael
I using the normal tech support route through Palm for this problem, but I thought I might post here For testing we bought several palms including a Palm m125 We noticed that it didn't have the expense application So I grabbed it from a CD of a Palm VII and installed it I tap on the

Placing controls over bitmaps

2002-02-17 Thread Todd Walk
Is there a way to place a control over a bitmap such that the there isn't any white border around the control. -- Todd Walk [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: UnHiLighting a selection

2002-01-27 Thread Todd Cary
Many thanks! Works as advertised - even in PS. Todd -- Todd Cary Ariste Software [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

UnHiLighting a selection

2002-01-26 Thread Todd Cary
the delete, no items on the List are HiLighted. Is this possible? Todd -- Todd Cary Ariste Software [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Trouble with numeric field

2002-01-22 Thread Todd C. Johnson
I have four fields with repeating buttons used to add/subtract one from the total. This is done in the function below. However, I am running into an error : just wrote to memory location xxx, which is in Memory Manager data struct. Seems like I am overrunning my pointer. I thought I was keeping

which is faster, bitmaps or drawing?

2002-01-19 Thread Todd Walk
Which is faster, loading and displaying a small bitmap from a resource, or drawing it? I've got a lot of little images anywhere from 2x3 pixels to 3x5 pixels to display. -- Todd Walk [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: Trouble with selector triggers

2002-01-04 Thread Todd C. Johnson
. Thank you again, Todd static void ServicePeriodFormOpen(FormPtr) { MemHandle currentRecordH; ServDBRecord *currentRecordP; FormPtr frmP; static Char datelbl[20]; Char *startTime; Char *endTime; static Char *startlbl; static Char *endlbl; FieldType *datefldP; frmP = FrmGetActiveForm

Trouble with selector triggers

2002-01-03 Thread Todd C. Johnson
in Constructor. In addition to the above controls, I have 6 editable fields, 1 non editable field, labels for each field, and a cancel button. Not sure if that matters, but I wanted everyone to have as much info as possible. Any ideas. Thanks, Todd Char *startTime; Char *endTime; static Char *startlbl

Trouble with StrCopy and field control

2001-12-18 Thread Todd C. Johnson
When I execute the following code, I get an error saying: ServiceTime just wrote to memory location 0x26B7, which is in Memory Manager data structures. What am I doing wrong? Thanks, Todd code starts here *** DateToDOWDMFormat(gCurrentRecord.start.month

Selector trigger questions

2001-12-13 Thread Todd C. Johnson
, let me know. I am absolutely stumped. Thanks in advance, Todd -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

CtlSetLabel and CtlGetLabel questions

2001-12-13 Thread Todd C. Johnson
know. I am absolutely stumped. Thanks in advance, Todd -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Date trouble

2001-12-11 Thread Todd C. Johnson
? Thanks, Todd Here is my record format // Format for record typedef struct { DateType date; // Date of service perid DateTimeType start; // Start of service period DateTimeType end; // End of service period TimeType totalTime; // Time

Copy a jpeg to Palm

2001-12-09 Thread Todd Cary
Is there any sample code available that provides the means of copying a jpeg image(s) to a Palm (505)? Todd -- Todd Cary Ariste Software [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Palm Application size

2001-12-09 Thread Todd Walk
tell you if your segments are too big. You need to break your 2 files into several files, and split these pieces into multiple segments. -- Todd Walk [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support

best bitmap editor

2001-12-09 Thread Todd Walk
What is the best bitmap editor people have found to use for palm programming? Also, anyone know of a simple program for making animated gifs (so that I can make multiple emulator screen captures display and rotate)? -- Todd Walk [EMAIL PROTECTED] -- For information on using the Palm

modifying usable property for labels, pre-3.3

2001-12-04 Thread Todd Walk
How do you change a label's usable property, for pre-3.3 OS? I found this before in the KB, but can't seem to find it now. Also does the HS visors (deluxe, 3.1?) use the pre-3.3 method, or FrmHideObject/FrmShowObject? -- Todd Walk [EMAIL PROTECTED] -- For information on using the Palm

3rd party app for IR connection?

2001-11-19 Thread Todd Cary
I purchased a Nokia 3360 with builtin modem. However, it uses IR to connect with the Palm for emailing. Where can I obtain a 3rd party IR app that will allow me to connect the Palm's Mail program with a modem via IR? Todd -- Todd Cary Ariste Software [EMAIL PROTECTED] -- For information

Synchronizing table with DB

2001-11-16 Thread Todd Cary
After doing a sort of the records, I am not sure how to display the re-records the records in teh new order and how to re-sync the Repeat Buttons. Todd -- Todd Cary Ariste Software [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

  1   2   >