<?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>topic Re: Change image-file used in the &amp;quot;ui_script&amp;quot; of lib-object? in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Change-image-file-used-in-the-quot-ui-script-quot-of-lib-object/m-p/270707#M3090</link>
    <description>I really wish that was an integrated workflow, you'd have to extract it using the xml converter or convert it using the tool to get access to embbeded image files.</description>
    <pubDate>Fri, 28 May 2021 13:02:50 GMT</pubDate>
    <dc:creator>vdentello</dc:creator>
    <dc:date>2021-05-28T13:02:50Z</dc:date>
    <item>
      <title>Change image-file used in the "ui_script" of lib-object?</title>
      <link>https://community.graphisoft.com/t5/GDL/Change-image-file-used-in-the-quot-ui-script-quot-of-lib-object/m-p/270705#M3088</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hi dear all,&lt;BR /&gt;&lt;BR /&gt;how can I get a new image in an existing gsm-object? I want change an image, that is used in the UI-script (it shows some kind of 'quick-start-guide'-graphics).&lt;BR /&gt;&lt;BR /&gt;It is only linked by its index (?) :
&lt;PRE&gt;	ui_pict 1, 0, pageStartY &lt;/PRE&gt;
When I convert the gsm to xml, I get the "hex-code"-image-part in the xml - but how I can place a new one there? How I can generate the "image-code" of the new picture, so I can put it in the xml and reconvert it to gsm?&lt;BR /&gt;&lt;BR /&gt;It would be really great, if you can help me...&lt;BR /&gt;&lt;BR /&gt;best regards from vienna,&lt;BR /&gt;Klaus&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Sep 2021 07:10:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Change-image-file-used-in-the-quot-ui-script-quot-of-lib-object/m-p/270705#M3088</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-14T07:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Change image-file used in the "ui_script" of lib-object?</title>
      <link>https://community.graphisoft.com/t5/GDL/Change-image-file-used-in-the-quot-ui-script-quot-of-lib-object/m-p/270706#M3089</link>
      <description>I believe the image can be embedded with the XML converter, but I have never used that so someone else will need to explain that if it can be done.&lt;BR /&gt;
&lt;BR /&gt;
However, if you don't need the image embedded in the object, instead of the image index number, just use the image name (in quotes).&lt;BR /&gt;
So long as that image is in your loaded library, it can be used in this command.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 27 May 2021 00:19:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Change-image-file-used-in-the-quot-ui-script-quot-of-lib-object/m-p/270706#M3089</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2021-05-27T00:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Change image-file used in the "ui_script" of lib-object?</title>
      <link>https://community.graphisoft.com/t5/GDL/Change-image-file-used-in-the-quot-ui-script-quot-of-lib-object/m-p/270707#M3090</link>
      <description>I really wish that was an integrated workflow, you'd have to extract it using the xml converter or convert it using the tool to get access to embbeded image files.</description>
      <pubDate>Fri, 28 May 2021 13:02:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Change-image-file-used-in-the-quot-ui-script-quot-of-lib-object/m-p/270707#M3090</guid>
      <dc:creator>vdentello</dc:creator>
      <dc:date>2021-05-28T13:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Change image-file used in the "ui_script" of lib-object?</title>
      <link>https://community.graphisoft.com/t5/GDL/Change-image-file-used-in-the-quot-ui-script-quot-of-lib-object/m-p/270708#M3091</link>
      <description>The Visual Studio Code GDL Extension (from AC 24), the GDL sublime extension for Sublime Text (from AC 24) or GDLnucleus (for Sublime Text from AC 19) all can handle the routines to integrate images more or less automatically.</description>
      <pubDate>Fri, 28 May 2021 13:50:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Change-image-file-used-in-the-quot-ui-script-quot-of-lib-object/m-p/270708#M3091</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2021-05-28T13:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Change image-file used in the "ui_script" of lib-object?</title>
      <link>https://community.graphisoft.com/t5/GDL/Change-image-file-used-in-the-quot-ui-script-quot-of-lib-object/m-p/270709#M3092</link>
      <description>Thank you for your replys  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
- I managed it creating an object only containing the images -&amp;gt; I convert that gsm to xml - so I can grab the GDL_pict-code and the correct MIME settings - and the index is also created (and can be manipulated)... - than copying the grabbed cod behind the &amp;lt;picture-end tag&amp;gt; (previewpic) and setting the correct index to the "ui_pict - command".  &lt;BR /&gt;
&lt;BR /&gt;
Using the lp_xmlconverter on the command line is no stress for me - I often deal with it, as this is the only way to get ALL data of an lib-object (also GUID (!) and embedded elements)&lt;BR /&gt;
&lt;BR /&gt;
for scripting and "bulk-processing"  I use notepad++  - I like that swiss-army-knife - and I can do special operations and regex-replacements and so on..&lt;BR /&gt;
&lt;BR /&gt;
best regards from vienna,&lt;BR /&gt;
Klaus  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;</description>
      <pubDate>Sun, 30 May 2021 00:02:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Change-image-file-used-in-the-quot-ui-script-quot-of-lib-object/m-p/270709#M3092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-30T00:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Change image-file used in the "ui_script" of lib-object?</title>
      <link>https://community.graphisoft.com/t5/GDL/Change-image-file-used-in-the-quot-ui-script-quot-of-lib-object/m-p/270710#M3093</link>
      <description>Hi Klaus, &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://gdl.graphisoft.com/tips-and-tricks/how-to-use-the-lp_xmlconverter-tool" target="_blank"&gt;This short LP_XMLConverter tutorial&lt;/A&gt; writes about the technique to work with image files for built-in images. It is a simpler than hex data in the xml.</description>
      <pubDate>Tue, 01 Jun 2021 15:48:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Change-image-file-used-in-the-quot-ui-script-quot-of-lib-object/m-p/270710#M3093</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2021-06-01T15:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Change image-file used in the "ui_script" of lib-object?</title>
      <link>https://community.graphisoft.com/t5/GDL/Change-image-file-used-in-the-quot-ui-script-quot-of-lib-object/m-p/270711#M3094</link>
      <description>Dear Peter,&lt;BR /&gt;
&lt;BR /&gt;
thank you for your hint how doing image embedding by using lp_xmlconverter -&lt;BR /&gt;
&lt;BR /&gt;
I have guessed there must be a way without dealing with the image code, but do not konw how to handle it...  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_rolleyes.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
Thank you a lot  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
best regards from vienna,&lt;BR /&gt;
Klaus</description>
      <pubDate>Tue, 08 Jun 2021 22:14:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Change-image-file-used-in-the-quot-ui-script-quot-of-lib-object/m-p/270711#M3094</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-08T22:14:45Z</dc:date>
    </item>
  </channel>
</rss>

