Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. pierrotsc

    unknown publisher

    Thank you. i wonder if it is because i compile under windows 10. if i try under windows 7, would i still get the error.
  2. pierrotsc

    unknown publisher

    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
  3. pierrotsc

    shortcut question

    the hotkeys are in actions and the action is applied to a button.
  4. pierrotsc

    shortcut question

    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
  5. pierrotsc

    Disabling a Tlistview

    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
  6. pierrotsc

    Requirement

    i think this is what i need. i did create a small delphi program with your code that i am telling inno to run before the install. thanks.
  7. pierrotsc

    Requirement

    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...
  8. pierrotsc

    Requirement

    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,
  9. pierrotsc

    Requirement

    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
  10. pierrotsc

    Formatting source code

    found my answer..i re added something called developer tools or something like that. the format project source option came back..
  11. pierrotsc

    Formatting source code

    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
  12. pierrotsc

    D2007 unrecognized component

    Already have that...:) Who does not ?
  13. pierrotsc

    D2007 unrecognized component

    oh well, i kind like it when it does work though. thanks.
  14. pierrotsc

    D2007 unrecognized component

    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...
  15. pierrotsc

    Delphi 2007 palette questions

    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
  16. pierrotsc

    Tformatsettings in 2007

    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
  17. pierrotsc

    Freeing forms

    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
  18. pierrotsc

    Freeing forms

    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...
  19. pierrotsc

    warning messages

    I am getting warning messages that some symbols are specific to a platform. For example, TTaskdialog Anyway I can get rid of the warning? Thanks. P
  20. pierrotsc

    Toolbar question

    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...

Part and Inventory Search

Back
Top