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