Expand my Community achievements bar.

pete
pete
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Declare local [Bindable] variables for the values you wantand then bind to these instead. You can update these variables inan Application creationComplete handler as you need to wait untilafter initialization in order for theApplication.application.parameters to be available.

    Type

    Discussions

    Views

    305

    Likes

    0

    Replies

    0
  • I got your sample to work.A few things to mention after looking at the full version ofyour code - note that to call a RemoteObject method that haspredefined MXML arguments then you would call it like this:qResult.Inventory.send();If you wanted to programmatically call it with arguments fromActionScr...

    Type

    Discussions

    Views

    1.0K

    Likes

    0

    Replies

    0
  • I've not read your post thoroughly, but have you seen thispost?http://www.sargeway.com/blog/index.cfm/2006/9/28/CFMX-702-Failure-to-Connect-to-FDS-2

    Type

    Discussions

    Views

    953

    Likes

    0

    Replies

    1
  • Have you seen the example remoting-config.xml file in the/resources/config directory that is laid down during an FDSinstallation?destination elements are children of the service element.<service ...>... <destination id="dest1"> ... </destination> <destination id="dest2"> ... </destination></service>...

    Type

    Discussions

    Views

    360

    Likes

    0

    Replies

    0
  • There should have been numerous postings on forums aboutsetting up debug level logging for using Flash Remoting or Flexrequests with ColdFusion, but if you're not comfortable with thisanother approach might be to redirect CFDUMP output (or someequivalent) for the various scopes like variables/argume...

    Type

    Discussions

    Views

    1.0K

    Likes

    0

    Replies

    1
  • If you're able to recompile your mxml you could considerusing "resource bundles" as described here:http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000899.htmlAlternatively, you could create a [Bindable] object that heldthe strings of the...

    Type

    Discussions

    Views

    417

    Likes

    0

    Replies

    0
  • If you're deploying using the webtier compiler from FDS thenbrowsing to a .mxml file that has been modified will be recompiled(you can force a recompile too with ?recompile=true on the URLquery params).However, the usual deployment scenario is to precompile swfsand then only deploy these (as compila...

    Type

    Discussions

    Views

    318

    Likes

    0

    Replies

    0
  • quote:Originally posted by: GeorgeWSI did read a post about sending 2 variables one with a nullor something. I tried that and abunch of other stuff to no avail. Ialso have read a bunch a posts claiming its a bug.What you're trying to do is simple and in general it issupported, something just must be...

    Type

    Discussions

    Views

    1.0K

    Likes

    0

    Replies

    3
  • Sorry, I wasn't clear in my last post. Your MXML tag forRemoteObject is incorrect... you have two <mx:method> tags,but you should only have one: <mx:RemoteObject id="qResult" destination="ColdFusion" source="invbl" showBusyCursor="true" > <mx:method name="Inventory"result="handleQueryResult(event...

    Type

    Discussions

    Views

    1.0K

    Likes

    0

    Replies

    5
  • Yes, you're right. I'll log a bug and inform releaseengineering to ensure this is fixed for future releases.

    Type

    Discussions

    Views

    491

    Likes

    0

    Replies

    0