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

por Timm
Vie Mar 07, 2025 8:20 am
Foro: Xailer Pro English
Tema: SQLite/BrowseMod: Problem with lAllowEdit
Respuestas: 2
Vistas: 69339

Re: SQLite/BrowseMod: Problem with lAllowEdit

Hi Ignacio,

works, many thanks!

Regards, Timm
por Timm
Vie Feb 28, 2025 9:49 am
Foro: Xailer Pro English
Tema: SQLite/BrowseMod: Problem with lAllowEdit
Respuestas: 2
Vistas: 69339

SQLite/BrowseMod: Problem with lAllowEdit

Hi!

I use BrowseMod with lAllowEdit and lAutoSave.
Since the last Xailer update, fields with the data type VARCHAR and MEMOTEXT are no longer saved automatically.
Instead of VARCHAR I can use VARCHAR(255) for example, but I don't have a solution for MEMOTEXT.

Regards
Timm
por Timm
Lun Ene 27, 2025 3:33 pm
Foro: Xailer English
Tema: Xailer 2025 poll
Respuestas: 2
Vistas: 16454

Re: Xailer 2025 poll

Hi Ignacio,

that's great news!

Best regards, Timm
por Timm
Sab Nov 09, 2024 10:27 am
Foro: Xailer Pro English
Tema: BrwColMod: Problem with lMultiline
Respuestas: 0
Vistas: 16020

BrwColMod: Problem with lMultiline

Hi!

It is not possible to enter a multiline text for the property cHeader in the IDE.
It works if you set cHeader in the source code.

Regards, Timm
por Timm
Jue Feb 15, 2024 7:38 am
Foro: Xailer Pro English
Tema: TBrowseMod and nFilterEditStyle
Respuestas: 2
Vistas: 17801

Re: TBrowseMod and nFilterEditStyle

Hi Ignacio,

works, many thanks!

Best regards, Timm
por Timm
Lun Feb 12, 2024 11:11 am
Foro: Xailer Pro English
Tema: TMapi: Logon() fails
Respuestas: 5
Vistas: 22807

Re: TMapi: Logon() fails

Hi Pedro,

many thanks for the informations!

Best regards, Timm.
por Timm
Lun Feb 12, 2024 11:09 am
Foro: Xailer Pro English
Tema: TBrowseMod and nFilterEditStyle
Respuestas: 2
Vistas: 17801

TBrowseMod and nFilterEditStyle

Hi!

Changing nFilterEditStyle of a TBrowseMod column has no effect.
Easy to reproduce with \Samples\Modern\Browses\ArrayBrowse.

Best regards, Timm
por Timm
Jue Feb 01, 2024 4:57 pm
Foro: Xailer Pro English
Tema: TMapi: Logon() fails
Respuestas: 5
Vistas: 22807

Re: TMapi: Logon() fails

Hi Pedro,

the error code is -2147467259 but I can't find any information about it.

Best regards, Timm
por Timm
Vie Ene 26, 2024 5:14 pm
Foro: Xailer Pro English
Tema: TMapi: Logon() fails
Respuestas: 5
Vistas: 22807

Re: TMapi: Logon() fails

Hi!

Can anyone confirm the problem or is it just me?

Best regards, Timm
por Timm
Mié Ene 24, 2024 5:38 pm
Foro: Xailer Pro English
Tema: TMapi: Logon() fails
Respuestas: 5
Vistas: 22807

TMapi: Logon() fails

Hi!

With the example from \Samples\Internet\SimpleMAPI I cannot send mails via TMapi under Windows 11, neither with Outlook 365 nor with Thunderbird.
Logon() is not executed successfully.

Does anyone have any advice?

Best regards, Timm
por Timm
Mar Dic 05, 2023 7:41 am
Foro: Xailer Pro English
Tema: bsSIZEABLE and no title bar
Respuestas: 3
Vistas: 21409

Re: bsSIZEABLE and no title bar

Hi José,

works great, many thanks!

Now I am facing two problems:
- The form overlaps the task bar. I solved it with ::nHeight := Screen:nClientHeight in FormShow, but perhaps there is a better way.
- I do not know how to make it movable with the mouse

Greetings, Timm
por Timm
Vie Dic 01, 2023 8:29 am
Foro: Xailer Pro English
Tema: bsSIZEABLE and no title bar
Respuestas: 3
Vistas: 21409

bsSIZEABLE and no title bar

Hi!

Is it possible to hide the title bar in a form that uses nBorderStyle = bsSIZEABLE?
I would like to create my own close, minimize and maximize buttons.

Greetings, Timm
por Timm
Dom Nov 12, 2023 9:31 am
Foro: Xailer Pro English
Tema: TBrowseMod group header text color
Respuestas: 6
Vistas: 25106

Re: TBrowseMod group header text color

Thank you, Ignacio!
por Timm
Sab Nov 11, 2023 8:35 am
Foro: Xailer Pro English
Tema: TBrowseMod group header text color
Respuestas: 6
Vistas: 25106

Re: TBrowseMod group header text color

Hi,

manipulating oBrowseMod:oSupra did not work so I modified this:

METHOD PaintGroupHeader( hDC, nItem, aRect, nRecord ) CLASS XBrwModGrid
...
nClrT := ::nClrText
nClrP := ::nClrPane
lRet := :OnDrawGroupHeader( oSt, @cGrp, nRecord, hDC, aTmp, @nClrT, @nClrP )
...
RETURN NIL


The event ...
por Timm
Vie Nov 10, 2023 8:09 am
Foro: Xailer Pro English
Tema: TBrowseMod group header text color
Respuestas: 6
Vistas: 25106

Re: TBrowseMod group header text color

Hi Pedro,

many thanks for your answer!

I am searching for something like nClrGroupHeaderEditText in order to change the color of this text:


2023-11-10 08_00_40-COPPIO.png


I tried it with this:

METHOD BrwArtikelDrawGroupHeader( oSender, oSt, cGroup, nRecord, hDC, aRect ) CLASS TForm1 ...
por Timm
Mié Nov 08, 2023 5:01 pm
Foro: Xailer Pro English
Tema: TBrowseMod group header text color
Respuestas: 6
Vistas: 25106

TBrowseMod group header text color

Hi!

How can I change the text color of TBrowseMod group headers?

Best regards, Timm
por Timm
Jue Jul 06, 2023 3:39 pm
Foro: Xailer Pro English
Tema: SumatraPDF: wrong content position
Respuestas: 5
Vistas: 5846

Re: SumatraPDF: wrong content position

Hi Ignacio,

yes, the new version fixed the problem.
Many thanks!

Regards, Timm
por Timm
Vie Jun 30, 2023 12:42 pm
Foro: Xailer Pro English
Tema: SumatraPDF: wrong content position
Respuestas: 5
Vistas: 5846

Re: SumatraPDF: wrong content position

Hi Ignacio,

I found out that the problem only exist on high-resolution monitors and scaling other than 100%.
Setting Application:lDpiAware := .t. fixes it, but it has a lot side effect to the other controls.

Regards, Timm
por Timm
Mar Jun 27, 2023 3:32 pm
Foro: Xailer Pro English
Tema: SumatraPDF: wrong content position
Respuestas: 5
Vistas: 5846

Re: SumatraPDF: wrong content position

Hi,

does anyone have any ideas?
You can easily recreate the problem with the example in \Samples\Sumatra.

Regards Timm
por Timm
Vie Jun 23, 2023 4:50 pm
Foro: Xailer Pro English
Tema: SumatraPDF: wrong content position
Respuestas: 5
Vistas: 5846

SumatraPDF: wrong content position

Hi!

The PDF is not displayed centred.
The view is only displayed correctly when the window size is changed at runtime.

example.png
example.png (87.9 KiB) Visto 5846 veces

Best regards
Timm
por Timm
Jue Mar 30, 2023 12:25 pm
Foro: Xailer Pro English
Tema: WebView2: ZoomFactor
Respuestas: 5
Vistas: 6025

Re: WebView2: ZoomFactor

Hi José,

works perfectly!

Regards, Timm
por Timm
Mié Mar 29, 2023 4:30 pm
Foro: Xailer Pro English
Tema: Switching From TMySQLDatasource to TWebDataSource
Respuestas: 3
Vistas: 3992

Re: Switching From TMySQLDatasource to TWebDataSource

Hi Ignacio,

with Harbour code for the filter it works. Many thanks!
In addition, it seems like oDataSet:cFullName must be taken when filtering.
For example:
:Filter( "project.project_active = 1 .AND. project.project = 'xyz'" )

Regards, Timm
por Timm
Mar Mar 28, 2023 4:00 pm
Foro: Xailer Pro English
Tema: Switching From TMySQLDatasource to TWebDataSource
Respuestas: 3
Vistas: 3992

Switching From TMySQLDatasource to TWebDataSource

Hi!

I would like to use TWebDataSource instead of TMySQLDatasource, but the Filter-Method results in an error:


WITH OBJECT ::oDataSetProject := ::oWebDataSource1:Table( "project" )
:lOpen := .t.
:Filter( ::cFilterProject ) >> #1: Xailer-TMemDataSet: Filter error: [project_active = 1 AND user ...
por Timm
Mar Mar 28, 2023 3:45 pm
Foro: Xailer Pro English
Tema: WebView2: ZoomFactor
Respuestas: 5
Vistas: 6025

Re: WebView2: ZoomFactor

Hi José,

great, thank you very much for your support!
I could already use it now.

Regards, Timm
por Timm
Lun Mar 27, 2023 5:39 pm
Foro: Xailer Pro English
Tema: TBrowseMod: multi line text margin
Respuestas: 2
Vistas: 3314

Re: TBrowseMod: multi line text margin

Hi Ignacio,

works, thank you!

Regards, Timm