<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for ThisIsNotATest</title>
	<link>http://tom.paschenda.org/blog</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Wed, 08 Sep 2010 00:17:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>Comment on Dynamic Dialogs in Excel VBA by Alison</title>
		<link>http://tom.paschenda.org/blog/?p=16#comment-701</link>
		<author>Alison</author>
		<pubDate>Tue, 20 Jul 2010 18:33:55 +0000</pubDate>
		<guid>http://tom.paschenda.org/blog/?p=16#comment-701</guid>
		<description>Hello-Thanks for this post. I will definitely be needing it! I wonder if you can help a beginner tho:
I am running a piece of code in a macro. At a certain point in a Loop in the code, I want the userform to pop and for several of its textboxes to be populated with information from the sheet or from the macro (whichever proves easiest.
The data will be different each loop iteration, and the user will respond to the new data.
How do I get this info into the textboxes in the userform?
I don't think I can pass a value to the userform initialise event, so is there some other way to pass a value to a userform?.
OR is there a counter of some sort I can use (within the userform's code) which will count how often its been opened/initialised/activated before (during the macro run, obviously reset to 0 when macro finished looping).
Hope this makes sense. Any help will be much appreciated!</description>
		<content:encoded><![CDATA[<p>Hello-Thanks for this post. I will definitely be needing it! I wonder if you can help a beginner tho:<br />
I am running a piece of code in a macro. At a certain point in a Loop in the code, I want the userform to pop and for several of its textboxes to be populated with information from the sheet or from the macro (whichever proves easiest.<br />
The data will be different each loop iteration, and the user will respond to the new data.<br />
How do I get this info into the textboxes in the userform?<br />
I don&#8217;t think I can pass a value to the userform initialise event, so is there some other way to pass a value to a userform?.<br />
OR is there a counter of some sort I can use (within the userform&#8217;s code) which will count how often its been opened/initialised/activated before (during the macro run, obviously reset to 0 when macro finished looping).<br />
Hope this makes sense. Any help will be much appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic Dialogs in Excel VBA by Pinu</title>
		<link>http://tom.paschenda.org/blog/?p=16#comment-694</link>
		<author>Pinu</author>
		<pubDate>Tue, 08 Jun 2010 19:31:56 +0000</pubDate>
		<guid>http://tom.paschenda.org/blog/?p=16#comment-694</guid>
		<description>Great, That Solves a big problem of mine. Thanks. Too Good!  Just one suggestion, If you add to the code The procedure to add dynamically a UserForm then I think the next person looking for the solution can stop his search here. Anyways great stuff!

I have just one more problem, if you can help.
I have 2 workbooks. A.xls and B.xls. Macro codes are password protected. But not the files. So I can open A.xls can work and run macros but cant view the code as the code is password protected.
Now i am working in a new project in B.xls and I need a code from A.xls. The code is in class Afileclass of A.xls.
1st problem: I need to create a object of Afileclass class in B.xls and access all public function.
2nd problem: Is there a way if I dont want the A.xls to remain open.
3rd problem: I want to pass parameters while calling the proc.

Thanks for your help.</description>
		<content:encoded><![CDATA[<p>Great, That Solves a big problem of mine. Thanks. Too Good!  Just one suggestion, If you add to the code The procedure to add dynamically a UserForm then I think the next person looking for the solution can stop his search here. Anyways great stuff!</p>
<p>I have just one more problem, if you can help.<br />
I have 2 workbooks. A.xls and B.xls. Macro codes are password protected. But not the files. So I can open A.xls can work and run macros but cant view the code as the code is password protected.<br />
Now i am working in a new project in B.xls and I need a code from A.xls. The code is in class Afileclass of A.xls.<br />
1st problem: I need to create a object of Afileclass class in B.xls and access all public function.<br />
2nd problem: Is there a way if I dont want the A.xls to remain open.<br />
3rd problem: I want to pass parameters while calling the proc.</p>
<p>Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic Dialogs in Excel VBA by Edward</title>
		<link>http://tom.paschenda.org/blog/?p=16#comment-693</link>
		<author>Edward</author>
		<pubDate>Tue, 25 May 2010 12:12:15 +0000</pubDate>
		<guid>http://tom.paschenda.org/blog/?p=16#comment-693</guid>
		<description>Hi thanks for the example - very helpful. I can get _Click and _Change events to work but not _AfterUpdate. (ie use the same object, like a combobox but replace _Change with _AfterUpdate)
Is there a reason for this &#38; is there a solution?
Many thanks</description>
		<content:encoded><![CDATA[<p>Hi thanks for the example - very helpful. I can get _Click and _Change events to work but not _AfterUpdate. (ie use the same object, like a combobox but replace _Change with _AfterUpdate)<br />
Is there a reason for this &amp; is there a solution?<br />
Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic Dialogs in Excel VBA by Toby</title>
		<link>http://tom.paschenda.org/blog/?p=16#comment-691</link>
		<author>Toby</author>
		<pubDate>Fri, 23 Apr 2010 12:37:12 +0000</pubDate>
		<guid>http://tom.paschenda.org/blog/?p=16#comment-691</guid>
		<description>I cannot thank you enough for this article. I have been beating my head against code walls looking for the solution to this problem! The number of articles I trawled through looking for this answer has been frustrating, especially since the majority of them did not work on forms, but only worksheets and involved letting VB modify it's own code (bad security practice IMHO).

Your publishing of this information is very much appreciated, and I now know where to go first to look for solutions to my problems! Awesome job.</description>
		<content:encoded><![CDATA[<p>I cannot thank you enough for this article. I have been beating my head against code walls looking for the solution to this problem! The number of articles I trawled through looking for this answer has been frustrating, especially since the majority of them did not work on forms, but only worksheets and involved letting VB modify it&#8217;s own code (bad security practice IMHO).</p>
<p>Your publishing of this information is very much appreciated, and I now know where to go first to look for solutions to my problems! Awesome job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Qt and Ruby (=QtRuby) running on Windows XP by Matthew Borgeson</title>
		<link>http://tom.paschenda.org/blog/?p=38#comment-665</link>
		<author>Matthew Borgeson</author>
		<pubDate>Wed, 24 Mar 2010 15:20:55 +0000</pubDate>
		<guid>http://tom.paschenda.org/blog/?p=38#comment-665</guid>
		<description>Long time since a response, just wanted to let you know I did have the wrong version of installed!  Funny thing was, I had just gotten it running and then found myself using my Linux dev box more often at home for a Rails app for work and have yet to touch it since...*sigh* the trials and tribulations of gainful employment!

Thanks again for everything-</description>
		<content:encoded><![CDATA[<p>Long time since a response, just wanted to let you know I did have the wrong version of installed!  Funny thing was, I had just gotten it running and then found myself using my Linux dev box more often at home for a Rails app for work and have yet to touch it since&#8230;*sigh* the trials and tribulations of gainful employment!</p>
<p>Thanks again for everything-</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Qt and Ruby (=QtRuby) running on Windows XP by Karolus</title>
		<link>http://tom.paschenda.org/blog/?p=38#comment-641</link>
		<author>Karolus</author>
		<pubDate>Fri, 12 Mar 2010 17:35:31 +0000</pubDate>
		<guid>http://tom.paschenda.org/blog/?p=38#comment-641</guid>
		<description>Thanks. 

I simply copied all DLLs from the Qt 4.3.4 directory to the directory where the Ruby bin files reside. That worked.

Err ...a mistake on my part: I was testing with Microsoft Windows XP, not NT.



Cheers,

Karolus</description>
		<content:encoded><![CDATA[<p>Thanks. </p>
<p>I simply copied all DLLs from the Qt 4.3.4 directory to the directory where the Ruby bin files reside. That worked.</p>
<p>Err &#8230;a mistake on my part: I was testing with Microsoft Windows XP, not NT.</p>
<p>Cheers,</p>
<p>Karolus</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deploying Ruby (and QtRuby) Applications by admin</title>
		<link>http://tom.paschenda.org/blog/?p=41#comment-635</link>
		<author>admin</author>
		<pubDate>Tue, 09 Mar 2010 05:30:53 +0000</pubDate>
		<guid>http://tom.paschenda.org/blog/?p=41#comment-635</guid>
		<description>Hi Jorge!
Thanks for the information on deploying and the list of required dlls. I think that is very helpful.

Regarding your question of creating a standalone exe, I suggest to ask the question in the ocra forum. Usually you get an answer pretty quickly.

The reason why even "Hello World" needs all those Qt dlls is that Qt Ruby is one big chunk. According to the kde-bindings mailing list, Richard Dale is planning to divide Qt Ruby into separate modules (but there is no schedule for that).
Best Regards
Tom</description>
		<content:encoded><![CDATA[<p>Hi Jorge!<br />
Thanks for the information on deploying and the list of required dlls. I think that is very helpful.</p>
<p>Regarding your question of creating a standalone exe, I suggest to ask the question in the ocra forum. Usually you get an answer pretty quickly.</p>
<p>The reason why even &#8220;Hello World&#8221; needs all those Qt dlls is that Qt Ruby is one big chunk. According to the kde-bindings mailing list, Richard Dale is planning to divide Qt Ruby into separate modules (but there is no schedule for that).<br />
Best Regards<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deploying Ruby (and QtRuby) Applications by Jorge Daniel Sampayo Vargas</title>
		<link>http://tom.paschenda.org/blog/?p=41#comment-634</link>
		<author>Jorge Daniel Sampayo Vargas</author>
		<pubDate>Tue, 09 Mar 2010 02:57:17 +0000</pubDate>
		<guid>http://tom.paschenda.org/blog/?p=41#comment-634</guid>
		<description>It appears than my last comment was cut probably due to a limit of chars:

Even if the program doesn’t use opengl or sql, it needs the dll’s. My solution was to generate an installer with NSIS, to copy all these dll’s(&#62;26mb) to the install dir where it is my exe generated by ocra (1mb).

I hope this helps someone. Sorry about my english.

Does anyone know of a way to be able to generate the exe with orca including all of these dll's? Sometimes a standalone exe is more welcomed than an installer.

Best Regards.
Jorge Sampayo.</description>
		<content:encoded><![CDATA[<p>It appears than my last comment was cut probably due to a limit of chars:</p>
<p>Even if the program doesn’t use opengl or sql, it needs the dll’s. My solution was to generate an installer with NSIS, to copy all these dll’s(&gt;26mb) to the install dir where it is my exe generated by ocra (1mb).</p>
<p>I hope this helps someone. Sorry about my english.</p>
<p>Does anyone know of a way to be able to generate the exe with orca including all of these dll&#8217;s? Sometimes a standalone exe is more welcomed than an installer.</p>
<p>Best Regards.<br />
Jorge Sampayo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deploying Ruby (and QtRuby) Applications by Jorge Daniel Sampayo Vargas</title>
		<link>http://tom.paschenda.org/blog/?p=41#comment-633</link>
		<author>Jorge Daniel Sampayo Vargas</author>
		<pubDate>Tue, 09 Mar 2010 02:50:36 +0000</pubDate>
		<guid>http://tom.paschenda.org/blog/?p=41#comment-633</guid>
		<description>Hello,

I have the same problem that Narasimha,

I'm using ocra, not rubyscript2exe

I created a simple helloWorld in QT with a pushbutton, deploy the exe, it runs correctly in my system, but in any other computer it says that it doesn't found libsmokeqt.dll

It appears than that dll is installed with qtruby4 windows installer: http://rubyforge.org/tracker/index.php?func=detail&#38;aid=13995&#38;group_id=181&#38;atid=761

And here it is described for what it is used:
http://www.qtcentre.org/threads/19831-What-is-the-use-of-libsmokeqt-dll-for-windows

The library in my system is in "C:\WINDOWS\system32\libsmokeqt.dll"

If I copy that library to the client computer (it works putting it in the exe folder, it is not necessary to copy it to system32), then it ask now for QtCore4.dll, so I started copying one by one to fill the requirements of the powerful HelloWorld program.

I copied all the dll's from "C:\Qt\4.3.4\bin"
This is the list of dll's needed to be able to run the HelloWorld:
.
&#124;-- Qt3Support4.dll
&#124;-- QtAssistantClient4.dll
&#124;-- QtCore4.dll
&#124;-- QtDesigner4.dll
&#124;-- QtDesignerComponents4.dll
&#124;-- QtGui4.dll
&#124;-- QtNetwork4.dll
&#124;-- QtOpenGL4.dll
&#124;-- QtScript4.dll
&#124;-- QtSql4.dll
&#124;-- QtSvg4.dll
&#124;-- QtTest4.dll
&#124;-- QtXml4.dll
`-- mingwm10.dll

Even if the program doesn't use opengl or sql, it needs the dll's. My solution was to generate an installer with NSIS, to copy all these dll's(&#62;26mb) to the install dir where it is my exe generated by ocra (</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I have the same problem that Narasimha,</p>
<p>I&#8217;m using ocra, not rubyscript2exe</p>
<p>I created a simple helloWorld in QT with a pushbutton, deploy the exe, it runs correctly in my system, but in any other computer it says that it doesn&#8217;t found libsmokeqt.dll</p>
<p>It appears than that dll is installed with qtruby4 windows installer: <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=13995&amp;group_id=181&amp;atid=761" rel="nofollow">http://rubyforge.org/tracker/index.php?func=detail&amp;aid=13995&amp;group_id=181&amp;atid=761</a></p>
<p>And here it is described for what it is used:<br />
<a href="http://www.qtcentre.org/threads/19831-What-is-the-use-of-libsmokeqt-dll-for-windows" rel="nofollow">http://www.qtcentre.org/threads/19831-What-is-the-use-of-libsmokeqt-dll-for-windows</a></p>
<p>The library in my system is in &#8220;C:\WINDOWS\system32\libsmokeqt.dll&#8221;</p>
<p>If I copy that library to the client computer (it works putting it in the exe folder, it is not necessary to copy it to system32), then it ask now for QtCore4.dll, so I started copying one by one to fill the requirements of the powerful HelloWorld program.</p>
<p>I copied all the dll&#8217;s from &#8220;C:\Qt\4.3.4\bin&#8221;<br />
This is the list of dll&#8217;s needed to be able to run the HelloWorld:<br />
.<br />
|&#8211; Qt3Support4.dll<br />
|&#8211; QtAssistantClient4.dll<br />
|&#8211; QtCore4.dll<br />
|&#8211; QtDesigner4.dll<br />
|&#8211; QtDesignerComponents4.dll<br />
|&#8211; QtGui4.dll<br />
|&#8211; QtNetwork4.dll<br />
|&#8211; QtOpenGL4.dll<br />
|&#8211; QtScript4.dll<br />
|&#8211; QtSql4.dll<br />
|&#8211; QtSvg4.dll<br />
|&#8211; QtTest4.dll<br />
|&#8211; QtXml4.dll<br />
`&#8211; mingwm10.dll</p>
<p>Even if the program doesn&#8217;t use opengl or sql, it needs the dll&#8217;s. My solution was to generate an installer with NSIS, to copy all these dll&#8217;s(&gt;26mb) to the install dir where it is my exe generated by ocra (</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Qt Open Source 4.3.4 and Visual Studio by admin</title>
		<link>http://tom.paschenda.org/blog/?p=28#comment-632</link>
		<author>admin</author>
		<pubDate>Sun, 07 Mar 2010 14:51:23 +0000</pubDate>
		<guid>http://tom.paschenda.org/blog/?p=28#comment-632</guid>
		<description>Hi Mike!
It looks like there is something wrong with your environment variables.
Make sure, that the include-variable is set correctly, so windows.h can be found.
You can print the contents of the include-variable using
echo %include%
Also try to use the Qt command prompt or the Visual Studio command prompt (you can find them in the start menu). They should have the environment variable preset correctly.
Hth
Tom</description>
		<content:encoded><![CDATA[<p>Hi Mike!<br />
It looks like there is something wrong with your environment variables.<br />
Make sure, that the include-variable is set correctly, so windows.h can be found.<br />
You can print the contents of the include-variable using<br />
echo %include%<br />
Also try to use the Qt command prompt or the Visual Studio command prompt (you can find them in the start menu). They should have the environment variable preset correctly.<br />
Hth<br />
Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>
