GUI / about moving
3 posts
• Page 1 of 1
GUI / about moving
Dear All,
is there a difference between Dragable and Moveable ?
why Form is Moveable ? Why Group is Dragable ?
have a good day
Yves
is there a difference between Dragable and Moveable ?
why Form is Moveable ? Why Group is Dragable ?
have a good day
Yves
- Yves
- Posts: 39
- Joined: Mon Nov 30, 2015 11:33 am
Re: GUI / about moving
To my mind (I may be wrong), the main difference between the terms within Dyalog APL (as against common English usage) is what is causing/controlling the repositioning.
Draggable: The "user" (while holding down one of the mouse buttons) DRAGS an object by using a mouse to position the GUI object
Moveable: Whie a GUI object can be MOVED under program control. For example, an animation of ball bouncing around within a box.
Draggable: The "user" (while holding down one of the mouse buttons) DRAGS an object by using a mouse to position the GUI object
Moveable: Whie a GUI object can be MOVED under program control. For example, an animation of ball bouncing around within a box.
Ray Cannon
Please excuse any smelling pisstakes.
Please excuse any smelling pisstakes.
-
ray - Posts: 238
- Joined: Wed Feb 24, 2010 12:24 am
- Location: Blackwater, Camberley. UK
Re: GUI / about moving
I think the answer is that "moveable" is applied to forms (and subforms) because they are top-level objects, while "dragable" applies to everything else.
Moving a form around on the screen is arguablly somewhat different than dragging a button around on a form.
'Move" is also the term that windows uses on the system menu of a form, and the ability to move a form is mixed up with the existence this menu.
Moving a form around on the screen is arguablly somewhat different than dragging a button around on a form.
'Move" is also the term that windows uses on the system menu of a form, and the ability to move a form is mixed up with the existence this menu.
- paulmansour
- Posts: 430
- Joined: Fri Oct 03, 2008 4:14 pm
3 posts
• Page 1 of 1
Return to Windows: GUI, COM/OLE/ActiveX
Who is online
Users browsing this forum: No registered users and 1 guest
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group