White screen on app launch

2008-11-26 Thread ini
Hi, I am working on a web app. and whenever user launches the app. there is a white screen until all initialization ends, is there any way to prevent this screen? Thanks, INI -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see

Re: Memory Manager Error

2008-11-26 Thread reeder.29
Do you know the function allocated the char* on the heap, and that it expects your code to free it? Doug Reeder sent from my Palm OS Treo 650 -Original Message- From: Rnieves [EMAIL PROTECTED] Subj: Memory Manager Error Date: Tue Nov 25, 2008 4:20 pm Size: 366 bytes To: Palm

Re: Memory Manager Error

2008-11-26 Thread Rnieves
I traced it back and found where it was being allocated. That segment of code where it was allocated did no point it to NULL in case it didnt need to be allocated. Long story short it was trying to free a pointer that had something but its location was unknown so not even a precheck like if(

Re: Debugging a bus error

2008-11-26 Thread Dmitry Grinberg
only if the prevopis overwrite overwrote a pointer you're using at bus error site. Bus error means either accessing memory the does not exist (physical address) or unaligned access (access word or halfword on non-even address). Since you said bus error and not fatan exception I conclude this is

Re: White screen on app launch

2008-11-26 Thread Dmitry Grinberg
yesdraw something on it... Best Regards, Dmitry Grinberg (847) 226 9295 On Wed, Nov 26, 2008 at 4:15 AM, ini [EMAIL PROTECTED] wrote: Hi, I am working on a web app. and whenever user launches the app. there is a white screen until all initialization ends, is there any way to

Seeking info on implementing a vectorial sketching tool

2008-11-26 Thread Luc Le Blanc
I'm working on implementing a freehand sketching tool in my cave survey freeware (http://www.speleo.qc.ca/Auriga). I must implement a small subset of what CAD programs like HandlixDraw (http://www.handlix.com/) can do: recover pen input, compress the series of screen points to skip the less

Re: Seeking info on implementing a vectorial sketching tool

2008-11-26 Thread Dmitry Grinberg
sounds like a topic that would benefit form some academic papers. have you tried a search for papers on the topic on google scholar? Best Regards, Dmitry Grinberg (847) 226 9295 On Wed, Nov 26, 2008 at 12:56 PM, Luc Le Blanc [EMAIL PROTECTED] wrote: I'm working on implementing a freehand

Re: Seeking info on implementing a vectorial sketching tool

2008-11-26 Thread Luc Le Blanc
Dmitry Grinberg wrote: sounds like a topic that would benefit form some academic papers. have you tried a search for papers on the topic on google scholar? Nope. I didn't even know it existed. Alas, the documents I find are very theoretical and imply a great deal of interpretation and

Re: White screen on app launch

2008-11-26 Thread Ryan Rix
make your app initialize faster... Thanks and best regards, Ryan Rix TamsPalm - The PalmOS Blog (623)-239-1103 -- Grand Central, baby! Jasmine Bowden - Class of 2009, Marc Rasmussen - Class of 2008, Erica Sheffey - Class of 2009, Rest in peace. On Wed, Nov 26, 2008 at 5:15 AM, ini [EMAIL

Re: Seeking info on implementing a vectorial sketching tool

2008-11-26 Thread Ryan Rix
inkscape is open source SVG editor... Thanks and best regards, Ryan Rix TamsPalm - The PalmOS Blog (623)-239-1103 -- Grand Central, baby! Jasmine Bowden - Class of 2009, Marc Rasmussen - Class of 2008, Erica Sheffey - Class of 2009, Rest in peace. On Wed, Nov 26, 2008 at 7:25 PM, Luc Le Blanc

Re: White screen on app launch

2008-11-26 Thread reeder.29
Specifically, move stuff from your init code to the function called when your first form recieves an Open event. Doug Reeder sent from my Palm OS Treo 650 -Original Message- From: Ryan Rix [EMAIL PROTECTED] Subj: Re: White screen on app launch Date: Wed Nov 26, 2008 9:56 pm Size: