Jump to content

Aıo'ye Saat Ekleme


prototype
 Share

Recommended Posts

Arkadaşlar AIO üstüne çalışıyorum ve üstüne tarih ve saat koyucam ancak eğitim setinde ki sprict bölümünde olan "On Timer" sekmesi yok saat ve tarih kodunu nereye yazıcam yardım edermisiniz AMS 8'de ?

[img]http://img.webme.com/pic/t/ttpage/saat.png[/img]
Link to comment
Share on other sites

[quote name='radyofon' date='21 June 2011 - 12:49 ' timestamp='1308653360' post='1033154']
Onpreload ve on timer sekmelerine yazmalısın
[/quote]

O sekmeler yok işte olsa oraya yazıcam o sekmeleri nasıl ekleyeceğiz ?.

Link to comment
Share on other sites

kardeş al kodları:
[code]
Bu Kodları projenin On Show evresine yazarsan istediğin olacaktır Label Bölümünü Kendine göre düzenle

saniye = System.GetTime(TIME_FMT_SEC);
dakka = System.GetTime(TIME_FMT_MIN);
saat = System.GetTime(TIME_FMT_HOUR);
Label.SetText("Label1", ""..saat..":"..dakka..":"..saniye.."");
Page.StartTimer(100, 10);
[/code]

[code]

Bunlarıda On Timere Yaz:

saniye = System.GetTime(TIME_FMT_SEC);
dakka = System.GetTime(TIME_FMT_MIN);
saat = System.GetTime(TIME_FMT_HOUR);
Label.SetText("Label1", ""..saat..":"..dakka..":"..saniye.."");

[/code]



bir de bu kodları eklemek için boş bir yere iki kere tıkla yeter daha sonra kodları yapıştır..ayrıca bu forumda var araştırsan bulurdun ama neyse gene verem kodları

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...