@taazz
but it requires the Tform class be changed to auto forward any key and mouse events to the active pop up form
since the container could contain many other controls/frames or even forms i think this it should be left to the programmer
care must be taken to allow for pop up from inside a pop up window as well
agreed it should be acting as normal as possible
If you search this forums I have posted a windows only solution from mustang peak that if I remember correctly was working as is in lazarus as well.
searched the forums but i was n't able to find a solution to be able
to
- holding the caption active
- add as many controls as i want
- add any type of control or frame or even forms if possible
- resize up down left right with code or let the end user do it
- have a pivot point around another control ex: Tbutton,TEdit ech or a point on the screen so can show as a result of a menu item action
- open / drop up or down acording to the possition on the screen
- do not use timers
- do not use and mess around with setfocus
and some other requirements as well there is no point to mention all of them
the way i will go is THintwindow i had the best results so far with my tests
do you had any experience with it for this subject?