Hello,
Although I do most of the view creation with code it's sometimes faster to do a quick mockup for testing with the designer.
What I miss in the designer is the VB6/.NET double clicking on a view that immediatly create something like
if possible a cursor placement to the marked spot above
now it needs 3 clicks (right click, generate, click) or extra typing.
Although I do most of the view creation with code it's sometimes faster to do a quick mockup for testing with the designer.
What I miss in the designer is the VB6/.NET double clicking on a view that immediatly create something like
B4X:
sub viewname_click
' <- cursor here
end sub
if possible a cursor placement to the marked spot above
now it needs 3 clicks (right click, generate, click) or extra typing.