Search Results

Showing results 1 to 29 of 29
Search took 0.01 seconds.
Search: Posts Made By: ferhatkuskaya
Forum: Pascal and Delphi Dec 23rd, 2007
Replies: 2
Views: 1,023
Posted By ferhatkuskaya
yes but I didnt like "oops sorry" message and I want to change some format of that question
Forum: Pascal and Delphi Dec 22nd, 2007
Replies: 2
Views: 1,023
Posted By ferhatkuskaya
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: 965
Posted By ferhatkuskaya
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"...
Forum: Pascal and Delphi Dec 21st, 2007
Replies: 1
Views: 965
Posted By ferhatkuskaya
Forum: Pascal and Delphi Dec 4th, 2007
Replies: 7
Views: 1,285
Posted By ferhatkuskaya
Ok my lovely teacher duoas, I barheightpercentage is a function whom is sent two values which is entered using keyboard in memo text that I use like an edit box storing two stock values. I will look...
Forum: Pascal and Delphi Dec 4th, 2007
Replies: 7
Views: 1,285
Posted By ferhatkuskaya
Ok my lovely teacher duoas, I barheightpercentage is a function that send two values which is entered using keyboard in memo text that I use like an edit box. I will look forward your simple code.......
Forum: Pascal and Delphi Dec 4th, 2007
Replies: 7
Views: 1,285
Posted By ferhatkuskaya
Sorry duoas the bar charts is like a group not only one. So I need an only one bar stick in bar chart that works like a percentage color bar that changes according to my stock values. Our stock...
Forum: Pascal and Delphi Dec 4th, 2007
Replies: 7
Views: 1,285
Posted By ferhatkuskaya
Opps sorry guys. :).. I couldnt see the spaces during time when my head is like a drunk. :)


Hi, I want to learn whether any components such as coloured bars whose heights are automatically...
Forum: Pascal and Delphi Dec 3rd, 2007
Replies: 7
Views: 1,285
Posted By ferhatkuskaya
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: 864
Posted By ferhatkuskaya
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: 2,710
Posted By ferhatkuskaya
come on Micheus pls explain with a code about that. I will need this worth information that related to creation of a new component and installing it....
Forum: Pascal and Delphi Dec 3rd, 2007
Replies: 7
Views: 2,710
Posted By ferhatkuskaya
Ok Micheus, thank you for your help. I will try to improve my program destroying my memos, with your code examples.
Forum: Pascal and Delphi Dec 2nd, 2007
Replies: 4
Views: 1,526
Posted By ferhatkuskaya
I will never forget your help and teaching duoas really thank you very much...
Forum: Pascal and Delphi Dec 2nd, 2007
Replies: 4
Views: 1,526
Posted By ferhatkuskaya
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,526
Posted By ferhatkuskaya
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: 1,115
Posted By ferhatkuskaya
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 28th, 2007
Replies: 0
Views: 547
Posted By ferhatkuskaya
TMemo(Anaform.FindComponent(('Memo'+inttostr(i)))).Lines[0]
Forum: Pascal and Delphi Nov 27th, 2007
Replies: 1
Views: 1,316
Posted By ferhatkuskaya
Ok Now I will send you my code
procedure TAnaform.TrnsferButton1Click(Sender: TObject);
var
i:integer;
begin

for i:=1 to 82 do
...
Forum: Pascal and Delphi Nov 27th, 2007
Replies: 7
Views: 2,710
Posted By ferhatkuskaya
for i:=1 to 82 do
TLabel(DisplayForm.FindComponent('Label'+inttostr(i))).caption:=
TMemo(Anaform.FindComponent('Memo'+inttostr(i)))).Lines[0];
Forum: Pascal and Delphi Nov 27th, 2007
Replies: 7
Views: 2,710
Posted By ferhatkuskaya
hi duoas dont go anywhere I will show codes now to you...
Forum: Pascal and Delphi Nov 27th, 2007
Replies: 7
Views: 2,710
Posted By ferhatkuskaya
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: 1,068
Posted By ferhatkuskaya
THANK YOU FOR YOUR HELP. I m very lucky to find a nice professional friends helping and interesting with my problems like you....
Forum: Pascal and Delphi Nov 27th, 2007
Replies: 6
Views: 1,054
Posted By ferhatkuskaya
sorry duoas I dont know what tag property of component does?
Forum: Pascal and Delphi Nov 27th, 2007
Replies: 6
Views: 1,054
Posted By ferhatkuskaya
OK think as "dikeyac" and "yataykapa" image components that is included in additional components
Forum: Pascal and Delphi Nov 26th, 2007
Replies: 2
Views: 1,068
Posted By ferhatkuskaya
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: 1,054
Posted By ferhatkuskaya
Now I want to know how I will short my code lines within one procudures just as sharing of events in only one procedures. for now I have written my program code like that but I want to learn how I...
Forum: Pascal and Delphi Nov 26th, 2007
Replies: 0
Views: 2,239
Posted By ferhatkuskaya
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
Solved: label
Views: 1,779
Posted By ferhatkuskaya
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
Solved: label
Views: 1,779
Posted By ferhatkuskaya
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...
Showing results 1 to 29 of 29

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC