jmpessoa / lazandroidmodulewizard

LAMW: Lazarus Android Module Wizard: Form Designer and Components development model!
246 stars 82 forks source link

please allow users to add GUi elements to form by using Lazarus components tree #487

Closed JanuszChmiel closed 1 year ago

JanuszChmiel commented 1 year ago

Dear LAMW developers, Please try do recode LAMW so it would be possible to add components Lazarus tree support. So if user will choose AN GUI element from lazarus components tree, it will be added to The form. Now, components can be chosen, but those components are not added to The form. User must use drag and drop mouse operations only. It is possible to add components to The form by using Lazarus LCL standard library. So I believe, that it is also possible to do that for Lamw components.

JanuszChmiel commented 1 year ago

Components can be added to The form. So I Am very sorrxy that I have intruded all Lamw users because of that. User can press CTRL+ALT+p to recall The components list dialog window. Then user can press j letter to filter all Lamw related components. Such as jButton, or jEdit. After pressing Enter on The component whicvh have been chosen by user, The component is added automatically to The form. But one strange problem still persists. When user work with The form, which have been created by using lamw, TAB and other focus related keys do not work. Could be possible to force Form editor so it will support TAB, SHIFT+TAB and arrow keys to jump between form GUi elements in Lazarus form editor? This behaviour is standard when using Lazarus for form development outside Lamw project. So I Am very sorrxy again for intruding because of adding components to The form.