DblClick in "other" Form

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2062
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

DblClick in "other" Form

Post by AUGE_OHR »

hi,

now i got next Problem which DblClick in a new Windows ... "something" is also go to "Main" :o
i "think" it is

Code: Select all

ON MOUSEMOVE DragMove(ThisWindow.Name ) ;
but i don´t understand how it can react :idea:

---

i open a Form with Listbox and DblClick on Item. now i got 2 x Action :shock:
Form was a FMG which i re-write for PRG

Code: Select all

   DEFINE WINDOW ListSysFolder ;
              ...
     DEFINE LISTBOX List_SysFolder
         PARENT ListSysFolder
         ONDBLCLICK DoMySysAction( aFolder )
must i use

Code: Select all

 MAIN | CHILD | MODAL | SPLITCHILD | PANEL
to get DblClick "in" a Form :idea:

i have found a workaround but i "think" i´m still doing something wrong, please help
have fun
Jimmy
Post Reply