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
Lun Ene 22, 2018 7:14 pm
Foro: English
Tema: HB_RegExReplace()
Respuestas: 5
Vistas: 4388

Re: HB_RegExReplace()

Hi!

Did not found that library. Is it not only part of xHarbour?

Best regards, Timm.
por Timm
Vie Ene 19, 2018 8:57 am
Foro: English
Tema: HB_RegExReplace()
Respuestas: 5
Vistas: 4388

HB_RegExReplace()

Hi!

Harbour has almost all regular expression functions of xHarbour but I am missing HB_RegExReplace.
Is there a similar function in Harbour?

Best regards, Timm.
por Timm
Jue Dic 28, 2017 1:53 pm
Foro: English
Tema: Error using BrowseForFolderDlg
Respuestas: 3
Vistas: 3494

Re: Error using BrowseForFolderDlg

Hi!

Unfortunatly I can not reproduce the error on my pc. It was report to me from several costumers.
I sent them an update - let´s see, if the error still appears.

Best regards, Timm
por Timm
Vie Dic 22, 2017 3:33 pm
Foro: English
Tema: Error using BrowseForFolderDlg
Respuestas: 3
Vistas: 3494

Error using BrowseForFolderDlg

Hi! I get the error below from time to time. How can I get rid of it? Best regards, Timm. ---------------- Information über die interne Fehlerbehandlung ---------------- Untersystemaufruf: BASE Systemcode: 42 Default-Status: .F. Beschreibung: Scope violation (protected) Operation: TBROWSEFORFOLDERDL...
por Timm
Vie Jun 23, 2017 12:01 pm
Foro: English
Tema: Unicode
Respuestas: 1
Vistas: 2300

Unicode

Hi!

How can I build a unicode version of my Xailer application?

Best regards, Timm.
por Timm
Vie May 19, 2017 1:03 pm
Foro: English
Tema: ListView
Respuestas: 2
Vistas: 2736

Re: ListView

Hi Ignacio,

in Xailer 4 TListViewItem seems not to have the event OnDrawCell.
Is only part of Xailer 5, right? -> http://xailer.info/wordpress/en/?p=304

Could it be that Xailer 5 is already available and you just forgot to sent it to me? Just kidding... ;-)

Best regards

Timm
por Timm
Vie May 19, 2017 9:55 am
Foro: English
Tema: ListView
Respuestas: 2
Vistas: 2736

ListView

Hi!

If a ListView control losts focus the background color of the selected item changes. It gets the same color as a not selected item.
Can I avoid this behavior?

Best regards

Timm
por Timm
Vie May 05, 2017 11:43 am
Foro: English
Tema: ActiveX FileView Control
Respuestas: 0
Vistas: 2121

ActiveX FileView Control

Hi! I am use the FileView control from LogicNP Software with Xailer. This is an example C++ code for customizing the check/uncheck bitmaps: //Load the image from the path CString filePath = _T("c:\\checkimages.bmp"); HBITMAP hBmp = (HBITMAP)LoadImage(AfxGetInstanceHandle(),filePath,IMAGE_B...
por Timm
Jue Nov 24, 2016 4:19 pm
Foro: English
Tema: Print preview in folderpage
Respuestas: 2
Vistas: 2985

Re: Print preview in folderpage

Hi Ignacio,

works great, many thanks!

Best regards, Timm.
por Timm
Mié Nov 23, 2016 9:35 am
Foro: English
Tema: Print preview in folderpage
Respuestas: 2
Vistas: 2985

Print preview in folderpage

Hi!

I would like to show a print preview in a folderpage.
Does someone have an example for it?

Best regards, Timm.
por Timm
Jue Sep 24, 2015 12:57 pm
Foro: English
Tema: Advanced printer settings
Respuestas: 1
Vistas: 2736

Advanced printer settings

Hi!

Is it possible to change advanced printer settings? I would like to change the overcoat finish programmatically:
Settings.jpg
Settings.jpg (56.95 KiB) Visto 2736 veces
Best regards, Timm.
por Timm
Jue Ago 20, 2015 3:50 pm
Foro: English
Tema: MessageBox with standard icon
Respuestas: 2
Vistas: 3261

Re: MessageBox with standard icon

José,

many thanks!

Best regards, Timm.
por Timm
Mié Ago 19, 2015 4:10 pm
Foro: English
Tema: MessageBox with standard icon
Respuestas: 2
Vistas: 3261

MessageBox with standard icon

Hi!

Where can I find a list with the possible standard icons?

Best Regards, Timm
por Timm
Mié Jul 29, 2015 11:56 am
Foro: English
Tema: Application topmost
Respuestas: 7
Vistas: 4902

Re: Application topmost

Ignacio,

GetWindowText( hWnd ) works for me, many thanks!

Best regards, Timm.
por Timm
Mié Jul 29, 2015 8:18 am
Foro: English
Tema: Application topmost
Respuestas: 7
Vistas: 4902

Re: Application topmost

Hi Ignacio,

no, it does not work.

Best regards, Timm.
por Timm
Mar Jul 28, 2015 2:49 pm
Foro: English
Tema: Application topmost
Respuestas: 7
Vistas: 4902

Re: Application topmost

Ingnacio,

sorry, the code does not work.

GetWindowThreadProcessID( hWnd ) is never hMyProcessID

Best regards, Timm.
por Timm
Mar Jul 28, 2015 10:44 am
Foro: English
Tema: Application topmost
Respuestas: 7
Vistas: 4902

Application topmost

Hi!

Is it possible to make an application topmost after calling it with Execute()?

::hProcessIE := Execute( AppData:cBrowserExecute )

SetWindowPos( ???, HWND_TOPMOST, 0, 0, 0, 0, nOr( SWP_NOMOVE, SWP_NOSIZE ) )

Best regards, Timm.
por Timm
Vie Jul 17, 2015 4:40 pm
Foro: English
Tema: Problem with Printer:nPaperSizeType
Respuestas: 0
Vistas: 2151

Problem with Printer:nPaperSizeType

Hi! I am using a photo printer that supports different photo sizes. The paper is on a roll and it is cut off when the photo lenghs is reached. I call :GetPaperNames() to get the possible sizes and try to change Printer:nPaperSizeType in order switch to a certain sizes. But it has no effect, the prin...
por Timm
Lun May 04, 2015 7:09 am
Foro: English
Tema: ActiveX problem
Respuestas: 16
Vistas: 8044

Re: ActiveX problem

Hi!

Did you already found time to take a look at this?

Best regards, Timm.
por Timm
Mar Abr 28, 2015 3:24 pm
Foro: English
Tema: ActiveX problem
Respuestas: 16
Vistas: 8044

Re: ActiveX problem

Hi!

Attached you will find a description of a method I can use with the FileView ActiveX control.
I don´t know how to pass an image to that method.
Can someone perhaps give me a hint?

Best regards, Timm.
por Timm
Mar Abr 28, 2015 6:48 am
Foro: English
Tema: ActiveX problem
Respuestas: 16
Vistas: 8044

Re: ActiveX problem

Hi Jose,

setting the focus from another control to the ActiveX control does not work. Neither with the Tab key nor with :SetFocus().
Do you have an idea?

Best regards, Timm.
por Timm
Jue Abr 09, 2015 12:31 pm
Foro: English
Tema: ActiveX problem
Respuestas: 16
Vistas: 8044

ActiveX problem

Jose,
great, it works! Many thanks!
Best regards, Timm.
por Timm
Jue Abr 09, 2015 9:34 am
Foro: English
Tema: ActiveX problem
Respuestas: 16
Vistas: 8044

ActiveX problem

Hi Jose!
With your new ocx.o I get random GPFs:
#1: GPF (Code = c0000005):
Access violation
RUNFORM (0)
TAPPLICATION:RUN (286)
MAIN (15)
Without adding the new ocx.o it works.
You will find a sample here:
https://www.dropbox.com/s/njp2j0o4wm1uy ... Sample.zip ?dl=0
Best regards, Timm.
por Timm
Mar Abr 07, 2015 9:54 am
Foro: English
Tema: ActiveX problem
Respuestas: 16
Vistas: 8044

ActiveX problem

Jose,
works, many thanks!
Starting from the IDE I always get this error message in the debugger window (but the program works):
#1: FTH: (3280): *** Fault tolerant heap shim applied to current process. This is usually due to previous crashes. ***
Best regards, Timm.
por Timm
Jue Abr 02, 2015 3:43 pm
Foro: English
Tema: ActiveX problem
Respuestas: 16
Vistas: 8044

ActiveX problem

Hi Jose,
do you have any news?
Best regards, Timm.