Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
Software Development
>
Interpreters
>
DMonkey
>
Forums
>
Help
>
VCLTimerの使い方を教えて下さい
DMonkey
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Downloads
List of Releases
Stats
Source Code
Code Repository list
CVS
View Repository
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Communication
Forums
List of Forums
Help (8)
Open Discussion (26)
Users (0)
Mailing Lists
list of ML
dmonkey-dev
News
Forums:
Help
(Thread #10006)
Return to Thread list
RSS
VCLTimerの使い方を教えて下さい (2006-01-28 12:06 by
Anonymous
#19407)
Reply
Create ticket
以下のように書いてみたのですが、Stickypaper 1.2.2 でうまく動かないです。
aTimer=new VCLTimer(aForm);
aTimer.Enabled=false;
aTimer.Interval=interval;
aTimer.onTimer=function(sender) {
if(debug>0){
Memo.text=aMessage.text;
}
alert(aMessage.text);
aTimer.Enabled=false;
};
aTimer.Enabled=true;
Reply to #19407
×
Subject
Body
Reply To Message #19407 > 以下のように書いてみたのですが、Stickypaper 1.2.2 でうまく動かないです。 > aTimer=new VCLTimer(aForm); > aTimer.Enabled=false; > aTimer.Interval=interval; > aTimer.onTimer=function(sender) { > if(debug>0){ > Memo.text=aMessage.text; > } > alert(aMessage.text); > aTimer.Enabled=false; > }; > aTimer.Enabled=true;
You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.)
Login
Nickname
Preview
Post
Cancel