Hello All ,
I'm figthing with GUI stuff actually. all my components (Entry, label....) are set into one DirectFrame. However i'm lost when trying to position this components on the frame. What i would like to do is an handy function:
user tells coordinate of the components inside Directframe on a 0-1 scale (0,0,0 to 1,1,1 or 0,0 to 1,1) (like a screen coordinate)
and the function convert this coordinates in real coordinates in DirectFrame coordinates system.
Before working on it , i would like to know if it exists somewhere in panda?
(i'm asking before i often discovered good idea are already implemented in panda ...)
