Best way to drag and drop ?
Hello Everybody,
I am designing a GUI that works mainly by dragging/dropping "clever"
objects. I am seeking the "best way" to implement it by using Delphi.
Could someone give me any clue on the most efficient way to handle
between 500 - 1000 objects on the interface, allowing the user to chose
one and act on it ?
I don't know :
- How I can make my obects appear on the interface (are they
individually drawn, or everything is it implemented in some "draw" method ?)
- How an object will know when it will be selected and moved (the OnDrag
/drop methods ?)
Thanks in advance for any bit of info,
Thierry
.
Relevant Pages
- Re: Best way to drag and drop ?
... I am designing a GUI that works mainly by dragging/dropping "clever" objects. ... I am seeking the "best way" to implement it by using Delphi. ... Could someone give me any clue on the most efficient way to handle between 500 - 1000 objects on the interface, allowing the user to chose one and act on it? ... (alt.comp.lang.borland-delphi) - Re: Best way to drag and drop ?
... I am designing a GUI that works mainly by dragging/dropping "clever" objects. ... I am seeking the "best way" to implement it by using Delphi. ... Could someone give me any clue on the most efficient way to handle between 500 - 1000 objects on the interface, allowing the user to chose one and act on it? ... (alt.comp.lang.borland-delphi) - Re: Borland/Delphi Dying blog entry from Ken Henderson at MS
... What I can tell you is that I found Clarion hard work to use. ... Delphi was - well, Delphi. ... Clarion's programming interface was certainly far from being ... (borland.public.delphi.non-technical) - Re: Uses clause tool
... Note that Delphi will insist on having units appear in the interface section that aren't actually required for compilation. ... But it is open source so you could do this yourself. ... If a unit has a parser error, the tool will not refactor that unit. ... (borland.public.delphi.thirdpartytools.general) - Re: Fortran DLL-Interface to Delphi
... In Interface Subroutine Declarations ... CALL GetFloatValue(piInstanceId, pcValueName, pfValue, piOptions, ... Now I obtain the right results from the Delphi DLL, ... > || * Fortran INTERFACE block to Delphi function ... (comp.lang.fortran) |
|