Jump to content

Tree Nesnesini Seçili Hale Getirmek


hakan3406
 Share

Recommended Posts

Global Functions:

[quote]nSecili = 0;[/quote]

Page1 On Show:

[quote]if nSecili ~= 0 then
Tree.SetSelectedNode("Tree1", "1.1")
end[/quote]

Page2 Button On Click:

[quote]nSecili = 1;
Page.Jump("Page1")[/quote]

Başlığı konuyu özetleyecek şekilde düzeltin.

Link to comment
Share on other sites

Hocam, komutlar çalışmadı. Ben tam anlatamadım. Durum şöyle:

Page1: Anasayfa
Page2: Kişiler
Page3: Oyunlar

Page2 deki tree nesnesinin itemleri şöyle:
1. VİDEO (Dialog aç komutu var. Dialog da da videolar var.)
2. KİŞİ1 (komut yok)
2.1. KİŞİ1 BİLGİLER (sayfa üzerindeki Richtextlere bilgileri yazdırıyor.)
2.2. KİŞİ2 RESİMLER (Dialog aç komutu var. Dialog da da resimler var.)

Ben şimdi Item1 deki dialogdan açılan videoyu veya Item2.2 deki dialogtan açılan resimleri açıp kapatıyorum. Diğer sayfalara gidip geldiğimde karşıma dialogtaki video veya resimler çıkıyor. Yani Page2 görüntülenmiyor. Bu sorunu çözemedim.
Teşekkürler.

Link to comment
Share on other sites

Aşağıdaki şekilde deneyin,

Global Functions:

[quote]nSecili = 0;[/quote]

Page2 On Show:

[quote]if nSecili ~= 0 then
Tree.SetSelectedNode("Tree1", "2")
end[/quote]

Page2 Button On Click:

[quote]nSecili = 1;
Page.Jump("Page1")[/quote]

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