I run delphi XE under windows 10. I can run my program fine but when I run it under windows 7 64 Bits, i have a dialog box telling me it is un unknown publisher.
I looked into adding a resource but failed.
How can I add a certificate to my code to remove this annoying dialog ?
Thanks
Pierre
in my app, i use shortcuts to select tools. i just realized that if i start typing in a memo box, the shortcuts are being triggered. how can i disable the shortcuts when i type some text.
Thanks
Pierre
I am disabling temporarily the onselectitem of a listview. I use
// disable Objects interaction
Mainform.ListViewObjects.OnSelectItem := nil;
Now how to i re enable it ?
Sincerely,
Pierre
just realized that may not work. i use inno setup to pack my program. so i guess, i'll have to run a script within inno setup. my program does not start if the requirements are not met.i may be able to create a delphi program that starts before the program itself installs.
Thanks for the...
Thanks, let me try that for now. If someone has a better solution, i'll implement it. I know that some programs are able to install all the requirements.
Sincerely,
My program needs the 2010 Visual C+ redistribution files. Is there a way to check that the computer have it and if not, redirect to the Microsoft page ? (Or even better, start the install for the chosen platform automatically?)
The file that needs to be present is MSVCP100.dll
Thanks.
Pierre
I just reinstalled XE on a computer and did a custom install leaving out 3rd party and net stuff i do not use. Now i do not have the option to format the source code (CTRL+D). what do i need to re install and do i have to re installed the whole XE or just the missing component?
Thanks.
Pierre
in d2007, i have some components that are showing a wavy red line under them but the programs compile fine. i know that the syntax is fine. is that a bug in d2007? for example, i have a 3rd party component that uses width and height. both of them are giving me an unrecognized error but it...
Is there away to search for a component in the palette in D2007? maybe an add-on or plugin? Right now i am scrolling down the list to find the right component.
Thanks.
Pierre
I have this code I use under XE:
result := AddThousandSeparator(S, FormatSettings.ThousandSeparator);
That does not work under 2007. What can I do to make it work?
Thanks.
P
Thanks guys for all your explanation. I found out the culprit. I had a variable in a specific form that I had to free before closing the form. The form was not really the issue.
Appreciate your help. It helped me find out the problem.
Pierre
How can i be sure that when i close my application, all the forms are released from memory? I have a few stay on the op forms that are automatically created and some that i create on demand.
It looks like i may have one that is automatically created that may not get free when the application...
It does not work or I cannot make it to work.
I drop a toolbar on the form and align it to the left. autosize is false by default.
The width of the bar is 29.
I right click on the toolbar and add a toolbutton. I make sire that its size is 29.
I right-click on the toolbar again and add another...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.