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
Sab Jun 04, 2022 5:08 am
Foro: English
Tema: TFuture - DEMO mode
Respuestas: 0
Vistas: 850

TFuture - DEMO mode

Hi,

When compiling: "This program is using classes or controls that require an advanced version of Xailer. It will work in DEMO mode."
... but as written in the article, TFuture would be available for all editions of Xailer.

Código: Seleccionar todo

function teste() ASYNC
   return nil
regards,
por Hurricane
Jue Jun 02, 2022 6:43 pm
Foro: English
Tema: Code formatter: nLineFnc = 1
Respuestas: 3
Vistas: 843

Re: Code formatter: nLineFnc = 1

Hi, now the code looks beautiful with Xailer 8. Someone did a good job :mrgreen: (but the director doesn't like this guy). I was going to try to create a parameter to insert a line to separate the functions, but I found it a bit complicated. The ideal would be to make a virtual line via plugin, but ...
por Hurricane
Mié Jun 01, 2022 3:51 pm
Foro: English
Tema: LabelBuddy - lose buddy
Respuestas: 6
Vistas: 1127

Re: LabelBuddy - lose buddy

Hi, Not indeed, it was quite simple. That's the problem I understand, it makes sense. Obviously not. Surely you have seen many controls referencing another controls, just take a look of the datacontrols Sorry but the question was just LABELBUDDY and it doesn't work as it should, everything else is i...
por Hurricane
Mar May 31, 2022 7:17 pm
Foro: English
Tema: LabelBuddy - lose buddy
Respuestas: 6
Vistas: 1127

Re: LabelBuddy - lose buddy

TLabelBuddy was ambitious, linking to various controls, perhaps being more complex for Xailer to control. My suggestion is simpler, create just a control ** with the definitions (cText, nLabelPosition, nLabelSpacing), as it is done in another tool. But this time use spacing between them, not like it...
por Hurricane
Mar May 31, 2022 3:18 pm
Foro: English
Tema: LabelBuddy - lose buddy
Respuestas: 6
Vistas: 1127

Re: LabelBuddy - lose buddy

hi,

any information about?
por Hurricane
Jue May 26, 2022 12:47 pm
Foro: English
Tema: TCalendarMod:dValue - How to change?
Respuestas: 1
Vistas: 623

TCalendarMod:dValue - How to change?

Hi, How to change date at runtime? after it has already been displayed. In the documentation it says it is assignable. METHOD Button5Click( oSender ) CLASS TForm2 ::oCalendarMod1:dValue:=Date()-200 // the control continues to display the current date //::oCalendarMod1:Refresh(.T.) //ProcessMessages(...
por Hurricane
Mié May 25, 2022 4:52 pm
Foro: English
Tema: list of controls
Respuestas: 4
Vistas: 855

Re: list of controls

I did some tests and it works fine. I will update my function. Thanks.
ignacio escribió: Mié May 25, 2022 4:01 pm

Código: Seleccionar todo

FUNCTION GetControls( oForm, aControls )
regards,
por Hurricane
Mié May 25, 2022 3:45 pm
Foro: English
Tema: list of controls
Respuestas: 4
Vistas: 855

Re: list of controls

Not. I already do this and recursively read all controls in any* container.
Pedro Gil escribió: Mié May 25, 2022 2:40 pm Do you mean something like the following code?

LOCAL oCtl

FOR EACH oCtl IN ::aControls
oCtl:ClassName()
NEXT
por Hurricane
Mié May 25, 2022 1:50 pm
Foro: English
Tema: list of controls
Respuestas: 4
Vistas: 855

list of controls

Hi,

At runtime, does Xailer have any functions or methods that I read all controls on the Form? Similar to pascal:

Código: Seleccionar todo

  for n:= 0 to ComponentCount-1 do
  begin
  ShowMessage(Components[n].ClassName);
  end; 
I know that each container has its list of controls/objects, that's how I do it.

regards,
por Hurricane
Mié May 25, 2022 1:22 pm
Foro: English
Tema: suggestion: lRequired (new property)
Respuestas: 2
Vistas: 710

Re: suggestion: lRequired (new property)

Hi, I tested and everything works. thanks. you may use this code in your own component's dll, just where you're calling RegisterComponent(): XA_ObjAddProperty( TEdit(), "lRequired", .F. ) This code adds the property "lRequired" to the TEdit class and all of its descendants, and y...
por Hurricane
Lun May 23, 2022 2:24 pm
Foro: English
Tema: suggestion: lRequired (new property)
Respuestas: 2
Vistas: 710

suggestion: lRequired (new property)

Hi Team, Could you please add this new property to 7 types of controls? (T*MaskEdit, T*Memo...). I promise not to ask for anything else (this semester :P ) This new native property will be extremely useful for anyone who wants to create utility routines to validate and make the code cleaner. Xailer ...
por Hurricane
Vie May 20, 2022 1:16 pm
Foro: English
Tema: WebDataSource samples - accentuation
Respuestas: 1
Vistas: 541

WebDataSource samples - accentuation

Hi,

how to fix this?
In previous versions of Xailer, this example displayed correctly.
sample_webdatasource.png
sample_webdatasource.png (24.67 KiB) Visto 541 veces
regards,
por Hurricane
Mié May 04, 2022 4:29 am
Foro: English
Tema: Error/solution Samples\...\DBFData6
Respuestas: 1
Vistas: 525

Error/solution Samples\...\DBFData6

Hi, Solution: Open: \Xailer\Samples\DataControls\DBFData6\Source\FrmFraEdi.prg Edit line 225 to: if SelArticulo( Self, :: oDbfArt , Value ) Message not found TFrmFraEdi:ODBFAR Trace Through: __ERRRT_SBASE (0) TFRMFRAEDI:ERROR (0) (b)HBOBJECT (0) TFRMFRAEDI:MSGNOTFOUND (0) TFRMFRAEDI:ODBFAR (0) TFRMF...
por Hurricane
Lun May 02, 2022 1:25 pm
Foro: English
Tema: TToolbar:onClick - when is it fired?
Respuestas: 0
Vistas: 740

TToolbar:onClick - when is it fired?

Hi

When is it fired? does it require any enabled/disabled properties?
xailer_toobar.png
xailer_toobar.png (31.15 KiB) Visto 740 veces
por Hurricane
Mar Abr 26, 2022 8:44 pm
Foro: English
Tema: TDbfBrowse - displays wrong decimal values
Respuestas: 5
Vistas: 740

Re: TDbfBrowse - displays wrong decimal values

this is another BUG I'm reporting in browse. I think the right thing is for you to correct it (but predicting that there will be programmer columns and no mask). The other BUG, you simply asked me to use another Browse. Another feature (freeze) said it would be in the next version, when I went to ch...
por Hurricane
Lun Abr 25, 2022 6:12 pm
Foro: English
Tema: TDbfBrowse - displays wrong decimal values
Respuestas: 5
Vistas: 740

Re: TDbfBrowse - displays wrong decimal values

Please, correct the column class or setdbf (it's an inappropriate problem). All other mechanisms/tools are displayed correctly, from a simple browse in Clipper (ugly for the Xailer tool). Sometimes we just want to show, using setdbf we don't need to create and set the columns This is a known drawbac...
por Hurricane
Lun Abr 25, 2022 6:39 am
Foro: English
Tema: TDbfBrowse - displays wrong decimal values
Respuestas: 5
Vistas: 740

TDbfBrowse - displays wrong decimal values

Hi,

Note:
FIELD N, 12, 2
DBF Explore displays correctly
Xailer 7.2
xailer_dbfbrowse.png
xailer_dbfbrowse.png (37.57 KiB) Visto 740 veces
regards,
por Hurricane
Mar Mar 29, 2022 3:06 pm
Foro: English
Tema: TBrowseMod - freeze column and more
Respuestas: 4
Vistas: 767

Re: TBrowseMod - freeze column and more

what?!
looks like you did the same as i did (attached above).
about the bug in the designer I reported here, I had to report it again and you answered in another thread.

finished topic :roll:
ignacio escribió: Mar Mar 29, 2022 1:07 pm Freeze will not be available on TBrowseMod. I attach to this message a simple work around project.
por Hurricane
Lun Mar 28, 2022 9:30 pm
Foro: English
Tema: TBrowseMod - freeze column and more
Respuestas: 4
Vistas: 767

Re: TBrowseMod - freeze column and more

Hi,
I think this is obvious. :lol:
You asked me to switch browsers, as I had reported a problem with TArrayBrowse.
In another thread you said that these features would be in the next version.
ignacio escribió: Vie Feb 11, 2022 2:59 pm No FREEZE AVAILABLE. Sorry
por Hurricane
Jue Mar 17, 2022 2:01 am
Foro: English
Tema: Code formatter: nLineFnc = 1
Respuestas: 3
Vistas: 843

Re: Code formatter: nLineFnc = 1

Hi,

I did a little repair and it's working fine.
I'll keep testing and then I'll send you the PRG.

Note:
I downloaded the file from the repository (there is a different line in your file)
ignacio escribió: Mié Mar 16, 2022 5:41 pm We use a standard Harbour class. Code attached.
regards,
por Hurricane
Mié Mar 16, 2022 1:56 pm
Foro: English
Tema: Code formatter: nLineFnc = 1
Respuestas: 3
Vistas: 843

Code formatter: nLineFnc = 1

Hi,

Not inserting an empty line before FUNCTION/PROCEDURE
nLineFnc.png
nLineFnc.png (27.66 KiB) Visto 843 veces
regards,
por Hurricane
Jue Mar 03, 2022 6:42 am
Foro: English
Tema: LabelBuddy - lose buddy
Respuestas: 6
Vistas: 1127

LabelBuddy - lose buddy

Hi, LabelBuddy loses its associated control. Since Xailer 4 I noticed this problem*, but I couldn't simulate it, until now. So: add a Form add an MaskEdit control add a LabelBuddy using the context menu on MaskEdit... Check the Object Inspector, it's in the wrong order (image below). Save and close ...
por Hurricane
Lun Feb 28, 2022 10:12 pm
Foro: English
Tema: IDEInspector - how to change TLabel:cText?
Respuestas: 6
Vistas: 1136

Re: IDEInspector - how to change TLabel:cText?

Hi, It's not the same thing, you're using an event for when you create a control . I created a small complete example and sent it to you and José. remember, also test your code with labels read from XFM (if you include labels, then close and reopen the PRG). My code is working only with new controls...
por Hurricane
Lun Feb 28, 2022 8:14 pm
Foro: English
Tema: IDEInspector - how to change TLabel:cText?
Respuestas: 6
Vistas: 1136

Re: IDEInspector - how to change TLabel:cText?

hi,
does not work, I had tested. The example I posted will work, but if I reload the PRG it doesn't.
ignacio escribió: Lun Feb 28, 2022 7:17 pm I guess that if you change the order it will work: Assign cText before oInspector:SetControl( oControl ) // not tested
por Hurricane
Lun Feb 28, 2022 4:35 pm
Foro: English
Tema: IDEInspector - how to change TLabel:cText?
Respuestas: 6
Vistas: 1136

Re: IDEInspector - how to change TLabel:cText?

Hi, I need help on this to finalize my plugin. The way I did it, it doesn't update in the Object Inspector, it only updates in the Form Designer*. with object oCtrl if :isKindOf('TLabelBuddy') oInspector:setControl(oCtrl) :cText:=Value //oInspector:setControl(oInspector:oActiveForm) //oInspector:set...