hi Enrico,
Enrico Maria Giordano wrote:Please, always post a complete sample of the problem.
i understand that a Sample is need to reproduce Problem, but as Newbie i "ask" for a (simple) Sample
---
i found out that 3rd Parameter bSetGet is used when "on change" Event is fired
Sample i saw look like this
- Code: Select all Expand view
local cItem
o:bSetGet := {|u| If( PCount()==0, citem , citem := u ) }
now i have "Value" in cItem but what about ENTER (or Dblclick)
which Codeblock ( from which Super CLASS ) have to be use
---
for RbDown i found this
- Code: Select all Expand view
oCbx:bRClicked = { | nRow, nCol | EditControl( nRow, nCol, oCbx ) }
Enrico Maria Giordano wrote:You don't need to use Select() nor SetPos() with Comboboxes. And commands are the best option in 99% of code. Commands are far more readable and maintainable than functions.
this is while i put 2 x "Explorer" into Window and each "Side" have a own Combobox
when "resize" e.g. "maximize" i need to calculate new Position of Control.