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 5718 coincidencias

por jfgimenez
Mié Jun 07, 2023 10:41 am
Foro: Xailer Pro English
Tema: Where's the list of sample projects?
Respuestas: 13
Vistas: 10597

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:

Código: Seleccionar todo

Rectangle_shp = TShape():Create( Self )
Regards.
por jfgimenez
Mié Abr 05, 2023 10:31 am
Foro: Xailer Spanish
Tema: Capacidad de la version personal de xailer
Respuestas: 7
Vistas: 6714

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 ...
por jfgimenez
Mié Mar 29, 2023 6:06 pm
Foro: Xailer Pro English
Tema: WebView2: ZoomFactor
Respuestas: 5
Vistas: 6038

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.
WebView.zip
(16.19 KiB) Descargado 662 veces
por jfgimenez
Mar Mar 28, 2023 1:22 pm
Foro: Xailer Pro English
Tema: WebView2: ZoomFactor
Respuestas: 5
Vistas: 6038

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.
por jfgimenez
Lun Mar 13, 2023 8:44 pm
Foro: Xailer Spanish
Tema: Guardar datos de un documento HTML
Respuestas: 3
Vistas: 3533

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
Test.zip
(2.51 KiB) Descargado 476 veces
por jfgimenez
Lun Mar 13, 2023 8:41 pm
Foro: Xailer Pro English
Tema: REGION, BEGINREGION and ENDREGION for folding on the editor
Respuestas: 1
Vistas: 2845

Re: REGION, BEGINREGION and ENDREGION for folding on the editor

Hi Timm,

it has been replaced by BEGINSECTION / ENDSECTION, which is more accurate
por jfgimenez
Vie Mar 03, 2023 5:49 pm
Foro: Xailer English
Tema: TBtnBmp - Remove Image Background
Respuestas: 4
Vistas: 21480

Re: TBtnBmp - Remove Image Background

Hi,

here you're a working sample
teste.zip
(3.03 KiB) Descargado 635 veces
por jfgimenez
Vie Mar 03, 2023 5:48 pm
Foro: Xailer English
Tema: TBmpBtn no image / designer removes
Respuestas: 5
Vistas: 22549

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.
por jfgimenez
Jue Mar 02, 2023 8:57 pm
Foro: Xailer English
Tema: TBmpBtn no image / designer removes
Respuestas: 5
Vistas: 22549

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
por jfgimenez
Jue Mar 02, 2023 8:54 pm
Foro: Xailer English
Tema: TBtnBmp - Remove Image Background
Respuestas: 4
Vistas: 21480

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
por jfgimenez
Jue Jun 23, 2022 9:43 pm
Foro: Xailer Pro Spanish
Tema: Preguntas sobre WebView
Respuestas: 2
Vistas: 3521

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
por jfgimenez
Mar Jun 21, 2022 9:22 am
Foro: Xailer Spanish
Tema: Nueva versión de Xailer
Respuestas: 12
Vistas: 8874

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 ...
por jfgimenez
Lun Jun 20, 2022 6:51 pm
Foro: Xailer Spanish
Tema: Nueva versión de Xailer
Respuestas: 12
Vistas: 8874

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 ...
por jfgimenez
Lun Jun 20, 2022 6:45 pm
Foro: Xailer Spanish
Tema: Error xailer 8
Respuestas: 2
Vistas: 2825

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 jfgimenez
Sab Jun 18, 2022 2:17 pm
Foro: Xailer Pro English
Tema: Is there a way to get more properties from WIN_OLEAUTO object?
Respuestas: 2
Vistas: 1872

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 check if "cProperty ...
por jfgimenez
Vie Jun 17, 2022 11:22 am
Foro: Xailer Pro English
Tema: Do we need to uninstall Xailer 7, before installing 8
Respuestas: 5
Vistas: 2525

Re: Do we need to uninstall Xailer 7, before installing 8

Hi Dwayne,

Xailer 8 uses the same harbour version as Xailer 7. So you might delete c:\xailer8\hb32 and configure the IDE to search for harbour in c:\xailer\hb32.
por jfgimenez
Lun Jun 13, 2022 5:23 pm
Foro: Xailer Spanish
Tema: Nueva versión de Xailer
Respuestas: 12
Vistas: 8874

Re: Nueva versión de Xailer

Xevi,

comprueba que cClientId y cSecretId son correctos. Revisa también tu app en la consola de google por si estuviera bloqueada.

Por otro lado, ten en cuenta que si la app está pendiente de verificar por google tendrías que dar de alta manualmente las cuentas de gmail que quieres usar desde la ...
por jfgimenez
Dom Jun 12, 2022 11:21 am
Foro: Xailer Pro Spanish
Tema: Redirigir salida de comando a control
Respuestas: 1
Vistas: 1833

Re: Redirigir salida de comando a control

Hola Joaquín,

échale un vistazo a la clase TRunProcess. El evento OnRead te permite recibir todo lo que ese proceso envíe por STDOUT
por jfgimenez
Dom Jun 12, 2022 11:18 am
Foro: Xailer Spanish
Tema: Posible error importante en Xailer 8
Respuestas: 2
Vistas: 2876

Re: Posible error importante en Xailer 8

Ramón,

si lo has instalado en otro directorio, comprueba que tienes bien puestas todas las rutas en la configuración del IDE.
por jfgimenez
Mié Jun 08, 2022 10:45 am
Foro: Xailer Spanish
Tema: Nueva versión de Xailer
Respuestas: 12
Vistas: 8874

Re: Nueva versión de Xailer

Hola,

ese mensaje de error, ¿se produce siempre que abres el IDE, o cuando abres una segunda instancia del IDE?

Parece que tiene que ver con el componente WebView. Por favor, prueba a desinstalarlo y volverlo a instalar.
por jfgimenez
Lun Jun 06, 2022 5:32 pm
Foro: Xailer Pro English
Tema: IDEInspector - how to know if cVarName is in use?
Respuestas: 1
Vistas: 2198

Re: IDEInspector - how to know if cVarName is in use?

it has, but aControls (not oControls) has track of its own contained controls. If you need *all* controls in a form, just use a recursive function to get all them
por jfgimenez
Lun Jun 06, 2022 5:30 pm
Foro: Xailer Pro English
Tema: Problem opening Project in Xailer 8.0
Respuestas: 2
Vistas: 2623

Re: Problem opening Project in Xailer 8.0

Hi,

it's possible that MS webview component become corrupted by the last windows update patch. Please, uninstall it and reinstall again.
por jfgimenez
Mié May 25, 2022 11:27 am
Foro: Xailer Pro English
Tema: suggestion: lRequired (new property)
Respuestas: 2
Vistas: 2096

Re: suggestion: lRequired (new property)

Hi,

you may use this code in your own component's dll, just where you're calling RegisterComponent():

Código: Seleccionar todo

XA_ObjAddProperty( TEdit(), "lRequired", .F. )
This code adds the property "lRequired" to the TEdit class and all of its descendants, and you'll see it in the object inspector
por jfgimenez
Jue Mar 10, 2022 6:00 pm
Foro: Xailer Spanish
Tema: Sample GMail
Respuestas: 9
Vistas: 7026

Re: Sample GMail

Y por cierto, usando el mismo sistema oAuth2 para autenticarse, la próxima versión de Xailer tiene también las clases TGoogleDrive y TDropbox, que permite subir y bajar archivos de las cuentas del usuario.

Esto sirve para p.ej. subir copias de seguridad directamente a la nube, sin que el usuario ...
por jfgimenez
Jue Mar 10, 2022 5:55 pm
Foro: Xailer Spanish
Tema: Sample GMail
Respuestas: 9
Vistas: 7026

Re: Sample GMail

Xevi,

con la nueva versión no tienes que cambiar nada en tu código. La única diferencia la va a notar el usuario, que cuando tiene que acceder a su cuenta ahora le salta el navegador por defecto en vez de una ventana del programa con un WebBrowser