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
Vie Oct 22, 2021 1:11 am
Foro: Spanish
Tema: Como cambiar propiedades de un label desde otro prg
Respuestas: 6
Vistas: 979

Re: Como cambiar propiedades de un label desde otro prg

Se o form correto estiver ativo, no seu PRG de funções use:

Código: Seleccionar todo

with object application:oActiveForm
   :oLabel:lVisible:=.t.
end with

neste caso prefira self:

Código: Seleccionar todo

METHOD FormInitialize( oSender ) CLASS TForm1
oForm1 := self
RETURN Nil
por Hurricane
Vie Oct 22, 2021 12:27 am
Foro: Spanish
Tema: Como cambiar propiedades de un label desde otro prg
Respuestas: 6
Vistas: 979

Re: Como cambiar propiedades de un label desde otro prg

eu não sei como esta organizado o seu código/funções. O Form (com o label) esta aberto? Exibindo o título e nome da classe de todos os forms abertos: AEVAL( application:aForms, {|o| LOGDEBUG(o:cText, o:classname) } ) procurar o object do Form: cFormName:='?????' if (nPos:=ASCAN( application:aForms, ...
por Hurricane
Jue Oct 21, 2021 9:31 pm
Foro: English
Tema: ArrayBrowse does not scroll horizontally
Respuestas: 1
Vistas: 551

ArrayBrowse does not scroll horizontally

Hi,

I have attached a complete example.
This browse control does not allow scrolling to view the rest of the column.
mp.png
mp.png (20.51 KiB) Visto 550 veces
regards,
por Hurricane
Jue Oct 21, 2021 9:24 pm
Foro: Spanish
Tema: Como cambiar propiedades de un label desde otro prg
Respuestas: 6
Vistas: 979

Re: Como cambiar propiedades de un label desde otro prg

olá,

Se você tem o objeto do Form:

Código: Seleccionar todo

oFrm:oLabe1:lVisible:=nOpc = 3
por Hurricane
Mié Oct 20, 2021 5:20 pm
Foro: English
Tema: IProjectMan:ToggleForm hide - does not work
Respuestas: 5
Vistas: 940

Re: IProjectMan:ToggleForm hide - does not work

You can show? the idea of this topic is to know how to do, or report a likely bug.
the problem occurs with only 3 small forms, using other artifices it works randomly.
ignacio escribió: Mié Oct 20, 2021 11:05 am Is the only way. That bulk operation requires extra time between each operation.
por Hurricane
Mar Oct 19, 2021 5:13 pm
Foro: English
Tema: TFORM:_LMSGAUTO | Message not found
Respuestas: 2
Vistas: 678

TFORM:_LMSGAUTO | Message not found

Hi, The programmer reported this error to me. (tfrmpRrBrId:_LMSGAUTO | Message not found) To solve this, I just disabled Form:lMsgAuto via Object Inspector (I think it enabled without seeing) Trace Through: __ERRRT_SBASE (0) TFRMPRRBRID:ERROR (0) (b)HBOBJECT (0) TFRMPRRBRID:MSGNOTFOUND (0) TFRMPRRBR...
por Hurricane
Mar Oct 19, 2021 7:16 am
Foro: English
Tema: IProjectMan:ToggleForm hide - does not work
Respuestas: 5
Vistas: 940

IProjectMan:ToggleForm hide - does not work

Hi, What is the correct way to hide the Form from the IDE? That doesn't work (sometimes it only closes 1 form). AEVAL( aFileForm, {|cPRG| ::IProjectMan:ToggleForm(cPRG, .F.) } ) // { 'C:\APPS\SOURCE\XXXX.PRG', ...} To test: I open 3 files (forms) in the Editor, display each Form in Designer, open a ...
por Hurricane
Vie Oct 15, 2021 8:12 pm
Foro: English
Tema: form font problem - IDEEditor:OpenFile
Respuestas: 14
Vistas: 1821

Re: form font problem - IDEEditor:OpenFile - SOLVED

I solved it with IDEProjectMan:getModule I needed to export information from some plugin classes and a lot of intuition. It is very important to distribute all plugin statements (only CLASS IDE... to ENDCLASS). We are in the dark to use the plugin. This will be an important addition to the documenta...
por Hurricane
Vie Oct 15, 2021 8:09 pm
Foro: English
Tema: form font problem - IDEEditor:OpenFile
Respuestas: 14
Vistas: 1821

Re: form font problem - IDEEditor:OpenFile

???
I've done this. this class does not have this method, see message in red.
ignacio escribió: Vie Oct 15, 2021 7:48 pm

Código: Seleccionar todo

METHOD BrwDblClick( oSender, nKeys, nCol, nRow ) CLASS TFrmVPF2

   ::oPlgn:IEditor:Load( ::oBrw:GetValue(1) )  // Full File Name
   ::Close()
RETURN Nil
por Hurricane
Vie Oct 15, 2021 7:29 pm
Foro: English
Tema: form font problem - IDEEditor:OpenFile
Respuestas: 14
Vistas: 1821

Re: form font problem - IDEEditor:OpenFile

Hi, I imagined that. OpenFile is the only method available in the documentation. if I try with ...LOAD(cFile)... Error BASE/1004 Message not found: IDEEditor:LOAD ...must be the same mechanism when we click on the file, in Project Manager. When you open a file via ::oPlgn:IEditor:OpenFile( cFile ) i...
por Hurricane
Vie Oct 15, 2021 2:07 pm
Foro: English
Tema: form font problem - IDEEditor:OpenFile
Respuestas: 14
Vistas: 1821

Re: form font problem - IDEEditor:OpenFile

Good Morning,

check your email.

Note: This problem also happens with Editor/IDE (topic)

regards,
por Hurricane
Jue Oct 14, 2021 8:17 pm
Foro: English
Tema: form font problem - IDEEditor:OpenFile
Respuestas: 14
Vistas: 1821

Re: form font problem - IDEEditor:OpenFile

only: a) set a default font in the project properties b) open a PRG (form) file with PLUGIN c) display the form in the Designer(see oFont property, wrong) Send a sample attachment: application project (default font already defined) and plugin. to use the plugin with an open project... go to the proj...
por Hurricane
Mié Oct 13, 2021 11:20 pm
Foro: English
Tema: TArrayBrowse:sort - Inverted mode?
Respuestas: 1
Vistas: 574

TArrayBrowse:sort - Inverted mode?

Hi, I need to start a column in descending order, but this will be ascending: oCol:nSort:=nMode // bsDESCENDING oBrw:sort(oCol) So I changed it to: (works, but it's weird. I also understand that this was done for the title click) oCol:nSort:=IF( nMode = bsDESCENDING, bsASCENDING, bsDESCENDING ) oBrw...
por Hurricane
Mié Oct 13, 2021 7:10 pm
Foro: English
Tema: form font problem - IDEEditor:OpenFile
Respuestas: 14
Vistas: 1821

Re: form font problem - IDEEditor:OpenFile

There is not. I reported this on the list (item 3).
ignacio escribió: Mié Oct 13, 2021 6:42 pm Check the font is not defined on the XFM your are opening. if is defined, it takes precedence.
por Hurricane
Mié Oct 13, 2021 12:56 pm
Foro: English
Tema: form font problem - IDEEditor:OpenFile
Respuestas: 14
Vistas: 1821

Re: form font problem - IDEEditor:OpenFile

Good Morning, The same in FUNCTION MAIN (I forgot to put it on the list above.) <?xml version="1.0"?> <Project> <Type Value="exe"/> <Description Value="IR2022"/> <Output Value="IR2022.exe"/> <XailerVersion Value="7.1"/> <Compiler Value="Harbour&...
por Hurricane
Lun Oct 11, 2021 5:02 pm
Foro: English
Tema: form font problem - IDEEditor:OpenFile
Respuestas: 14
Vistas: 1821

form font problem - IDEEditor:OpenFile

Hi, If I open a PRG (Form) file with my plugin, when displaying the form in the designer, it will use the font "MS Sans Serif, 8", different from what is defined in the application project properties. Do I need to do something? Note: I didn't set a font on any Form, I just set the default ...
por Hurricane
Mié Sep 29, 2021 9:03 pm
Foro: English
Tema: Designer: height diverging controls
Respuestas: 1
Vistas: 537

Designer: height diverging controls

Hi, When creating new form with larger font size, editing controls do not assume a larger height. When using the designer to insert controls, only the COMBOBOX assumes a greater height (from 21 changes to 26). Please, is it possible for you to adjust the default of some controls? Height DATEEDIT, ED...
por Hurricane
Mié Sep 29, 2021 3:59 pm
Foro: English
Tema: Code editor - Wizard doesn't work sometimes
Respuestas: 1
Vistas: 517

Code editor - Wizard doesn't work sometimes

for a few months I've noticed that the code assist doesn't work sometimes, when I hit CTRL+SPACE or a colon. Either on my PC or on another Xailer user's PC (same version, Xailer Pro 7.1.1). Today I realized a problem situation: when it is a new file in the project. To simulate... remove a PRG from t...
por Hurricane
Mié Sep 29, 2021 5:12 am
Foro: English
Tema: DBEditBtn - Error No exported method: LONEDIT
Respuestas: 1
Vistas: 527

DBEditBtn - Error No exported method: LONEDIT

Hi,

small example attachment.

regards,
por Hurricane
Mar Sep 28, 2021 10:06 pm
Foro: Spanish
Tema: Code editor - Assistente não funciona as vezes
Respuestas: 3
Vistas: 1338

Re: Code editor - Assistente não funciona as vezes

Hi,

no.
you skipped a step. :)
(and also use what I wrote in the code)
ignacio escribió: Mar Sep 28, 2021 5:50 pm Check video and confirm now is working as expected. TIA.
por Hurricane
Mié Sep 22, 2021 8:16 pm
Foro: Spanish
Tema: Code editor - Assistente não funciona as vezes
Respuestas: 3
Vistas: 1338

Code editor - Assistente não funciona as vezes

boa tarde, há alguns meses tenho percebido que o assistente de código não funciona as vezes, quando teclo CTRL+SPACE ou dois pontos. Seja no meu PC ou no PC de outro usuário Xailer (mesma versão, Xailer Pro 7.1.1). Hoje percebi uma situação do problema: quando é um arquivo novo no projeto. Para simu...
por Hurricane
Mar Sep 21, 2021 7:44 am
Foro: Spanish
Tema: TDbfBrowse: Argument error TRANSFORM - onClose
Respuestas: 2
Vistas: 1113

Re: TDbfBrowse: Argument error TRANSFORM - onClose

understand. Thanks. I'm using (and guiding users) DBCloseAll in the onDestroyed() event It is more practical and avoids problems with internal changes in the Xailer. regards, You can not close the DBF files on that point since the browse is still painting its rows. Simply do oBrowse:Reset() before c...
por Hurricane
Mar Sep 21, 2021 7:10 am
Foro: Spanish
Tema: TExplorerBar - Tamanho da fonte
Respuestas: 2
Vistas: 1193

Re: TExplorerBar - Tamanho da fonte

bom dia José, Como eu uso esta função? consegui apenas criar e compilar sem erros uma função X_DrawThemeText(...), porém não sei onde pego os valores para informar nesta função. METHOD FormInitialize( oSender ) CLASS TForm1 // https://docs.microsoft.com/en-us/windows/win32/api/uxtheme/nf-uxtheme-dra...
por Hurricane
Mié Sep 08, 2021 1:11 am
Foro: Spanish
Tema: TDbfBrowse: Argument error TRANSFORM - onClose
Respuestas: 2
Vistas: 1113

TDbfBrowse: Argument error TRANSFORM - onClose

boa noite, O erro acontece ao fechar o browse, apenas quando a coluna possui máscara (Xailer 7.1.1). Criei um exemplo que demonstra o erro. Por enquanto adicionei ::oBrw:End() Este erro não ocorrerá: O projeto tiver apenas um form (c/browse/picture). Remover as máscaras de todas as colunas. Compilar...
por Hurricane
Jue Sep 02, 2021 8:39 pm
Foro: Spanish
Tema: TExplorerBar - Tamanho da fonte
Respuestas: 2
Vistas: 1193

TExplorerBar - Tamanho da fonte

Boa tarde, por favor, como eu implemento para aumentar o tamanho da fonte dos Títulos TExplorerGroup/Bar? O Xailer permite mudar apenas dos itens internos, ficando desproporcional (e feio). Eu estou migrando uma aplicação console (com GT*/janelas e fonte grande) para o Xailer, e uma das exigências (...