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
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.
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 129 coincidencias
- Vie Dic 01, 2023 8:29 am
- Foro: English
- Tema: bsSIZEABLE and no title bar
- Respuestas: 1
- Vistas: 30
- Dom Nov 12, 2023 9:31 am
- Foro: English
- Tema: TBrowseMod group header text color
- Respuestas: 6
- Vistas: 169
Re: TBrowseMod group header text color
Thank you, Ignacio!
- Sab Nov 11, 2023 8:35 am
- Foro: English
- Tema: TBrowseMod group header text color
- Respuestas: 6
- Vistas: 169
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...
- Vie Nov 10, 2023 8:09 am
- Foro: English
- Tema: TBrowseMod group header text color
- Respuestas: 6
- Vistas: 169
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...
- Mié Nov 08, 2023 5:01 pm
- Foro: English
- Tema: TBrowseMod group header text color
- Respuestas: 6
- Vistas: 169
TBrowseMod group header text color
Hi!
How can I change the text color of TBrowseMod group headers?
Best regards, Timm
How can I change the text color of TBrowseMod group headers?
Best regards, Timm
- Jue Jul 06, 2023 3:39 pm
- Foro: English
- Tema: SumatraPDF: wrong content position
- Respuestas: 5
- Vistas: 454
Re: SumatraPDF: wrong content position
Hi Ignacio,
yes, the new version fixed the problem.
Many thanks!
Regards, Timm
yes, the new version fixed the problem.
Many thanks!
Regards, Timm
- Vie Jun 30, 2023 12:42 pm
- Foro: English
- Tema: SumatraPDF: wrong content position
- Respuestas: 5
- Vistas: 454
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
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
- Mar Jun 27, 2023 3:32 pm
- Foro: English
- Tema: SumatraPDF: wrong content position
- Respuestas: 5
- Vistas: 454
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
does anyone have any ideas?
You can easily recreate the problem with the example in \Samples\Sumatra.
Regards Timm
- Vie Jun 23, 2023 4:50 pm
- Foro: English
- Tema: SumatraPDF: wrong content position
- Respuestas: 5
- Vistas: 454
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.
Best regards
Timm
The PDF is not displayed centred.
The view is only displayed correctly when the window size is changed at runtime.
Best regards
Timm
- Jue Mar 30, 2023 12:25 pm
- Foro: English
- Tema: WebView2: ZoomFactor
- Respuestas: 5
- Vistas: 482
Re: WebView2: ZoomFactor
Hi José,
works perfectly!
Regards, Timm
works perfectly!
Regards, Timm
- Mié Mar 29, 2023 4:30 pm
- Foro: English
- Tema: Switching From TMySQLDatasource to TWebDataSource
- Respuestas: 3
- Vistas: 454
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
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
- Mar Mar 28, 2023 4:00 pm
- Foro: English
- Tema: Switching From TMySQLDatasource to TWebDataSource
- Respuestas: 3
- Vistas: 454
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...
- Mar Mar 28, 2023 3:45 pm
- Foro: English
- Tema: WebView2: ZoomFactor
- Respuestas: 5
- Vistas: 482
Re: WebView2: ZoomFactor
Hi José,
great, thank you very much for your support!
I could already use it now.
Regards, Timm
great, thank you very much for your support!
I could already use it now.
Regards, Timm
- Lun Mar 27, 2023 5:39 pm
- Foro: English
- Tema: TBrowseMod: multi line text margin
- Respuestas: 2
- Vistas: 344
Re: TBrowseMod: multi line text margin
Hi Ignacio,
works, thank you!
Regards, Timm
works, thank you!
Regards, Timm
- Lun Mar 27, 2023 9:40 am
- Foro: English
- Tema: TBrowseMod: multi line text margin
- Respuestas: 2
- Vistas: 344
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:
Regards, Timm
How can I set the top margin of a multi line text so that it fits to the margin of single line text:
Regards, Timm
- Jue Mar 23, 2023 4:38 pm
- Foro: English
- Tema: WebView2: ZoomFactor
- Respuestas: 5
- Vistas: 482
Re: WebView2: ZoomFactor
Hi!
Is this not possible?
Regards, Timm
Is this not possible?
Regards, Timm
- Mié Mar 08, 2023 6:54 pm
- Foro: English
- Tema: REGION, BEGINREGION and ENDREGION for folding on the editor
- Respuestas: 1
- Vistas: 361
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
Just using BEGINREGION or #BEGINREGION together with ENDREGION or #ENDREGION does not enable folding on the editor.
How does this work?
Regards, Timm
- Mié Mar 08, 2023 6:31 pm
- Foro: English
- Tema: WebView2: ZoomFactor
- Respuestas: 5
- Vistas: 482
WebView2: ZoomFactor
Hi!
Is is possible to set the zoom factor of a website opened with TWebView?
Regards, Timm
Is is possible to set the zoom factor of a website opened with TWebView?
Regards, Timm
- Mar Oct 04, 2022 4:22 pm
- Foro: English
- Tema: MySQL and SSL
- Respuestas: 0
- Vistas: 842
MySQL and SSL
Hi! I would like get access to a MySQl-database hosted by planetscale.com. When I try to connect I get the error message "server does not allow insecure connections, client must use SSL/TLS". Is it possible to solve this? I found some details here: https://planetscale.com/docs/concepts/sec...
- Mié Sep 21, 2022 2:32 pm
- Foro: English
- Tema: TSQLTable error with Xailer 8.0.1
- Respuestas: 3
- Vistas: 718
Re: TSQLTable error with Xailer 8.0.1
Hi Ignacio,
it works with the new code, many thanks!
Mostly I use MariaDB instead of DDF now but in this case I am sticked to a web server with MySQL.
Regards, Timm
it works with the new code, many thanks!
Mostly I use MariaDB instead of DDF now but in this case I am sticked to a web server with MySQL.
Regards, Timm
- Mar Sep 20, 2022 7:00 pm
- Foro: English
- Tema: TSQLTable error with Xailer 8.0.1
- Respuestas: 3
- Vistas: 718
TSQLTable error with Xailer 8.0.1
Hi! Using Xailer 8.0.1 I get an error with this code (with Xailer 7 it works): WITH OBJECT ::oBrwProjekteInaktiv:oDataSet :FastEdit() :project_active := 1 :FastUpdate() END WITH oDataSet is build with TMySQLDatasource:Table() Untersystemaufruf: BASE Systemcode: 1004 Default-Status: .F. Beschreibung:...
- Lun May 23, 2022 1:30 pm
- Foro: English
- Tema: Overlapping ProgressCircles
- Respuestas: 1
- Vistas: 485
Overlapping ProgressCircles
Hi!
I would like to place one ProgressCircle over another.
Is there a way to solve the transparency problem?
Regards, Timm
I would like to place one ProgressCircle over another.
Is there a way to solve the transparency problem?
Regards, Timm
- Jue Jun 17, 2021 4:31 pm
- Foro: English
- Tema: Xailer 7: RowHeight of Browse
- Respuestas: 1
- Vistas: 687
Xailer 7: RowHeight of Browse
Hi!
When I have a bitmap (16x16) in a browser column, the calculated row height is bigger than on a browse with no bitmap at all.
With Xailer 6 the row height stays the same.
Left is Xailer 6, right is Xailer 7:
Regards, Timm
When I have a bitmap (16x16) in a browser column, the calculated row height is bigger than on a browse with no bitmap at all.
With Xailer 6 the row height stays the same.
Left is Xailer 6, right is Xailer 7:
Regards, Timm
- Vie Abr 09, 2021 8:12 am
- Foro: English
- Tema: Font problem in browse (Xailer 7.0.8)
- Respuestas: 1
- Vistas: 692
Font problem in browse (Xailer 7.0.8)
Hi!
When I change the value of a Listbox the font changes.
\Samples\Browses\BrwEdit:
Regards, Timm
When I change the value of a Listbox the font changes.
\Samples\Browses\BrwEdit:
Regards, Timm
- Mié Sep 16, 2020 8:00 am
- Foro: Spanish
- Tema: Comparto una clase QWriter para informes
- Respuestas: 10
- Vistas: 42541
Re: Comparto una clase QWriter para informes
Hi Claudio,
I used the Windows zip functionality which does not show the path __copias\...
Using 7-Zip I found it.
Regards
Timm
I used the Windows zip functionality which does not show the path __copias\...
Using 7-Zip I found it.
Regards
Timm