Table data display advice sought...

2005-10-10 Thread Bryce Burrows
Hello I am working on an application which uses a table, the table has two columns...the left column contains 1 checkbox per row and the right contains text..like the todo list etc does. (there is also a vertical scrollbar to the right hand side of the table) When there is a small amount of text

scrollbar arrows disappearing?

2005-08-31 Thread Bryce Burrows
Hi everyone i have a table which shows controls and text and stuff :) For scrolling purposes i have a scrollbar which the user uses to scroll up and down. I originally had arrows but the client wanted scrollbars. After the user has scrolled down and the screen has been redrawn the wee arrows a

Re: Fatal Error on install?

2005-08-25 Thread Bryce Burrows
actually i have it all sorted turned out there was a problem with the project which stuffed things up But the key was your very useful information about code being run for notifications - worked around the project problem but redoing the project and sorted the code execution. thank you very muc

Re: Fatal Error on install?

2005-08-24 Thread Bryce Burrows
thanks for that, i have defined them but not actually initialised them. I have discovered i can prevent the "Fatal error" upon hotsynch install by the following... UInt32 PilotMain(UInt16 cmd, MemPtr cmdPBP, UInt16 launchFlags) { Err error = errNone; switch (cmd) {

Re: Fatal Error on install?

2005-08-24 Thread Bryce Burrows
interesting, while i do indeed have globals, i dont have that event handled in my app. How does one allow to app to be synch'd onto the device without starting up immediately after the hotsynch? regards and thanks Bryce -- For information on using the PalmSource Developer Forums, or to unsubsc

Fatal Error on install?

2005-08-24 Thread Bryce Burrows
Hi everyone I have a small problem and i was wondering if someone had a solution I have coded up an application in PODS, tested and debuggered it -it all works nicely in the debugger in both release and debug builds on the emulator However, when i try and install it onto my palm IIIx device I g

cytheric xml?

2005-08-22 Thread Bryce Burrows
Hi everyone im using cytheric xml parser...was wondering who else had had problems with it ina release build? cheers Bryce -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: field not visible error in table?

2005-07-17 Thread Bryce Burrows
ahh, i tracked down the problem inthe end. (for those who follow on) the error as caused by my row not being high enough to accomodate the text, making the height larger in the resource editor fixed the problem cheers everyone :) bryce -- For information on using the PalmSource Developer Forums,

field not visible error in table?

2005-07-15 Thread Bryce Burrows
HI im trying to get a callback function working for my table so it will load data into a column. I have set up my table - two columns - one wih a checkbox and another of textTableItem My callback function gets called correctly(but only once) after it has left i get the following error "Groovy

Re: -1 madness?

2005-07-13 Thread Bryce Burrows
Has the value of nCount actually increased? yes it gets increased :( Bryce -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: -1 madness?

2005-07-13 Thread Bryce Burrows
ahh something seriously screwy is going on with PODS ive got a conditional if (false == bFailed) { nCount ++; } bFailed is true , yet it heads on to the nCount++ line heres a small shot of it from the pods debugger http://www.sohocode.com/falsetrue.jpg darn cheers Bryce -- For information

Re: PODS code sectioning question

2005-07-13 Thread Bryce Burrows
thank you sir, you were indeed quite correct...i generated the map file and found that the STL strings i was using were the culripts - i have since sorted that out by including my own string class best regards Bryce -- For information on using the PalmSource Developer Forums, or to unsubscribe

-1 madness?

2005-07-13 Thread Bryce Burrows
hello Using PODS , i have a function i return the int value -1 from int MyGroovyFunction() { int nMyReturnValue =0; // do some funky work and for a very good reason set the following nMyReturnValue = -1; return nMyReturnValue; } ok nothing terribly exciting there (well not in my experien

Re: PODS code sectioning question

2005-07-07 Thread Bryce Burrows
Thanks, i appreciat ethe feedback and i shall produce the map file... Once I have the map file - what should i be looking for? regards Bryce -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

PODS code sectioning question

2005-07-06 Thread Bryce Burrows
Hi everyone i have a problem with the section of my code. I have been working on an application in PODS which is going well. I have a number of sections (6) all which contain code and it builds just fine. However when I added a function to one of my code sections (a simple string replace functio

xml parser for PODS?

2005-06-16 Thread Bryce Burrows
Hi everyone has anyone got any useful suggestions for an XML parser for PODS which i can use in my C++ code and doesnt involve spending a day porting and generally messing about? best regards Bryce -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http