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

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

Re: TBrowseMod and nFilterEditStyle

Hi Ignacio,

works, many thanks!

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

Re: TMapi: Logon() fails

Hi Pedro,

many thanks for the informations!

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

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: English
Tema: TMapi: Logon() fails
Respuestas: 5
Vistas: 355

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: English
Tema: TMapi: Logon() fails
Respuestas: 5
Vistas: 355

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: English
Tema: TMapi: Logon() fails
Respuestas: 5
Vistas: 355

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: English
Tema: bsSIZEABLE and no title bar
Respuestas: 3
Vistas: 551

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: English
Tema: bsSIZEABLE and no title bar
Respuestas: 3
Vistas: 551

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: English
Tema: TBrowseMod group header text color
Respuestas: 6
Vistas: 442

Re: TBrowseMod group header text color

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

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 OnDrawGroupFoo...
por Timm
Vie Nov 10, 2023 8:09 am
Foro: English
Tema: TBrowseMod group header text color
Respuestas: 6
Vistas: 442

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 SetTextColor( hD...
por Timm
Mié Nov 08, 2023 5:01 pm
Foro: English
Tema: TBrowseMod group header text color
Respuestas: 6
Vistas: 442

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: English
Tema: SumatraPDF: wrong content position
Respuestas: 5
Vistas: 643

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: English
Tema: SumatraPDF: wrong content position
Respuestas: 5
Vistas: 643

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: English
Tema: SumatraPDF: wrong content position
Respuestas: 5
Vistas: 643

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: English
Tema: SumatraPDF: wrong content position
Respuestas: 5
Vistas: 643

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 643 veces

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

Re: WebView2: ZoomFactor

Hi José,

works perfectly!

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

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: English
Tema: Switching From TMySQLDatasource to TWebDataSource
Respuestas: 3
Vistas: 641

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 us...
por Timm
Mar Mar 28, 2023 3:45 pm
Foro: English
Tema: WebView2: ZoomFactor
Respuestas: 5
Vistas: 702

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: English
Tema: TBrowseMod: multi line text margin
Respuestas: 2
Vistas: 493

Re: TBrowseMod: multi line text margin

Hi Ignacio,

works, thank you!

Regards, Timm
por Timm
Lun Mar 27, 2023 9:40 am
Foro: English
Tema: TBrowseMod: multi line text margin
Respuestas: 2
Vistas: 493

TBrowseMod: multi line text margin

Hi!

How can I set the top margin of a multi line text so that it fits to the margin of single line text:

2023-03-27 09_31_14-PLApp-Konfigurator.png
2023-03-27 09_31_14-PLApp-Konfigurator.png (4.52 KiB) Visto 493 veces

Regards, Timm
por Timm
Jue Mar 23, 2023 4:38 pm
Foro: English
Tema: WebView2: ZoomFactor
Respuestas: 5
Vistas: 702

Re: WebView2: ZoomFactor

Hi!

Is this not possible?

Regards, Timm
por Timm
Mié Mar 08, 2023 6:54 pm
Foro: English
Tema: REGION, BEGINREGION and ENDREGION for folding on the editor
Respuestas: 1
Vistas: 518

REGION, BEGINREGION and ENDREGION for folding on the editor

Hi!

Just using BEGINREGION or #BEGINREGION together with ENDREGION or #ENDREGION does not enable folding on the editor.
How does this work?

Regards, Timm
por Timm
Mié Mar 08, 2023 6:31 pm
Foro: English
Tema: WebView2: ZoomFactor
Respuestas: 5
Vistas: 702

WebView2: ZoomFactor

Hi!

Is is possible to set the zoom factor of a website opened with TWebView?

Regards, Timm