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

por orangesocks
Mié Dic 23, 2020 5:34 pm
Foro: English
Tema: png images
Respuestas: 3
Vistas: 28417

Re: png images

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 USUAL ...
por orangesocks
Lun Nov 09, 2020 4:05 pm
Foro: English
Tema: png images
Respuestas: 3
Vistas: 28417

Re: png images

Hi Jose,
thanks. Xailer truly is amazing

Regards Giuseppe
por orangesocks
Sab Nov 07, 2020 5:55 pm
Foro: English
Tema: png images
Respuestas: 3
Vistas: 28417

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 sh...
por orangesocks
Jue Abr 16, 2020 9:50 am
Foro: English
Tema: Xailer 7 suggestions
Respuestas: 11
Vistas: 83890

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
por orangesocks
Lun Sep 24, 2018 9:06 am
Foro: English
Tema: GetWindowsLanguage() problem
Respuestas: 1
Vistas: 24978

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
por orangesocks
Vie Sep 21, 2018 5:07 pm
Foro: English
Tema: Memo Control
Respuestas: 3
Vistas: 27549

Re: Memo Control

Sorry, my bad.
It was a modified versione of TEdit hanging around :oops:

BTW any news about version 6.0 ?

Thanks
por orangesocks
Vie Sep 21, 2018 12:32 pm
Foro: English
Tema: Memo Control
Respuestas: 3
Vistas: 27549

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
por orangesocks
Mié May 16, 2018 1:04 pm
Foro: English
Tema: Xailer 5.03 .... Compile error on all projects??
Respuestas: 8
Vistas: 38007

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 t...
por orangesocks
Mar Sep 26, 2017 7:53 pm
Foro: English
Tema: TabItems error
Respuestas: 0
Vistas: 2141

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 missi...
por orangesocks
Jue Sep 21, 2017 7:26 pm
Foro: English
Tema: Cef Browser
Respuestas: 4
Vistas: 3771

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 wante...
por orangesocks
Jue Sep 21, 2017 6:13 pm
Foro: English
Tema: Cef Browser
Respuestas: 4
Vistas: 3771

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
por orangesocks
Jue Sep 21, 2017 3:19 pm
Foro: English
Tema: Cef Browser
Respuestas: 4
Vistas: 3771

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.
por orangesocks
Jue Dic 04, 2014 7:51 pm
Foro: English
Tema: Detached windows
Respuestas: 1
Vistas: 2271

Detached windows

Hi,
solved, :lAppWindow property was the solution.
Regards Giuseppe
por orangesocks
Jue Dic 04, 2014 3:35 pm
Foro: English
Tema: Detached windows
Respuestas: 1
Vistas: 2271

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 ...
por orangesocks
Sab Nov 22, 2014 2:47 pm
Foro: FastReport
Tema: problema con pagefooter en impreso de factura
Respuestas: 9
Vistas: 5344

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;
por orangesocks
Vie Sep 05, 2014 1:24 pm
Foro: English
Tema: Form related
Respuestas: 3
Vistas: 2877

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 TXInplace...
por orangesocks
Mié Abr 23, 2014 7:20 pm
Foro: FastReport
Tema: Printing Array
Respuestas: 5
Vistas: 4936

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.
por orangesocks
Mié Abr 23, 2014 3:04 pm
Foro: FastReport
Tema: Printing Array
Respuestas: 5
Vistas: 4936

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
por orangesocks
Lun Abr 21, 2014 9:00 pm
Foro: FastReport
Tema: Printing Array
Respuestas: 5
Vistas: 4936

Printing Array

Hi,
thank you very much for the reply and the explanation.
Regards Giuseppe
por orangesocks
Lun Abr 21, 2014 12:47 pm
Foro: English
Tema: FastReport printing problem
Respuestas: 3
Vistas: 2461

FastReport printing problem

Sorry my bad
Regards Giuseppe

Attached files TestFrx.zip (5.2 KB)Â
por orangesocks
Dom Abr 20, 2014 5:59 pm
Foro: English
Tema: FastReport printing problem
Respuestas: 3
Vistas: 2461

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...
por orangesocks
Mar Abr 15, 2014 5:03 pm
Foro: FastReport
Tema: Printing Array
Respuestas: 5
Vistas: 4936

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 have a...
por orangesocks
Lun Abr 07, 2014 6:08 pm
Foro: English
Tema: Design mode browse control copy and paste problem
Respuestas: 0
Vistas: 3882

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 BrowserDrawCell...
por orangesocks
Jue Oct 31, 2013 1:23 pm
Foro: English
Tema: Export error
Respuestas: 1
Vistas: 1630

Export error

Hi,
While trying to export the sample project for Jiuliano I got an error (see attached images)
Regards Giuseppe

Attached files