Showing results 1 to 29 of 29
Search took 0.01 seconds; generated 1 minute(s) ago.
Posts Made By: ferhatkuskaya
Forum: Pascal and Delphi Dec 23rd, 2007
Replies: 2
Views: 757
Posted By ferhatkuskaya
Re: bar image reset problem

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: 757
Posted By ferhatkuskaya
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
Posted By ferhatkuskaya
Help 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
Posted By ferhatkuskaya
Forum: Pascal and Delphi Dec 4th, 2007
Replies: 7
Views: 933
Posted By ferhatkuskaya
Re: a simple one bar for using a percentage movement

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: 933
Posted By ferhatkuskaya
Re: a simple one bar for using a percentage movement

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: 933
Posted By ferhatkuskaya
Re: a simple one bar for using a percentage movement

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: 933
Posted By ferhatkuskaya
Re: a simple one bar for using a percentage movement

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 changing...
Forum: Pascal and Delphi Dec 3rd, 2007
Replies: 7
Views: 933
Posted By ferhatkuskaya
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
Posted By ferhatkuskaya
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
Posted By ferhatkuskaya
Re: right justify in memo and problem...

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: 1,972
Posted By ferhatkuskaya
Re: right justify in memo and problem...

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,115
Posted By ferhatkuskaya
Re: my timer problem within checkbox

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,115
Posted By ferhatkuskaya
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
Posted By ferhatkuskaya
Help 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
Posted By ferhatkuskaya
Help three timer component problem inside my checkbox event procedure

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: 396
Posted By ferhatkuskaya
ferhat

TMemo(Anaform.FindComponent(('Memo'+inttostr(i)))).Lines[0]
Forum: Pascal and Delphi Nov 27th, 2007
Replies: 1
Views: 890
Posted By ferhatkuskaya
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
Posted By ferhatkuskaya
Re: right justify in memo and problem...

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: 1,972
Posted By ferhatkuskaya
Re: right justify in memo and problem...

hi duoas dont go anywhere I will show codes now to you...
Forum: Pascal and Delphi Nov 27th, 2007
Replies: 7
Views: 1,972
Posted By ferhatkuskaya
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
Posted By ferhatkuskaya
Re: Shorting code lines within one loop

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: 889
Posted By ferhatkuskaya
Re: using only one procedure for more than one components

sorry duoas I dont know what tag property of component does?
Forum: Pascal and Delphi Nov 27th, 2007
Replies: 6
Views: 889
Posted By ferhatkuskaya
Re: using only one procedure for more than one components

OK think as "dikeyac" and "yataykapa" image components that is included in additional components
Forum: Pascal and Delphi Nov 26th, 2007
Replies: 2
Views: 795
Posted By ferhatkuskaya
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
Posted By ferhatkuskaya
using only one procedure for more than one components

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: 1,302
Posted By ferhatkuskaya
Solution 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
Posted By ferhatkuskaya
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
Posted By ferhatkuskaya
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...
Showing results 1 to 29 of 29

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 5:58 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC