User Brandon - Stack Overflow most recent 30 from stackoverflow.com 2009-12-06T19:50:18Z http://stackoverflow.com/feeds/user/23133 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1850421/any-tools-or-techniques-for-validating-constraints-programmatically-between-datab 0 Any tools or techniques for validating constraints programmatically between databases? Brandon 2009-12-04T23:47:18Z 2009-12-05T00:14:15Z <p>If you had two databases, that had two tables between them that would normally implement a one to one (or many to many) constraint but cannot since they are separate databases, how would you validate this relationship in an application or test?</p> <p>Is there a simple way to do this? For example, a tool or technique that can, given a constraint type, tables and fields, does the validation.</p> <p>I imagine that this isn't the first time this come up so I'm hoping people can share their solution.</p> <p>Thanks.</p> http://stackoverflow.com/questions/1598595/sourceforge-org-property-for-ivy-and-nexus 0 Sourceforge org property for Ivy and Nexus Brandon 2009-10-21T03:32:10Z 2009-11-29T21:49:17Z <p>When trying to use the following settings:</p> <pre><code>&lt;dependency org="net.sourceforge.artifact" name="artifact" rev="2.0"/&gt; </code></pre> <p>and:</p> <pre><code>&lt;artifact pattern="http://localhost/nexus/content/repositories/releases/[module]/[artifact]/[revision]/[artifact]-[revision].[ext]" /&gt; </code></pre> <p>Nexus expects</p> <pre><code>http:// ... net/sourceforge/artifact/artifact/revision/artifact.ext </code></pre> <p>but net and sourceforge are being completely dropped like so:</p> <pre><code>http:// ... artifact/artifact/revision/artifact.ext </code></pre> http://stackoverflow.com/questions/1792501/does-java-serialization-work-for-cyclic-references 1 Does Java Serialization work for cyclic references? Brandon 2009-11-24T19:50:06Z 2009-11-24T20:42:47Z <p>For example: Object A contains Object B that contains Object C that contains Object A.</p> <p>Will Object A serialize properly?</p> <p>Comment #9 <a href="http://www.javalobby.org/java/forums/t90318.html" rel="nofollow">here</a> indicates that it does not work .</p> <p>In contrast, <a href="http://xstream.codehaus.org/" rel="nofollow">XStream</a> indicates that it does handle cyclic references.</p> http://stackoverflow.com/questions/1598595/sourceforge-org-property-for-ivy-and-nexus/1792314#1792314 0 Answer by Brandon for Sourceforge org property for Ivy and Nexus Brandon 2009-11-24T19:19:38Z 2009-11-24T19:19:38Z <p>The correct resolver to use in this case is the IBiblio resolver found <a href="http://ant.apache.org/ivy/history/latest-milestone/resolver/ibiblio.html" rel="nofollow">here</a>. It will properly translate the periods in the org name to the proper url.</p> http://stackoverflow.com/questions/334102/eclipse-memory-settings-when-getting-java-heap-space-and-out-of-memory 4 Eclipse memory settings when getting "Java Heap Space" and "Out of Memory" Brandon 2008-12-02T14:28:07Z 2009-11-12T12:46:10Z <p>When trying to launch and run a flex/java project in eclipse I kept getting a "Out of Memory Exception" and "Java Heap Space" using Eclipse, Tomcat and a JRE.</p> <p>While researching trying to adjust the memory settings I found three places to adjust these:</p> <ul> <li><p>Eclipse.ini</p></li> <li><p>The JRE Settings under Window > Preferences</p></li> <li><p>Catalina.sh or Catalina.bat</p></li> </ul> <p>What are the differences between setting -xms and -xmx in these different places and what does is mean?</p> <p>Is there any way to verify these memory settings are being set accordingly?</p> <p>What are the optimal -xms and -xmx settings for a computer with 2gb of RAM?</p> <p>Any other memory tips?</p> <p>Thanks.</p> http://stackoverflow.com/questions/145228/what-could-make-erlang-more-popular-and-widespread 4 What could make Erlang more popular and widespread? Brandon 2008-09-28T04:52:23Z 2009-11-03T15:15:36Z <p>I want to know what you think could make Erlang a "popular" and widely used language. For example, could it be more libraries, better IDE, a killer app, a five minute install, more grassroots community, a scalable RDBMS, etc...?</p> http://stackoverflow.com/questions/1498413/as3-date-not-serializing-to-java-date-using-blazeds/1499839#1499839 0 Answer by Brandon for AS3 Date not serializing to Java Date using BlazeDS Brandon 2009-09-30T18:21:13Z 2009-09-30T18:21:13Z <p>You could try:</p> <ul> <li>Setting the logging level to debug in services-config.xml to gather more information. Described <a href="http://livedocs.adobe.com/blazeds/1/blazeds%5Fdevguide/help.html?content=services%5Flogging%5F3.html" rel="nofollow">here</a>.</li> <li>Try custom serialization using IExternalizable. Good post <a href="http://www.brooksandrus.com/blog/2008/03/25/flex-air-serialization-lessons-learned/" rel="nofollow">here</a>.</li> <li>Adding TraceTarget to the application.mxml to get more debug info. <a href="http://www.flashcomguru.com/index.cfm/2009/8/21/tracetarget-flex" rel="nofollow">Info</a>.</li> <li>Since the package names don't match, did you register the class alias or reference the object in the application.mxml? <a href="http://www.brooksandrus.com/blog/2008/03/25/flex-air-serialization-lessons-learned/#comment-42266" rel="nofollow">Here</a>.</li> </ul> http://stackoverflow.com/questions/1499079/communicate-between-airflex-and-c-applications/1499732#1499732 0 Answer by Brandon for Communicate between AIR(Flex) and C++ Applications Brandon 2009-09-30T18:02:05Z 2009-09-30T18:02:05Z <p><a href="http://www.merapiproject.net/" rel="nofollow">Merapi</a> may work as well.</p> http://stackoverflow.com/questions/1491902/flex-http-request-error-2032/1492985#1492985 1 Answer by Brandon for Flex: HTTP request error #2032 Brandon 2009-09-29T14:41:05Z 2009-09-29T14:41:05Z <p>This error appears very generic and I would suggest trying to collect more information and sharing it regarding the issue.</p> <ul> <li><a href="http://faindu.wordpress.com/2008/04/18/ie7-ssl-xml-flex-error-2032-stream-error/" rel="nofollow">This post</a> appears similar to your situation.</li> <li><a href="http://www.judahfrangipane.com/blog/?p=87" rel="nofollow">This post</a> might help you find more debugging information which would be helpful.</li> <li>Which clients are affected?</li> <li>Can you capture the http status code or the traffic being sent using <a href="http://www.charlesproxy.com/" rel="nofollow">Charles</a>, Wireshark, or similar?</li> </ul> http://stackoverflow.com/questions/1490054/flex-date-issue-displaying-wrong-date/1490296#1490296 3 Answer by Brandon for Flex date issue- Displaying wrong date Brandon 2009-09-29T02:31:00Z 2009-09-29T02:31:00Z <p>Your date issues may be a result of how timezones and serialization are handled between Flex and your server. I've had problems with Flex dates and Java so I will explain somethings encountered there:</p> <ul> <li><a href="http://flexblog.faratasystems.com/?p=289" rel="nofollow">This</a> describes how Flex transfers dates as UTC without timezone information.</li> <li>You should also understand the assumptions .Net makes about timezones and daylight savings times for dates. I believe Java assumed the dates in the database were in the timezone of the server.</li> <li>To not confuse myself while debugging I found comparing the UTC on the Flex and Server side useful.</li> <li>You can simulate other timezones on your local machine for Flex by simply changing the computers time zone. I don't know if this works for .Net.</li> <li>In the end, I used custom serialization to transfer dates as strings because constructing dates from strings was easier for me than understanding the implicit serialization that was happening.</li> </ul> http://stackoverflow.com/questions/650865/how-to-fix-overlapping-vbox-children-in-a-canvas 0 How to fix overlapping VBox children in a canvas? Brandon 2009-03-16T15:15:52Z 2009-09-27T14:00:03Z <p>I have multiple HBoxes inside a VBox inside a canvas like so:</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns:local="*"&gt; &lt;mx:Canvas width="600" height="500"&gt; &lt;mx:VBox height="100%" left="10" right="10"&gt; &lt;mx:HBox width="100%" &gt; &lt;mx:VBox width="48%" height="100%" horizontalAlign="left"&gt; &lt;mx:Label text="Label" /&gt; &lt;/mx:VBox&gt; &lt;mx:VBox width="48%" height="100%" horizontalAlign="left"&gt; &lt;mx:Label text="Label" /&gt; &lt;mx:HBox width="100%"&gt; &lt;mx:VBox width="48%"&gt; &lt;mx:Label text="Label" /&gt; &lt;mx:ComboBox /&gt; &lt;/mx:VBox&gt; &lt;/mx:HBox&gt; &lt;/mx:VBox&gt; &lt;/mx:HBox&gt; &lt;mx:VBox&gt; &lt;mx:HBox&gt; &lt;mx:Label text="Label" /&gt; &lt;mx:Label text="Label" /&gt; &lt;/mx:HBox&gt; &lt;/mx:VBox&gt; &lt;mx:HBox&gt; &lt;mx:Label text="Label" /&gt; &lt;mx:ComboBox/&gt; &lt;/mx:HBox&gt; &lt;mx:HBox&gt; &lt;mx:VBox horizontalScrollPolicy="off" verticalScrollPolicy="off" includeInLayout="false" &gt; &lt;mx:Label text="Label" /&gt; &lt;/mx:VBox&gt; &lt;mx:VBox&gt; &lt;mx:HBox horizontalScrollPolicy="off" verticalScrollPolicy="off" includeInLayout="false" &gt; &lt;mx:VBox &gt; &lt;mx:Label text="Text" /&gt; &lt;mx:ComboBox /&gt; &lt;/mx:VBox&gt; &lt;mx:VBox&gt; &lt;mx:Label text="Label" /&gt; &lt;mx:ComboBox /&gt; &lt;/mx:VBox&gt; &lt;/mx:HBox&gt; &lt;mx:HBox horizontalScrollPolicy="off" verticalScrollPolicy="off" includeInLayout="false" &gt; &lt;mx:VBox&gt; &lt;mx:Label text="Label:"/&gt; &lt;mx:ComboBox /&gt; &lt;/mx:VBox&gt; &lt;mx:VBox&gt; &lt;mx:Label text="Label: "/&gt; &lt;mx:ComboBox /&gt; &lt;/mx:VBox&gt; &lt;/mx:HBox&gt; &lt;/mx:VBox&gt; &lt;/mx:HBox&gt; &lt;mx:HBox &gt; &lt;mx:Label text="Label:" /&gt; &lt;mx:CheckBox /&gt; &lt;/mx:HBox&gt; &lt;/mx:VBox&gt; &lt;/mx:Canvas&gt; &lt;/mx:Application&gt; </code></pre> <p>The last child in the VBox is overlapping with other components. <strong>How do you prevent children of a VBox in a Canvas from overlapping? How do you debug this situation?</strong></p> <p>I have tried the following:</p> <ul> <li>Removing percent based sizing</li> <li>IncludeInLayout = true</li> </ul> <p>Sceenshot - Label and Checkbox Overlapping: <img src="http://i43.tinypic.com/25qb1cm.jpg" alt="alt text" /></p> http://stackoverflow.com/questions/1480072/how-to-serialize-objects-in-flex-for-a-c-backend/1481319#1481319 0 Answer by Brandon for How to serialize objects in flex for a c# backend Brandon 2009-09-26T14:27:42Z 2009-09-26T14:27:42Z <p>I am not sure how to change the serialization of the auto-generated classes but I'll try to offer some help below:</p> <p>What your probably looking for (although I've never used this I just see it mentioned all the time):</p> <ul> <li><a href="http://www.themidnightcoders.com/products/weborb-for-net/overview.html" rel="nofollow">WebORB for .Net</a> </li> </ul> <p>Things I have done:</p> <ul> <li>Use JSON which can be done easily with <a href="http://code.google.com/p/as3corelib/" rel="nofollow">as3corelib</a></li> </ul> <p>Another idea I've never tried:</p> <ul> <li>Use <a href="http://code.google.com/p/protobuf/" rel="nofollow">Protocol Buffers</a> with the Actionscript plugin</li> </ul> <p>In regards to the issue your facing:</p> <ul> <li>I've had numerous issues with serializing objects to Java, so test thoroughly</li> <li>I tried using auto-generated web services with .Net which has serialization issues as well. The auto-generation seems to change quite a bit when updating SDKs but I still had no luck with my services and never found the root cause.</li> </ul> http://stackoverflow.com/questions/1446586/runtime-error-when-compiling-flex-application-with-ant/1446713#1446713 0 Answer by Brandon for Runtime error when compiling flex application with ANT Brandon 2009-09-18T20:35:15Z 2009-09-18T20:35:15Z <p>Include the swcs in the library path as shown <a href="http://livedocs.adobe.com/flex/3/html/compilers%5F19.html#158337" rel="nofollow">here</a>.</p> http://stackoverflow.com/questions/1445058/how-can-i-manipulate-shapes-in-adobe-flex/1446042#1446042 0 Answer by Brandon for How can I manipulate shapes in Adobe Flex? Brandon 2009-09-18T18:02:25Z 2009-09-18T18:02:25Z <p>You can try <a href="http://www.degrafa.org/" rel="nofollow">Degrafa</a> to draw the rectangle.</p> <p>To move the rectangle:</p> <ul> <li>Changing the x and y or height and width property of the shape</li> <li>Using the Flex Move Effect</li> </ul> http://stackoverflow.com/questions/707535/error-on-deserialization-of-array-collection-in-flex-rangeerror-error-2006 0 Error on deserialization of Array Collection in Flex: RangeError: Error #2006 Brandon 2009-04-01T22:07:19Z 2009-09-09T11:54:13Z <p>I am getting this error during serialization:</p> <blockquote> <p>RangeError: Error #2006: The supplied index is out of bounds. The error occurs in AbstractMessage.as when it attempts to read input of timestamp.</p> </blockquote> <p>After that my fault handler gets this error:</p> <blockquote> <p>faultCode:Server.Acknowledge.Failed faultString:'Didn't receive an acknowledge message' faultDetail:'Was expecting mx.messaging.messages.AcknowledgeMessage, but received null'</p> </blockquote> <p>It appears to be happening as a result of an <strong>ArrayCollection</strong> coming back from the server.</p> <p>Is it necessary to create custom classes to handle serialization of ArrayCollections with custom objects as shown <a href="http://iamjosh.wordpress.com/2007/12/12/serialization-of-custom-collections-for-flex-data-services/" rel="nofollow">here</a>?</p> <p>I've also followed the serialization recommendations <a href="http://www.brooksandrus.com/blog/2008/03/25/flex-air-serialization-lessons-learned/" rel="nofollow">here</a> with no luck.</p> <p>Thanks for your help!</p> http://stackoverflow.com/questions/1344602/developing-a-rich-internet-application/1347809#1347809 1 Answer by Brandon for Developing a rich internet application Brandon 2009-08-28T15:40:07Z 2009-08-28T15:40:07Z <p>Here are some of the criteria I would consider for the <strong>UI</strong>:</p> <ol> <li><p>Browser compatibility - Not all browsers/platforms have Flash support (i.e. iPhone) but you can (usually) expect Flash functionality to operate the same across browsers/platforms (unlike Javascript). Also, admin restrictions sometimes limit the ability to install Flash.</p></li> <li><p>Ease of development - Flex is very easy and there are many 3rd party libraries available.</p></li> <li><p>Load time - I expect load times to be longer when using Flex (see Mint.com or Picnik.com).</p></li> </ol> <p>If you have a complex UI and can assume your users meet the requirements to run Flash, I would recommend Flex.</p> <p>If you need a simpler UI that needs to work for users that don't support Flash, I would recommend Javascript.</p> <p>I've made this a <strong>wiki</strong> for others to add criteria.</p> http://stackoverflow.com/questions/1340833/how-do-you-call-restful-json-web-service-from-within-flash-not-flex/1341812#1341812 1 Answer by Brandon for How do you call RESTful JSON Web service from within Flash (not Flex)? Brandon 2009-08-27T15:26:33Z 2009-08-27T15:26:33Z <p>You could try <a href="http://code.google.com/p/as3httpclientlib/" rel="nofollow">as3httpclientlib</a> and <a href="http://code.google.com/p/as3corelib/" rel="nofollow">as3corelib</a> has JSON serialization.</p> http://stackoverflow.com/questions/1246894/flex-and-mouse-wheels/1274707#1274707 0 Answer by Brandon for Flex and mouse wheels Brandon 2009-08-13T21:28:50Z 2009-08-13T21:28:50Z <p>This project may help: <a href="http://gaeswf.appspot.com/" rel="nofollow">GAE SWF Project</a></p> <p>They have a flex <a href="http://gaeswf.appspot.com/examples/initial/flex" rel="nofollow">example</a> that appears to scroll nicely. There is a mousewheel tab in their example.</p> http://stackoverflow.com/questions/1263124/recover-httpheader-on-flex/1274600#1274600 0 Answer by Brandon for Recover HttpHeader on Flex Brandon 2009-08-13T21:13:21Z 2009-08-13T21:13:21Z <p>You could try: <a href="http://code.google.com/p/as3httpclientlib/" rel="nofollow">as3httpclientlib</a></p> http://stackoverflow.com/questions/1274472/centering-item-renderers-in-a-horizontallist/1274567#1274567 0 Answer by Brandon for Centering item renderers in a HorizontalList Brandon 2009-08-13T21:05:29Z 2009-08-13T21:05:29Z <p>One solution that comes to mind would be to add invisible renderers to achieve the same centering.</p> http://stackoverflow.com/questions/1240441/what-technology-protocol-or-standard-are-you-most-excited-about-why 0 What technology protocol or standard are you most excited about? why? Brandon 2009-08-06T17:53:09Z 2009-08-06T18:08:47Z <p>Here's some links for inspiration:</p> <ul> <li><a href="http://www.realifewebdesigns.com/web-resources/web-protocols.html" rel="nofollow">List of Web Protocols</a></li> <li><a href="http://en.wikipedia.org/wiki/Web%5Fstandards" rel="nofollow">Web Standards</a></li> </ul> <p>I don't know what prompted this question but I'm curious to see people's responses.</p> http://stackoverflow.com/questions/928438/which-applications-would-you-like-to-see-integrated-with-google-wave/981297#981297 3 Answer by Brandon for Which applications would you like to see integrated with Google Wave? Brandon 2009-06-11T14:04:34Z 2009-06-11T14:04:34Z <p>Project Management - like Project, Basecamp, &amp; similar</p> http://stackoverflow.com/questions/928438/which-applications-would-you-like-to-see-integrated-with-google-wave/981276#981276 1 Answer by Brandon for Which applications would you like to see integrated with Google Wave? Brandon 2009-06-11T14:01:57Z 2009-06-11T14:01:57Z <p>Desktop Sharing - like Crossloop, Vyiew.com, Adobe Connect Pro, &amp; similar</p> http://stackoverflow.com/questions/266924/create-a-date-with-t-sql 1 Create a date with T-SQL Brandon 2008-11-05T22:12:00Z 2009-05-15T13:38:14Z <p>I am trying to convert a date with individual parts such as 12, 1, 2007 into a datetime in sql server 2005. I have tried the following:</p> <p>CAST(DATEPART(year, DATE)+'-'+ DATEPART(month, DATE) +'-'+ DATEPART(day, DATE) AS DATETIME)</p> <p>but this results in the wrong date. What is the correct way to turn the three date values into a proper datetime format.</p> http://stackoverflow.com/questions/856846/pyamf-django-flex-class-mapping-errors/861074#861074 1 Answer by Brandon for PyAMF / Django - Flex class mapping errors Brandon 2009-05-14T00:33:11Z 2009-05-14T00:39:55Z <p>This is done using the IExternalizable interface.</p> <ul> <li><a href="http://dev.pyamf.org/wiki/IExternalizable" rel="nofollow">PyAMF Docs</a></li> <li><a href="http://livedocs.adobe.com/flex/3/langref/flash/utils/IExternalizable.html" rel="nofollow">Adobe Docs</a></li> </ul> <p>It lets you explicitly write and read objects. If this is similar to Java implicit serialization, it's not going to let you limit what is sent by default. I was unable to find any examples of this with PyAMF.</p> <p><a href="http://www.brooksandrus.com/blog/2008/03/25/flex-air-serialization-lessons-learned/" rel="nofollow">Best post</a> on Serialization I've found.</p> http://stackoverflow.com/questions/855382/flex-component-libraries/855502#855502 4 Answer by Brandon for Flex Component Libraries? Brandon 2009-05-13T00:19:41Z 2009-05-13T00:19:41Z <p>Look at the <a href="http://www.adobe.com/devnet/flex/tourdeflex/" rel="nofollow">Tour De Flex</a>. It includes a section with 3rd party libraries with demos. </p> <p>Here's a <a href="http://seantheflexguy.com/blog/2007/08/21/list-of-31-flex-apis-libraries-components-and-tools/" rel="nofollow">list of components, libraries, and APIs</a>.</p> <p>For styling an application, start off with the <a href="http://www.adobe.com/devnet/flex/samples/style%5Fexplorer/" rel="nofollow">Flex Style Explorer</a>.</p> http://stackoverflow.com/questions/854353/how-to-establish-communication-between-flex-and-python-code-build-on-google-app-e/854560#854560 1 Answer by Brandon for How to establish communication between flex and python code build on Google App Engine Brandon 2009-05-12T19:54:38Z 2009-05-12T19:54:38Z <p>I've been able to use flex on GAE using the examples found at <a href="http://gaeswf.appspot.com/" rel="nofollow">The GAE SWF Project</a> which uses <a href="http://pyamf.org/" rel="nofollow">PyAMF</a>.</p> http://stackoverflow.com/questions/740292/how-do-i-add-a-button-after-the-last-item-in-a-list-in-flex/815325#815325 0 Answer by Brandon for How do I add a button after the last item in a List in Flex? Brandon 2009-05-02T18:23:33Z 2009-05-02T18:23:33Z <p>There's probably a right way of doing it using an <a href="http://www.adobe.com/devnet/flex/quickstart/using%5Fthe%5Frepeater/" rel="nofollow">itemEditor</a> but I would try something like this:</p> <ol> <li>Add an extra null object to the list every time the data refreshed.</li> <li>Have an itemRenderer that overrides the set data as shown <a href="http://www.adobe.com/devnet/flex/articles/itemrenderers%5Fpt2%5F02.html" rel="nofollow">here</a> which checks if the object is null and if it is, set a bindable boolean isAddable to true.</li> <li>This boolean controls visibility and includeInLayout propertys of a textInput, label, and button.</li> <li>Have the button dispatch an event when click which adds the new item to the list with some validation.</li> </ol> http://stackoverflow.com/questions/744937/how-do-teams-use-flex-builder-pro-to-develop-large-applications/815205#815205 0 Answer by Brandon for How do teams use Flex Builder Pro to develop large applications? Brandon 2009-05-02T17:05:27Z 2009-05-02T17:05:27Z <p>I also use combination of library projects and regular projects. One issue I ran into with a large project is <strong>compilation time</strong>. Here are some links for the compilation:</p> <ul> <li><a href="http://stackoverflow.com/questions/33768/any-advice-for-speeding-up-the-compile-time-in-flex-builder-3">http://stackoverflow.com/questions/33768/any-advice-for-speeding-up-the-compile-time-in-flex-builder-3</a></li> <li><a href="http://code.seanhess.net/?p=184" rel="nofollow">http://code.seanhess.net/?p=184</a></li> <li><a href="http://www.rogue-development.com/blog2/2007/11/slow-flex-builder-compile-and-refresh-solution-modules/" rel="nofollow">http://www.rogue-development.com/blog2/2007/11/slow-flex-builder-compile-and-refresh-solution-modules/</a></li> <li><a href="http://blog.iconara.net/2008/02/22/quick-tips-to-speed-up-your-ant-build/" rel="nofollow">http://blog.iconara.net/2008/02/22/quick-tips-to-speed-up-your-ant-build/</a></li> </ul> <p>Setting the right eclipse.ini and using the -incremental compiler option really helped me out.</p> http://stackoverflow.com/questions/754273/how-do-i-read-from-a-config-file-in-flex/815170#815170 0 Answer by Brandon for How do I read from a config file in Flex? Brandon 2009-05-02T16:46:34Z 2009-05-02T16:46:34Z <p>Check out <a href="http://code.google.com/p/appcorelib/" rel="nofollow">appcorelib</a>, the docs will show you how to use a relative URL like from an assets folder:</p> <pre><code>loadXML("assets/xml/config.xml); </code></pre> <p>Don't need to worry about crossdomain if the xml and flex app are on same server.</p> http://stackoverflow.com/questions/1850421/any-tools-or-techniques-for-validating-constraints-programmatically-between-datab/1850436#1850436 Comment by Brandon on Any tools or techniques for validating constraints programmatically between databases? Brandon 2009-12-04T23:57:15Z 2009-12-04T23:57:15Z I can look into this approach, I was not aware of this. Thanks. http://stackoverflow.com/questions/1850421/any-tools-or-techniques-for-validating-constraints-programmatically-between-datab/1850436#1850436 Comment by Brandon on Any tools or techniques for validating constraints programmatically between databases? Brandon 2009-12-04T23:54:07Z 2009-12-04T23:54:07Z Yes, I am not trying to setup a constraint. I assumed this was impossible/impractical. This is why I am looking to do this programmatically. http://stackoverflow.com/questions/1792501/does-java-serialization-work-for-cyclic-references/1792513#1792513 Comment by Brandon on Does Java Serialization work for cyclic references? Brandon 2009-11-24T20:22:52Z 2009-11-24T20:22:52Z PS Wordle is cool, thanks. http://stackoverflow.com/questions/1792501/does-java-serialization-work-for-cyclic-references/1792513#1792513 Comment by Brandon on Does Java Serialization work for cyclic references? Brandon 2009-11-24T20:16:46Z 2009-11-24T20:16:46Z I tried &quot;Does java serialization work for cyclic references?&quot; in Google about an hour ago. It appears to be working now. http://stackoverflow.com/questions/1792501/does-java-serialization-work-for-cyclic-references/1792577#1792577 Comment by Brandon on Does Java Serialization work for cyclic references? Brandon 2009-11-24T20:14:59Z 2009-11-24T20:14:59Z Thanks from your link &quot;Special cases like circular references and multiple references to a single object are preserved such that when the tree graph gets recreated new objects don't magically appear where a reference to another object in the tree should be.&quot; <a href="http://java.sun.com/developer/technicalArticles/ALT/serialization/" rel="nofollow">java.sun.com/developer/technicalArticles/&hellip;</a> http://stackoverflow.com/questions/1792501/does-java-serialization-work-for-cyclic-references Comment by Brandon on Does Java Serialization work for cyclic references? Brandon 2009-11-24T20:02:54Z 2009-11-24T20:02:54Z Yes, I re-read that I think I agree it implies by hand. http://stackoverflow.com/questions/1598595/sourceforge-org-property-for-ivy-and-nexus Comment by Brandon on Sourceforge org property for Ivy and Nexus Brandon 2009-11-24T19:17:24Z 2009-11-24T19:17:24Z I've added the answer below. In the above example Ivy drops off net and sourceforge in the URL because the wrong resolver is used. http://stackoverflow.com/questions/1446586/runtime-error-when-compiling-flex-application-with-ant/1446713#1446713 Comment by Brandon on Runtime error when compiling flex application with ANT Brandon 2009-09-26T14:29:45Z 2009-09-26T14:29:45Z I asked because I noticed a difference when I accidentally used External Library Path versus Library Path and wondered if you may have done the same. http://stackoverflow.com/questions/1344602/developing-a-rich-internet-application/1347809#1347809 Comment by Brandon on Developing a rich internet application Brandon 2009-08-28T15:44:28Z 2009-08-28T15:44:28Z You also could take a look at GWT - Google Web Toolkit. http://stackoverflow.com/questions/812027/how-to-auto-resize-font-size-to-fit-text-box-height-width/812128#812128 Comment by Brandon on How to Auto-resize font size to fit text box height / width? Brandon 2009-05-01T23:43:25Z 2009-05-01T23:43:25Z I meant the max font size. http://stackoverflow.com/questions/812027/how-to-auto-resize-font-size-to-fit-text-box-height-width/812128#812128 Comment by Brandon on How to Auto-resize font size to fit text box height / width? Brandon 2009-05-01T23:42:49Z 2009-05-01T23:42:49Z I voted up, thanks for the tip. Do you know how to scale beyond 145? http://stackoverflow.com/questions/807447/how-to-protect-api-key-in-flex-air-from-decompiling/811069#811069 Comment by Brandon on How to protect API Key in Flex/AIR from decompiling? Brandon 2009-05-01T16:11:30Z 2009-05-01T16:11:30Z Your 3rd idea is good, I could see how that could work. Is there an easy way to do this? It seems like there should be someone providing a trusted key store for OAuth or something. This also seems like a pain too tho since my aim is for a desktop app. http://stackoverflow.com/questions/404419/any-examples-of-building-a-revision-control-system/672287#672287 Comment by Brandon on Any examples of building a revision control system? Brandon 2009-03-25T15:44:27Z 2009-03-25T15:44:27Z I wish I was done with the project! I haven't started yet! http://stackoverflow.com/questions/650865/how-to-fix-overlapping-vbox-children-in-a-canvas/652877#652877 Comment by Brandon on How to fix overlapping VBox children in a canvas? Brandon 2009-03-17T21:16:49Z 2009-03-17T21:16:49Z 1. The height is 100%. 2. I've tried setting this to zero. Thanks for the help. http://stackoverflow.com/questions/650865/how-to-fix-overlapping-vbox-children-in-a-canvas Comment by Brandon on How to fix overlapping VBox children in a canvas? Brandon 2009-03-17T21:05:47Z 2009-03-17T21:05:47Z Screenshot posted.