In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

IDE - Minor Annoyance

Xailer English public forum
Responder
aross
Mensajes: 24
Registrado: Vie Jul 28, 2006 1:38 am

IDE - Minor Annoyance

Mensaje por aross »

In an OptionList inside an Explorer Bar, each time you click on a button
item to paste an OnClick event causes the form to disappear when you click
on the next button item.
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5706
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

IDE - Minor Annoyance

Mensaje por jfgimenez »

Andrew,
> In an OptionList inside an Explorer Bar, each time you click on a button
> item to paste an OnClick event causes the form to disappear when you click
> on the next button item.
I suppose that you are saying that the form is covered by the code editor
when you assign the event, aren't you?
If so, it's correct, as the desired behaviour is to show and give the focus
to the code editor to write the event code.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
aross
Mensajes: 24
Registrado: Vie Jul 28, 2006 1:38 am

IDE - Minor Annoyance

Mensaje por aross »

That makes sense, but when you are assigning a commen event handler for all
items in the option list, it becomes difficult. I'll live with it.
Thanks
"Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
news:[email=44cdd4c1@news.xailer.com...]44cdd4c1@news.xailer.com...[/email]
> Andrew,
>
>> In an OptionList inside an Explorer Bar, each time you click on a button
>> item to paste an OnClick event causes the form to disappear when you
>> click on the next button item.
>
> I suppose that you are saying that the form is covered by the code editor
> when you assign the event, aren't you?
>
> If so, it's correct, as the desired behaviour is to show and give the
> focus to the code editor to write the event code.
>
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
>
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5706
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

IDE - Minor Annoyance

Mensaje por jfgimenez »

Andrew,
> That makes sense, but when you are assigning a commen event handler for
> all items in the option list, it becomes difficult. I'll live with it.
FYI, the fast way to switch between code and forms editor is pressing F12.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Responder