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!

Search results for query: *

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

    Should I switch from Borland C++ Builder 6.0 to Embarcadero C++??

    Hello. The subject says it all. Is it worth it to switch to the latest version of Embarcadero C++ Builder? Are there many more and much better tools or is it just the same? Thanks! -Rob
  17. HuntsvilleRob

    Borland C++ Builder 6.0 annoying auto save!!

    Hello, I am using Borland C++ Builder 6.0 and I am constantly getting the "wait" cursor as I type code. I guess it is somehow autosaving the code but it is very annoying. About every 15 seconds, I have to wait for the hourglass cursor to finish before I can continue! I have looked but can't...
  18. HuntsvilleRob

    Need to read images other than *.bmp.

    Hello. I have written code that loads a bitmap file into a Graphics::TBitmap object. Graphics::TBitmap* MyBitmap = new Graphics::TBitmap(); MyBitmap->LoadFromFile("mypicture.bmp"); I now need to be able to open other image types like tif and jpg and put them into a Graphics::TBitmap object...
  19. HuntsvilleRob

    How to do continuous vertical scrollbar?

    Hi. I have a simple TStringGrid component which has a vertical scroll bar. When the app is run and the user clicks and moves the vertical scroll bar button (not on the up and down arrows of the scroll bar), the StringGrid display does not update until the user finishes moving the scroll bar...
  20. HuntsvilleRob

    How to add data from two separate MDI children

    Hello. I have an MDI app, one MDI child generates the upper half of a data array, a second MDI child generates the lower half. How can I combine the two halves into one array containing all the data? Thanks for your help! -Rob

Part and Inventory Search

Back
Top