Forum: Pascal and Delphi Dec 23rd, 2007 |
| Replies: 2 Views: 757 |
Forum: Pascal and Delphi Dec 22nd, 2007 |
| Replies: 2 Views: 757 bar image reset problem 1. "Memo1" component that hides value such as 100,200,300 or 450 ounce etc.
2. "Memo2" component that hides value such as 50,100,150 or 225 ounce so the component will store the decreasing values... |
Forum: Pascal and Delphi Dec 21st, 2007 |
| Replies: 1 Views: 692 Re: A problem in my bar image to control Hi duoas :) how are you?:) Let me ask you a question. I missed your replies hehe :). Im sorry I couldnt stop my code love. ;)..
Hmmm Ok lets create three components together.
1. "Memo1" component... |
Forum: Pascal and Delphi Dec 21st, 2007 |
| Replies: 1 Views: 692 |
Forum: Pascal and Delphi Dec 4th, 2007 |
| Replies: 7 Views: 933 |
Forum: Pascal and Delphi Dec 4th, 2007 |
| Replies: 7 Views: 933 |
Forum: Pascal and Delphi Dec 4th, 2007 |
| Replies: 7 Views: 933 |
Forum: Pascal and Delphi Dec 4th, 2007 |
| Replies: 7 Views: 933 |
Forum: Pascal and Delphi Dec 3rd, 2007 |
| Replies: 7 Views: 933 a simple one bar for using a percentage movement Hi, I want to learn whether any components such as coloured bars whose heights are automatically changing in the two values which comes from one editbox. If I write 50 to editbox, The colour bar will... |
Forum: Pascal and Delphi Dec 3rd, 2007 |
| Replies: 0 Views: 587 a simple one bar for using a percentage movement Hi, I want to learn whether any components such as coloured bars whose heights are automatically changing in the two values which comes from one editbox. If I write 50 to editbox, The colour bar will... |
Forum: Pascal and Delphi Dec 3rd, 2007 |
| Replies: 7 Views: 1,972 |
Forum: Pascal and Delphi Dec 3rd, 2007 |
| Replies: 7 Views: 1,972 |
Forum: Pascal and Delphi Dec 2nd, 2007 |
| Replies: 4 Views: 1,115 |
Forum: Pascal and Delphi Dec 2nd, 2007 |
| Replies: 4 Views: 1,115 Re: my timer problem within checkbox Thank you my teacher duoas... your code is really improving me. I will try to be very careful as you wish. And sorry for a bad mis-understood... :(... |
Forum: Pascal and Delphi Nov 30th, 2007 |
| Replies: 4 Views: 1,115 my timer problem within checkbox I used 3 timer component and I m using one checkbox. And I have three procedures for timer1, timer2 and timer3 and I writed below these in my unit code explorer. Note that band1,band2 and band3 are... |
Forum: Pascal and Delphi Nov 29th, 2007 |
| Replies: 1 Views: 771 |
Forum: Pascal and Delphi Nov 28th, 2007 |
| Replies: 0 Views: 396 ferhat TMemo(Anaform.FindComponent(('Memo'+inttostr(i)))).Lines[0] |
Forum: Pascal and Delphi Nov 27th, 2007 |
| Replies: 1 Views: 890 my code intendation and alphanumeric problem Ok Now I will send you my code
procedure TAnaform.TrnsferButton1Click(Sender: TObject);
var
i:integer;
begin
for i:=1 to 82 do
TLabel(DisplayForm.FindComponent('Label'+inttostr(i))).caption:=
... |
Forum: Pascal and Delphi Nov 27th, 2007 |
| Replies: 7 Views: 1,972 |
Forum: Pascal and Delphi Nov 27th, 2007 |
| Replies: 7 Views: 1,972 |
Forum: Pascal and Delphi Nov 27th, 2007 |
| Replies: 7 Views: 1,972 right justify in memo and problem... Hi friends again. Can you tell me how I will justify right edit box components in delphi. Ok I have found the memo to justify right for my input variables. But when I delete the text inside the memo... |
Forum: Pascal and Delphi Nov 27th, 2007 |
| Replies: 2 Views: 795 |
Forum: Pascal and Delphi Nov 27th, 2007 |
| Replies: 6 Views: 889 |
Forum: Pascal and Delphi Nov 27th, 2007 |
| Replies: 6 Views: 889 |
Forum: Pascal and Delphi Nov 26th, 2007 |
| Replies: 2 Views: 795 Shorting code lines within one loop Again hi. I want to learn about how I will write these two components :Label and Memo using one loop such as "for" loop in delphi. For example: I have 50 memo and I m transferring the strings in... |
Forum: Pascal and Delphi Nov 26th, 2007 |
| Replies: 6 Views: 889 |
Forum: Pascal and Delphi Nov 26th, 2007 |
| Replies: 0 Views: 1,302 Message Dialog Box with "IF" Hİ THANK YOU FOR YOUR LABEL COMMENTS LETS FORGET THAT QUESTION. I have chosen it with a different solution and :). now I want to know how I will use the message buttons with if conditions...
I dont... |
Forum: Pascal and Delphi Nov 26th, 2007 |
| Replies: 5 Views: 1,193 Re: label Because I want to see the speed button with image and hint on the button together. Image will be on the button and under the image the button's hint like that I mean Thank you for your help... |
Forum: Pascal and Delphi Nov 17th, 2007 |
| Replies: 5 Views: 1,193 label Hi
Can you tell me how I will add labels to buttons in delphi? When I add labels to button the labels are coming under the button but I want to see the labels on the button just as tag of... |