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.

Se encontraron 4 coincidencias

por Erol Karazincir
Vie Abr 03, 2009 7:02 pm
Foro: Xailer English
Tema: Window Menu on MDI Frame
Respuestas: 2
Vistas: 1305

Window Menu on MDI Frame

Thanks, that does work.
Erol
"Ignacio Ortiz de Zúñiga" < NoNameToAvoidSpam@xailer.com > wrote in message
news:49acf821$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Erol,
>
> Try this:
>
> METHOD FormInitialize( oSender ) CLASS TMdiFrame
>
> ::oMdiMenu := ::oMenu:aItems[ 2 ...
por Erol Karazincir
Vie Abr 03, 2009 7:01 pm
Foro: Xailer English
Tema: Multi-Threading
Respuestas: 3
Vistas: 1711

Multi-Threading

Actually, one additional thread would more than do the trick for me. There
are times when the user requests a length report or some other process to be
run. This process can run in a separate thread while the user continues to
work on other things. The progress could be shown in a window or a ...
por Erol Karazincir
Lun Mar 02, 2009 10:22 pm
Foro: Xailer English
Tema: Multi-Threading
Respuestas: 3
Vistas: 1711

Multi-Threading

Does Xailer support multi-threading or at least a single, specialized
background process thread? If not, can a custom component be created to
accomplish this?
Thanks,
Erol Karazincir
por Erol Karazincir
Lun Mar 02, 2009 9:14 pm
Foro: Xailer English
Tema: Window Menu on MDI Frame
Respuestas: 2
Vistas: 1305

Window Menu on MDI Frame

Hi,
I have a project with an MDI frame and multiple MDI children. I am trying
to get the children to register on the frame's "Windows" Sub-Menu. The MDI
example uses the MENU/MENUITEM statements but I utilized the TMenu Class
from the 2.0 version IDE (worked in 1.9.8 as well, though).
I also ...