Forum: Pascal and Delphi 33 Days Ago |
| Replies: 4 Views: 551 thanks again flamingclaw for your help, sorry havent marked thread as solved sooner, been away working.
Thanks quaifp1 too for your reply. |
Forum: Pascal and Delphi 33 Days Ago |
| Replies: 1 Views: 409 Hi, i am trying to add Label captions and Combobox text values to a memo when the button is clicked, and keep recieving the error 'Incompatible Types TString and TCaption' when i try to add values... |
Forum: Pascal and Delphi Oct 13th, 2009 |
| Replies: 1 Views: 511 wrote a custom procedure called split for this 1 in the end. |
Forum: Pascal and Delphi Oct 13th, 2009 |
| Replies: 4 Views: 551 Hi, i am trying to get my application to check, which radiobutton is selected, and then perform instructions based on the selection.
but i cant seem to use a IF and ELSE procedure to do this, can... |
Forum: Pascal and Delphi Oct 6th, 2009 |
| Replies: 1 Views: 511 hi
i have a question about formatting combo boxes.
i have 1 combobox on the form with a label and a calculate button, the combo box is layed out like this 180 / 50 like a tyre size.
The... |
Forum: Pascal and Delphi Sep 2nd, 2009 |
| Replies: 1 Views: 400 Hi.
I have wrote a basic program in delphi to perform calculations.
The system the program was wrote on had the region set to English(United Kingdom).
Upon testing the software, it will only... |
Forum: Pascal and Delphi Aug 13th, 2009 |
| Replies: 2 Views: 536 i have 4 memos on a page 3 of them are single line and the last is a large memo.
Memo1 Memo2 Memo3 and Memo4
now for memo 4 i can use
Memo4.Lines.SaveToFile
(SaveDialog1.FileName +... |
Forum: Pascal and Delphi Jul 19th, 2009 |
| Replies: 2 Views: 405 Hi please help me.
On my form i have a memo and 2 buttons, one is to load a .txt file into the form the other is to save.
I want to use these buttons using the VistaSave and load dialogs.
... |
Forum: Pascal and Delphi Jul 6th, 2009 |
| Replies: 5 Views: 636 dont matter, had a bit too much to drink last night :/
format is working fine, sorry about wasting your time asking again.
thx for the help |
Forum: Pascal and Delphi Jul 5th, 2009 |
| Replies: 5 Views: 636 i have just changed my Label to a EditBox.. and the above code doesnt seem to work at all, just wondering how to limit an edit box to 2 decimal places.
VolumeCalc.Text :=... |
Forum: Pascal and Delphi Jul 5th, 2009 |
| Replies: 5 Views: 636 thx for the help works great! |
Forum: Pascal and Delphi Jul 5th, 2009 |
| Replies: 5 Views: 636 hi, just a quick question
can somebody please tell me how to restrict the output of the code below to 2 decimal places.
VolumeCalc.Caption := FloatToStr(StrToFloat(EngineSizeVal.Text) / 2 /... |
Forum: Pascal and Delphi Jul 4th, 2009 |
| Replies: 6 Views: 413 Thanks FlamingClaw
solved the stupid problem i was having.
idea worked perfect
Thanks a bunch. |
Forum: Pascal and Delphi Jul 4th, 2009 |
| Replies: 6 Views: 413 Thanks for the reply,
just managed to cure my calculation problem about 5 mins before you posted, but because label 1 caption is in the format of XXX/XX which is 200/50 i had to use 3 seperate... |
Forum: Pascal and Delphi Jul 4th, 2009 |
| Replies: 6 Views: 413 Hi i have another question this time about mathmatical calculations in delphi.
i have 3 labels on the form. Label1 is formatted like this 200/50, i need to use both parts of this caption in the... |
Forum: Pascal and Delphi Jul 3rd, 2009 |
| Replies: 3 Views: 343 sorry i didnt explain the situation very well in the first place i missed a serious point off.
the initial value of the calculations is made by a button on the form, this is because they are... |
Forum: Pascal and Delphi Jul 3rd, 2009 |
| Replies: 3 Views: 343 hi,
i havent been programming in delphi long so sorry if im being stupid with this question.
my application basically has a trackbar which alters the value of a label caption.
and 2 text... |