Jump to content

Gıf Plugini Visible Sorunu << Çözüldü >>


DivaneTR
 Share

Recommended Posts

[center][b]Projemdeki Listboxta Görüntü Dosyaları Var. Bu Dosyaları Seçtiğimde Soldaki Image1 Objesinde Görünüyor. Eğer Görüntü Gif İse Yine Image1 ile Aynı Konumdaki GIF Plugini ile Görüntüleniyor. Gif Dosyayı Seçtiğimde Image1'i Görünmez Olarak Ayarlıyorum. Çünkü İkisinin Proje İçindeki Yeri Aynı. Aynı Şekilde Gif Olmayan Bir Dosyayı Seçtiğimde GIF Pluginini Nasıl Görünmez Yapabilirim. İlgili Kişilerin Yardımını Bekliyorum.[/b][/center]

[b]Listbox >> On Select[/b]
[codebox]
Secilen = ListBox.GetSelected(this);
if Secilen then
item = Secilen[1]
local Data = ListBox.GetItemData(this, Secilen[1]);
once = String.SplitPath(Data);
uzanti = once.Extension
if uzanti == ".gif" then
Image.SetVisible("ornek.goruntu", false);
oynat = GIF.Load("gif", Data);
elseif uzanti ~= ".gif" then
Image.SetVisible("ornek.ses", false);
Image.Load("ornek.goruntu", Data);
end
end
[/codebox] Edited by Baba_
Link to comment
Share on other sites

[b]Evet Malesef Sadece GIF.Load Var Action Wizard'da. Farklı Bi Yöntemle Obje Gizleme Mümkün Olmuyor Mu Acaba ?

[color="#00BFFF"]Edit : E-Posta Yoluyla Rica Ettim :)[/color][/b]

Edited by Baba_
Link to comment
Share on other sites

[quote name='KintaRo' date='07 September 2011 - 21:08 ' timestamp='1315418903' post='1075781']
Plugin.Setvisible("Plugin1", true)
Plugin.Setvisible("Plugin1", false)

denediniz mi? :)
[/quote]

[b]Olur Mu Patron ?

Edit : Öyle de Bi Olur Ki :) Ellerinden Öptüm KintaRo[/b]

Edited by Baba_
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...