Re: Changing Form position dinamically

2003-10-16 Thread Aaron Ardiri
 Hi, to all
 I have a little form, and want to position it over each line of a list 
 when is tapped, and don't know how do Any idea?

a form? or, a control within a form? you can use FrmSetObjectPosition 
to move an object within the form to a specific location on the form.
why not use a gadget? and, have that gadget draw so it looks like
your little form?

what are you trying to do? tool tips? :)

---
Aaron Ardiri
[EMAIL PROTECTED]
http://www.mobilewizardry.com/members/aaron_ardiri.php [profile]


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


Re: Changing Form position dinamically

2003-10-16 Thread rguevara
Thanks, i solved with FrmGetWindowHandle() and WinSetBounds() and work.
--
Open WebMail Project (http://openwebmail.org)

-- Original Message ---
From: Aaron Ardiri [EMAIL PROTECTED]
To: Palm Developer Forum [EMAIL PROTECTED]
Sent: Thu, 16 Oct 2003 15:26:37 +0200
Subject: Re: Changing Form position dinamically

  Hi, to all
  I have a little form, and want to position it over each line of a list
  when is tapped, and don't know how do Any idea?
 
 a form? or, a control within a form? you can use FrmSetObjectPosition
 to move an object within the form to a specific location on the form.
 why not use a gadget? and, have that gadget draw so it looks like
 your little form?
 
 what are you trying to do? tool tips? :)
 
 ---
 Aaron Ardiri
 [EMAIL PROTECTED]
 http://www.mobilewizardry.com/members/aaron_ardiri.php [profile]
 
 --
 For information on using the Palm Developer Forums, or to unsubscribe, 
 please see http://www.palmos.com/dev/support/forums/
--- End of Original Message ---


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