<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentare für universal.adapter</title>
	<atom:link href="http://blog.ubigrate.de/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ubigrate.de</link>
	<description>Lückenlos zwischen digitaler und realer Welt</description>
	<lastBuildDate>Fri, 22 Jan 2010 16:09:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Kommentar zu Flexible Module Loader – a handy tool to review modules in Adobe Flex 3 (Air) von Mihai</title>
		<link>http://blog.ubigrate.de/2009/05/07/flexible-module-loader/comment-page-1/#comment-9046</link>
		<dc:creator>Mihai</dc:creator>
		<pubDate>Fri, 22 Jan 2010 16:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ubigrate.com/?p=600#comment-9046</guid>
		<description>Hi again,

Sorry, I tried again and it load my modules, after restart the application.

Mihai</description>
		<content:encoded><![CDATA[<p>Hi again,</p>
<p>Sorry, I tried again and it load my modules, after restart the application.</p>
<p>Mihai</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Flexible Module Loader – a handy tool to review modules in Adobe Flex 3 (Air) von Mihai</title>
		<link>http://blog.ubigrate.de/2009/05/07/flexible-module-loader/comment-page-1/#comment-9044</link>
		<dc:creator>Mihai</dc:creator>
		<pubDate>Fri, 22 Jan 2010 16:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ubigrate.com/?p=600#comment-9044</guid>
		<description>Hi
I tried this application. Tried to load some swf modules that load some fonts and display they intro a label repeater.
This applications doesn&#039;t load my modules.

Mihai</description>
		<content:encoded><![CDATA[<p>Hi<br />
I tried this application. Tried to load some swf modules that load some fonts and display they intro a label repeater.<br />
This applications doesn&#8217;t load my modules.</p>
<p>Mihai</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Creating Flex UIs in Java &#8211; A Short Tutorial von Jay</title>
		<link>http://blog.ubigrate.de/2008/11/25/creating-flex-uis-in-java-a-short-tutorial/comment-page-1/#comment-8486</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Wed, 23 Dec 2009 15:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ubigrate.com/?p=279#comment-8486</guid>
		<description>Thanks for the great Tutorial, it&#039;s great when people share this sort of concise knowledge.  I will pay it forward.</description>
		<content:encoded><![CDATA[<p>Thanks for the great Tutorial, it&#8217;s great when people share this sort of concise knowledge.  I will pay it forward.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu R2-D2 für&#8217;s Kinderzimmer: Lego Mindstorms NXT von Mohammed Shehata</title>
		<link>http://blog.ubigrate.de/2008/06/27/mindstorms/comment-page-1/#comment-7947</link>
		<dc:creator>Mohammed Shehata</dc:creator>
		<pubDate>Tue, 01 Dec 2009 19:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ubigrate.com/?p=32#comment-7947</guid>
		<description>i wonder if there are another simulator program to edit and run your mindstorms programs on computer instead of downloading it into the robot and test it ? have you any idea about it ?

please update me on the contact page on my site ?</description>
		<content:encoded><![CDATA[<p>i wonder if there are another simulator program to edit and run your mindstorms programs on computer instead of downloading it into the robot and test it ? have you any idea about it ?</p>
<p>please update me on the contact page on my site ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Flexible Module Loader – a handy tool to review modules in Adobe Flex 3 (Air) von Simon Biemer</title>
		<link>http://blog.ubigrate.de/2009/05/07/flexible-module-loader/comment-page-1/#comment-6763</link>
		<dc:creator>Simon Biemer</dc:creator>
		<pubDate>Mon, 19 Oct 2009 08:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ubigrate.com/?p=600#comment-6763</guid>
		<description>Hi Raymond, you have to import the component of your module. For example your module component is &#039;TestModule.mxml&#039;. In your example, the code must look like this:

var module:TestModule = factory.create() as TestModule;

(FlexBuilder will automatically import your TestModule component, including &#039;import components.TestModule;&#039; in your parent application)

Now, you can call every property or function of the module like &#039;moduls.testFunction()&#039; or &#039;module.width = 100;&#039;...

Greetings, Simon</description>
		<content:encoded><![CDATA[<p>Hi Raymond, you have to import the component of your module. For example your module component is &#8216;TestModule.mxml&#8217;. In your example, the code must look like this:</p>
<p>var module:TestModule = factory.create() as TestModule;</p>
<p>(FlexBuilder will automatically import your TestModule component, including &#8216;import components.TestModule;&#8217; in your parent application)</p>
<p>Now, you can call every property or function of the module like &#8216;moduls.testFunction()&#8217; or &#8216;module.width = 100;&#8217;&#8230;</p>
<p>Greetings, Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Flexible Module Loader – a handy tool to review modules in Adobe Flex 3 (Air) von Raymond</title>
		<link>http://blog.ubigrate.de/2009/05/07/flexible-module-loader/comment-page-1/#comment-6669</link>
		<dc:creator>Raymond</dc:creator>
		<pubDate>Thu, 15 Oct 2009 00:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ubigrate.com/?p=600#comment-6669</guid>
		<description>Hi Simon,

Thanks for the quick response.  I believe you are referring to the following line of code :

var factory:IFlexModuleFactory = IFlexModuleFactory(e.target);
var module:Module = factory.create() as Module;

How did you import your module component in the parent application ? I don&#039;t think you are referring to  import mx.modules.Module;</description>
		<content:encoded><![CDATA[<p>Hi Simon,</p>
<p>Thanks for the quick response.  I believe you are referring to the following line of code :</p>
<p>var factory:IFlexModuleFactory = IFlexModuleFactory(e.target);<br />
var module:Module = factory.create() as Module;</p>
<p>How did you import your module component in the parent application ? I don&#8217;t think you are referring to  import mx.modules.Module;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Flexible Module Loader – a handy tool to review modules in Adobe Flex 3 (Air) von Simon Biemer</title>
		<link>http://blog.ubigrate.de/2009/05/07/flexible-module-loader/comment-page-1/#comment-6656</link>
		<dc:creator>Simon Biemer</dc:creator>
		<pubDate>Wed, 14 Oct 2009 15:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ubigrate.com/?p=600#comment-6656</guid>
		<description>Hi Raymond,
it wasn&#039;t implemented yet, but i tried it out and it works fine. I chose a very simple way. I don&#039;t know if it is flexible enough for your problem, but at least it is one way how it works.
In your handler, which is called after the &#039;ready&#039; event, you create your module with the interface &lt;em&gt;IFlexModuleFactory&lt;/em&gt;, something like &lt;em&gt;factory.create()&lt;/em&gt;. At this point, you have to cast the created &lt;em&gt;Object &lt;/em&gt; to your Module.mxml. For example your module is &lt;em&gt;TestModule.mxml&lt;/em&gt; than call &lt;em&gt;factory.create() as TestModule&lt;/em&gt; and write it at a variable of your choice. Now you can call every property or function of the module. 
However there is still one problem. You have to make an import of your module component in the parent application. If this is no problem in your scenario, than we have fixed your problem. Hope I could have helped you again.
Greeting Simon</description>
		<content:encoded><![CDATA[<p>Hi Raymond,<br />
it wasn&#8217;t implemented yet, but i tried it out and it works fine. I chose a very simple way. I don&#8217;t know if it is flexible enough for your problem, but at least it is one way how it works.<br />
In your handler, which is called after the &#8216;ready&#8217; event, you create your module with the interface <em>IFlexModuleFactory</em>, something like <em>factory.create()</em>. At this point, you have to cast the created <em>Object </em> to your Module.mxml. For example your module is <em>TestModule.mxml</em> than call <em>factory.create() as TestModule</em> and write it at a variable of your choice. Now you can call every property or function of the module.<br />
However there is still one problem. You have to make an import of your module component in the parent application. If this is no problem in your scenario, than we have fixed your problem. Hope I could have helped you again.<br />
Greeting Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Flexible Module Loader – a handy tool to review modules in Adobe Flex 3 (Air) von Raymond</title>
		<link>http://blog.ubigrate.de/2009/05/07/flexible-module-loader/comment-page-1/#comment-6618</link>
		<dc:creator>Raymond</dc:creator>
		<pubDate>Tue, 13 Oct 2009 04:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ubigrate.com/?p=600#comment-6618</guid>
		<description>Hi, Simon,

I wonder if you have tried successfully to send parameters from the parent to the child module using the following technique published by ESOFTHEAD ?

 i am at my ends trying to get the parameters across to the child module. In order to recognise the child module, i don&#039;t seem to have a choice but to use the  tag. 

How would you use moduleLoader with the ESOFTHEAD&#039;s sample ?</description>
		<content:encoded><![CDATA[<p>Hi, Simon,</p>
<p>I wonder if you have tried successfully to send parameters from the parent to the child module using the following technique published by ESOFTHEAD ?</p>
<p> i am at my ends trying to get the parameters across to the child module. In order to recognise the child module, i don&#8217;t seem to have a choice but to use the  tag. </p>
<p>How would you use moduleLoader with the ESOFTHEAD&#8217;s sample ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu &#8220;Allianz Digitaler Warenfluss&#8221; gestartet von Jürgen Anke</title>
		<link>http://blog.ubigrate.de/2009/02/07/allianz-digitaler-warenfluss-gestartet/comment-page-1/#comment-6090</link>
		<dc:creator>Jürgen Anke</dc:creator>
		<pubDate>Mon, 21 Sep 2009 10:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ubigrate.com/?p=484#comment-6090</guid>
		<description>Mark,

I have not heard of Together als BPM solution. When it comes to business process modelling, IDS Scheer might be a good place to start. If you are interested in detecting event patterns in data streams (complex event processing), our partner RTM Realtime-Monitoring could be of useful.

-Jürgen</description>
		<content:encoded><![CDATA[<p>Mark,</p>
<p>I have not heard of Together als BPM solution. When it comes to business process modelling, IDS Scheer might be a good place to start. If you are interested in detecting event patterns in data streams (complex event processing), our partner RTM Realtime-Monitoring could be of useful.</p>
<p>-Jürgen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu &#8220;Allianz Digitaler Warenfluss&#8221; gestartet von Mark</title>
		<link>http://blog.ubigrate.de/2009/02/07/allianz-digitaler-warenfluss-gestartet/comment-page-1/#comment-6086</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 21 Sep 2009 08:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ubigrate.com/?p=484#comment-6086</guid>
		<description>Are there programs to create and manage BPM? I have heard of &quot;Together&quot; solution InterSystems (http://www.intersystemsbenelux.com) you know the solution?</description>
		<content:encoded><![CDATA[<p>Are there programs to create and manage BPM? I have heard of &#8220;Together&#8221; solution InterSystems (<a href="http://www.intersystemsbenelux.com" rel="nofollow">http://www.intersystemsbenelux.com</a>) you know the solution?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
