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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by HuntsvilleRob

  1. HuntsvilleRob

    How do I position an OpenDialog object?

    Hello. I have posted this question before but I still don't have an answer. Your help would be MOST appreciated! What I want to do is really very simple. I wish to launch an OpenDialog from my app and I wish to set the position to be in the center of the parent window. However, there is...
  2. HuntsvilleRob

    How to position the OpenDialog object.

    Hello. I have posted this question before but I still don't have an answer. Your help would be MOST appreciated! What I want to do is really very simple. I wish to launch an OpenDialog from my app and I wish to set the position to be in the center of the parent window. However, there is...
  3. HuntsvilleRob

    How do I set position of OpenDialog object?

    Hello. I have posted this question before but I still don't have an answer. Your help would be MOST appreciated! What I want to do is really very simple. I wish to launch an OpenDialog from my app and I wish to set the position to be in the center of the parent window. However, there is...
  4. HuntsvilleRob

    Form components different sizes depending on Win7 or WinXP

    Hello. Yes, I solved my problem. It didn't end up being a problem between Windows XP and Windows 7, it was just that one computer had the DPI setting set to 96 and the other computer had it set to 120. *In addition*, I had the Properties attribute of the problem form set to Scaled=true. I...
  5. HuntsvilleRob

    Component sizes change from WinXP to Win 7

    Hello. I have an app written in Embarcadero C++ Builder 2010 and tested on a computer running WinXP. Everything works great. However, when I move the app to a different computer running Windows 7 OS, the app works but some of the components' sizes change, e.g.- a string grid which has height...
  6. HuntsvilleRob

    How to set initial position of OpenPictureDialog

    I'm sure you're right but I don't know what you mean by "the form that holds the dialog". As I already mentioned, if you change the Position property of the owner form of the dialog, you only change the position of the owner form, not the position of its children. Could you please be more...
  7. HuntsvilleRob

    How to set initial position of OpenPictureDialog

    There is no Position property on the OpenDialog or OpenPictureDialog object. If I change the Position property "on the form where the dialog is", i.e.- the owner form of the OpenDialog, it will change where the *owner* opens, not the OpenDialog. Any other suggestions? Thanks.
  8. HuntsvilleRob

    How to set initial position of OpenPictureDialog

    Hello, James. Thank you for your reply. If I look at the Object Inspector for OpenDialog or OpenPictureDialog, then click on the Properties tab, I do not see a Position property. If these forms have a Position property, how do I set it? Thanks again. -Rob
  9. HuntsvilleRob

    Form components different sizes depending on Win7 or WinXP

    Hello. I have an app written in Borland C++ Builder 6 and tested on a computer running WinXP. Everything works great. However, when I move the app to a Windows 7 OS, the app works but some of the components' sizes change, e.g.- a string grid which has height 500 and width 500 on the WinXP...
  10. HuntsvilleRob

    How to set initial position of OpenPictureDialog

    Hello. I've written an app in Borland C++ Builder 6 to work on multiple monitors. When I have the main app window on a given monitor and I click on Open Picture (launching the OpenPictureDialog), the OpenPictureDialog always opens in the middle of the main monitor. I want it to open centered...
  11. HuntsvilleRob

    Borland C++ Builder 6.0 annoying auto save!!

    Hmmm... Maybe we're looking at different things. I don't see a Code Insight dialog, just a Code Insight tab in the Editor Properties dialog. Also, on this tab, there is no "Tooltips Symbol Insight" checkbox, just "Tooltip expression evaluation" checkbox. I have the latter unchecked, I only...
  12. HuntsvilleRob

    Borland C++ Builder 6.0 annoying auto save!!

    Thanks for your input, Prattaratt. Even when I uncheck ALL the boxes in Tools->Editor Options->Code Insight tab and slide the slider all the way to the left, I still get those bubble windows like ShowModal - Forma.hpp (721) when the cursor hovers over ShowModal(). It's the display of those...
  13. HuntsvilleRob

    Borland C++ Builder 6.0 annoying auto save!!

    OK, it is not autosaving! What is happening is that each time the cursor hovers over any variable, eg-, Canvas, it displays a bubble message like Canvas - Graphics.hpp (373) How the heck can I turn this off? Thanks. -Rob
  14. HuntsvilleRob

    Borland C++ Builder 6.0 annoying auto save!!

    Hello, again. I have found where to select the background compilation option. Is it under Tools->Environment Options -> Preferences tab at the bottom of the Compiling and running group box. It is unchecked. I have also gone to Tools -> Editor Options -> Code Insight tab and moved the slider...
  15. HuntsvilleRob

    Borland C++ Builder 6.0 annoying auto save!!

    Hi, and thanks for your input! Can you direct me to where I can find the "background compilation option"? I have looked and can not find where this option is. Thanks again. -Rob

Part and Inventory Search

Back
Top