Hi Jose,
I tried your suggestion and the resources are added to the .exe but when I try to load them into an imagelist I got an error.
Here is the code I'm using to load the imagelist which works fine with BMP resources.
FUNCTION xtImageListLoad( poParent, pcaResource, pnSize )
LOCAL uElem AS ...
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 59 coincidencias
- Mié Dic 23, 2020 5:34 pm
- Foro: Xailer Pro English
- Tema: png images
- Respuestas: 3
- Vistas: 30785
- Lun Nov 09, 2020 4:05 pm
- Foro: Xailer Pro English
- Tema: png images
- Respuestas: 3
- Vistas: 30785
Re: png images
Hi Jose,
thanks. Xailer truly is amazing
Regards Giuseppe
thanks. Xailer truly is amazing
Regards Giuseppe
- Sab Nov 07, 2020 5:55 pm
- Foro: Xailer Pro English
- Tema: png images
- Respuestas: 3
- Vistas: 30785
png images
Hi,
I would like to embed some png images as resources of my exe to be later used to populate the imagelists used by toolbars, buttons, etc.
I understand that I cannot use the BITMAP keyword in my resource file but RCDATA insted. But after that I'm lost.
Is it possibile ?
Do you have some code to ...
I would like to embed some png images as resources of my exe to be later used to populate the imagelists used by toolbars, buttons, etc.
I understand that I cannot use the BITMAP keyword in my resource file but RCDATA insted. But after that I'm lost.
Is it possibile ?
Do you have some code to ...
- Jue Abr 16, 2020 9:50 am
- Foro: Xailer Pro English
- Tema: Xailer 7 suggestions
- Respuestas: 11
- Vistas: 91131
Re: Xailer 7 suggestions
Hi Ignacio,
would it be possibile when renaming a control into a form to rename also all references of that control in the source code
of the form (methods and events) ?
Regards Giuseppe
would it be possibile when renaming a control into a form to rename also all references of that control in the source code
of the form (methods and events) ?
Regards Giuseppe
- Lun Sep 24, 2018 9:06 am
- Foro: Xailer Pro English
- Tema: GetWindowsLanguage() problem
- Respuestas: 1
- Vistas: 25997
GetWindowsLanguage() problem
Hi,
I have a problem with that function. It always returns 9 English.
I tested it with two pcs one with Windows 10 x64 1803 and another one with Windows 7 x64 both patched with the latest updates.
I attach a small test showing the problem.
Regards. Giuseppe
I have a problem with that function. It always returns 9 English.
I tested it with two pcs one with Windows 10 x64 1803 and another one with Windows 7 x64 both patched with the latest updates.
I attach a small test showing the problem.
Regards. Giuseppe
- Vie Sep 21, 2018 5:07 pm
- Foro: Xailer Pro English
- Tema: Memo Control
- Respuestas: 3
- Vistas: 29112
Re: Memo Control
Sorry, my bad.
It was a modified versione of TEdit hanging around :oops:
BTW any news about version 6.0 ?
Thanks
It was a modified versione of TEdit hanging around :oops:
BTW any news about version 6.0 ?
Thanks
- Vie Sep 21, 2018 12:32 pm
- Foro: Xailer Pro English
- Tema: Memo Control
- Respuestas: 3
- Vistas: 29112
Memo Control
Hi,
in a form with a memo control i need to make the arrow keys to work in the control and not to jump to previous / next control.
I looked in the documentation but found nothing. How can this be done ?
Thanks for your help.
Regards Giuseppe
in a form with a memo control i need to make the arrow keys to work in the control and not to jump to previous / next control.
I looked in the documentation but found nothing. How can this be done ?
Thanks for your help.
Regards Giuseppe
- Mié May 16, 2018 1:04 pm
- Foro: Xailer Pro English
- Tema: Xailer 5.03 .... Compile error on all projects??
- Respuestas: 8
- Vistas: 40296
Re: Xailer 5.03 .... Compile error on all projects??
Hi Chris,
I got the same error here and after reading here https://stackoverflow.com/questions/7262362/mingw-the-procedure-entry-point-libiconv-could-not-be-located#7264538, I found out that a copy of libiconv-2.dll was in my C:\Windows\sysWOW64 folder ( I'm on Win10 64bit).
After removing the dll ...
I got the same error here and after reading here https://stackoverflow.com/questions/7262362/mingw-the-procedure-entry-point-libiconv-could-not-be-located#7264538, I found out that a copy of libiconv-2.dll was in my C:\Windows\sysWOW64 folder ( I'm on Win10 64bit).
After removing the dll ...
- Mar Sep 26, 2017 7:53 pm
- Foro: Xailer Pro English
- Tema: TabItems error
- Respuestas: 0
- Vistas: 2724
TabItems error
Hi, I found a little error in TabItems class.
PROPERTY lEnabled INIT .T. WRITE INLINE IIf( Value, ::Enable(), ::Disable() ), ::UpdateTabs(), Value
should be changed in
PROPERTY lEnabled INIT .T. WRITE INLINE ( ::FlEnabled := Value, ::UpdateTabs(), Value )
because Enable and Disable methods are ...
PROPERTY lEnabled INIT .T. WRITE INLINE IIf( Value, ::Enable(), ::Disable() ), ::UpdateTabs(), Value
should be changed in
PROPERTY lEnabled INIT .T. WRITE INLINE ( ::FlEnabled := Value, ::UpdateTabs(), Value )
because Enable and Disable methods are ...
- Jue Sep 21, 2017 7:26 pm
- Foro: Xailer Pro English
- Tema: Cef Browser
- Respuestas: 4
- Vistas: 4796
Re: Cef Browser
Hi,
I'm finishing as piece of software to send xml data of invoices made / received to Italian Fiscal Agency.
I use the WebBrowser to preview the data before signing and sending the file.
They can become quite big and i noticed that with big files the WebBrowser becomes slow in showing them.
I ...
I'm finishing as piece of software to send xml data of invoices made / received to Italian Fiscal Agency.
I use the WebBrowser to preview the data before signing and sending the file.
They can become quite big and i noticed that with big files the WebBrowser becomes slow in showing them.
I ...
- Jue Sep 21, 2017 6:13 pm
- Foro: Xailer Pro English
- Tema: Cef Browser
- Respuestas: 4
- Vistas: 4796
Re: Cef Browser
Should have read the help file. :oops:
Thank you.
And great job with the modern controls. I like them a lot.
Regards, Giuseppe
Thank you.
And great job with the modern controls. I like them a lot.
Regards, Giuseppe
- Jue Sep 21, 2017 3:19 pm
- Foro: Xailer Pro English
- Tema: Cef Browser
- Respuestas: 4
- Vistas: 4796
Cef Browser
Hi,
I tried to use the CefBrowser in my app but failed.
So I had a look in the samples but it also fails as you can see in the attached image.
Do I need to download / add something to the exe to make it work properly ?
Regards
Giuseppe.
I tried to use the CefBrowser in my app but failed.
So I had a look in the samples but it also fails as you can see in the attached image.
Do I need to download / add something to the exe to make it work properly ?
Regards
Giuseppe.
- Jue Dic 04, 2014 7:51 pm
- Foro: Xailer Pro English
- Tema: Detached windows
- Respuestas: 1
- Vistas: 2684
Detached windows
Hi,
solved, :lAppWindow property was the solution.
Regards Giuseppe
solved, :lAppWindow property was the solution.
Regards Giuseppe
- Jue Dic 04, 2014 3:35 pm
- Foro: Xailer Pro English
- Tema: Detached windows
- Respuestas: 1
- Vistas: 2684
Detached windows
Hi,
I need to have a "detached" window from the main application form.
I call it "detached" meaning that it must be able to float around the desktop outside the main form.
I don't pass a parent object in the form creation and creation and movement of windows are ok.
I would also like to minimize ...
I need to have a "detached" window from the main application form.
I call it "detached" meaning that it must be able to float around the desktop outside the main form.
I don't pass a parent object in the form creation and creation and movement of windows are ok.
I would also like to minimize ...
- Sab Nov 22, 2014 2:47 pm
- Foro: FastReport
- Tema: problema con pagefooter en impreso de factura
- Respuestas: 9
- Vistas: 7898
problema con pagefooter en impreso de factura
Intente BEGIN pequeña así
procedure Footer1OnBeforePrint(Sender: TfrxComponent);
begin
If Engine.CurY>engine.PageHeight-Footer1.Height-50 Then Engine.Newpage;
Engine.CurY := engine.PageHeight-Footer1.Height-50;
end;
procedure Footer1OnBeforePrint(Sender: TfrxComponent);
begin
If Engine.CurY>engine.PageHeight-Footer1.Height-50 Then Engine.Newpage;
Engine.CurY := engine.PageHeight-Footer1.Height-50;
end;
- Sab Nov 22, 2014 10:28 am
- Foro: FastReport
- Tema: problema con pagefooter en impreso de factura
- Respuestas: 9
- Vistas: 7898
- Vie Sep 05, 2014 1:24 pm
- Foro: Xailer Pro English
- Tema: Form related
- Respuestas: 3
- Vistas: 3461
Form related
Hello,
I have developed my own set of "inplace" forms following the sample FormInAForm.
So, for example, I have created a class called TXInplaceForm and when I define a new form I manually change the class declaration of the form CLASS TFormTest FROM TForm to
CLASS TFormTest FROM TXInplaceForm ...
I have developed my own set of "inplace" forms following the sample FormInAForm.
So, for example, I have created a class called TXInplaceForm and when I define a new form I manually change the class declaration of the form CLASS TFormTest FROM TForm to
CLASS TFormTest FROM TXInplaceForm ...
- Mié Abr 23, 2014 7:20 pm
- Foro: FastReport
- Tema: Printing Array
- Respuestas: 5
- Vistas: 7332
Printing Array
Hi Ignacio,
No problem at all.
But this limitation appears during report design and also when I preview or print the report directly.
Just tried your suggestion and everything is working. Thanks
Regards, Giuseppe.
No problem at all.
But this limitation appears during report design and also when I preview or print the report directly.
Just tried your suggestion and everything is working. Thanks
Regards, Giuseppe.
- Mié Abr 23, 2014 3:04 pm
- Foro: FastReport
- Tema: Printing Array
- Respuestas: 5
- Vistas: 7332
Printing Array
Hi,
following up my tests, I came along another problem.
I have to print an array with 150 elements more or less and the report only displays the first 100.
Is there a limit on the number of the elements of an array that can be printed ?
Regards Giuseppe
following up my tests, I came along another problem.
I have to print an array with 150 elements more or less and the report only displays the first 100.
Is there a limit on the number of the elements of an array that can be printed ?
Regards Giuseppe
- Lun Abr 21, 2014 9:00 pm
- Foro: FastReport
- Tema: Printing Array
- Respuestas: 5
- Vistas: 7332
Printing Array
Hi,
thank you very much for the reply and the explanation.
Regards Giuseppe
thank you very much for the reply and the explanation.
Regards Giuseppe
- Lun Abr 21, 2014 12:47 pm
- Foro: Xailer Pro English
- Tema: FastReport printing problem
- Respuestas: 3
- Vistas: 3196
FastReport printing problem
Sorry my bad
Regards Giuseppe
Attached files TestFrx.zip (5.2 KB)Â
Regards Giuseppe
Attached files TestFrx.zip (5.2 KB)Â
- Dom Abr 20, 2014 5:59 pm
- Foro: Xailer Pro English
- Tema: FastReport printing problem
- Respuestas: 3
- Vistas: 3196
FastReport printing problem
Hello,
I already posted this on the FastReport forum a week ago without response, so I try here.
I have a strange problem with a report that prints an array.
The first time I run the report the data is printed correctly. The subsequent times even if I send different data the output doesn't change ...
I already posted this on the FastReport forum a week ago without response, so I try here.
I have a strange problem with a report that prints an array.
The first time I run the report the data is printed correctly. The subsequent times even if I send different data the output doesn't change ...
- Mar Abr 15, 2014 5:03 pm
- Foro: FastReport
- Tema: Printing Array
- Respuestas: 5
- Vistas: 7332
Printing Array
Hello,
I have a strange problem with a report that prints an array.
The first time I run the report the data is printed correctly. The subsequent times even if I send different data the output doesn't change.
I'm new to FastReport, I just bought it and surely I'm doing something wrong.
Please ...
I have a strange problem with a report that prints an array.
The first time I run the report the data is printed correctly. The subsequent times even if I send different data the output doesn't change.
I'm new to FastReport, I just bought it and surely I'm doing something wrong.
Please ...
- Lun Abr 07, 2014 6:08 pm
- Foro: Xailer Pro English
- Tema: Design mode browse control copy and paste problem
- Respuestas: 0
- Vistas: 4247
Design mode browse control copy and paste problem
Hi,
in design mode when I copy a browse control from one form to another everything is copied but:
- The events attached to the source columns are not attached to destination columns.
- The signature of events with parameters passed by reference is lost.
For example the method METHOD ...
in design mode when I copy a browse control from one form to another everything is copied but:
- The events attached to the source columns are not attached to destination columns.
- The signature of events with parameters passed by reference is lost.
For example the method METHOD ...
- Jue Oct 31, 2013 1:23 pm
- Foro: Xailer Pro English
- Tema: Export error
- Respuestas: 1
- Vistas: 2038
Export error
Hi,
While trying to export the sample project for Jiuliano I got an error (see attached images)
Regards Giuseppe
Attached files
While trying to export the sample project for Jiuliano I got an error (see attached images)
Regards Giuseppe
Attached files