<?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: malen mit zahlen by zzyzx" in Programmierung</title>
    <link>https://community.graphisoft.com/t5/Programmierung/malen-mit-zahlen-by-zzyzx/m-p/464316#M4594</link>
    <description>Genial, ZZYZX!&lt;BR /&gt; Ähnliches geht auch mit 1-Pixel-Gifs, aber dann ist die Aufbauzeit erheblich länger.&lt;BR /&gt; Wie bist Du darauf gekommen?</description>
    <pubDate>Tue, 23 Nov 2004 11:14:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-11-23T11:14:00Z</dc:date>
    <item>
      <title>malen mit zahlen by zzyzx</title>
      <link>https://community.graphisoft.com/t5/Programmierung/malen-mit-zahlen-by-zzyzx/m-p/464315#M4593</link>
      <description>... vielleicht kann man auch mal was sinnvolles draus machen...&lt;BR /&gt; das ganze kommt ins interfaceskript und braucht sonst keine weiteren parameter (als die, die schon drinstehen)&lt;BR /&gt;  &amp;lt;/font&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;font size="1" face="Verdana, Helvetica, sans-serif"&amp;gt;Code:&amp;lt;/font&amp;gt;&amp;lt;hr /&amp;gt;&amp;lt;pre style="font-size:x-small; font-family: monospace;"&amp;gt;ui_dialog "malen mit zahlen by zzyzx"&lt;BR /&gt; dx = 180&lt;BR /&gt; dy = 100&lt;BR /&gt; faktor = 50&lt;BR /&gt; for i = 1 to 360&lt;BR /&gt; xi = dx + faktor * cos (i)&lt;BR /&gt; yi = dy + faktor * sin (i)&lt;BR /&gt; ui_separator xi,yi, xi+1, yi&lt;BR /&gt; next i&lt;BR /&gt; dx = 0&lt;BR /&gt; dy = 200&lt;BR /&gt; faktor = 10&lt;BR /&gt; faktor2 = 2*360/310&lt;BR /&gt; gosub 1&lt;BR /&gt; dx = 0&lt;BR /&gt; dy = 225&lt;BR /&gt; faktor = 8&lt;BR /&gt; faktor2 = 3*360/310&lt;BR /&gt; gosub 1&lt;BR /&gt; dx = 0&lt;BR /&gt; dy = 238&lt;BR /&gt; faktor = 5&lt;BR /&gt; faktor2 = 3.5*360/310&lt;BR /&gt; gosub 1&lt;BR /&gt; end&lt;BR /&gt; 1:&lt;BR /&gt; for i = 1 to 310&lt;BR /&gt; xi = dx + i&lt;BR /&gt; yi = dy + faktor * sin (i*faktor2)&lt;BR /&gt; ui_separator xi,yi, xi+1, yi&lt;BR /&gt; next i&lt;BR /&gt; return  :yeah:&lt;BR /&gt;  &lt;BR /&gt;  &lt;SMALL&gt;[ 23. November 2004, 11:57: Beitrag editiert von: zzyzx ]&lt;/SMALL&gt;</description>
      <pubDate>Tue, 23 Nov 2004 10:55:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/malen-mit-zahlen-by-zzyzx/m-p/464315#M4593</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2004-11-23T10:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: malen mit zahlen by zzyzx</title>
      <link>https://community.graphisoft.com/t5/Programmierung/malen-mit-zahlen-by-zzyzx/m-p/464316#M4594</link>
      <description>Genial, ZZYZX!&lt;BR /&gt; Ähnliches geht auch mit 1-Pixel-Gifs, aber dann ist die Aufbauzeit erheblich länger.&lt;BR /&gt; Wie bist Du darauf gekommen?</description>
      <pubDate>Tue, 23 Nov 2004 11:14:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/malen-mit-zahlen-by-zzyzx/m-p/464316#M4594</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-11-23T11:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: malen mit zahlen by zzyzx</title>
      <link>https://community.graphisoft.com/t5/Programmierung/malen-mit-zahlen-by-zzyzx/m-p/464317#M4595</link>
      <description>Witzig wirds, wenn man andere UI-Befehle einsetzt.&lt;BR /&gt; ui_dialog "malen mit zahlen by zzyzx"&lt;BR /&gt; dx = 180&lt;BR /&gt; &lt;BR /&gt; dy = 100&lt;BR /&gt; faktor = 50&lt;BR /&gt; for i = 1 to 360&lt;BR /&gt; xi = dx + faktor * cos (i)&lt;BR /&gt; yi = dy + faktor * sin (i)&lt;BR /&gt; !ui_separator xi,yi, xi+1, yi&lt;BR /&gt; !ui_groupbox "",xi,yi, xi+1, yi&lt;BR /&gt; !ui_button UI_NEXT, "" ,xi,yi,  xi+1, yi&lt;BR /&gt; !ui_outfield "H" ,xi,yi, 10,10&lt;BR /&gt; ui_infield "a" ,xi,yi, 50, yi&lt;BR /&gt; &lt;BR /&gt; next i&lt;BR /&gt; &lt;BR /&gt; Nettes Spielchen, aber vielleicht tatsächlich irgendwie sinnvoll einsetzbar.</description>
      <pubDate>Tue, 23 Nov 2004 11:24:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/malen-mit-zahlen-by-zzyzx/m-p/464317#M4595</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-11-23T11:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: malen mit zahlen by zzyzx</title>
      <link>https://community.graphisoft.com/t5/Programmierung/malen-mit-zahlen-by-zzyzx/m-p/464318#M4596</link>
      <description>&amp;lt;/font&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;font size="1" face="Verdana, Helvetica, sans-serif"&amp;gt;Zitat:&amp;lt;/font&amp;gt;&amp;lt;hr /&amp;gt;&amp;lt;font size="2" face="Verdana, Helvetica, sans-serif"&amp;gt; Wie bist Du darauf gekommen?  das war so 'ne typische kombination aus unzufriedenheit-mit-gegebenem, was-wissen-wollen, das-ganze-runterbrechen-und-vereinfachen und ...ich gestehe... faulheit:  :yeah:  &lt;BR /&gt; ausgangspunkt: das ui des überarbeiteten tentmakers war mir zu unübersichtlich. ich hab zwar nicht vor, das umzubauen, aber ich wollte mal schnell versuchen, ob man krumme linien ohne weiteres im ui hinbekommt. das einfachste ist in dem falll mal ein kreis. dann hatte ich grad kein 1-pixel gif zur hand und hab (aus faulheit) eben schnell eine trennlinie genommen. die länge gleich auf 1 zu setzen war intuitiver zufallstreffer: bei 0 wird gar nix angezeigt, bei grösseren werten siehts ähnlich wie dein beispiel mit den ui_infield's aus. leider gehen trennlinien nur horizontal oder vertikal; zeichen ist also nicht. gibt man werte für eine diagonale ein, dann wird ein rechteck aufgezogen. &lt;BR /&gt; was mich aber schon gewundert hat, ist, dass man die ergebniswerte nicht mal ganzzahlig machen braucht, da hat das archicad keine probleme mit. &lt;BR /&gt;   :winken:</description>
      <pubDate>Tue, 23 Nov 2004 11:53:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/malen-mit-zahlen-by-zzyzx/m-p/464318#M4596</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2004-11-23T11:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: malen mit zahlen by zzyzx</title>
      <link>https://community.graphisoft.com/t5/Programmierung/malen-mit-zahlen-by-zzyzx/m-p/464319#M4597</link>
      <description>&amp;lt;/font&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;font size="1" face="Verdana, Helvetica, sans-serif"&amp;gt;Zitat:&amp;lt;/font&amp;gt;&amp;lt;hr /&amp;gt;&amp;lt;font size="2" face="Verdana, Helvetica, sans-serif"&amp;gt;die länge gleich auf 1 zu setzen war intuitiver zufallstreffer:Aber nicht bei OS X. Da wirds nur gepunktet.  &lt;!-- s:( --&gt;&lt;span class="lia-unicode-emoji" title=":enttäuschtes_Gesicht:"&gt;😞&lt;/span&gt;&lt;!-- s:( --&gt; &lt;BR /&gt; &lt;BR /&gt;   &amp;lt;/font&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;font size="1" face="Verdana, Helvetica, sans-serif"&amp;gt;Zitat:&amp;lt;/font&amp;gt;&amp;lt;hr /&amp;gt;&amp;lt;font size="2" face="Verdana, Helvetica, sans-serif"&amp;gt;Ähnliches geht auch mit 1-Pixel-Gifs, aber dann ist die Aufbauzeit erheblich länger.&lt;BR /&gt; Das wage ich zu bezweifeln. Dauert hier auch etwas, bis die Linien da sind.</description>
      <pubDate>Tue, 23 Nov 2004 12:29:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/malen-mit-zahlen-by-zzyzx/m-p/464319#M4597</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2004-11-23T12:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: malen mit zahlen by zzyzx</title>
      <link>https://community.graphisoft.com/t5/Programmierung/malen-mit-zahlen-by-zzyzx/m-p/464320#M4598</link>
      <description>so, hier hab ich noch einen, auch flächen kann man so 'malen':&lt;BR /&gt;  &amp;lt;/font&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;font size="1" face="Verdana, Helvetica, sans-serif"&amp;gt;Code:&amp;lt;/font&amp;gt;&amp;lt;hr /&amp;gt;&amp;lt;pre style="font-size:x-small; font-family: monospace;"&amp;gt;ui_dialog "malen mit zahlen #2 by zzyzx "&lt;BR /&gt; dx = 180&lt;BR /&gt; dy = 100&lt;BR /&gt; for i = -40 to 40 step 2&lt;BR /&gt; 	for ii = -60 to i*3/2 step 2&lt;BR /&gt; 		xi = dx + i&lt;BR /&gt; 		yi = dy + ii&lt;BR /&gt; 		ui_separator xi,yi, xi+1, yi+1&lt;BR /&gt; 	next ii&lt;BR /&gt; next i&lt;BR /&gt;  &lt;BR /&gt;  &lt;BR /&gt;  &lt;SMALL&gt;[ 23. November 2004, 13:34: Beitrag editiert von: zzyzx ]&lt;/SMALL&gt;</description>
      <pubDate>Tue, 23 Nov 2004 12:33:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/malen-mit-zahlen-by-zzyzx/m-p/464320#M4598</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2004-11-23T12:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: malen mit zahlen by zzyzx</title>
      <link>https://community.graphisoft.com/t5/Programmierung/malen-mit-zahlen-by-zzyzx/m-p/464321#M4599</link>
      <description>@ frank: os-x hab ich ja bekanntlich nicht, kann ich deshalb leider nicht testen. aber du hattest ja schon oft auf die unterscheidliche (und teils unzulängliche) umsetzung beim ui in den beiden betriebssystemen hingewiesen. wenn man das ernsthaft anwenden will, kann man ja die ui_separatoren durch pixelgifs austauschen.&lt;BR /&gt; wie siehts denn bei der fläche auf dem mac aus?&lt;BR /&gt;   :winken:</description>
      <pubDate>Tue, 23 Nov 2004 12:39:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/malen-mit-zahlen-by-zzyzx/m-p/464321#M4599</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2004-11-23T12:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: malen mit zahlen by zzyzx</title>
      <link>https://community.graphisoft.com/t5/Programmierung/malen-mit-zahlen-by-zzyzx/m-p/464322#M4600</link>
      <description>Ich mach dir nachher, wenns paßt mal ein paar screenshots und schicke sie dir.</description>
      <pubDate>Tue, 23 Nov 2004 12:51:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/malen-mit-zahlen-by-zzyzx/m-p/464322#M4600</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2004-11-23T12:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: malen mit zahlen by zzyzx</title>
      <link>https://community.graphisoft.com/t5/Programmierung/malen-mit-zahlen-by-zzyzx/m-p/464323#M4601</link>
      <description>&amp;lt;/font&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;font size="1" face="Verdana, Helvetica, sans-serif"&amp;gt;Zitat:&amp;lt;/font&amp;gt;&amp;lt;hr /&amp;gt;&amp;lt;font size="2" face="Verdana, Helvetica, sans-serif"&amp;gt;Original erstellt von Frank Beister:&lt;BR /&gt;    &amp;lt;/font&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;font size="1" face="Verdana, Helvetica, sans-serif"&amp;gt;Zitat:&amp;lt;/font&amp;gt;&amp;lt;hr /&amp;gt;&amp;lt;font size="2" face="Verdana, Helvetica, sans-serif"&amp;gt;Ähnliches geht auch mit 1-Pixel-Gifs, aber dann ist die Aufbauzeit erheblich länger.&lt;BR /&gt; Das wage ich zu bezweifeln. Dauert hier auch etwas, bis die Linien da sind. [/QB]Frank, bei Windows ist das zumindest so, und zwar recht deutlich. UI_Separator braucht weniger als 1 sec, UI_PICT braucht 5-6 Sekunden.&lt;BR /&gt; Ich finde das schnelle Aufbauen des UI_SEPARATOR sehr angenehm, weil ich viele User Interfaces mit 1 Pixel Gifs bemalt habe und die Aufbauzeit manchmal ganz schön nervt.</description>
      <pubDate>Tue, 23 Nov 2004 12:59:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/malen-mit-zahlen-by-zzyzx/m-p/464323#M4601</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-11-23T12:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: malen mit zahlen by zzyzx</title>
      <link>https://community.graphisoft.com/t5/Programmierung/malen-mit-zahlen-by-zzyzx/m-p/464324#M4602</link>
      <description>Also schnell geht das am Mac definitiv nicht. Verglichen habe ich es aber auch nicht.&lt;BR /&gt; Ihr bekommt gleich Post.</description>
      <pubDate>Tue, 23 Nov 2004 14:56:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/malen-mit-zahlen-by-zzyzx/m-p/464324#M4602</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2004-11-23T14:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: malen mit zahlen by zzyzx</title>
      <link>https://community.graphisoft.com/t5/Programmierung/malen-mit-zahlen-by-zzyzx/m-p/464325#M4603</link>
      <description>sieht am mac wohl nicht so klasse aus...&lt;BR /&gt; ich hab dann mal bei windows ein anderes farbschema als das normale eingestellt, und das hat sich ganz deutlich auf den darstellungskontrast ausgewirkt. da ja das mac oberflächendesign gegenüber dem win2000 standard "softer" ist, dürfte sich das hier negativ auswirken. hier zeichnet ja nicht archicad sondern (meine these) wahrscheinlich das betriebssystem. ich denke, daran könnte es auch liegen, dass die ui_separator methode auf dem mac nicht schneller ist: mac kann wahrscheinlich besser mit dem laden von bildern umgehen, für win ist offenbar so ein ui leichter dsarzustellen.&lt;BR /&gt;   :winken:</description>
      <pubDate>Tue, 23 Nov 2004 15:16:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/malen-mit-zahlen-by-zzyzx/m-p/464325#M4603</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2004-11-23T15:16:00Z</dc:date>
    </item>
  </channel>
</rss>

