[futurebasic] Coordinates

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : January 2010 : Group Archive : Group : All Groups

From: Brian Heibert <heibert@...>
Date: Sun, 17 Jan 2010 13:34:36 -0500
I tried asking my Dad (who is really good with numbers)
on setting the coordinates of a popup menu

SetRect( @r, 30, 28, 240, 38 )
Appearance Button _colorPop,¬
                 ,, 101, -1,¬
                 "Select a pen color:", @r,¬
                 _kControlPopupButtonProc

We messed around with the coordinates, however the color popup would  
not move

I am trying to get it 
so the popup is below Select a pen color

But I just realized that would mean creating a static text control  
before the popup menu

Can someone help me with the coordinates and give me a example on how  
to create a static text control
(Without TWM... as I don't have TWM on this computer, I probably have  
it on my other computer)

Brian

Attachments: