Hi Ignacio,
many thanks for your help!
I use this now to check if a file is in use before I delete the folder:
FUNCTION IsFileOpen( cPath )
local aFile
local lFileOpen := .f.
for each aFile in DirectoryRecurse( cPath + "*.*" )
if FRename( aFile[ F_NAME ], aFile[ F_NAME ] ) <> 0
lFileOpen ...
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 140 coincidencias
- Vie Mar 09, 2018 1:37 pm
- Foro: Xailer Pro English
- Tema: Delete Folder
- Respuestas: 2
- Vistas: 26896
- Lun Feb 19, 2018 10:13 am
- Foro: Xailer Pro English
- Tema: Delete Folder
- Respuestas: 2
- Vistas: 26896
Delete Folder
Hi!
I delete folders with oFs:DeleteFolder( cFolder, .t. ) but this crashes with an error message when a file in the directory is in use (for example in Adobe Reader).
Does someone have a idea how to check if a folder can be deleted?
Best regards, Timm.
I delete folders with oFs:DeleteFolder( cFolder, .t. ) but this crashes with an error message when a file in the directory is in use (for example in Adobe Reader).
Does someone have a idea how to check if a folder can be deleted?
Best regards, Timm.
- Mar Ene 23, 2018 8:08 am
- Foro: Xailer English
- Tema: to Timm - HB_RegExReplace()
- Respuestas: 1
- Vistas: 4217
Re: to Timm - HB_RegExReplace()
Hi!
Many thanks!
Best regards, Timm.
Many thanks!
Best regards, Timm.
- Mar Ene 23, 2018 8:06 am
- Foro: Xailer Pro English
- Tema: HB_RegExReplace()
- Respuestas: 5
- Vistas: 5894
Re: HB_RegExReplace()
Hi Ignacio,
yes, HB_RegExReplace() is part of libxhb.a.
Many thanks!
Best regards, Timm.
yes, HB_RegExReplace() is part of libxhb.a.
Many thanks!
Best regards, Timm.
- Lun Ene 22, 2018 7:14 pm
- Foro: Xailer Pro English
- Tema: HB_RegExReplace()
- Respuestas: 5
- Vistas: 5894
Re: HB_RegExReplace()
Hi!
Did not found that library. Is it not only part of xHarbour?
Best regards, Timm.
Did not found that library. Is it not only part of xHarbour?
Best regards, Timm.
- Vie Ene 19, 2018 8:57 am
- Foro: Xailer Pro English
- Tema: HB_RegExReplace()
- Respuestas: 5
- Vistas: 5894
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.
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.
- Jue Dic 28, 2017 1:53 pm
- Foro: Xailer Pro English
- Tema: Error using BrowseForFolderDlg
- Respuestas: 3
- Vistas: 4129
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
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
- Vie Dic 22, 2017 3:33 pm
- Foro: Xailer Pro English
- Tema: Error using BrowseForFolderDlg
- Respuestas: 3
- Vistas: 4129
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 ...
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 ...
- Vie Jun 23, 2017 12:01 pm
- Foro: Xailer Pro English
- Tema: Unicode
- Respuestas: 1
- Vistas: 2621
Unicode
Hi!
How can I build a unicode version of my Xailer application?
Best regards, Timm.
How can I build a unicode version of my Xailer application?
Best regards, Timm.
- Vie May 19, 2017 1:03 pm
- Foro: Xailer Pro English
- Tema: ListView
- Respuestas: 2
- Vistas: 3207
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
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
- Vie May 19, 2017 9:55 am
- Foro: Xailer Pro English
- Tema: ListView
- Respuestas: 2
- Vistas: 3207
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
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
- Vie May 05, 2017 11:43 am
- Foro: Xailer Pro English
- Tema: ActiveX FileView Control
- Respuestas: 0
- Vistas: 2439
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 ...
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 ...
- Jue Nov 24, 2016 4:19 pm
- Foro: Xailer Pro English
- Tema: Print preview in folderpage
- Respuestas: 2
- Vistas: 3351
Re: Print preview in folderpage
Hi Ignacio,
works great, many thanks!
Best regards, Timm.
works great, many thanks!
Best regards, Timm.
- Mié Nov 23, 2016 9:35 am
- Foro: Xailer Pro English
- Tema: Print preview in folderpage
- Respuestas: 2
- Vistas: 3351
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.
I would like to show a print preview in a folderpage.
Does someone have an example for it?
Best regards, Timm.
- Jue Sep 24, 2015 12:57 pm
- Foro: Xailer Pro English
- Tema: Advanced printer settings
- Respuestas: 1
- Vistas: 2965
Advanced printer settings
Hi!
Is it possible to change advanced printer settings? I would like to change the overcoat finish programmatically:
Best regards, Timm.
Is it possible to change advanced printer settings? I would like to change the overcoat finish programmatically:
Best regards, Timm.
- Jue Ago 20, 2015 3:50 pm
- Foro: Xailer Pro English
- Tema: MessageBox with standard icon
- Respuestas: 2
- Vistas: 3589
Re: MessageBox with standard icon
José,
many thanks!
Best regards, Timm.
many thanks!
Best regards, Timm.
- Mié Ago 19, 2015 4:10 pm
- Foro: Xailer Pro English
- Tema: MessageBox with standard icon
- Respuestas: 2
- Vistas: 3589
MessageBox with standard icon
Hi!
Where can I find a list with the possible standard icons?
Best Regards, Timm
Where can I find a list with the possible standard icons?
Best Regards, Timm
- Mié Jul 29, 2015 11:56 am
- Foro: Xailer Pro English
- Tema: Application topmost
- Respuestas: 7
- Vistas: 5819
Re: Application topmost
Ignacio,
GetWindowText( hWnd ) works for me, many thanks!
Best regards, Timm.
GetWindowText( hWnd ) works for me, many thanks!
Best regards, Timm.
- Mié Jul 29, 2015 8:18 am
- Foro: Xailer Pro English
- Tema: Application topmost
- Respuestas: 7
- Vistas: 5819
Re: Application topmost
Hi Ignacio,
no, it does not work.
Best regards, Timm.
no, it does not work.
Best regards, Timm.
- Mar Jul 28, 2015 2:49 pm
- Foro: Xailer Pro English
- Tema: Application topmost
- Respuestas: 7
- Vistas: 5819
Re: Application topmost
Ingnacio,
sorry, the code does not work.
GetWindowThreadProcessID( hWnd ) is never hMyProcessID
Best regards, Timm.
sorry, the code does not work.
GetWindowThreadProcessID( hWnd ) is never hMyProcessID
Best regards, Timm.
- Mar Jul 28, 2015 10:44 am
- Foro: Xailer Pro English
- Tema: Application topmost
- Respuestas: 7
- Vistas: 5819
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.
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.
- Vie Jul 17, 2015 4:40 pm
- Foro: Xailer Pro English
- Tema: Problem with Printer:nPaperSizeType
- Respuestas: 0
- Vistas: 2431
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 ...
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 ...
- Lun May 04, 2015 7:09 am
- Foro: Xailer Pro English
- Tema: ActiveX problem
- Respuestas: 16
- Vistas: 10664
Re: ActiveX problem
Hi!
Did you already found time to take a look at this?
Best regards, Timm.
Did you already found time to take a look at this?
Best regards, Timm.
- Mar Abr 28, 2015 3:24 pm
- Foro: Xailer Pro English
- Tema: ActiveX problem
- Respuestas: 16
- Vistas: 10664
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.
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.
- Mar Abr 28, 2015 6:48 am
- Foro: Xailer Pro English
- Tema: ActiveX problem
- Respuestas: 16
- Vistas: 10664
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.
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.