<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Mindsilver Forums &#187; Recent Topics</title>
		<link>http://www.mindsilver.com/forums/</link>
		<description>Mindsilver support and feedback</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Sep 2010 04:41:10 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.mindsilver.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.mindsilver.com/forums/rss/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>apupeikis on "System Error occured"</title>
			<link>http://www.mindsilver.com/forums/topic/system-error-occured#post-32</link>
			<pubDate>Sun, 04 Jul 2010 21:07:11 +0000</pubDate>
			<dc:creator>apupeikis</dc:creator>
			<guid isPermaLink="false">32@http://www.mindsilver.com/forums/</guid>
			<description>&#60;p&#62;I've got a some problem with just open an sample application in the latest guide release.&#60;br /&#62;
The application Frame in guide was not opened and I've got an System Error in the Messages area.&#60;br /&#62;
My OS Linux Ubuntu 10.04. And here is the latest info from the log -&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;2010-07-04 23:51:57,127 - INFO  - main                 - guide.ui.Main           - Guide Started
2010-07-04 23:51:59,619 - INFO  - AWT-EventQueue-1     - guide.b.b               - Checking for updates.  Current version: 1.0
2010-07-04 23:52:04,804 - INFO  - AWT-EventQueue-1     - guide.ui.c              - Opening design: myPackage.HelloWorld.create()
2010-07-04 23:52:05,008 - INFO  - AWT-EventQueue-1     - guide.ui.u              - Reading design: src/myPackage/HelloWorld.java, ProjectClassLoader-0
2010-07-04 23:52:05,112 - ERROR - AWT-EventQueue-1     - USERLOG                 - System Error
java.lang.NullPointerException
	at com.sun.java.swing.plaf.gtk.Metacity.getInt(Metacity.java:799)
	at com.sun.java.swing.plaf.gtk.Metacity.calculateButtonSize(Metacity.java:969)
	at com.sun.java.swing.plaf.gtk.Metacity$TitlePaneLayout.minimumLayoutSize(Metacity.java:688)
	at com.sun.java.swing.plaf.gtk.Metacity$TitlePaneLayout.preferredLayoutSize(Metacity.java:673)
	at java.awt.Container.preferredSize(Container.java:1599)
	at java.awt.Container.getPreferredSize(Container.java:1584)
	at javax.swing.JComponent.getPreferredSize(JComponent.java:1636)
	at java.awt.BorderLayout.preferredLayoutSize(BorderLayout.java:702)
	at javax.swing.plaf.basic.BasicDesktopIconUI.getPreferredSize(BasicDesktopIconUI.java:135)
	at javax.swing.JComponent.getPreferredSize(JComponent.java:1634)
	at javax.swing.JInternalFrame$JDesktopIcon.updateUI(JInternalFrame.java:2216)
	at javax.swing.JInternalFrame$JDesktopIcon.&#38;lt;init&#38;gt;(JInternalFrame.java:2145)
	at javax.swing.JInternalFrame.&#38;lt;init&#38;gt;(JInternalFrame.java:331)
	at guide.ui.h$j.&#38;lt;init&#38;gt;(SourceFile:414)
	at guide.ui.h.setDesign(SourceFile:96)
	at guide.ui.u.read(SourceFile:113)
	at guide.ui.c.readDesign(SourceFile:573)
	at guide.ui.c.editInvocable(SourceFile:468)
	at guide.ui.c.init(SourceFile:200)
	at guide.ui.WorkspaceView.a(SourceFile:214)
	at guide.ui.m.openSampleProject(SourceFile:221)
	at guide.ui.k.openSampleProject(SourceFile:103)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:37)
	at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:244)
	at java.beans.EventHandler.invokeInternal(EventHandler.java:463)
	at java.beans.EventHandler.access$000(EventHandler.java:261)
	at java.beans.EventHandler$1.run(EventHandler.java:411)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.beans.EventHandler.invoke(EventHandler.java:409)
	at $Proxy0.actionPerformed(Unknown Source)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
	at java.awt.Component.processMouseEvent(Component.java:6263)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
	at java.awt.Component.processEvent(Component.java:6028)
	at java.awt.Container.processEvent(Container.java:2041)
	at java.awt.Component.dispatchEventImpl(Component.java:4630)
	at java.awt.Container.dispatchEventImpl(Container.java:2099)
	at java.awt.Component.dispatchEvent(Component.java:4460)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
	at java.awt.Container.dispatchEventImpl(Container.java:2085)
	at java.awt.Window.dispatchEventImpl(Window.java:2478)
	at java.awt.Component.dispatchEvent(Component.java:4460)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
	at guide.u.dispatchEvent(SourceFile:212)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
2010-07-04 23:52:05,956 - INFO  - AWT-EventQueue-1     - guide.M                 - Writing file: /home/apupeikis/.guide/SampleProject/src/myPackage/HelloWorld.java&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I don't know what's happening, but this message type in log is cyclic.&#60;br /&#62;
Whenever I try to create my application from scratch the same error come up. Please, help....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>CroniD on "Guide 1.0 experiences (personal licence)"</title>
			<link>http://www.mindsilver.com/forums/topic/guide-10-experiences-personal-licence#post-35</link>
			<pubDate>Sat, 07 Aug 2010 18:06:25 +0000</pubDate>
			<dc:creator>CroniD</dc:creator>
			<guid isPermaLink="false">35@http://www.mindsilver.com/forums/</guid>
			<description>&#60;p&#62;Hello everyone.&#60;/p&#62;
&#60;p&#62;Some days ago i have seen that im able to use guide for personal or open source projects free. That a good decision, i think. Thanks for that. :)&#60;/p&#62;
&#60;p&#62;But i noticed some things ...&#60;/p&#62;
&#60;p&#62;1. Guide freeze if i want to see my result (after clicking on the eye button).&#60;br /&#62;
-&#38;gt; im a win7 pro 32bit user with java6u21&#60;/p&#62;
&#60;p&#62;2. I wanted to use SwingX comp. and SubstanceLAF. If i add the jars to classpath and press close, it takes some time and the ui freeze. I think guide wants to load the comp. for drag'n'drop experiences, yes? Maybe you can show a simple progressbar to show the user what is happening.&#60;/p&#62;
&#60;p&#62;3. I tried to build a gui like mozilla thunderbird (only the look), but it is really hard to tell guide &#34;that panel is the statusbar&#34; or &#34;this comp. should go from a to b&#34;. I know that this is a problem related to layoutmanagers, but i tried all of them. ;)&#60;/p&#62;
&#60;p&#62;4. I wanted to create a new palette that contains the SwingX comp. Why is the dialog for that in the project view? I think if someone wants to design gui he/she dont want to add all needed jars for each project again. An option for a cross-project way to add external jars for every project would be nice. Same for palettes.&#60;/p&#62;
&#60;p&#62;5. There is no option to set standard properties of the comp. in these palettes. :-/&#60;/p&#62;
&#60;p&#62;6. If i want to delete a comp., but this comp. is hidden by some other comp. i wanted to do so in property dialog of the parent comp., but guide tells me, that it cant delete it. Why?&#60;/p&#62;
&#60;p&#62;With best regards&#60;br /&#62;
CroniD
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brendon on "GUIDE version 1 released."</title>
			<link>http://www.mindsilver.com/forums/topic/guide-version-1-released#post-31</link>
			<pubDate>Fri, 23 Apr 2010 16:52:29 +0000</pubDate>
			<dc:creator>brendon</dc:creator>
			<guid isPermaLink="false">31@http://www.mindsilver.com/forums/</guid>
			<description>&#60;p&#62;Hi.  Thanks to everyone for the beta feedback.  GUIDE has now been released.&#60;/p&#62;
&#60;p&#62;The Mindsilver Team
&#60;/p&#62;</description>
		</item>
		<item>
			<title>S.Statsenko on "It is impossible to find this site via google"</title>
			<link>http://www.mindsilver.com/forums/topic/it-is-impossible-to-find-this-site-via-google#post-29</link>
			<pubDate>Mon, 19 Apr 2010 14:04:18 +0000</pubDate>
			<dc:creator>S.Statsenko</dc:creator>
			<guid isPermaLink="false">29@http://www.mindsilver.com/forums/</guid>
			<description>&#60;p&#62;What about another logo? :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>encaputxat on "Use extra components jar"</title>
			<link>http://www.mindsilver.com/forums/topic/use-extra-components-jar#post-25</link>
			<pubDate>Sat, 06 Feb 2010 13:59:18 +0000</pubDate>
			<dc:creator>encaputxat</dc:creator>
			<guid isPermaLink="false">25@http://www.mindsilver.com/forums/</guid>
			<description>&#60;p&#62;Im using macwidgets, &#60;a href=&#34;http://code.google.com/p/macwidgets/&#34; rel=&#34;nofollow&#34;&#62;http://code.google.com/p/macwidgets/&#60;/a&#62;. Great osx components for java.&#60;/p&#62;
&#60;p&#62;Its possible to add theses components to palette?&#60;br /&#62;
preview will work if I manually add components to the form?&#60;/p&#62;
&#60;p&#62;thx for all, Im a student from Spain and Im really fan of guide
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lipingt on "How to bind controller property into menu items"</title>
			<link>http://www.mindsilver.com/forums/topic/how-to-bind-controller-property-into-menu-items#post-23</link>
			<pubDate>Sat, 23 Jan 2010 01:41:10 +0000</pubDate>
			<dc:creator>lipingt</dc:creator>
			<guid isPermaLink="false">23@http://www.mindsilver.com/forums/</guid>
			<description>&#60;p&#62;tried to drop controller into menu or menuItem without luck.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brendon on "Final Beta Released"</title>
			<link>http://www.mindsilver.com/forums/topic/final-beta-released#post-22</link>
			<pubDate>Fri, 22 Jan 2010 10:00:57 +0000</pubDate>
			<dc:creator>brendon</dc:creator>
			<guid isPermaLink="false">22@http://www.mindsilver.com/forums/</guid>
			<description>&#60;p&#62;A huge thanks to everyone who provided feedback and bug reports for our last beta release. We've spent months integrating as much of that feedback as possible and are ready to release our final feature complete beta.&#60;/p&#62;
&#60;p&#62;Please check out our list of new features on the &#60;a href=&#34;http://www.mindsilver.com/guide/download&#34;&#62;download&#60;/a&#62; page.&#60;/p&#62;
&#60;p&#62;A short summary of changes (more detail in link above):&#60;/p&#62;
&#60;p&#62;* New Event Binding interface.&#60;br /&#62;
* New 3rd party layout support for MigLayout and TableLayout.&#60;br /&#62;
* Drag images synthesized for Linux and Windows.&#60;br /&#62;
* New Controller creation interface.&#60;br /&#62;
* Charset support.&#60;br /&#62;
* Complete overhaul of editing nested containers.&#60;br /&#62;
* PathBar - breadcrumb like thing.&#60;br /&#62;
* New hint layer for undiscoverable features.&#60;br /&#62;
* Complete error handing overhaul.&#60;br /&#62;
* Selection semantics overhaul.&#60;br /&#62;
* Native plaform installation.&#60;br /&#62;
* Big memory consumption and startup performance improvements.&#60;br /&#62;
* Layout stability improvements.&#60;/p&#62;
&#60;p&#62;Please give us your feedback on this new release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ianp on "Feature Request: Component Naming"</title>
			<link>http://www.mindsilver.com/forums/topic/feature-request-component-naming#post-16</link>
			<pubDate>Thu, 01 Oct 2009 22:06:55 +0000</pubDate>
			<dc:creator>ianp</dc:creator>
			<guid isPermaLink="false">16@http://www.mindsilver.com/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;First off let me say I really like what I've seen so far! This looks like the first UI builder that I may actually end up using.&#60;/p&#62;
&#60;p&#62;Now, my request: there doesn't seem to be a way to name the local variables used in the generated code, renaming them outside of GUIDE means that my names just get discarded the next time I make a change in GUIDE. At first I thought that it was a compiler thing but I have checked to make sure the local variable table attribute is being generated.&#60;/p&#62;
&#60;p&#62;Another request: in the component property inspector (bottom right) it doesn't show the &#34;name&#34; property.&#60;/p&#62;
&#60;p&#62;I'm mainly mentioning this as it may be possible to link the 2 (assuming that it's a ton of work to support local variables via the LVT). I'd like an option of using the component name as the local variable name, it makes sense for GUIDE to enforce a uniqueness constraint on the component names anyway, so this would ensure that there are no name collisions in the created method, and adding a few &#60;code&#62;component.setName(&#38;quot;foo&#38;quot;)&#60;/code&#62; calls wouldn't clutter up the generated code too much.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ian.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kevin morgan on "First Impression"</title>
			<link>http://www.mindsilver.com/forums/topic/first-impression#post-18</link>
			<pubDate>Sat, 24 Oct 2009 14:25:30 +0000</pubDate>
			<dc:creator>kevin morgan</dc:creator>
			<guid isPermaLink="false">18@http://www.mindsilver.com/forums/</guid>
			<description>&#60;p&#62;Great work!  First, I'm not a professional programmer; however, programming is embedded in my job function and I'm always looking for paradigms that fit my 'thought processes'.  Guide is such a product and I'm very excited to see how it develops out. Second, I have never given any feedback on any products that I use, so kudos! Third, I'm curious as to the price range you guys are going to be targeting, that way, if it's too high I know not to get to attached...ha!  Irrespective of price, once again, thanks for making such a great product and as I delve deeper I'll endeavor to keep giving feedback.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Kevin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Stevens on "Looks really impressive"</title>
			<link>http://www.mindsilver.com/forums/topic/looks-really-impressive#post-14</link>
			<pubDate>Fri, 18 Sep 2009 23:13:14 +0000</pubDate>
			<dc:creator>David Stevens</dc:creator>
			<guid isPermaLink="false">14@http://www.mindsilver.com/forums/</guid>
			<description>&#60;p&#62;Haven't had a chance to play around yet, but the screen-cast looks very good.&#60;/p&#62;
&#60;p&#62;Just a minor bug I've noticed is that the link for the documentation on GUIDE's welcome screen is broken (&#60;a href=&#34;http://www.mindsilver.com/docs/index.php&#34; rel=&#34;nofollow&#34;&#62;http://www.mindsilver.com/docs/index.php&#60;/a&#62; should be &#60;a href=&#34;http://www.mindsilver.com/guide/docs/index.php)&#34; rel=&#34;nofollow&#34;&#62;http://www.mindsilver.com/guide/docs/index.php)&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;This certainly looks a lot better than Matisse in Netbeans :)&#60;/p&#62;
&#60;p&#62;David
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mikaelgrev on "Congratulations to an amazing product"</title>
			<link>http://www.mindsilver.com/forums/topic/congratulations-to-an-amazing-product#post-5</link>
			<pubDate>Mon, 07 Sep 2009 19:07:25 +0000</pubDate>
			<dc:creator>mikaelgrev</dc:creator>
			<guid isPermaLink="false">5@http://www.mindsilver.com/forums/</guid>
			<description>&#60;p&#62;I will admit, I haven't tested it yet but I have seen the whole video and it look amazing.&#60;/p&#62;
&#60;p&#62;Have you thought about MigLayout support? It resembles FormLayout but is more powerful. It even have a special IDE support .jar&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Mikael Grev
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Loe on "Adding components to the palette"</title>
			<link>http://www.mindsilver.com/forums/topic/adding-components-to-the-palette#post-4</link>
			<pubDate>Mon, 24 Aug 2009 07:52:40 +0000</pubDate>
			<dc:creator>Loe</dc:creator>
			<guid isPermaLink="false">4@http://www.mindsilver.com/forums/</guid>
			<description>&#60;p&#62;How can I add my own components, which are inside an jar-file, to the palette?&#60;/p&#62;
&#60;p&#62;Thx, Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brendon on "Welcome to first GUIDE beta."</title>
			<link>http://www.mindsilver.com/forums/topic/welcome-to-first-guide-beta#post-2</link>
			<pubDate>Mon, 03 Aug 2009 14:21:04 +0000</pubDate>
			<dc:creator>brendon</dc:creator>
			<guid isPermaLink="false">2@http://www.mindsilver.com/forums/</guid>
			<description>&#60;p&#62;I've just got the forums up, so hopefully we can get the feedback out in the open.  For those who have already given us feedback, thank you so much for time and effort you've put in.  We will let each one of you know when we've addressed any problems that you've run into.&#60;/p&#62;
&#60;p&#62;For those joining us, please feel free to comment on issues you have run into or any questions you may have.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Brendon&#60;br /&#62;
Mindsilver
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
