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
Mié Dic 29, 2021 6:02 pm
Foro: English
Tema: RegisterKey & Empty Code Editor
Respuestas: 0
Vistas: 712

RegisterKey & Empty Code Editor

Hi, With an open project and empty code editor, the function is not executed when pressing keys, as with other Xailer routines, eg: Find In Files (Ctrl+Shift+F) ::RegisterKey( MakeLong( MOD_CONTROL, VK_F12 ), {|| IF( ::IsProject(), frmVPF(), ) } ) To work, it requires clicking on another window: Obj...
por Hurricane
Vie Dic 24, 2021 3:21 pm
Foro: English
Tema: TChooseColorDlg - how to centralize?
Respuestas: 2
Vistas: 533

Re: TChooseColorDlg - how to centralize?

I understood nothing: (1) it doesn't seem possible, side effects... (2) that's the question. you didn't show how to do it. Can I use Code Editor instance as a parent? I used this instance and ChooseColorDlg is in the center of it. Perhaps the plugin needs tweaking to accommodate these basic needs. T...
por Hurricane
Jue Dic 23, 2021 6:58 pm
Foro: English
Tema: TChooseColorDlg - how to centralize?
Respuestas: 2
Vistas: 533

TChooseColorDlg - how to centralize?

Hi, How to center the ChooseColor window on the monitor (or Code Editor), vertical and horizontal? In an application, the position works, but inside the plugin it doesn't. with object TChooseColorDlg():new(::GetProjectMan():oForm) //:lCenter:=.t. // It's at the top left and the Xailer is maximized. ...
por Hurricane
Mié Dic 22, 2021 2:41 pm
Foro: English
Tema: Message not found: TChooseColorDlg:RGBTOHTML
Respuestas: 2
Vistas: 453

Re: Message not found: TChooseColorDlg:RGBTOHTML

naturally and I put a fix.

But I think the documentation has another problem.
The effect of this property is read-only, we cannot initialize the color as we do with nColor.
ignacio escribió: Mié Dic 22, 2021 11:49 am Indeed there is an error with that property. Try to use this function:

RgbToHtml( <nColor> ) --> cHTMLColor
por Hurricane
Mié Dic 22, 2021 2:30 pm
Foro: English
Tema: message not found AddPrjFolderPage
Respuestas: 2
Vistas: 438

Re: message not found AddPrjFolderPage

( did you mean ::GetProjectMan() )
That's exactly what I used. Like it's in the documentation, but not in the plugin.
(This method exists in an inner class of the plugin that is already instantiated, that's what I used)
ignacio escribió: Mié Dic 22, 2021 1:13 pm

Código: Seleccionar todo

GetProjectMan():AddPrjFolderPage( cName ) 
por Hurricane
Mié Dic 22, 2021 2:39 am
Foro: English
Tema: Message not found: TChooseColorDlg:RGBTOHTML
Respuestas: 2
Vistas: 453

Message not found: TChooseColorDlg:RGBTOHTML

Hi, fix: CLASS TChooseColorDlg FROM XChooseColorDlg PUBLISHED: PROPERTY cHtmlColor INIT "#000000" READ INLINE RGBToHtml( ::nColor ) READONLY ENDCLASS as I'm using it in the plugin, I have to instantiate it with another class name. Note: I also wanted to start with a color in HTML format, b...
por Hurricane
Mar Dic 21, 2021 11:10 pm
Foro: English
Tema: PM - Separate PRG & Forms...
Respuestas: 1
Vistas: 447

PM - Separate PRG & Forms...

Xailer team, Please, two simple suggestions, native changes (no plugin): 1 - PM - In the treeview, separate PRG & Forms A project has many files, it will be more organized. PM separates PRG, CH, RC, but the Forms were missing. xailer - project manager2.png this image is a montage 2 - PM - In the...
por Hurricane
Mar Dic 21, 2021 9:01 pm
Foro: English
Tema: message not found AddPrjFolderPage
Respuestas: 2
Vistas: 438

message not found AddPrjFolderPage

Hi,
this method is in the documentation, but not in the plugin.
message not found IDEProjectMan:AddPrjFolderPage

Temporarily I used a trick to include a FolderPage.
xailer_file types.png
xailer_file types.png (9.39 KiB) Visto 438 veces
por Hurricane
Mar Dic 21, 2021 8:50 pm
Foro: English
Tema: PM - [Current Module] don't empty
Respuestas: 1
Vistas: 381

PM - [Current Module] don't empty

Hi,
Even with the project closed, this tab still displays the file information.
xailer_3.png
xailer_3.png (12.58 KiB) Visto 381 veces
reproduce like this:
1-Leave the Project tab active
2-close the project

see, the information continues there
por Hurricane
Mar Dic 21, 2021 8:38 pm
Foro: English
Tema: PM_LoadProject is not fired when...
Respuestas: 0
Vistas: 644

PM_LoadProject is not fired when...

Hi,

In my plugin I use the PM_LoadProject event, and I noticed that it doesn't fire if it's opened by double clicking on the project file.

regards,
por Hurricane
Mar Dic 21, 2021 5:23 pm
Foro: English
Tema: SCI_AUTOCSHOW, Autocompletion, auxiliary word
Respuestas: 0
Vistas: 569

SCI_AUTOCSHOW, Autocompletion, auxiliary word

Hi, I used SCI_AUTOCSHOW to display a list with 3 items and it works as expected. xailer_1.png but like adding an auxiliary word, the left (will be ignored in search and selection). This is Lazarus' autocompletion. I typed TES and pressed CTRL+SPACE I highlighted in red the extra text, auxiliary wor...
por Hurricane
Jue Dic 02, 2021 12:25 am
Foro: Spanish
Tema: Xailer cria EXE com funções em duplicidade
Respuestas: 6
Vistas: 2240

Re: Xailer cria EXE com funções em duplicidade

boa noite José, Obrigado por responder. Eu criei o plugin para usar PR_PreLink, e funciona bem. Removi as várias funções em duplicidade nos PRGs, usarei em momentos específicos. Uso de forma improvisada, pois para gerar o EXE em Xailer, esta sendo obrigatório -allow-multiple-definition. compile.png ...
por Hurricane
Lun Nov 22, 2021 10:01 pm
Foro: Spanish
Tema: Hay algún ejemplo al estilo DataControl6 pero con las nuevas clases floder?
Respuestas: 8
Vistas: 2735

Re: Hay algún ejemplo al estilo DataControl6 pero con las nuevas clases floder?

demonstre como reproduzir o erro.
gabo1 escribió: Lun Nov 22, 2021 9:27 pm Hurricane
C:\Xailer_7\Samples\DataControls\DBFData6
usando la clase Moderm

Código: Seleccionar todo

CLASS TFormFolder FROM XTabsFolderPage
por Hurricane
Sab Nov 20, 2021 8:12 pm
Foro: Spanish
Tema: Hay algún ejemplo al estilo DataControl6 pero con las nuevas clases floder?
Respuestas: 8
Vistas: 2735

Re: Hay algún ejemplo al estilo DataControl6 pero con las nuevas clases floder?

Crie um pequeno projeto de exemplo para tentarmos ajudar. Carlos Estoy con el mismo error, es posible que puedas compartir la solución Subsistema: BASE Código de error: 1004 Estado: .F. Descripción: Message not found Operación: TFolder:CALCITEMSRECT Argumentos: [ 1] = Tipo: O Valor: Fichero: Código ...
por Hurricane
Jue Nov 11, 2021 2:42 pm
Foro: English
Tema: Project manager - script and filegroup?
Respuestas: 0
Vistas: 883

Project manager - script and filegroup?

hi, To create an application, is it possible to create scripts to separate into groups of files (subprojects)? The grouped view in the treeview would help to organize and locate files of large routines. pm_groups.png the subprojects is just for LIBs, correct? in a way, it would also do. related to t...
por Hurricane
Jue Nov 11, 2021 11:40 am
Foro: English
Tema: IDEEditor - how to focus?
Respuestas: 6
Vistas: 757

Re: IDEEditor - how to focus?

worked, thanks.
ignacio escribió: Jue Nov 11, 2021 10:19 am

Código: Seleccionar todo

#define SCI_GRABFOCUS         2400
..      
   handle :=  ::GetEditor():Handle
   PostMessage( handle, WM_SETFOCUS, 0, 0 )
   PostMessage( handle, SCI_GRABFOCUS, 0, 0 )
por Hurricane
Mié Nov 10, 2021 10:28 pm
Foro: English
Tema: IDEEditor - how to focus?
Respuestas: 6
Vistas: 757

Re: IDEEditor - how to focus?

Hello,

it doesn't work either (and it gets worse, it will affect the Designer).
I have emailed a small complete example.

thanks,
jfgimenez escribió: Mié Nov 10, 2021 7:59 pm

Código: Seleccionar todo

::oPlugin:GetProjectMan():ToggleForm()
por Hurricane
Mié Nov 10, 2021 7:20 pm
Foro: English
Tema: IDEEditor - how to focus?
Respuestas: 6
Vistas: 757

Re: IDEEditor - how to focus?

Please, what is the complete information? where do I find the TCODE instance? (when the editor is not in focus) msgInfo(::IProjectMan:oActiveForm:classname) // TCode (I found :oCodeEditor1) - When Editor is in focus msgInfo(::IProjectMan:oActiveForm:classname) // TFormEditor - When FormDesigner is i...
por Hurricane
Mié Nov 10, 2021 3:42 pm
Foro: English
Tema: XXXXDataSource:GetDataSet - to break
Respuestas: 4
Vistas: 571

Re: XXXXDataSource:GetDataSet - to break

Versão do Xailer: Xailer 7.1.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 Código Sistema: 1004 Status por Defeito: ...
por Hurricane
Mié Nov 10, 2021 3:37 am
Foro: English
Tema: IDEEditor - how to focus?
Respuestas: 6
Vistas: 757

IDEEditor - how to focus?

Hi, after opening a file in the editor, how to give focus to the editor? I found the method in the documentation, but it didn't work. METHOD BtnOkClick( oSender ) CLASS TFrmVPF .... ::Close() ::oPlugin:IEditor:SetFocused() // does not work RETURN Nil If I have a Form open in Designer, I press CTRL+F...
por Hurricane
Mar Nov 09, 2021 5:28 pm
Foro: English
Tema: XXXXDataSource:GetDataSet - to break
Respuestas: 4
Vistas: 571

XXXXDataSource:GetDataSet - to break

Hi,

this method will give error (when not using DataSet for DBF).
Erro BASE/1004 Message or field name not found: TDataSet:CALIAS
por Hurricane
Mié Nov 03, 2021 1:14 am
Foro: English
Tema: TbrowseMod - column freeze & color?
Respuestas: 1
Vistas: 545

TbrowseMod - column freeze & color?

Hi,

how do I freeze a column?
how do I change the color of a column? (even if the browse is empty)
I found just change cell color and browse

I replace the ArrayBrowse. For me to complete the routine, only these two characteristics are missing.

regards,
por Hurricane
Lun Nov 01, 2021 2:02 am
Foro: English
Tema: TFORM:_LMSGAUTO | Message not found
Respuestas: 2
Vistas: 691

Re: TFORM:_LMSGAUTO | Message not found

Hi,
Please ignore it, the Form in question does not inherit from TForm.

Thanks for your help.

regards
por Hurricane
Lun Nov 01, 2021 12:42 am
Foro: English
Tema: IProjectMan:ToggleForm hide - does not work
Respuestas: 5
Vistas: 968

Re: IProjectMan:ToggleForm hide - does not work

Hi, doesn't work (it was expected) Also expected, there should be a ToggleForm(ccc, .f.) bug to hide forms. I solved it in another efficient way and with extra advantage. Thanks for your help. Try with ProcessMessages() after each ToggleForm() operation. If it does not work you may try to include a ...
por Hurricane
Mié Oct 27, 2021 2:58 pm
Foro: Spanish
Tema: Xailer cria EXE com funções em duplicidade
Respuestas: 6
Vistas: 2240

Re: Xailer cria EXE com funções em duplicidade

bom dia, até o momento não temos nenhuma resposta sobre uma futura solução ao problema com o Xailer. Por favor, pelo menos nos dê uma alternativa para nós alterarmos e desativarmos isso no Linker. Dando mais segurança e qualidade ao criar arquivos EXE. É uma situação (extremamente inesperada e desas...