Jump to content

İnternet Cafe Desktop + Autoplay Media


PaRaDoXPoYRaZ
 Share

Recommended Posts

Arkadaşlar cafemde ams kullanmak istiyorum fakat müşteri makinalarında handycafe programı yüklü kullanıcı masasını kapatınca programıda kapatıyor ve orjinal masa üstü görünüyor. bunu nasıl engelleyebilirim? 2. sorum ise ben oyunları programları felan buton olarak yapmadım. resim ekledim altına text koyarak oyunun adını yazdım ve grup yaptım bu mouse ile 1 kere tıklayınca çalışıyor. ben bunu double click yapabilirmiyim yani ikona 2 kere tıklayınca çalıştırmasını istiyorum? yardımlarınız için şimdiden çok teşekkür ederim.

[img]http://d1202.hizliresim.com/u/b/2lh05.jpg[/img]
Link to comment
Share on other sites

  • Replies 57
  • Created
  • Last Reply

Top Posters In This Topic

[quote name='Kral__' date='11 February 2012 - 16:00 ' timestamp='1328968840' post='1153513']
On Click

[code]
Image.SetOpacity("resimin adı", 75);
[/code]

On Enter

[code]
Image.SetOpacity("resimin adı", 75);
[/code]

On Leave

[code]
Image.SetOpacity("resimin adı", 100);
[/code]

yapman yeterlidir ;)
[/quote]

[font="Trebuchet MS"][size="3"]Tıklamak için resmin üstüne geleceğine göre oncliğe gerek yok gibi [/size][/font][img]http://www.tnctr.com/public/style_emoticons/default/rolleyes.gif[/img] [font="Trebuchet MS"][size="3"]Birde resim özelliklerinde cursoru hand yaptın mı tam buton olur.. Resmin adı yazan yere de this yazabilirsin, daha kesin olur[/size][/font]

Edited by severalnasty
Link to comment
Share on other sites

Kral__ Çok teşekkür ederim süper oldu 75 olan degerleride 20 yaptım mouse geldiginde kullanıcının dikkatini çekecek kadar etki yapıyor harbiden kralsın hee çok saol ;)

Birde şunu yapabilsem güzel olucak mesela msn 1 kere tıkladıgında çalışıyor bunu normal windowstaki gibi çift tıklamayla çalıştırabilecegim bi kod bulsam herşey tamam olucak :))))

Link to comment
Share on other sites

Alın size güzel bir örnek hazırladım.

Global Functions:

[codebox]function hareket(nesne)
nHareket = 20;
nBekleme = 10;
tBoyut = Image.GetProperties(nesne)
for i=1,nHareket do
Image.SetProperties(nesne, {Width = tBoyut.Width-i, Height = tBoyut.Width-i, X = Image.GetProperties(nesne).X+(i-10)})
Application.Sleep(nBekleme)
end

for i=1,nHareket do
Image.SetProperties(nesne, {Width = (tBoyut.Width-nHareket)+i, Height = (tBoyut.Width-nHareket)+i, X = Image.GetProperties(nesne).X-(i-10)})
Application.Sleep(nBekleme)
end
end[/codebox]

Her Image'in on enter:

[code]hareket(this)[/code]

Proje Dosyası:

[code]http://www.mediafire.com/?p5stg1yf96xudub[/code]

Link to comment
Share on other sites

Arkadaşım ilk mesajında sordun bende cevap verdim

[quote name='KintaRo' date='10 February 2012 - 18:21 ' timestamp='1328890913' post='1153192']
Global Functions:

[code]nKontrol = 0;[/code]

Image On Click:

[code]if nKontrol == 0 then
nKontrol=1
elseif nKontrol == 1 then
Dialog.Message("", "2. kere tıkladınız.")
nKontrol = 0;
end[/code]
[/quote]

Sen baktın ama görmedin

[quote name='PaRaDoXPoYRaZ' date='11 February 2012 - 15:56 ' timestamp='1328968582' post='1153507']
süper olur dedigin olay nasıl yapabilirim onu ben acaba? komutlarını verdim tıklayınca çalışıyor. dedigin şeffaflaştırma olayını yaparsam çok güzel olur :)) sadece çift tıklama sorunum kalır geriye :))
[/quote]

tekrar istedin,

[quote name='PaRaDoXPoYRaZ' date='11 February 2012 - 16:10 ' timestamp='1328969438' post='1153518']
Kral__ Çok teşekkür ederim süper oldu 75 olan degerleride 20 yaptım mouse geldiginde kullanıcının dikkatini çekecek kadar etki yapıyor harbiden kralsın hee çok saol ;)

Birde şunu yapabilsem güzel olucak mesela msn 1 kere tıkladıgında çalışıyor bunu normal windowstaki gibi çift tıklamayla çalıştırabilecegim bi kod bulsam herşey tamam olucak :))))
[/quote]

ve tekrar istedin

[quote name='Kral__' date='11 February 2012 - 16:12 ' timestamp='1328969529' post='1153522']
Kintaro hocamız vermiş incele
[/quote]

Kral_ seni uyardı verildi diye ama sen inatla tekrar istiyorsun, yormayın bizi bu kadar gözünüzü seveyim.

Link to comment
Share on other sites

[quote name='PaRaDoXPoYRaZ' date='11 February 2012 - 23:11 ' timestamp='1328994672' post='1153743']
Hocam onu ben yaptımda 1. tıklayışta bi aktivite olmicak normal windowstaki gibi çift tık yapınca aktivite olmasını istiyorum onu beceremedim :( KintaRo ustama çok teşekkür ederim ancak istedigim öyle bişi değil :( keşke yarasaydı işime
[/quote]

[font="'Trebuchet MS"][size="4"]İstediğin öyle birşey... İyi bak [/size][/font][img]http://www.tnctr.com/public/style_emoticons/default/wink.gif[/img]

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