<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>[Satisfaction]: All topics for Bungee Labs - Recently Created</title>
    <link>http://getsatisfaction.com/bungeelabs/topics?sort=recently_created</link>
    <description>All topics for Bungee Labs - Recently Created</description>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/qnaknowledgebase" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="qnaknowledgebase" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
      <title>HELLO - ANYBODY THERE?</title>
      <link>http://getsatisfaction.com/bungeelabs/topics/hello_anybody_there-16hl1</link>
      <description>Just checking to see if anything's happening. After getting 2/3 through the hoop-jumping exercise (there was only 2/3 when I did it so, really I finished) then nothing. Can somebody just be upfront about this or is this product dead in the water.</description>
      <pubDate>Wed, 24 Feb 2010 16:34:28 -0000</pubDate>
      <dc:creator>martin.blackwell</dc:creator>
      <dc:date>2010-02-24T16:34:28Z</dc:date>
    </item>
    <item>
      <title>Is there a way to select the contents of a TextEdit control when the control gains focus?</title>
      <link>http://getsatisfaction.com/bungeelabs/topics/is_there_a_way_to_select_the_contents_of_a_textedit_control_when_the_control_gains_focus</link>
      <description>The title pretty much sums up the question...</description>
      <pubDate>Fri, 22 Jan 2010 01:14:26 -0000</pubDate>
      <dc:creator>smallbizapps</dc:creator>
      <dc:date>2010-01-22T01:14:26Z</dc:date>
    </item>
    <item>
      <title>How can one detect changes while editing a text field?</title>
      <link>http://getsatisfaction.com/bungeelabs/topics/how_can_one_detect_changes_while_editing_a_text_field</link>
      <description>Picture counting the characters as one types. I've done this before, but sadly, I can't figure out what step I'm missing this time...
&lt;br /&gt;&lt;br /&gt;
Here's what I've done:
&lt;br /&gt;&lt;br /&gt;
&lt;ol&gt;
&lt;br /&gt;
&lt;li&gt;Created a multi-line TextEdit field. (named say, "message")
&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Created an integer variable in which to store the number of characters in the message field. (named, say, "msgChars")
&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Created a Boolean variable to track when the message field has been changed (named , say, "msgChanged")
&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;&lt;b&gt;Attempted&lt;/b&gt; to toggle the value of the msgChanged variable from the OnChange event of the message field. (I don't think this is actually happening and I don't know why.)
&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Set the &lt;i&gt;keyDelay&lt;/i&gt; property on the control linked to the message field to 300 (milliseconds).
&lt;br /&gt;
&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;br /&gt;
Any ideas?</description>
      <pubDate>Mon, 18 Jan 2010 18:15:47 -0000</pubDate>
      <dc:creator>smallbizapps</dc:creator>
      <dc:date>2010-01-18T18:15:47Z</dc:date>
    </item>
    <item>
      <title>Builder down?</title>
      <link>http://getsatisfaction.com/bungeelabs/topics/builder_down</link>
      <description>Seems to have died about 10 minutes ago. Everything was fine up until then...
&lt;br /&gt;&lt;br /&gt;
Looks like all domains. (www, builder, etc.) Server crash, anyone?
&lt;br /&gt;&lt;br /&gt;
UPDATE: Wow. Still down after an hour?? This isn't good.</description>
      <pubDate>Sun, 17 Jan 2010 21:37:47 -0000</pubDate>
      <dc:creator>smallbizapps</dc:creator>
      <dc:date>2010-01-17T21:37:47Z</dc:date>
    </item>
    <item>
      <title>Grouping radio buttons to enforce "pick-only-one" behavior</title>
      <link>http://getsatisfaction.com/bungeelabs/topics/grouping_radio_buttons_to_enforce_pick_only_one_behavior</link>
      <description>I consulted the docs (&lt;a href="http://docs.bungeeconnect.com/index.php?title=Control_:_Radio" rel="nofollow"&gt;Control : Radio&lt;/a&gt; and &lt;a href="http://docs.bungeeconnect.com/index.php?title=Property_:_Exclude_From_Radio_Group" rel="nofollow"&gt;Property : Exclude From Radio Group&lt;/a&gt;), but they didn't address how to get radio buttons working correctly; there's a reference to a "tutorial" but I couldn't find it. ("For a detailed example of how to use the control, see the tutorial...")
&lt;br /&gt;&lt;br /&gt;
Here are my concerns/questions:
&lt;br /&gt;&lt;br /&gt;
1. How does one "group" radio buttons together so that a "pick-one-only" behavior is enforced?
&lt;br /&gt;
2. How does one determine the value of a selected radio button?
&lt;br /&gt;
3. How does one set the initial/default value of a radio button within a group?
&lt;br /&gt;&lt;br /&gt;
Use case: Suppose you had three values: "Apple", "Grape", and "Pear" and wanted the user to select one and only one of those flavors at a time before proceeding. (I suppose I could put them in a dropdown, but I better figure out how radio buttons work anyway...)</description>
      <pubDate>Tue, 12 Jan 2010 01:47:26 -0000</pubDate>
      <dc:creator>smallbizapps</dc:creator>
      <dc:date>2010-01-12T01:47:26Z</dc:date>
    </item>
    <item>
      <title>Cannot represent a backslash (\) in a string</title>
      <link>http://getsatisfaction.com/bungeelabs/topics/cannot_represent_a_backslash_in_a_string</link>
      <description>How can you properly include a "backslash" (\) character in a string? I've tried escaping them with a second backslash, but that didn't work.
&lt;br /&gt;&lt;br /&gt;
This has been causing me tremendous troubles. Please add this to the documentation! 
&lt;br /&gt;&lt;br /&gt;
The following page discusses special characters, but this very important one is not included. Here is the page: &lt;a href="http://docs.bungeeconnect.com/index.php?title=Expressions_Cheat_Sheet" rel="nofollow"&gt;&lt;a href="http://docs.bungeeconnect.com/index.php?title=Expressions_Cheat_Sheet" rel="nofollow"&gt;http://docs.bungeeconnect.com/index.p...&lt;/a&gt;&lt;/a&gt;</description>
      <pubDate>Sat, 12 Dec 2009 03:13:55 -0000</pubDate>
      <dc:creator>smallbizapps</dc:creator>
      <dc:date>2009-12-12T03:13:55Z</dc:date>
    </item>
    <item>
      <title>Published app is DOWN!!</title>
      <link>http://getsatisfaction.com/bungeelabs/topics/published_app_is_down</link>
      <description>This app is down:  &lt;a href="http://profile.peprofile.com/pep" rel="nofollow"&gt;http://profile.peprofile.com/pep&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
Nothing has changed in months. Are you experiencing an outage?</description>
      <pubDate>Wed, 09 Dec 2009 16:14:12 -0000</pubDate>
      <dc:creator>malandro95</dc:creator>
      <dc:date>2009-12-09T16:14:12Z</dc:date>
    </item>
    <item>
      <title>Builder seems to have gone AWOL again...</title>
      <link>http://getsatisfaction.com/bungeelabs/topics/builder_seems_to_have_gone_awol_again</link>
      <description>The builder seems to have completely evaporated this morning. All I'm getting is:
&lt;br /&gt;&lt;br /&gt;
Not Found
&lt;br /&gt;&lt;br /&gt;
The requested URL /launch/1245/runtime was not found on this server.
&lt;br /&gt;&lt;br /&gt;
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
&lt;br /&gt;&lt;br /&gt;
Even if there is a planned maintenance, there's got to be a better way to handle this...</description>
      <pubDate>Tue, 06 Oct 2009 13:22:48 -0000</pubDate>
      <dc:creator>smallbizapps</dc:creator>
      <dc:date>2009-10-06T13:22:48Z</dc:date>
    </item>
    <item>
      <title>Unusable dialog box(es) on small-format screens (read: netbooks)</title>
      <link>http://getsatisfaction.com/bungeelabs/topics/unusable_dialog_box_es_on_small_format_screens_read_netbooks</link>
      <description>The following is a request/demand/plea:
&lt;br /&gt;&lt;br /&gt;
I often use a netbook for mobile computing and it has a relatively small screen. Now, I'm not expecting *everything* to be formatted for small screens, but screens/dialogs that can be, *should* 
&lt;br /&gt;&lt;br /&gt;
For example, it is currently not possible to post a solution because the version/comments dialog is so large that one cannot see/reach the post/accept/OK button at the bottom of the dialog box. Luckily, the Esc(ape) key allows you to back out of it (or I would have been in serious trouble). The Enter key should cause the dialog to be accepted. In addition, the comments box could be made smaller and/or provide a scroll bar.
&lt;br /&gt;&lt;br /&gt;
I haven't necessarily run into this with other dialogs specifically, but these guidelines should be applied across the board, where possible.
&lt;br /&gt;&lt;br /&gt;
With the popularity of netbooks increasing, this just makes sense.</description>
      <pubDate>Tue, 29 Sep 2009 19:29:02 -0000</pubDate>
      <dc:creator>smallbizapps</dc:creator>
      <dc:date>2009-09-29T19:29:02Z</dc:date>
    </item>
    <item>
      <title>Builder is non-responsive</title>
      <link>http://getsatisfaction.com/bungeelabs/topics/builder_is_non_responsive</link>
      <description>The builder is being non-responsive and I just saw a never-before-seen "red cursor of death". Anyone know what's going on?</description>
      <pubDate>Thu, 03 Sep 2009 19:05:02 -0000</pubDate>
      <dc:creator>smallbizapps</dc:creator>
      <dc:date>2009-09-03T19:05:02Z</dc:date>
    </item>
    <item>
      <title>Can't sign up for Private Beta</title>
      <link>http://getsatisfaction.com/bungeelabs/topics/cant_sign_up_for_private_beta</link>
      <description>After entering an email into the box on the home page, and pressing 'Sign Up', the following error is displayed:&lt;br /&gt;&lt;a href="http://s3.amazonaws.com/satisfaction-production/s3_images/89804/bc_smtp_error.png" rel="nofollow"&gt;&lt;img alt="" src="https://getsatisfaction.com/sslproxy/SWhAdDNLMG5zdGFuVGlWenmLbJDGd3CABhjZermgcystANA4T6nd0pzV0fSzBRRGOd17A4b8ZLwi6-HESbXI0qmV0CThaR7Ju-BuNXnLitrv3vvk0oIGNnIrxI_N_xdWQN1YF_Dz8m2NM0mSV1WPSQ==.png" /&gt;&lt;/a&gt;</description>
      <pubDate>Mon, 10 Aug 2009 20:23:54 -0000</pubDate>
      <dc:creator>bear454</dc:creator>
      <dc:date>2009-08-10T20:23:54Z</dc:date>
    </item>
    <item>
      <title>BungeeConnect outage (builder, www, docs, etc.)</title>
      <link>http://getsatisfaction.com/bungeelabs/topics/bungeeconnect_outage_builder_www_docs_etc</link>
      <description>Many, if not all, sites on the bungeeconnect domain are down. Outage appears to be affecting at least the following subdomains:
&lt;br /&gt;&lt;br /&gt;
     www
&lt;br /&gt;
     builder
&lt;br /&gt;
     docs
&lt;br /&gt;
     sqladmin</description>
      <pubDate>Tue, 14 Jul 2009 10:04:46 -0000</pubDate>
      <dc:creator>smallbizapps</dc:creator>
      <dc:date>2009-07-14T10:04:46Z</dc:date>
    </item>
    <item>
      <title>unable to publish</title>
      <link>http://getsatisfaction.com/bungeelabs/topics/unable_to_publish4</link>
      <description>i get an exception on rightclicking the project name: cannot call the method 'split'</description>
      <pubDate>Sun, 12 Jul 2009 09:24:58 -0000</pubDate>
      <dc:creator>vrushali</dc:creator>
      <dc:date>2009-07-12T09:24:58Z</dc:date>
    </item>
    <item>
      <title>WSDL file import fails</title>
      <link>http://getsatisfaction.com/bungeelabs/topics/wsdl_file_import_fails</link>
      <description>I have downloaded a WSDL file from Oracle CRM On Demand app. I am able to import it in SOAPUI but not in Bungeee. When I try to create a new WSDL project and upload the file from my local machine, it does nothing. IS there anything wrong with this functionality.</description>
      <pubDate>Sat, 11 Jul 2009 18:21:24 -0000</pubDate>
      <dc:creator>Sreenath</dc:creator>
      <dc:date>2009-07-11T18:21:24Z</dc:date>
    </item>
    <item>
      <title>Is there something wrong with the documentation server?</title>
      <link>http://getsatisfaction.com/bungeelabs/topics/is_there_something_wrong_with_the_documentation_server</link>
      <description>I keep trying to look up the StringUtil page that I've looked up many times before. Unfortunately, it's telling me that it can't be found. CryptoUtil doesn't seem to exist either. And, the page looks weird, too: it has a MindTouch logo instead of the BungeeConnect logo.
&lt;br /&gt;&lt;br /&gt;
What's up?</description>
      <pubDate>Wed, 08 Jul 2009 08:04:17 -0000</pubDate>
      <dc:creator>smallbizapps</dc:creator>
      <dc:date>2009-07-08T08:04:17Z</dc:date>
    </item>
    <item>
      <title>Can't import a TypeLib I previously created and updated.</title>
      <link>http://getsatisfaction.com/bungeelabs/topics/cant_import_a_typelib_i_previously_created_and_updated</link>
      <description>I've got a solution that I've gummed up rather well. The solution had a typelib in it and I made some changes to the typelib and wanted to import a new version of it into the solution. So, I re-published the typelib. Then I went into the solution and deleted the previous version. Finally, I attempted to import the updated typelib but it told me that it already existed so it would not be imported.
&lt;br /&gt;&lt;br /&gt;
I've experienced this problem before, in other instances. I tried Recursive Sync, Revert, refreshing my browser, emptying cookies, etc. In the past those have worked sometimes. On one recent occasion none of those worked, but I was able to solve the problem by re-importing the *entire* solution into a brand-new solution. Sadly, however, even *that* didn't work in this case.
&lt;br /&gt;&lt;br /&gt;
What can I do?
&lt;br /&gt;&lt;br /&gt;
I have many other things I can work on, but I do need to get the new version of my typelib re-imported into my solution. It's been in this state for four days now. (There was a holiday, I realize, but not any more...)</description>
      <pubDate>Tue, 07 Jul 2009 19:01:04 -0000</pubDate>
      <dc:creator>smallbizapps</dc:creator>
      <dc:date>2009-07-07T19:01:04Z</dc:date>
    </item>
    <item>
      <title>In case of case, break code</title>
      <link>http://getsatisfaction.com/bungeelabs/topics/in_case_of_case_break_code</link>
      <description>There really needs to be an "ignore case" argument (boolean) to enable/disable case sensitivity for find functions, notably the findByValue and findAllByValue functions for Collections. If one is attempting to find an item in a collection, case really should not matter, or at the very least, it should be up to the developer whether it matters or not. In the following example code, notice that if the case of the item to be found doesn't exactly match the contents of the collection, the find fails.
&lt;br /&gt;&lt;br /&gt;
Example code:
&lt;br /&gt;&lt;br /&gt;
var boolean foundItLower = false;
&lt;br /&gt;
var boolean foundItUpper = false;
&lt;br /&gt;
var int lowerindex;
&lt;br /&gt;
var int upperindex;
&lt;br /&gt;
var Collection myColl = new Collection(string);
&lt;br /&gt;&lt;br /&gt;
myColl.add("One");
&lt;br /&gt;
myColl.add("Two");
&lt;br /&gt;
myColl.add("Three");
&lt;br /&gt;
myColl.findByValue("One",&amp;lt;not set&amp;gt;,&amp;lt;not set&amp;gt;,upperIndex);
&lt;br /&gt;
myColl.findByValue("one",&amp;lt;not set&amp;gt;,&amp;lt;not set&amp;gt;,lowerIndex);
&lt;br /&gt;
foundItLower = lowerIndex &amp;gt;= 0;
&lt;br /&gt;
foundItUpper = upperIndex &amp;gt;= 0;
&lt;br /&gt;
dialog.message("lowerIndex: " + lowerIndex + "; upperIndex: " + upperIndex);
&lt;br /&gt;
dialog.message("foundItLower: " + foundItLower + "; foundItUpper: " + foundItUpper);
&lt;br /&gt;&lt;br /&gt;
One word: Aaargh! (This is not a line of code...)</description>
      <pubDate>Wed, 01 Jul 2009 14:23:35 -0000</pubDate>
      <dc:creator>smallbizapps</dc:creator>
      <dc:date>2009-07-01T14:23:35Z</dc:date>
    </item>
    <item>
      <title>Official IRC Support channel(s).</title>
      <link>http://getsatisfaction.com/bungeelabs/topics/official_irc_support_channel_s</link>
      <description>I'd like to see IRC come back as an 'official' support channel, with regularly scheduled staffing hours, etc.
&lt;br /&gt;&lt;br /&gt;
But, I'd like to see 2 different channels:
&lt;br /&gt;
(1) BCDN-member only channel for, well, BCDN members.  This implies a certain level of familiarity with the BungeeConnect, the Builder, and well, the staff ;-)  This channel would be highly tech-driven, and users should expect prompt responses to technical support queries, as well as community-driven assistance for design/development philosophy/shared code.
&lt;br /&gt;
(2) Noob channel.  Help for people just getting started with BungeeConnect, and who are having difficulty either with the core concepts in the Learn Tab, or with the prerequisite knowledge (OO concepts, or MVA architecture, for example.)  Users should expect courteous explanations and assistance, but will not usually generate high-level issues, such as bug reports.</description>
      <pubDate>Tue, 23 Jun 2009 20:44:12 -0000</pubDate>
      <dc:creator>bear454</dc:creator>
      <dc:date>2009-06-23T20:44:12Z</dc:date>
    </item>
    <item>
      <title>Server status page?</title>
      <link>http://getsatisfaction.com/bungeelabs/topics/server_status_page</link>
      <description>I often experience difficulty getting on the Bungee FTP site to upload resources. Would it be possible to create a server status app containing a list of the various bungee servers that are accessible to Bungee's customers and their availability/status? That way, it will be more apparent whether the problem is on Bungee's end or our end.</description>
      <pubDate>Tue, 23 Jun 2009 20:03:43 -0000</pubDate>
      <dc:creator>smallbizapps</dc:creator>
      <dc:date>2009-06-23T20:03:43Z</dc:date>
    </item>
    <item>
      <title>Generating random numbers?</title>
      <link>http://getsatisfaction.com/bungeelabs/topics/generating_random_numbers</link>
      <description>What's the best way to generate random (or even pseudo-random) numbers? I notice that the CryptoUtil library can generate various random things (strings, longs, doubles, etc.) but oddly, there is no function to generate random integers. Should I be creating a random long and then convert it back to an integer? I would have expected there to be an easier way. Am I missing something obvious?</description>
      <pubDate>Tue, 23 Jun 2009 19:17:30 -0000</pubDate>
      <dc:creator>smallbizapps</dc:creator>
      <dc:date>2009-06-23T19:17:30Z</dc:date>
    </item>
  </channel>
</rss>

