IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   mIRC Scripting Sorunları (https://www.ircforumlari.net/mirc-scripting-sorunlari/)
-   -   Çözüldü Dialog Icon Hatası (https://www.ircforumlari.net/mirc-scripting-sorunlari/682277-dialog-icon-hatasi.html)

CaneR. 17 Şubat 2015 23:02

Dialog Icon Hatası
 
Verilen Hata Su.
* /dialog: 'oyunlar' Icon Yüklemede Hata 'scripting\oyunlar\slam.exe' (Satır 5, 21.exe)


Kod:

alias odialog {
  ; this alias
  ; Using
  ; /odialog 
  if !$dialog($1) { dialog -m $1 $1 | dialog -s $1 -1 -1 0 0  }
  var %x $2,%y $3,%dname $1
  if %x && %y && %dname {
    var %a 1
    while %a <= %y {
      dialog -s %dname -1 -1 %a 1
      set %c %a
      inc %a
    }
    var %s 1
    while %s <= %x {
      dialog -s %dname -1 -1 %c %s
      inc %s
    }
  }
  unset %c
}

alias oyunlar {
  $iif($status == connected,$null,ChatFoxUyarı)
  odialog oyunlar 230 225
}

alias mdx { return $dll(scripting\dll\mdx.dll,$1,$2-) }
alias mdx.dll { return $dll(scripting\dll\mdx.dll,$1,$2-) }
dialog oyunlar {
  title "::.  Oyunlar .::"
  size 300 230 200 200
  option pixels
  icon scripting\görünüm\ÜstMenü\13.ico
  button "SLAM", 1, 5 40 100 25, flat
  button "YUMURTA", 2, 5 100 100 25, flat
  button "OKEY", 3, 5 160 100 25, flat
  button "KAYAK", 4, 120 40 100 25, flat
  button "BLOCK", 5, 120 100 100 25, flat
  button "ADAM ASMACA", 6, 120 160 100 25, flat
  button "KAPAT", 25, 78 200 70 21, flat ok cancel
  icon 14, 40 5 205 40, scripting\oyunlar\slam.exe
  icon 15, 150 5 205 40, scripting\oyunlar\kayak.exe
  icon 16, 40 68 205 40, scripting\oyunlar\yumurta.exe
  icon 17, 150 68 205 40, scripting\oyunlar\block.exe
  icon 18, 40 128 205 40, scripting\oyunlar\Okey.exe
  icon 19, 150 128 205 40, scripting\oyunlar\hangman.exe
}

on 1:dialog:oyunlar:sclick:*:{
  if ($did == 1 ) { /run scripting\Oyunlar\slam.exe }
  if ($did == 2 ) { /run scripting\oyunlar\yumurta.exe }
  if ($did == 3 ) { /run scripting\Oyunlar\Okey.exe }
  if ($did == 4 ) { /run scripting\Oyunlar\kayak.exe }
  if ($did == 5 ) { /run scripting\oyunlar\block.exe }
  if ($did == 6 ) { /run scripting\oyunlar\hangman.exe }

}
alias oyun { dialog -m oyunlar oyunlar }
on *:dialog:oyunlar:*:* {
  if ($devent == init) {
    mdx.dll MarkDialog $dname
    mdx SetFont 1,2,3,4,5,6,7,8,9,10,11,12,13 14 700 arial
    mdx.dll SetColor $dname 1,2,3,4,5,6,7,8,9,10,11,12,13 background $rgb(70,130,180)
    mdx SetDialog [ $dname ] bgcolor $rgb(70,130,180)
  }
}


Hatayı Bulamadım Neresinde Var Hata Yardımcı Olursanız Sevinirim.

CaneR. 18 Şubat 2015 00:13

Cevap: Dialog Icon Hatası
 
Geomon İconlu Flash Oyunlarıda Var Exeler İconsuzdu O Yuzden Acmıyordu İconlu Oyunlar Atınca Duzeldi Tşkler :)

Goemon 18 Şubat 2015 00:44

Cevap: Dialog Icon Hatası
 
Konu çözüldü yazarmısınız @[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]

Swat 18 Şubat 2015 01:37

Cevap: Dialog Icon Hatası
 
tamamdır sağolasın


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 16:19.

Powered by vBulletin® Version 3.8.8 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2024 IRCForumlari.Net