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.
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 5703 coincidencias
- Mar Dic 05, 2023 12:12 pm
- Foro: English
- Tema: bsSIZEABLE and no title bar
- Respuestas: 3
- Vistas: 136
Re: bsSIZEABLE and no title bar
Hi Timm, just change HTCLIENT into HTCAPTION at the beginning of WMNCHitTest(). That way, it's possible to drag the form by clicking anywhere on it. Also, take a look at TCalculator source code. There you can see how to limit the movement inside the screen edges (methods WMNCLButtonDown and WMMoving...
- Sab Dic 02, 2023 6:45 pm
- Foro: English
- Tema: bsSIZEABLE and no title bar
- Respuestas: 3
- Vistas: 136
Re: bsSIZEABLE and no title bar
Hi Timm,
test this project
test this project

- Jue Nov 23, 2023 7:54 pm
- Foro: English
- Tema: Does it matter whether \xailer\bin is in the path or not?
- Respuestas: 2
- Vistas: 167
Re: Does it matter whether \xailer\bin is in the path or not?
Hi,
AFAIR, Xailer doesn't use and doesn't need at all the PATH environment variable.
AFAIR, Xailer doesn't use and doesn't need at all the PATH environment variable.
- Lun Nov 20, 2023 5:48 pm
- Foro: Spanish
- Tema: Cargar un JPG en Timage
- Respuestas: 12
- Vistas: 233
Re: Cargar un JPG en Timage
Daniel,
prueba a poner la ruta completa del archivo, incluida la letra de unidad. Si utilizas rutas relativas tendrás que asegurarte muy bien de cual es el directorio activo.
prueba a poner la ruta completa del archivo, incluida la letra de unidad. Si utilizas rutas relativas tendrás que asegurarte muy bien de cual es el directorio activo.
- Lun Sep 11, 2023 8:05 pm
- Foro: Spanish
- Tema: TOleauto - Componente instalado ?
- Respuestas: 3
- Vistas: 266
Re: TOleauto - Componente instalado ?
Claudio,
el comando CATCH puede recibir un objeto error:
el comando CATCH puede recibir un objeto error:
Código: Seleccionar todo
LOCAL oError
...
TRY
...
CATCH oError
MsgError( oError:Description )
END
- Vie Ago 25, 2023 12:46 pm
- Foro: Spanish
- Tema: Error en Browse
- Respuestas: 11
- Vistas: 575
Re: Error en Browse
Hola a todos, con respecto a esto: Prueba a desmarcar Soporte de pantallas de alta resolución (HRD) en Herramientas-opciones generales-interfaz. me gustaría aclarar una cosa. La opción de soporte HRD se añadió para que el IDE sea "DPI aware". Es decir, con esto marcado, el IDE "recono...
- Mar Ago 08, 2023 11:38 am
- Foro: Spanish
- Tema: KeyDown y F10
- Respuestas: 5
- Vistas: 352
Re: KeyDown y F10
Carlos, la tecla F10 la tiene "reservada" windows para abrir el menú de la ventana, y por eso no se recibe por WM_KEYDOWN. Si necesitas capturar su pulsación tendrás que interceptar el mensaje WM_SYSCOMMAND. Algo así: METHOD WMSysCommand( wParam, lParam ) CLASS TForm1 IF wParam == SC_KEYME...
- Dom Jul 16, 2023 12:40 pm
- Foro: Spanish
- Tema: TCursor como usarlo
- Respuestas: 4
- Vistas: 336
Re: TCursor como usarlo
Por cierto, tienes más información sobre cómo sobrecargar las clases de Xailer aquí:
https://info.xailer.com/es/?p=21
https://info.xailer.com/es/?p=21
- Dom Jul 16, 2023 12:38 pm
- Foro: Spanish
- Tema: TCursor como usarlo
- Respuestas: 4
- Vistas: 336
Re: TCursor como usarlo
Carlos, lo que estás haciendo está correcto. El problema es que windows envía continuamente mensajes WM_SETCURSOR a todos los controles para que seleccionen qué cursor hay que mostrar. Es decir, que aunque cambies el cursor con SetCursor(), en cuanto se recibe un mensaje WM_SETCURSOR se vuelve a cam...
- Mar Jul 11, 2023 11:19 am
- Foro: Spanish
- Tema: Capacidad de la version personal de xailer
- Respuestas: 7
- Vistas: 671
Re: Capacidad de la version personal de xailer
Hola Carlos,
hubo un bug en la versión 8.2.1 que provocaba este error en las ediciones personal y profesional. Por favor, actualiza a la versión 8.2.2 donde ya está corregido
hubo un bug en la versión 8.2.1 que provocaba este error en las ediciones personal y profesional. Por favor, actualiza a la versión 8.2.2 donde ya está corregido
- Mié Jun 07, 2023 10:41 am
- Foro: English
- Tema: Where's the list of sample projects?
- Respuestas: 13
- Vistas: 587
Re: Where's the list of sample projects?
Hi,
TShape is a control, so you have to "create" it on the form or another container. Try changing the first line as:
Regards.
TShape is a control, so you have to "create" it on the form or another container. Try changing the first line as:
Código: Seleccionar todo
Rectangle_shp = TShape():Create( Self )
- Mié Abr 05, 2023 10:31 am
- Foro: Spanish
- Tema: Capacidad de la version personal de xailer
- Respuestas: 7
- Vistas: 671
Re: Capacidad de la version personal de xailer
Hola Carlos, estos son los que NO soporta la versión personal (en cada pestaña del IDE): Adicional: TImageEditor Systema: TThread, TAnimation, TAniNumProperty, TAniControlSize DataSets: todos DataControls: todos Comunicaciones: TWebView, TCefBrowser, TGmailSend, TAsyncDownload, TAsyncFileDownload, T...
- Mié Mar 29, 2023 6:06 pm
- Foro: English
- Tema: WebView2: ZoomFactor
- Respuestas: 5
- Vistas: 496
Re: WebView2: ZoomFactor
Hi Timm,
add these two modules to your project in order to test it.
There is a new property called nZoomFactor. It allows real/double values, where 1.0 means 100% zoom factor. You may assign it before creating the control or at any other time.
add these two modules to your project in order to test it.
There is a new property called nZoomFactor. It allows real/double values, where 1.0 means 100% zoom factor. You may assign it before creating the control or at any other time.
- Mar Mar 28, 2023 1:22 pm
- Foro: English
- Tema: WebView2: ZoomFactor
- Respuestas: 5
- Vistas: 496
Re: WebView2: ZoomFactor
Hi Timm,
sorry for the delay.
I've added a new property nZoomFactor.
I'll be available in the next release. If you already need it, just ask me.
sorry for the delay.
I've added a new property nZoomFactor.
I'll be available in the next release. If you already need it, just ask me.
- Lun Mar 13, 2023 8:44 pm
- Foro: Spanish
- Tema: Guardar datos de un documento HTML
- Respuestas: 3
- Vistas: 475
Re: Guardar datos de un documento HTML
Hola,
no necesitas usar OLE para descargar una página web. En su lugar puedes usar la clase TAsyncDownload, que además se ejecuta en un segundo hilo y no interrumpe tu programa. Adjunto un ejemplo
no necesitas usar OLE para descargar una página web. En su lugar puedes usar la clase TAsyncDownload, que además se ejecuta en un segundo hilo y no interrumpe tu programa. Adjunto un ejemplo
- Lun Mar 13, 2023 8:41 pm
- Foro: English
- Tema: REGION, BEGINREGION and ENDREGION for folding on the editor
- Respuestas: 1
- Vistas: 369
Re: REGION, BEGINREGION and ENDREGION for folding on the editor
Hi Timm,
it has been replaced by BEGINSECTION / ENDSECTION, which is more accurate
it has been replaced by BEGINSECTION / ENDSECTION, which is more accurate
- Vie Mar 03, 2023 5:49 pm
- Foro: English
- Tema: TBtnBmp - Remove Image Background
- Respuestas: 4
- Vistas: 686
Re: TBtnBmp - Remove Image Background
Hi,
here you're a working sample
here you're a working sample
- Vie Mar 03, 2023 5:48 pm
- Foro: English
- Tema: TBmpBtn no image / designer removes
- Respuestas: 5
- Vistas: 630
Re: TBmpBtn no image / designer removes
Hi,
it's fixed now. Thanks for your report. It will be available in the next Xailer release.
Meanwhile, you may open the project by double clicking on the .xpj file, instead of opening the IDE before. This way it works.
it's fixed now. Thanks for your report. It will be available in the next Xailer release.
Meanwhile, you may open the project by double clicking on the .xpj file, instead of opening the IDE before. This way it works.
- Jue Mar 02, 2023 8:57 pm
- Foro: English
- Tema: TBmpBtn no image / designer removes
- Respuestas: 5
- Vistas: 630
Re: TBmpBtn no image / designer removes
Hi,
I've just tested it here, and it works fine. I've assigned the oBitmaps property by using the file directly, not from resources, and every time I reopen the project it keeps showing the image
I've just tested it here, and it works fine. I've assigned the oBitmaps property by using the file directly, not from resources, and every time I reopen the project it keeps showing the image
- Jue Mar 02, 2023 8:54 pm
- Foro: English
- Tema: TBtnBmp - Remove Image Background
- Respuestas: 4
- Vistas: 686
Re: TBtnBmp - Remove Image Background
Hi,
add that bitmap as a resource in the project. If you need to load it directly from disc, then you may save it as a png
add that bitmap as a resource in the project. If you need to load it directly from disc, then you may save it as a png
- Jue Jun 23, 2022 9:43 pm
- Foro: Spanish
- Tema: Preguntas sobre WebView
- Respuestas: 2
- Vistas: 1085
Re: Preguntas sobre WebView
Bingen,
1.- Tengo que verlo, pero presumo que no va a ser fácil
2.- Corregido! Cuando cambiamos de TWebViewBeta a TWebView se quedó este evento sin asignar
1.- Tengo que verlo, pero presumo que no va a ser fácil

2.- Corregido! Cuando cambiamos de TWebViewBeta a TWebView se quedó este evento sin asignar
- Mar Jun 21, 2022 9:22 am
- Foro: Spanish
- Tema: Nueva versión de Xailer
- Respuestas: 12
- Vistas: 1691
Re: Nueva versión de Xailer
Xevi, todo parece indicar que hay un problema con el registro de tu app en Google. O que el cClientID está corrupto. En stackoverflow hay varias preguntas sobre este tema, y aunque son antiguas creo que te pueden aclarar algo: https://stackoverflow.com/questions/37384929/how-to-resolve-invalid-clien...
- Lun Jun 20, 2022 6:51 pm
- Foro: Spanish
- Tema: Nueva versión de Xailer
- Respuestas: 12
- Vistas: 1691
Re: Nueva versión de Xailer
Xevi, ¿qué navegador se abre cuando necesitas identificarte en Google? Lo comento porque Google ha bloqueado todos los navegadores, incluidos los navegadores embebidos (CEF, WebView, etc.), y ha dejado solamente aquellos navegadores que ellos consideran seguros (Chrome, Edge, Firefox, Safari y no sé...
- Lun Jun 20, 2022 6:45 pm
- Foro: Spanish
- Tema: Error xailer 8
- Respuestas: 2
- Vistas: 739
Re: Error xailer 8
Javier,
por favor, actualiza a Xailer 8.0.1. Ha habido una actualización de windows que ha provocado este fallo en el componente WebView, pero en Xailer 8.0.1 está solucionado.
por favor, actualiza a Xailer 8.0.1. Ha habido una actualización de windows que ha provocado este fallo en el componente WebView, pero en Xailer 8.0.1 está solucionado.
- Sab Jun 18, 2022 2:17 pm
- Foro: English
- Tema: Is there a way to get more properties from WIN_OLEAUTO object?
- Respuestas: 2
- Vistas: 720
Re: Is there a way to get more properties from WIN_OLEAUTO object?
Hi Dwayne, I'm affraid it's not possible, sorry. Well, in fact it could be possible, but TOleAuto was not designed to work that way, so in practice it's not possible. TOleAuto uses "dynamic binding" to call OLE servers. That is, when you write "oObj:cProperty", TOleAuto just chec...