> hmmm... is this a bug in prc-tools/gcc ??
> 
> I have a selector trigger that calls SelectDay() in a modal form, and when i
> run my program, i get  "Form.c,Line:1300, Object not in form"
> 
> When i debug it (using gdb) there is no error :(
> 
> I've tried using different optimizing modes -O3 -O2 -O1, but the "bug" is
> still there :(..
> 
> has anyone else seen this ?

  of course we have.. obviously, your object you are refering to is
  NOT in the form you are passing as an argument to FrmGetObjectPtr()
  :)

  check your code, and make sure you have a form reference to the 
  correct form. :) it is a bug.. but it is yours :P not prc-tools :P
  you can post the snippet of code here and we will be able to fix
  it up for you.

  be sure to post the .rcp and .c snippets.. we want to make sure
  your object you are referencing is actually being declared in the
  form structures in the .rcp file :P

  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.palm.com/devzone/mailinglists.html

Reply via email to