Expand my Community achievements bar.

vrubba
vrubba
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Not sure if this is a bug. Here's how to reproduce the error.1) in the crm sample application, change the fill line in thecompanyChange function to read: dsEmployee.fill(employees, company) //change from companyIdint to company VO2) in the crm sample application, addEmployee function,replace this li...

    Type

    Discussions

    Views

    567

    Likes

    0

    Replies

    1
  • My understanding is that you really only need the<mx:method/> if the method being called requires argumentspassed to it. Likewise, if you are not returning any values (i.e.private function doTest():void) you don't really need to supply aresultHandler - at least you don't need one to see if the code ...

    Type

    Discussions

    Views

    638

    Likes

    0

    Replies

    0
  • what purpose does the lin <mx:methodname="createTest"/> serve? I'd remove that first off and try itagain.Also add a System.out.println to your doTest function soyou'll see when it actually gets called... that will help a bit.Just my 2cents.

    Type

    Discussions

    Views

    638

    Likes

    0

    Replies

    0
  • Now after playing with this for quite some time, it kindastarted to make sense. I have a unique situation where I need to point theapplication to different databases based on the user.I use a remote object call over rtmp to authenticate my usersand then set a FlexSession variable to their specific d...

    Type

    Discussions

    Views

    336

    Likes

    0

    Replies

    0
  • I cannot find any documentation on the following:import flex.data.config.AssociationSetting;import flex.data.config.DataNetworkSettings;import flex.data.config.MetadataSettings;plus a whole number of flex.data.DataDestination methods... Ithink there's 7 documented currently and I counted over 40.Any...

    Type

    Discussions

    Views

    508

    Likes

    0

    Replies

    1
  • Someone sent me a private message the other day and I'm goingto post my reply in here for anyone else that might stumble uponthis. Also, in case I'm wrong one of you adobe guru's can correctme :)A multi-language flex app:Basically, you have to indicate which language you wish touse at compile time. ...

    Type

    Discussions

    Views

    1.0K

    Likes

    0

    Replies

    0
  • More information...There's a flex-webtier-config.xml file that contains thefollowing section: <!-- specifies whether or not to use incremental compile--> <!-- with incremental compile is true, when an mxmldocument is requested, only that file and dependent files which have changed willrecompiled. wi...

    Type

    Discussions

    Views

    1.0K

    Likes

    0

    Replies

    1
  • The initial reason I couldn't get it to work is because I didnot set a source-path variable that pointed to the locale/{locale}folder in the flex-config.xml - this was causing the rather obscuremultiple symbols error. As far as what might be an actual bug, well... in the FlexBuild and Deploy.pdf on ...

    Type

    Discussions

    Views

    1.0K

    Likes

    0

    Replies

    2
  • Ok I followed my own advice and started over and after alittle bit of tweaking I got it working. Here's how. To create a working flex app hosted on fds2 we'll use theexisting samples folder:Step 1. Set the locale and add the path In samples/web-inf/flex/flex-config.xml uncomment out thelocale parame...

    Type

    Discussions

    Views

    1.0K

    Likes

    0

    Replies

    4
  • hmm, ok let's dumb it down a bit. forget flex builder. ( irenamed the properties several times before I posted this... itmade no difference)using just fds and notepad.exe...what do i need to do to create a simple mxml applicationhosted in fds that uses a resource file.It would be great if you could ...

    Type

    Discussions

    Views

    1.0K

    Likes

    0

    Replies

    0
Top badges earned by vrubba
Customize the badges you want to showcase on your profile