Might have to divide the FAQ into API questions, Hardware questions,
and perhaps Networking questions...maybe even POSE or Debugger questions.
If it were posted somewhere on the web, then a link could be sent out
whenever a question asked strikes you as being possibly on the FAQ.
There should probably be some kind of index, so it's easier to add to
it and look things up...

-Rus

>-----Original Message-----
>From: Aaron Ardiri [mailto:[EMAIL PROTECTED]]
>Sent: Friday, August 11, 2000 10:57 AM
>To: Palm Developer Forum
>Subject: FAQ
>
>
>> Perhaps you could drill down and flesh out these issues as 
>Questions and Answers
>> for me to include in the FAQ.  I am willing to contribute my 
>time as editor / coordinator,
>> but I don't have time to hunt down and document every bug.  
>Anything you can
>> contribute will be appreciated.
>
>  actually.. there is SOOOOO many issues aruond.. but here is the first
>
>  :))
>
>  PUSHBUTTON controls:
>  --------------------
>
>  - CtlDrawControl(ControlType *) 
>  
>  pre 3.5 does not draw the pushbutton correctly. a call to 
>FrmDrawForm()  
>  is required to update the pushbutton.
>
>  ie:
>
>---
>CtlSetValue(ctlPointer, 1); CtlDrawControl(ctlPointer);
>
>// pre 3.5 - we must 'redraw' form to actually display PUSHBUTTONS
>if (!DeviceSupportsVersion(romVersion3_5)) {
>  FrmDrawForm(FrmGetActiveForm());
>}
>---
>
>  jesus.. i know whats gonna happen :)) heck, i might as well 
>co-volunteer
>  for this job :P you can get the code for DeviceSupportsVersion() from
>  Burning :)
>
>  who would vote for a palm-dev-forum section of www.ardiri.com? i give
>  enuff stuff away - why not more :)
>
>  cheers.
>
>az.
>--
>Aaron Ardiri 
>Java Certified Programmer      http://www.hig.se/~ardiri/
>University-College i G�vle     mailto:[EMAIL PROTECTED]
>SE 801 76 G�vle SWEDEN       
>Tel: +46 26 64 87 38           Fax: +46 26 64 87 88
>Mob: +46 70 656 1143           A/H: +46 8 668 78 72
>
>if you enjoy it, then it aint work :) - rule #106 of life
>
>
>-- 
>For information on using the Palm Developer Forums, or to 
>unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
>

--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to