<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Thema "Re: UI_Refresh erzwingen" in Programmierung</title>
    <link>https://community.graphisoft.com/t5/Programmierung/UI-Refresh-erzwingen/m-p/479679#M4841</link>
    <description>Spitze - vielen Dank für die Mühe!&lt;BR /&gt;Werde ich bei sobald wie möglich selbst ausprobieren...&lt;BR /&gt;Grüße,&lt;BR /&gt;Oliver</description>
    <pubDate>Tue, 07 May 2013 14:25:21 GMT</pubDate>
    <dc:creator>oschaeffer</dc:creator>
    <dc:date>2013-05-07T14:25:21Z</dc:date>
    <item>
      <title>UI_Refresh erzwingen</title>
      <link>https://community.graphisoft.com/t5/Programmierung/UI-Refresh-erzwingen/m-p/479672#M4834</link>
      <description>hallo zusammen,&lt;BR /&gt;&lt;BR /&gt;eine frage diesmal zum user interface:&lt;BR /&gt;&lt;BR /&gt;ich möchte zwischen verschieden seiten per UI_INFIELD{3} dropdown-liste blättern - klappt soweit.&lt;BR /&gt;&lt;BR /&gt;zusätzlich möchte ich per UI_BUTTON UI_FUNCTION einen home-button erzeugen.&lt;BR /&gt;wie kann ich einen UI-refresh erzwingen, damit nach drücken des home-buttons sich auch die angezeigte überschrift in der dropdown-liste aktualisiert?&lt;BR /&gt;&lt;BR /&gt;besten dank vorab und grüße,&lt;BR /&gt;oliver</description>
      <pubDate>Sun, 24 Mar 2013 17:24:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/UI-Refresh-erzwingen/m-p/479672#M4834</guid>
      <dc:creator>oschaeffer</dc:creator>
      <dc:date>2013-03-24T17:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: UI_Refresh erzwingen</title>
      <link>https://community.graphisoft.com/t5/Programmierung/UI-Refresh-erzwingen/m-p/479673#M4835</link>
      <description>Poste doch mal dein Skript, was du bisher probiert hast. Eigentlich sollte in folgender Art gehen:&lt;BR /&gt;&lt;BR /&gt;IF GLOBMOD_PARANAME="hombtn" AND homebtn=1 THEN PARAMETERS hombtn=0, ui_seite=1</description>
      <pubDate>Mon, 25 Mar 2013 07:31:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/UI-Refresh-erzwingen/m-p/479673#M4835</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-25T07:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: UI_Refresh erzwingen</title>
      <link>https://community.graphisoft.com/t5/Programmierung/UI-Refresh-erzwingen/m-p/479674#M4836</link>
      <description>Danke für die schnelle Antwort! Geskripted habe ich bisher nachfolgendes.&lt;BR /&gt;Es läuft bis auf den Homebutton (s.o.), allerdings muss ich gestehen, dass mir der Zusammenhang zwischen GLOB_UI_BUTTON_ID und gs_ui_current_page dabei noch nicht ganz klar ist .&lt;BR /&gt;Wie genau müsste ich Deine Zeile einbauen?&lt;BR /&gt;&lt;BR /&gt;+++ IM UI-SKRIPT +++&lt;BR /&gt;&lt;BR /&gt;UI_BUTTON UI_FUNCTION, "home", 0,0,41,20,1&lt;BR /&gt;&lt;BR /&gt;ui_infield{3} "gs_ui_current_page", 50,0, 300,20,&lt;BR /&gt;        2, "", 4, 1,&lt;BR /&gt;        20, 20, 10, 10,&lt;BR /&gt;        "", `aktuelle anzeige`,      			1,&lt;BR /&gt;        "", `voreinstellungen minimal`,      	2,&lt;BR /&gt;        "", `voreinstellungen entwurf`, 		3&lt;BR /&gt;&lt;BR /&gt;UI_BUTTON UI_PREV ,"&amp;lt;&amp;lt;",360,0,41,20&lt;BR /&gt;UI_BUTTON UI_NEXT ,"&amp;gt;&amp;gt;",399,0,41,20&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;+++ IM MASTER-SKRIPT +++&lt;BR /&gt;&lt;BR /&gt;IF GLOB_UI_BUTTON_ID = 1 THEN gs_ui_current_page = 1&lt;BR /&gt;IF GLOB_UI_BUTTON_ID = 2 THEN gs_ui_current_page = 2&lt;BR /&gt;IF GLOB_UI_BUTTON_ID = 3 THEN gs_ui_current_page = 3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;+++ IM PARAMETER-SKRIPT +++&lt;BR /&gt;&lt;BR /&gt;VALUES "gs_ui_current_page" 1, 2, 3</description>
      <pubDate>Mon, 25 Mar 2013 09:36:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/UI-Refresh-erzwingen/m-p/479674#M4836</guid>
      <dc:creator>oschaeffer</dc:creator>
      <dc:date>2013-03-25T09:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: UI_Refresh erzwingen</title>
      <link>https://community.graphisoft.com/t5/Programmierung/UI-Refresh-erzwingen/m-p/479675#M4837</link>
      <description>Ich habe dein Skript so gar nicht richtig zum Laufen bekommen. Den Prev/Next-Buttons fehlt am Ende noch die Ziel-ID, oder?&lt;BR /&gt;&lt;BR /&gt;Außerdem würde ich im Master-Skript die Werte-Setzung noch mit PARAMETERS machen und eigentlich ins Parameter-Skript verschieben.</description>
      <pubDate>Mon, 25 Mar 2013 22:46:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/UI-Refresh-erzwingen/m-p/479675#M4837</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2013-03-25T22:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: UI_Refresh erzwingen</title>
      <link>https://community.graphisoft.com/t5/Programmierung/UI-Refresh-erzwingen/m-p/479676#M4838</link>
      <description>Hallo Beister, danke für die Mühe!&lt;BR /&gt;&lt;BR /&gt;Läuft bei mir so, ohne Ziel-ID. Diese ändert sich ja auch je nach Seite, dann jeweils eins vor oder eins zurück. Zwei Details hatte ich noch nicht gepostet (weil übersehen):&lt;BR /&gt;&lt;BR /&gt;1.) Ganz am Anfang des UI-Skriptes steht: &lt;BR /&gt;UI_DIALOG "Einstellung", 444,266&lt;BR /&gt;UI_CURRENT_PAGE gs_ui_current_page&lt;BR /&gt;&lt;BR /&gt;2.) In den Parametern musste ich den "gs_ui_current_page" explizit als Ganzzahl-Parameter anlegen.</description>
      <pubDate>Tue, 26 Mar 2013 08:33:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/UI-Refresh-erzwingen/m-p/479676#M4838</guid>
      <dc:creator>oschaeffer</dc:creator>
      <dc:date>2013-03-26T08:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: UI_Refresh erzwingen</title>
      <link>https://community.graphisoft.com/t5/Programmierung/UI-Refresh-erzwingen/m-p/479677#M4839</link>
      <description>...oder allgemeiner gefragt:&lt;BR /&gt;&lt;BR /&gt;lässt sich im User Interface die Navigation per Drop-Down-Menüs (bekannt aus den ArchiCAD-Objekten) kombinieren mit direkten Sprungmarken auf einzelne Navigationsseiten?&lt;BR /&gt;&lt;BR /&gt;Grüße,&lt;BR /&gt;Oliver</description>
      <pubDate>Wed, 27 Mar 2013 10:22:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/UI-Refresh-erzwingen/m-p/479677#M4839</guid>
      <dc:creator>oschaeffer</dc:creator>
      <dc:date>2013-03-27T10:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: UI_Refresh erzwingen</title>
      <link>https://community.graphisoft.com/t5/Programmierung/UI-Refresh-erzwingen/m-p/479678#M4840</link>
      <description>Hallo Oliver&lt;BR /&gt;Habe deinem UI Skript ein wenig das Laufen beigebracht.&lt;BR /&gt;Hier das Ergebniss&lt;BR /&gt;&lt;BR /&gt;+++ IM UI-SKRIPT +++&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;UI_DIALOG "Einstellungen", 444,266&lt;BR /&gt;&lt;BR /&gt;!******* Seite 1 **********&lt;BR /&gt;UI_PAGE 1&lt;BR /&gt;UI_CURRENT_PAGE gs_ui_current_page&lt;BR /&gt;&lt;BR /&gt;ui_infield{3} "gs_ui_current_page", 50,0, 300,20,&lt;BR /&gt;2, "", 4, 1,&lt;BR /&gt;20, 20, 10, 10,&lt;BR /&gt;"", `aktuelle anzeige`, 1,&lt;BR /&gt;"", `voreinstellungen minimal`, 2,&lt;BR /&gt;"", `voreinstellungen entwurf`, 3&lt;BR /&gt;&lt;BR /&gt;UI_OUTFIELD "bin auf 1",360,100&lt;BR /&gt;&lt;BR /&gt;UI_BUTTON UI_FUNCTION, "home", 0,0,41,20,1&lt;BR /&gt;UI_BUTTON UI_FUNCTION, "goto 1", 0,30,41,20,1&lt;BR /&gt;UI_BUTTON UI_FUNCTION, "goto 2", 0,60,41,20,2&lt;BR /&gt;UI_BUTTON UI_FUNCTION, "goto 3", 0,90,41,20,3&lt;BR /&gt;&lt;BR /&gt;UI_BUTTON UI_PREV ,"&amp;lt;&amp;lt;",360,0,41,20,gs_ui_current_page - 1&lt;BR /&gt;UI_BUTTON UI_NEXT ,"&amp;gt;&amp;gt;",399,0,41,20,gs_ui_current_page + 1&lt;BR /&gt;&lt;BR /&gt;!******* Seite 2 **********&lt;BR /&gt;UI_PAGE 2&lt;BR /&gt;&lt;BR /&gt;ui_infield{3} "gs_ui_current_page", 50,0, 300,20,&lt;BR /&gt;2, "", 4, 1,&lt;BR /&gt;20, 20, 10, 10,&lt;BR /&gt;"", `aktuelle anzeige`, 1,&lt;BR /&gt;"", `voreinstellungen minimal`, 2,&lt;BR /&gt;"", `voreinstellungen entwurf`, 3&lt;BR /&gt;&lt;BR /&gt;UI_OUTFIELD "bin auf 2",360,100&lt;BR /&gt;&lt;BR /&gt;UI_BUTTON UI_FUNCTION, "home", 0,0,41,20,1&lt;BR /&gt;UI_BUTTON UI_FUNCTION, "goto 1", 0,30,41,20,1&lt;BR /&gt;UI_BUTTON UI_FUNCTION, "goto 2", 0,60,41,20,2&lt;BR /&gt;UI_BUTTON UI_FUNCTION, "goto 3", 0,90,41,20,3&lt;BR /&gt;&lt;BR /&gt;UI_BUTTON UI_PREV ,"&amp;lt;&amp;lt;",360,0,41,20,gs_ui_current_page - 1&lt;BR /&gt;UI_BUTTON UI_NEXT ,"&amp;gt;&amp;gt;",399,0,41,20,gs_ui_current_page + 1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;!******* Seite 3 **********&lt;BR /&gt;UI_PAGE 3&lt;BR /&gt;&lt;BR /&gt;ui_infield{3} "gs_ui_current_page", 50,0, 300,20,&lt;BR /&gt;2, "", 4, 1,&lt;BR /&gt;20, 20, 10, 10,&lt;BR /&gt;"", `aktuelle anzeige`, 1,&lt;BR /&gt;"", `voreinstellungen minimal`, 2,&lt;BR /&gt;"", `voreinstellungen entwurf`, 3&lt;BR /&gt;&lt;BR /&gt;UI_OUTFIELD "bin auf 3",360,100&lt;BR /&gt;&lt;BR /&gt;UI_BUTTON UI_FUNCTION, "home", 0,0,41,20,1&lt;BR /&gt;UI_BUTTON UI_FUNCTION, "goto 1", 0,30,41,20,1&lt;BR /&gt;UI_BUTTON UI_FUNCTION, "goto 2", 0,60,41,20,2&lt;BR /&gt;UI_BUTTON UI_FUNCTION, "goto 3", 0,90,41,20,3&lt;BR /&gt;&lt;BR /&gt;UI_BUTTON UI_PREV ,"&amp;lt;&amp;lt;",360,0,41,20,gs_ui_current_page - 1&lt;BR /&gt;UI_BUTTON UI_NEXT ,"&amp;gt;&amp;gt;",399,0,41,20,gs_ui_current_page + 1&lt;BR /&gt;&lt;/FONT&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;+++ IM MASTER-SKRIPT +++&lt;BR /&gt;Nichts&lt;BR /&gt;&lt;BR /&gt;+++ IM PARAMETER-SKRIPT +++&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;VALUES "gs_ui_current_page" 1, 2, 3&lt;BR /&gt;parameters gs_ui_current_page = GLOB_UI_BUTTON_ID&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Der Parameter  &lt;FONT color="#0000FF"&gt;gs_ui_current_page&lt;/FONT&gt; mus als Ganzzahl definiert werden.&lt;BR /&gt;gruss koma</description>
      <pubDate>Tue, 07 May 2013 12:58:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/UI-Refresh-erzwingen/m-p/479678#M4840</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-07T12:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: UI_Refresh erzwingen</title>
      <link>https://community.graphisoft.com/t5/Programmierung/UI-Refresh-erzwingen/m-p/479679#M4841</link>
      <description>Spitze - vielen Dank für die Mühe!&lt;BR /&gt;Werde ich bei sobald wie möglich selbst ausprobieren...&lt;BR /&gt;Grüße,&lt;BR /&gt;Oliver</description>
      <pubDate>Tue, 07 May 2013 14:25:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/UI-Refresh-erzwingen/m-p/479679#M4841</guid>
      <dc:creator>oschaeffer</dc:creator>
      <dc:date>2013-05-07T14:25:21Z</dc:date>
    </item>
  </channel>
</rss>

