Jump to content

Ams Ile Araç Çubuğu


ugur4721
 Share

Recommended Posts

pairs ...1  sorum olacak saat kodu neydi unuttum böyle 1 şeydi ama bulamadımda
results = System.GetTime(TIME_FMT_SEC);
resultc = System.GetTime(TIME_FMT_MIN);
result = System.GetTime(TIME_FMT_MIL);
Label = ("result" "resultc" results")
page start timer (100)

 

bu arada
üstteki sorum için 1 örnek bulabilirmisin bunu
"Arkadaşlar ben ams kullanarak küçük 1 araç çubuğu yapmak istiyorumda saniyelik değişen
Cpu, ram, eternet harddiskin kapasitesi kodlamasını nasıl yapabilirim
Birde bu kodlamaları sprict bölümünün hangisine yapıştıracam
"

Link to comment
Share on other sites

  • Editor

Araç çubuğu için Kral ın yaptıkları var örnek çalışmalarda bakabilirsin.

 

http://www.tnctr.com/topic/196225-goersel-masaustum/

 

http://www.tnctr.com/topic/187077-sidebar/

 

Burada var örnekler.Saat içinde kolay bir yöntem söyleyeyim Google a os.time() yazıp ara bu fonksiyon ile çok rahat yapabilirsin.

Link to comment
Share on other sites

saat kodunu buldum 
saniye = System.GetTime(TIME_FMT_SEC);
dakika = System.GetTime(TIME_FMT_MIN);
saat = System.GetTime(TIME_FMT_HOUR);
Input.SetText("Input.saat", " "..saat..":"..dakika..":"..saniye.."")
Page.StartTimer(100);

Edited by ugur4721
Link to comment
Share on other sites

saat  kodunu yazarken new label objecti kullanmak istersek hata veriyor 
4. satırda sorun diyor nasıl düzeltmek lazım saat kodu :
saniye = System.GetTime(TIME_FMT_SEC);
dakika = System.GetTime(TIME_FMT_MIN);
saat = System.GetTime(TIME_FMT_HOUR);
Input.SetText("Input.saat", " "..saat..":"..dakika..":"..saniye.."")
Page.StartTimer(100);

Link to comment
Share on other sites

  • 4 hafta sonra ...

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...