Re: I think the forum is having some issues?

2008-05-30 Thread Brian Smith
icated, in reverse time order, on the mailing list. -- --- Brian Smith // avalon73 at caerleon dot us // http://www.caerleon.us/ Politicians and diapers have one thing in common. They should both be changed regularly and fo

standard library - map container

2008-05-29 Thread Brian Pearson
hould I be including? Any thoughts greatly appreciated. Thanks, Brian. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: palmrc plugin

2008-05-29 Thread Brian Hall
(the -L flag). I guess again, a >checkbox, and a string language field. Neil- Just wanted to publicly say what a great tool this is! I guess I won't know how much time it saved me, because it showed up just when I needed it! Brian ___

Re: Instruction Manuals to be read on Palm devices

2008-05-29 Thread Brian Hall
(would be nice if the Palm VII renderer were part of the SDK!) Why not DOC format? Some of the variants (TealDoc I presume) support embedded pictures, links, etc. You'd need to license a viewer though (if you use pictures). brian __

Re: Palm Economy Forum??

2008-05-29 Thread Brian Hall
o on a 1099/hourly/contract basis. Working remote/by net is fine... Send me email if interested) Brian _ Mark/Space Softworks voice 408-293-7299 111 West Saint John, 3rd Floor fa

Re: Serial Cables

2008-05-29 Thread Brian Hall
III and V style cables shipping, and a visor cable coming soon. They are available in hotsync DB9, modem DB9 and modem DB25. We also can do Cisco style RJ45 (for connecting to routers). Regards, Brian Hall _ Mark/Space

Re: receive data from serial

2008-05-29 Thread Brian Hall
ome code for the palm to get the data of the serial port and >show it ?? To just show data, you may want to try one of the various terminal programs available on PalmGear or Handango. (Our own, Online, can be found at http://www.marksp

Re: Cables

2008-05-29 Thread Brian Hall
y (yippee!). The Palm III/V style cables have been available for a few weeks now. We have them in DB9 modem, DB9 hotsync and DB25 modem. RJ45 (for cisco routers) available on request for a slight extra charge. Brian _ Mark/Space

DataCord Co-Marketing Available

2008-05-29 Thread Brian Hall
vices - including Visor), please send me a product description, URL, and button ad via email. See the existing entries for an example of text and button ad size. Regards, Brian Hall _ Mark/Space Soft

Programmatically perform a HotSync

2008-05-29 Thread Brian Pearson
Looking for sample code that will act as if the user hit the Hot Sync button. Thanks, Brian. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Move memory with New Byte object

2008-05-29 Thread Brian Pearson
( kStaticChar); Hope that helps, Brian. "Baiss E. Magnusson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi, > > I can't seem to move memory as in the following: > > Byte* _from[1]; > const static char kStaticChar[] = {"blah

Re: Programmatically perform a HotSync

2008-05-29 Thread Brian Pearson
If anyone wants to know, I used the solution given below, and it worked perfectly! Thanks a million Bradley. Brian. "Bradly J. Barton" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > What you need to do is launch the HotSync m

Executing apps upon install

2008-05-29 Thread Brian Pearson
e has a list of ALL launch codes (maybe there's a header file out there somewhere)? Thanks in advance, Brian. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: function pointer problem

2008-05-29 Thread Brian Pearson
It does sound like you need to do some casting, but I would need to see your code. There is an option in the settings panel under C/C++ Language called "Relaxed Pointer Type Rules". I suspect that you have it turned off for the Palm and a similar option turned on for Visual C. Brian.

Re: Programmatically perform a HotSync

2008-05-29 Thread Brian Pearson
y back at the start of this thread for the code. Brian. Wonder what the record is for longest thread? Ah, we're probly not even close yet. > > Now, sorry to keep this going, but what happens when the user has the hotsync > button remapped to another app in the prefs panel? :) &g

Re: Errors in CW6

2008-05-29 Thread Brian Pearson
--- Same deal. There is a compile option somewhere that defines whether or not you wish for strict pointer assignments. In codewarrior its under C/C++ Language in the settings panel. There is a checkbox labelling "Relaxed Pointer type rules". Hope that helps. Brian. --

Re: Someone please help me

2008-05-29 Thread Brian Pearson
ybase's UltraLite). Palm databases do not have anything to do with SQL. You find out more when you do the tutorial. Sorry for some of my blunt answers, but there is a bigger learning curve than you think. Good luck. Brian. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Safe way to do StrCopy()?

2008-05-29 Thread Brian Hall
>MemHandleUnlock(h); >MemHandleFree(h); Youch! Without error checking, I'd say that is worse than: >boo[100]; > >StrCopy(boo,"blah"); Ideally you should both do error checking (handle the case where h == NULL after MemHandleNew), AND use StrNCopy. Brian __

TIMEPICKER bug?

2008-05-29 Thread Brian Beatty
The Query Form Element TIMEPICKER will not allow the user to assign a value of 00:00 to the time. This should overwrite the TIMEPICKER value to 12:00 AM, but it doesn't work. However overwriting the value with 00:01 will set the time to 12:01 AM. I have also tried a value of 24:00 which doesn't wor

Re: sony/handspring lack of Mac tool support

2008-05-28 Thread Brian Hall
Anyone have a good address or way to send them feedback on this? > >Just simply write, "I develop on a Mac and need a Mac emulator." I don't >know where they developer group is located but I'm sure >they would like feedback like this. There is a similar problem wit

Re: Relational Databases

2008-05-28 Thread Brian Pearson
(complete with SQL). I've used Sybase's Ultralite product myself, and it works really well. I'm unfamiliar with the Oracle product. The downside is that they both cost money :) Feel free to email me if you have any questions about this. Brian. "Lucas Persona" <[EMA

Re: non-blocking receive

2008-05-28 Thread Brian Hall
ma in a FSM and make a little chore that you call each pass, ie "gCommChore->Perform()" There have been other discussions in this (and the comm forum) on how to do fancier i/o using some previously "reserved for system" calls. Brian __

Re: Sending Serial Data Challenge (hex dump)

2008-05-28 Thread Brian Hall
So for that version, just pick hex as your terminal type and you'll see a hex dump 'live'. Brian _ Mark/Space Softworks voice 408-293-7299 111 West Saint John, 3rd Floor

Re: Launch code and Global variables

2008-05-28 Thread Brian Hall
our compiler. You could also try and keep all your string constants in resources and load them at run-time, which has the added benefit of easing localization. Brian _ Mark/Space Softworks

Re: Sending Serial Data Challenge (hex dump)

2008-05-28 Thread Brian Hall
>From: Steve Sabram <[EMAIL PROTECTED]> >Date: Mon, 11 Sep 2000 16:03:03 -0700 >X-Message-Number: 76 > >Brian Hall wrote: > >> I'm working on a 1.5 that has a "hex" terminal emulation mode where it does >> 8 bytes per line, along with ascii

Re: Better hack protection mechanisms?

2008-05-28 Thread Brian Hall
that in your sales policy (ie, charge a minimal fee to cover your costs, or allow 1 name change per copy purchased, or something that is not too onerous for the legit. customer, but too much trouble for the cheapskate). Brian _ Mark/

Re: NotePad Record Structure?

2008-05-28 Thread Brian Hall
ere willing to restrict a DB to containing records all of the same version and store it in the info block), but would save us this exact problem. Brian _ Mark/Space Softworks voice 40

Re: Beamable demos

2008-05-28 Thread Brian Hall
g a minimal database inside your app resource fork and using DmCreateDatabaseFromImage to create the DB from that image if it isn't found, rather than having it simply be empty (I do this for the services database for my paging/

CodeWarrior Datebook Example

2008-05-28 Thread Brian Beatty
I have a Palm VII and am using the CW IDE. I have the 3.5 SDK and I can't get the Datebook example to download to the device. I have no trouble downloading and debugging any of the other examples included with the CW IDE. I am using the Datebook target ( I think this is the debug target). I keep ge

Re: Visor serial cable resource?

2008-05-28 Thread Brian Hall
; Visor converter so I can use an >existing Palm III cable If you have a phone to DB9 (or DB25) we have a Visor serial cable (male/female DB9 and male DB25) coming out around the 16th. See http://www.markspace.com/datacord.html Brian

Re: sending Hex

2008-05-28 Thread Brian Hall
nything magic about non-printable characters as far as those routines are concerned. brian -- _ Mark/Space Softworks voice 408-293-7299 111 West Saint John, 3rd Floor

installing an app without HotSync

2008-05-28 Thread Brian Pearson
hi, Is it possible to install an application onto the Palm through the serial port without going through HotSync? If so can anyone point me in the right direction? Thanks in advance, Brian. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http

Re: Online,Interactive(NO Download)demo of Palm OS ? products

2008-05-28 Thread Brian Hall
>I know someone who played with the demo for a while a few days ago. > >I seriously advise you to pay close attention to the security holes that >your solution opens. If this is the same one that was being touted last year, it also had the problem of being PC

Re: Yahoo Store/regcode

2008-05-28 Thread Brian Hall
ny custom question/checkbox/etc to the order form that you like. (I recently switched to Yahoo store myself). You just then have your script/database/whatever parse it out and generate the code/email to send back to the customer. Brian (Note - we also recently discussed Yahoo store on

Re: IR, New Serial Manager

2008-05-28 Thread Brian Hall
p (in case that is needed) are at the devzone. Brian _ Mark/Space Softworks voice 408-293-7299 111 West Saint John, 3rd Floor fax 408-293-7298 San Jose, CA 95113

Re: why combine prc/pdb

2008-05-28 Thread Brian Hall
to the app, it WAY cut down on tech support issues. The ROM apps do this as well (for default adress book, date book, etc entries). Just use DMCreateDatabaseFromImage. Brian -- _ Mark/Space Softworks

Re: palm-dev-forum digest: December 04, 2000

2008-05-28 Thread Brian Hall
byte available when the port is first openened, even though there isn't. You then go to read it, but nothing is there and you time out (or hang if you pass in -1 for a timeout to the read call!). I think most apps just ignore the error, so it didn't matter (unless you

Job posting - Software Engineer - Kinoma, Inc.

2007-04-23 Thread brian
, please submit your resume to [EMAIL PROTECTED] The job description can be found below. Thanks, Brian Friedkin Kinoma, Inc. - As a member of the Kinoma engineering team, you will assist with the design and implementation of new features and enhancements to our

Re: Palm Debugger questions; also, any kind of log file?

2006-12-06 Thread Brian
Wow, the link there is $400. I got the original CW 8 at an academic discount. Makes me consider HB++. So is PODS the only dev tool supported by Access? Does it actually work now? I tried it awhile ago and it was awful. Trying to port an existing CW app over to PODS was particularly painful. I r

Re: Palm Debugger questions; also, any kind of log file?

2006-12-05 Thread Brian
Thanks for the replies. Rob's code looks like just what I've been looking for, although I don't quite follow it yet. I'll dig into it a big and see if I can get it to work. BTW, where do you get CW 9 now? Does metrowerks still sell it? -- For information on using the PalmSource Developer Forums

Palm Debugger questions; also, any kind of log file?

2006-12-04 Thread Brian
I've been reading the docs on this and I have a few questions: 1) Can the Palm Debugger connect to a device (TX specifially) over USB? That's the only cable that came with my TX 2) I have DotDotTwo installed, and it says my device is in console mode, but I am not getting any 'Ready' message in

Re: Detecting a Trio

2006-11-11 Thread Brian Gupta
Read page 135 (section 9.8.8) of the Palm Developer Guide for more info on SysFtrNumUIHardwareHasKbd This is probably a good way to detect current and future Treos. Cheers, Brian -Original Message- From: "James Lin" <[EMAIL PROTECTED]> Date: Saturday, Nov 11, 2006 12:3

RE: palm-dev-forum digest: November 09, 2006

2006-11-10 Thread Brian Gupta
There is a way to check for the presence of a keyboard. (It is true for all Treos starting with the 600) Check the Palm developers guide, that's available at pluggedin.palm.com for more details. Cheers, Brian -Original Message- From: "Tam Hanna" <[EMAIL PROTECTED]&

Re: HiRes Display

2006-11-10 Thread Brian Gupta
Check this for a discription of constructor and pilrc. Http://www.palmoswerks.com/stories/storyReader$117 Cheers, Brian -Original Message- From: <[EMAIL PROTECTED]> Date: Friday, Nov 10, 2006 10:58 am Subject: Re: HiRes Display Thank Pinus for you frank and obvious

how to get more info about a reset?

2006-09-28 Thread Brian
to another app. So do I need to add the DmSyncDatabase, in addition to the DmCloseDatabase? Are there any other tips or tricks on finding the error or where it is occurring? Please help! Thanks Brian -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: what's the good and bad for PalmOS compare to other OS?

2006-08-10 Thread Brian Gupta
I think there's a great future in PalmOS programming. The Treo has convinced me that the largest opportunity lies in writing PalmOS network applications. Cheers, Brian -Original Message- From: Luc Le Blanc <[EMAIL PROTECTED]> Date: Thursday, Aug 10, 2006 3:17 pm Subject: Re:

Re: URGENT : Palm and PalmSource disagreement consequences

2006-07-31 Thread Brian Gupta
hey do afterall own the rights to the PalmOS name, and it would really be apropos for Palm OS's future to rest with Palm). With all the confusion running amok regarding this licensing issue, it would be prudent for Palm to release a statement to developers, clarifying their position. Chee

Re: Creator ID to use for a tutorial...

2006-07-24 Thread Brian Gupta
they? Thanks,BrianOn 7/24/06, P. Douglas Reeder <[EMAIL PROTECTED]> wrote: On Jul 23, 2006, at 8:43 PM, Brian Gupta wrote:>> The question is what creator ID should I tell people to use in the> tutorial/ walk through?>> 1) STRT> 2) Register their own > 3) One that we will reg

Re: Creator ID to use for a tutorial...

2006-07-24 Thread Brian Gupta
AMTo: Palm Developer ForumSubject: Re: Creator ID to use for a tutorial...On Jul 23, 2006, at 8:43 PM, Brian Gupta wrote: >> The question is what creator ID should I tell people to use in the> tutorial/ walk through?>> 1) STRT> 2) Register their own> 3) One that we will registe

Creator ID to use for a tutorial...

2006-07-23 Thread Brian Gupta
) Register their own 3) One that we will register for use with this tutorial 4) The real application's Creator ID I am still new to Palm OS development, and would appreciate any guidance. -Brian -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see

Re: Looking for HTTPS library

2006-07-20 Thread Brian Gupta
Not sure about licensing, but I've heard good things about Matrix SSL. Cheers, Brian -Original Message- From: JamesSturdevant <[EMAIL PROTECTED]> Date: Wednesday, Jul 19, 2006 4:45 pm Subject: Looking for HTTPS library I'm looking for a library that supports HTTPS, can b

Re: New to development and in need of help...

2006-07-15 Thread Brian Gupta
need to use a non-ObjectLibrary target.On 7/13/06, Brian Gupta <[EMAIL PROTECTED]> wrote:> Any idea how I can get the library? Or in lieu of the files, where I can > find a simple howto, that explains how to get a sample app to run.. I'm> willing to buy a book if neccesary. (I o

Re: New to development and in need of help...

2006-07-13 Thread Brian Gupta
y pick up these EOL products and run with them, if Freescale isn't interested. (Maybe even Palm)Cheers, BrianP.S. - It looks like Adobe got hit also, as Codewarrior 9.3 for Mac is needed to develop Creative Suite 2 plugins.On 7/13/06, Ben Combee <[EMAIL PROTECTED]> wrote:On 7/12/06, Bria

Re: New to development and in need of help...

2006-07-13 Thread Brian Gupta
I have it downloaded, but everyone I talked to said it was not ready for primetime, and that CW was the way to go. Do you feel differently?Thanks,BrianOn 7/13/06, Javier Sedano <[EMAIL PROTECTED]> wrote: Brian,have you considered using the PalmOS Developer Suite provided by Palm?It

New to development and in need of help...

2006-07-12 Thread Brian Gupta
things up pretty quickly, if I have the right source materials.Thanks in advance, Brian -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Debug on devices questions

2006-05-12 Thread Brian
What are the options for debugging on OS 5 devices? Is the only option CodeWarrior 9 and a device connected through the serial port? What is the state of that free dev tool, which name I can't remember now? I've tried DebugPrefs, but it doesn't appear to be working either. Also, any suggestions

re: DebugPrefs questions

2006-05-09 Thread Brian
Thanks, but it looks like that is restricted to Serial connections. Is there an adapter for USB to Serial? I've found Serial to USB, but not USB to Serial. Meaning the cable that came with my TX connects to the USB port, and I need an adapter so I can connect it to the serial port. Is this eve

DebugPrefs questions

2006-05-09 Thread Brian
I finally got an OS 5 device (a TX) so I can test my app. I have a strange crash when exiting the program. I have CodeWarrior 8.3 on Windows and found out you cannot debug on an OS 5 device with CW 8.3. So I'm trying to find ways to debug it w/out buying CW 9. I've read about DebugPrefs here an

Re: VFSFileWrite - .txt file - new line

2006-05-05 Thread Brian Smith
On Thu, 4 May 2006, Klemen Dovrtel wrote: I would like to write text in a new line. What character should i add into a text string? In the past, I've done CR/LF... seemed to work fine for me. -- --- Brian Smith // ava

Link error : PalmOS_Startup.c: 'PilotMain' referenced from '__Startup__' is undefined

2006-03-26 Thread Brian
I'm using CW 8. I'm trying to get my development environment set up on a new machine. I'm copying my projects over to the new machine and have been having to update the access paths. This error is the latest. I googled it and there were a few hits, with the same solution : include some 'MSL R

Palm T|X / Garnet directory structure

2006-03-20 Thread Brian Rhodes
e HTML (I'm assuming) cannot find the jpeg image. The HTML: StrCopy(htmlData, ""); The jpg is loaded within my application and written via FileOpen, with file type 'STRM'. Any help? Thanks -Brian -- For information on using the PalmSource Developer Forums, or to unsub

tblSelectEvent where ctlSelectEvent was expected?

2006-03-01 Thread Brian Schau
tblSelectEvents. I really don't know how to proceed from here ... anybody who's seen this as well? I am testing my code on the Treo650 simulator. /brian -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: Focus Rings and Tables.

2006-02-21 Thread Brian Schau
... but I guess that would go against their offical policy of pissing of developers ;-) /brian > I think that your call to TblSetSelection or TblSelectItem is undoing the table focus and the halo ring. I fully support the one-handed nav in my app, which is heavy on tables, but I pretty much

Focus Rings and Tables.

2006-02-20 Thread Brian Schau
0); TblSelectItem(tblMain.tbl, 0, 0); TblDrawTable(tblMain.tbl); return true; } break; ... but the selection bar is now shown ... I have the feeling that I am missing a point or two but I really cannot see what. Can you? /brian -

re: Null form pointers in LifeDrive and Treo after displaying Alert

2005-11-17 Thread Brian
just wanted to bump this and see if anyone had seen similar behavior or had any ideas -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Null form pointers in LifeDrive and Treo after displaying Alert

2005-11-10 Thread Brian
I have a strange problem which has only been reported on LifeDrives and Treos. I've finally been able to reproduce it on the LD Simulator. It looks as though the active form pointer is being set to Null or an invalid address. When I'm in the debugger, first I get a Fatal error which reports a N

Re: cannot reproduce LifeDrive bug

2005-10-19 Thread Brian
It runs fine on the Palm 5.2 and 5.3 Debug and Release Simulators, as well as on my m515. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

cannot reproduce LifeDrive bug

2005-10-18 Thread Brian
I do not have an actual LifeDrive, so I have to use the Simulators. I have a user reporting a bug that I cannot reproduce with the Simulators. They've given me pretty precise instructions where it happens, it's just after they click OK on a certain Alert, and I don't do anything unusual there. I

Re: Tungsten Simulators crashing upon startup

2005-10-17 Thread Brian
Thanks, that did it! I did notice one other odd behavior, though. I first tried the T5 and then loaded my app into it. Then I closed the Simulator, changed the debugger location (I'm using CW 8.3) to the PalmSim.exe in the Tungsten E2 Debug directory, and launched that one. It also launched the

Tungsten Simulators crashing upon startup

2005-10-17 Thread Brian
The T5 Simulator is crashing upon startup for me, with the following error: i:\popm\arm\core\emul68k\srcslowemu\run68k.c, Line:3107, Invalid read from FFFA I'm using the Tungsten_T5_Update_Simulator_Debug_Build_6/PalmSim.exe Is there any kind of known issue with this? I can't get the Tungst

why is IsFiveWayNavEvent() returning false?

2005-10-04 Thread Brian
I'm running it with the Zire72 Simulator, and simulating the 5-way events with Alt-arrows. The Alt-arrows are triggering keyDownEvents, but IsFiveWayNavEvent() is returning false. When I look at the eventPtr data, I see the following: chr = 0 keyCode = 0 modifiers = 12 I'm not sure what to ma

error launching Tungsten C Simulator

2005-10-03 Thread Brian
I'm having different problems with several different Tungsten Simulators; T5,C,E,E2. I figured I'd just start with one. I'm getting the following error upon launch (launch of the Simulator, not of my program): A breakpoint has been reached. (0x8003) occurred in the application at location

re: what headers do I include to get IsFiveWayNavEvent()?

2005-09-30 Thread Brian
I'm trying to include palmOneNavigator.h, but it is not being found. It's looking for 'Common/System/palmOneNavigator.h'. I've unzipped the palmOne_SDK_5_0_palmOneHeadersPublic.zip and added what I thought were the appropriate access paths, but it's still not being found. my include is : #inc

RE: adding access path in CW 8.3

2005-09-30 Thread Brian
OK got it resolved, thanks guys... -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: adding access path in CW 8.3

2005-09-30 Thread Brian
What preprocess command? -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: adding access path in CW 8.3

2005-09-30 Thread Brian
Thanks for the info, Ben. I've gone ahead and delete that project_data folder in an attempt to resolve this continuing problem, but it didn't help. Has anyone run into the other problem I asked about, where I'm getting an 'undefined identifier' on a resource that is clearly in the resource heade

adding access path in CW 8.3

2005-09-30 Thread Brian
I added a new access path to a project, and CW decided to duplicate all my source files in the project, including bringing in older versions. I think I've fixed that, but there another problem : now I'm getting several 'undefined identifier' for elements that ARE in the resource header that is i

what headers do I include to get IsFiveWayNavEvent()?

2005-09-30 Thread Brian
I'm trying to work with 5-way navigation for the first time. I've been trying to digest that long thread ('5-way Navigator handling') for a couple days now and am only now trying to get some code to work. I'm installed the Palm_OS_5_SDK_68K from last fall, been reading the Developer Docs, and l

Re: WinSetForeColor in form event handler kills simulator

2005-09-19 Thread Brian
Bump! Because I am having the exact same problem. Also, it works fine in the 5.2 Simulator in Debug version, but when I run 5.3 or 5.4, I get this 'bad window' error on the FrmSetForeColor() call. Any ideas? -- For information on using the PalmSource Developer Forums, or to unsubscribe, please

output resource size is greater than 64K size limit

2005-09-08 Thread Brian
I'm using Codewarrior 8.3 and getting this message. I usually just create/edit JPGs outside of CW, and then paste them into the Bitmap in the Constructor. In this case, the bitmap that is supposedly exceeding the 64K size limit was originally a JPG of only 8k, so how is this possible? This size

help trying to import a Font using PalmFontConv

2005-09-01 Thread Brian
I'm trying to import a font so I can use it in my Palm program. I've read the PalmFontConv readme, the KnowledgeBase article on 'Creating Tiny Fonts' and a couple threads here, and am still a bit lost. With PalmFontConv, I was able to take my .ttf font file and convert it to a text file and the

why is the my program not responding while returning a new object?

2005-08-03 Thread Brian
My program is hanging, like it's in an infinite loop, while returning from constructing an object. Through the debugger, I've found that it is hanging on the returning call to the constructor. I put a breakpoint on the closing bracket of the constructor, and it goes past that point fine. It hang

re: Why is my app installing to expansion card with .psym extension?

2005-08-02 Thread Brian Preston
I should have included more info. I'm running CodeWarrior 8.3 on a Windows 2000 machine. When I compile the Release target of the app, it produces a myApp.prc file. And that is how the file appears in Windows Explorer. The type of file is listed as 'CodeWarrior Palm OS Debug Symbols' I'm wonderi

Why is my app installing to expansion card with .psym extension?

2005-08-02 Thread Brian Preston
et by CodeWarrior? Or is it an attribute of my machine, or Palm Desktop setting? Thanks, Brian Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs -- For information on using the PalmSource Deve

Finding default hard key creator IDs?

2005-07-12 Thread Brian Smith
le bit friendlier. Thanks in advance. -- --- Brian Smith // avalon73 at caerleon dot us // http://www.caerleon.us/ Software Developer // Gamer // Webmaster // System Administrator Life is full of surprises, but never when yo

Getting default hardware button settings

2005-07-09 Thread Brian Smith
in advance. -- --- Brian Smith // avalon73 at caerleon dot us // http://www.caerleon.us/ Software Developer // Gamer // Webmaster // System Administrator I'm a very dangerous fellow when I don't know what I'm doing. --Dr. Who -- For information on using the Pa

branching a project in CW 8; declaration syntax error

2005-07-05 Thread Brian Preston
I'm trying to branch an existing, working project in CodeWarrior 8.3. By branching, I mean I'm copying all the files to a new project, where I will start modifying the files in the new code stream. I've copied all the files, have renamed my main.cpp file, the .rsrc file, and the FooRsc.h files,

code obfuscator for Palm?

2005-06-29 Thread Brian Preston
Anyone know of a utility or tool that does this? Is it even needed? I don't know if it's possible or common to de-compile a .prc into code. I am considering showing an app to a larger developer/publisher, and am worried about sending them a demo and how to protect my IP. I've developed the app o

Virtual Graffiti & T5 1.1 upgrade

2005-06-23 Thread Brian Smith
tally, I tested the app on the latest T5 sim I could find (running Garnet 5.4.5, dated Feb. 2nd) and there are no problems. -- --- Brian Smith // avalon73 at caerleon dot us // http://www.caerleon.us/ Software Devel

Re: Escaping semicolons in beamed vCards

2005-06-03 Thread Brian Smith
Problem solved... fortunately, the Address Book vCard parser understands quoted-printable encoding :-) -- --- Brian Smith // avalon73 at caerleon dot us // http://www.caerleon.us/ Software Developer // Gamer // Webmaster

Re: Escaping semicolons in beamed vCards

2005-06-03 Thread Brian Smith
characters? The encoding for the ADR field is supposed to be 8-bit, though, so it seems that that shouldn't be an issue, but it is. -- --- Brian Smith // avalon73 at caerleon dot us // http://www.caerleon.us/

Escaping semicolons in beamed vCards

2005-05-30 Thread Brian Smith
vance. -- --- Brian Smith // avalon73 at caerleon dot us // http://www.caerleon.us/ Software Developer // Gamer // Webmaster // System Administrator Politicians and diapers have one thing in common. They should both be changed regularly an

Debugging on device, only connects the first time

2005-05-03 Thread Brian Preston
I'm using CW 8.3, using Win2k, connecting to a m515 via a Serial connection. It works fine the first time. However, after I've terminated that first debugging session in order to make changes, then re-compiled, and then tried to debug again, CW says it cannot connect. I've done a soft-reset o

Re: 'EventPtr' was not declared in this scope

2005-04-23 Thread Brian Preston
No, I had #include at the top. I don't remember where I got that from. I changed it to PalmOS.h and that cleared up the 'EventPtr' error, but now I have 2 new errors, in the same header file, on 2 function declarations: void setLabelText( FormPtr _frm, int _labelid, CharPtr _s ); void SetFie

re: 'EventPtr' was not declared in this scope

2005-04-23 Thread Brian Preston
Thanks for your reply. It helped me see my mistake. The quotes around Ben's recommendation of "Event Type*" confused me and I tried EventType **. So I've changed my function declarations to Boolean MainFormHandleEvent(EventType *eventP) and I'm back to getting the same error, which is now 'Ev

'EventPtr' was not declared in this scope

2005-04-23 Thread Brian Preston
I'm getting this error in PODS, but it works fine in CW 8.3. Because of this, I posted it in the tools forum a couple days ago, in a longer thread with other migration issues. But that thread has apparently reached the end of that its allotment of helpful responses from Ben. So I am appealing to

trying to debug on device, connection attempt refused error

2005-04-19 Thread Brian Preston
I'm also getting the 'port in use' error when trying to simply Hotsync. I was able to Hotsync just fine yesterday. I have an m515 and am trying to connect to a laptop in a docking station, both of which I've heard can have extra problems hotsynching. But since I am usually able to HS fine on this

re: accessing memory card through DmGetDatabase

2005-04-18 Thread Brian Smith
are on a memory card, you'll have to use the functions to enumerate volumes (aka cards) and files in directories, and (of course) filter by file extension. -- --- Brian Smith // avalon73 at caerleon dot us // http://www.c

Re: Receive data without registering?

2005-04-18 Thread Brian Smith
ther instance of your app, you have the creator ID you're sending to and the receiver doesn't need to register for anything. -- --- Brian Smith // avalon73 at caerleon dot us // http://www.caerleon.us/ Software Develope

I thought StrCopy cleared out the Char * dst?

2005-04-18 Thread Brian Preston
I just got an error where, after a StrCopy, the destination char * array looked like: my new string/0the old string/0/0/0 I thought StrCopy cleared out the destination char * array first? If I'm doing it wrong, what's the right way? __ Do You Yahoo

  1   2   3   4   5   6   7   8   9   10   >