View Single Post
Old 10-07-09, 07:22 PM   #97
makman94
Hellas
 
Join Date: Jul 2008
Posts: 2,325
Downloads: 182
Uploads: 7


Default

Quote:
Originally Posted by karamazovnew View Post
You can't have a draggable button. To drag it you must click it .
Let me see. You have a draggable item that also needs to control other items... So the draggable item must be the parent of all the other items. But you must still be able to click the other items, which becomes impossible since they're all "beneath" the parent. SO.
1.Make a big menu group as big as the screen
2.Make a Static Bmp Array item (or a Button). It must be draggable, so it needs to be BmpState=1, Needsfocus=true, Drag=true. This item will be your "handle" so put in a suggestive image.
3.Make another group and parent it to the "handle". But they must not intersect (ok they can intersect, but the part that intersects will move the tdc, you can't click "through" it).
4.Insert all the other items, including your autotdc button in the group you made at step 3.

In this way, you can only move the tdc if you click on the handle (so it becomes impossible to move the handle offscreen on the handle side, similar to how the notepad hides in SH4). I suggest you place the handle below the TDC so you can move it anywhere left to right and hide it on the top of the screen. To set the initial position of the TDC on the screen, you need to move the group at step 1 (easier to move than the handle). To move the TDC in relation to the handle, you only need to move the group at step 3. That should make it easy to place for you.

oh....yes!!
looks brilliant Karamazovnew !!!

i will try it ASAP !!

THANK YOU VERY MUCH !!!!
__________________
Knowledge is the only thing that nobody can ever take from you...



Mediafire page:http://www.mediafire.com/folder/da50.../Makman94_Mods
makman94 is offline   Reply With Quote