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

    TStaticText object ignores charset

    I am using Delphi 2005 and I have TStaticText objects for labels, etc. When I try to set the TStaticText object charset so I show a different charset, it seems to ignore it. The TStaticText always seems to show ansi-charset. Does anybody know, how to get TStaticText to show characters from...
  2. walkesh

    How to get special characters to display correctly in Delphi 2005

    I have an application that has 11 language files. Certain characters in Polish and the Turkish languages especially are not showing up correctly in my Delphi application. Does anyone know what I need to do in order for these characters to show up correctly? Thanks in advance!
  3. walkesh

    MessageDlg stay on top of form

    I have a probem with a MessageDlg box going behind a stay on top form when the application loses focus, I run another program or click on another window on the desktop. Is there a way to make a MessageDlg stay on top? I saw in the help file where you could set a property MB_SYSTEMMODAL or...
  4. walkesh

    TMainMenu area height

    Is there a way to determine the height of the TMainMenu area of a Delphi application at run time? Is there a way to do that by using the Handle of the TMainMenu object?
  5. walkesh

    TPageControl tab height question

    Is there a way to get the height of the tabs shown in the TPageControl? I have TPageControl with numerous pages, and my tabs are shown on the top of the page control. I need to be able to determine what the height of the tab portion of the TPageControl is. The TabHeight Property in the...
  6. walkesh

    Searching for a trending control

    If I use the TChart Component, I am confused as to what I should put as the x axis. I have data coming into my application every 0.25 seconds, and I want to showing a graphical display of the received values on the y axis. The x axis would merely be incremented every time I received new...
  7. walkesh

    Searching for a trending control

    Does anyone know of a good trending control that can be used with Delphi 2005. I want to be able to show values received from a connected device real time...I poll the port every second and I want to show the response graphically in a line graph format. I just need something basic to do this...
  8. walkesh

    Change the Width and Height of Main form at runtime

    Is it possible to change the width and height of an application's main form at run time? I have an application where when a certain option is selected, I want to make the main form smaller (in height and width) and once that mode is completed, restore to its original size. I have tried to set...
  9. walkesh

    TQueue question

    I have a Delphi application that is sending commands serially to a connected device. I am using TQueue to hold the commands that I want to send. There are instances where the user may click a button on the screen and I want to be able to push a new command to the top of the queue so it comes...

Part and Inventory Search

Back
Top