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

por Hurricane
Mar Mar 12, 2024 6:24 am
Foro: Spanish
Tema: ayuda para corregir error en la función WaitOnMeter
Respuestas: 4
Vistas: 152

Re: ayuda para corregir error en la función WaitOnMeter

Olá, apenas troque a linha: Appdata:AddData("oWaitOnMeter", Nil) //Aquí es donde marcando el error por: WITH OBJECT Appdata if :IsData( 'oWaitOnMeter' ) :oWaitOnMeter:=NIL // ou :SetData( 'oWaitOnMeter', NIL ) else :AddData("oWaitOnMeter", NIL) endif ENDWITH favor de ayudarme a t...
por Hurricane
Jue Nov 09, 2023 8:47 pm
Foro: English
Tema: TDbBrowseMod x does not update dbMaskedit
Respuestas: 0
Vistas: 632

TDbBrowseMod x does not update dbMaskedit

Hi, When browsing records in the browse, the first DbMaskedit* (field CODIGO) will always show the same value. If I replace it with TDbBrowse it works correctly. *When in focus and typing something, there will be a change of register. This will only happen once, until you restart the application. no...
por Hurricane
Vie Sep 15, 2023 7:11 pm
Foro: English
Tema: SummerNote problem: adds "?"
Respuestas: 0
Vistas: 987

SummerNote problem: adds "?"

Hi, In the video I published, I noticed a problem in the control (I removed it when editing the video), if I typed teste in the SummerNote control, the :cHTML property generated: <span style="font-family: Arial; font-size: 14px;">?teste</span> So when I save/restore the file, it will displ...
por Hurricane
Vie Sep 08, 2023 9:50 pm
Foro: English
Tema: Message not found: TApplication:OFORM
Respuestas: 0
Vistas: 609

Message not found: TApplication:OFORM

Hi, Samples\DataControls\DBFData2\DbfTest Versão do Xailer: Xailer 8.2.3 Compilador: Harbour 3.2.0dev (r1912031042) Compilador C/C++ : MinGW GNU C 7.3 (32-bit) Plataforma Windows: Windows 10 10.0 -------------------- Informação de manejo de erro interno --------------------- Chamada Subsistema: BASE...
por Hurricane
Lun Ago 21, 2023 1:36 am
Foro: Spanish
Tema: Error de inserción en MariaDB cuando más de un usuario ejecuta la tarea al mismo tiempo.
Respuestas: 3
Vistas: 630

Re: Error de inserción en MariaDB cuando más de un usuario ejecuta la tarea al mismo tiempo.

Olá,
resolveu seu problema com Begin/Commit?
ricardo escribió: Mié Ago 16, 2023 3:13 pm Nesse trecho de código não estou usando Transaction.
por Hurricane
Mié Ago 16, 2023 6:48 am
Foro: Spanish
Tema: Error de inserción en MariaDB cuando más de un usuario ejecuta la tarea al mismo tiempo.
Respuestas: 3
Vistas: 630

Re: Error de inserción en MariaDB cuando más de un usuario ejecuta la tarea al mismo tiempo.

Olá, você esta usando transaction? oMariaDB:BeginTrans() oMariaDB:Execute( 'Insert ... oMariaDB:CommitTrans() obs: Prefira usar oMariaDB: BuildSQLSt ( 'INSERT.... ?....?', {value1, value2, value3} ) para não precisar converter os valores, é mais prático e legível. Cuando los usuarios ejecutan el fra...
por Hurricane
Mar May 16, 2023 5:38 pm
Foro: Spanish
Tema: Tutorial?
Respuestas: 2
Vistas: 655

Re: Tutorial?

Tutorial Xailer: uso de Data grid (Browse)

jodelrio escribió: Mar May 16, 2023 3:52 pm alguien me puede facilitar un tutorial de cde como crear un checkbox, listbox, grid etc
por Hurricane
Sab May 06, 2023 12:12 pm
Foro: Spanish
Tema: FolderPage x SetFocus
Respuestas: 0
Vistas: 768

FolderPage x SetFocus

Olá, Ao selecionar outro FolderPage (clicando ou via código), o foco sempre passará pelo primeiro controle disponível, isso fará disparo adicional ao evento onExit. Se estou no FolderPage 2, via código seleciono o FolderPage 1, dou foco no controle 3, mas primeiramente o foco irá para o controle 1, ...
por Hurricane
Sab Abr 29, 2023 4:40 am
Foro: Spanish
Tema: Como saber o nome de um objeto
Respuestas: 2
Vistas: 429

Re: Como saber o nome de um objeto

Olá, Não existe um nome dentro de um objeto, caso se refira a isso. oSender é o objeto do controle que disparou o determinado evento. Se você compartilhou o código de um evento com múltiplos controles e quer identificar qual disparou, apenas compare oSender com o ::oNomeObjeto (veja cVarName do cont...
por Hurricane
Vie Mar 03, 2023 6:17 pm
Foro: English
Tema: TBtnBmp - Remove Image Background
Respuestas: 4
Vistas: 955

Re: TBtnBmp - Remove Image Background

Hi

this is different, you edited the image :D
jfgimenez escribió: Vie Mar 03, 2023 5:49 pm here you're a working sample
por Hurricane
Vie Mar 03, 2023 6:10 pm
Foro: English
Tema: TBmpBtn no image / designer removes
Respuestas: 5
Vistas: 936

Re: TBmpBtn no image / designer removes

Hi José, thanks. it's fixed now. Thanks for your report. It will be available in the next Xailer release. yes I know. I have other installations (shown in the video), another version that would open the project. Meanwhile, you may open the project by double clicking on the .xpj file, instead of open...
por Hurricane
Vie Mar 03, 2023 4:03 am
Foro: English
Tema: TBtnBmp - Remove Image Background
Respuestas: 4
Vistas: 955

Re: TBtnBmp - Remove Image Background

HI,

thanks for your help.

I need to read from file, I changed it to png and the background is not removed.

a summary of the tests (transparency):
  • read bmp from file: no
  • read bmp from resource: yes
  • read png from file: no
  • read png from resource: no
regards
por Hurricane
Jue Mar 02, 2023 11:13 pm
Foro: English
Tema: TBmpBtn no image / designer removes
Respuestas: 5
Vistas: 936

Re: TBmpBtn no image / designer removes

Hi, the image is not displayed in the designer and the property will be removed (...) video to demonstrate (Facebook/Xailer) 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 s...
por Hurricane
Jue Mar 02, 2023 1:59 pm
Foro: English
Tema: TBmpBtn no image / designer removes
Respuestas: 5
Vistas: 936

Re: TBmpBtn no image / designer removes

I attached a project. If you compile and run it will display the image. Because I inserted a in XFM: :oBitmaps:="BMP_OK.bmp" If you change the form, eg insert a label and save. The property will oBitmaps will be removed. I did a temporary trick, When the form is automatically generated, I ...
por Hurricane
Jue Mar 02, 2023 9:35 am
Foro: English
Tema: TBtnBmp - Remove Image Background
Respuestas: 4
Vistas: 955

TBtnBmp - Remove Image Background

Hi,

Please, how do I remove this background?

I am trying to convert a part of the F* forms to Xailer.

It's the same BMP file:
btn.png
btn.png (1.88 KiB) Visto 955 veces
regards,
por Hurricane
Mié Mar 01, 2023 5:31 pm
Foro: English
Tema: TBmpBtn no image / designer removes
Respuestas: 5
Vistas: 936

TBmpBtn no image / designer removes

Hi, TBtnBmp does not display file image (does not assign oBitmaps) After selecting the file (in the application folder) with the assistant, it does not display in the designer, the oBitmaps property is empty. Will display when: enter the absolute path of the image (in the assistant or property) or; ...
por Hurricane
Jue Dic 22, 2022 5:00 pm
Foro: Spanish
Tema: Ejemplo SummerNote
Respuestas: 3
Vistas: 634

Re: Ejemplo SummerNote

Olá,
apenas copie o arquivo XAILER\BIN\WebView2Loader.dll para a pasta da sua aplicação.

(fui testar agora e aconteceu o mesmo, segui a documentação do Xailer e deu certo)
por Hurricane
Mar Jul 19, 2022 11:29 pm
Foro: English
Tema: suggestion: xaileruser.ch
Respuestas: 0
Vistas: 1444

suggestion: xaileruser.ch

Hi,

Could you please add this call to xailer.ch? at the end of others #include

...and the xaileruser.ch file in the INCLUDE folder.

For us to add more features without changing xailer.ch

regards,
por Hurricane
Lun Jul 11, 2022 4:02 pm
Foro: Spanish
Tema: Harbour Xailer (Vídeo): primeiros passos essenciais
Respuestas: 1
Vistas: 849

Harbour Xailer (Vídeo): primeiros passos essenciais

olá pessoal, Foi publicado um vídeo indispensável para iniciantes em Harbour Xailer. Uma contribuição importante não apenas ao Xailer, mas principalmente para a comunidade xBase (que foi e é divida por algumas razões simples e absurdas...). Bons estudos, mas se precisar de ajuda, perguntem aqui (nov...
por Hurricane
Lun Jul 04, 2022 12:49 pm
Foro: English
Tema: TForm:Show() - how to stay focused...?
Respuestas: 2
Vistas: 1011

Re: TForm:Show() - how to stay focused...?

Hi,
Did not work :cry:
but we tried, thank you very much
por Hurricane
Vie Jun 24, 2022 4:04 pm
Foro: English
Tema: TForm:Show() - how to stay focused...?
Respuestas: 2
Vistas: 1011

TForm:Show() - how to stay focused...?

Hi, In a message-only form(not modal), how to keep focus? prevent clicks on other controls (menus in other windows...). Can something inside the FormShowModal function help me? I have messageRun( bAction, cMsg ) which works perfectly. Naturally it doesn't use :show() and I have to use {||SomeProcess...
por Hurricane
Vie Jun 17, 2022 4:56 pm
Foro: English
Tema: setControl - how to deselect?
Respuestas: 0
Vistas: 960

setControl - how to deselect?

Hi,

after I insert a MaskEdit and a Label in the Form, I want to select only the MaskEdit to activate in the Object Inspector, so I do this:

Código: Seleccionar todo

IDEInspector:setControl(oMsk)
Maskedit is selected, but the Label remains selected. How to deselect all?

regards,
por Hurricane
Lun Jun 06, 2022 2:21 am
Foro: English
Tema: IDEInspector - how to know if cVarName is in use?
Respuestas: 1
Vistas: 643

IDEInspector - how to know if cVarName is in use?

Hi, I insert a new control on the Form and name it normally. For more security, how do I know if a given name is in use by some control on the Form? If it's in use, I leave the name automatically and let you know with a message. In the documentation it says " oControls has the list of controls&...
por Hurricane
Dom Jun 05, 2022 3:35 am
Foro: English
Tema: IDEInspector - how to change TLabel:cText?
Respuestas: 6
Vistas: 1136

Re: IDEInspector - how to change TLabel:cText?

hi,
any information about?
por Hurricane
Dom Jun 05, 2022 3:14 am
Foro: English
Tema: Samples\Futures - unused file
Respuestas: 0
Vistas: 839

Samples\Futures - unused file

Hi,

there is an unused file (xfm), but it can be confusing as it can be accessed just like a project form.