I have corrected "mousedblclick" in the doc.
The doc is where these are detailed. If the doc is missing some things or incomplete in your view please submit a ticket.
Can you explain to me what...
Type: Posts; User: barrymavin
I have corrected "mousedblclick" in the doc.
The doc is where these are detailed. If the doc is missing some things or incomplete in your view please submit a ticket.
Can you explain to me what...
What events are you referring to. Column headers? Columns? If something is not supported that you feel is important in your use case then please submit an enhancement request.
Yes a typo in the...
Did you read the code I wrote and test it as I suggested?
If you have issues, rather than post your observations here submit a ticket for each issue on a separate ticket and they will be...
of course events work. The whole of the app builder uses this framework. Look at the example apps provided that, have custom sections. Look at, the dialog button delegates. These will help you. This...
Firstly you don’t need to use READ EVENTS. yourform.show(1) is used for a modal dialog.
Is there any reason you are using bindevents() rather than just declare the event handlers as part of your...
I need to see a cut down version of your code.
You can't use addobject(ovar) and expect the member name to remain the same. add object(ovar) is for adding anonymous objects.
You need to use
my_form3.addobject("kerwin", "mykeres")
What confused me is you use the term dialog panel when it's just a form you are trying to create.
A dialog panel slides in using Lianja.showDialogPanel()
Show me how you are calling the dialogpanel.
”this” always points to the object in any event.
READ EVENTS is now supported. I’ve corrected the doc.
You can add a visual component as Hank suggests or build a custom component using the UI framework classes. You don’t need a form when...
you can use these commands.
read events
...
clear events
lianja.showdialogpanel() can use “functionName()” that returns a “container”.