Re: [flexcoders] DataGrid

2008-07-02 Thread Rob Rusher
DataColumn11 DataColumn12 DataColumn13 DataColumn14 Header2 DataColumn21 DataColumn22 DataColumn23 DataColumn24 Header3 DataColumn31 DataColumn32 DataColumn33 DataColumn34 Header4 DataColumn41 DataColumn42 DataColumn43 DataColumn44 Thanks -- -- Regards, Rob Rusher Adobe Certified AIR

Re: [flexcoders] Smooth Animation with Resize or Move Effect

2008-06-05 Thread Rob Rusher
to create a custom component that is based on the Accordion tween effects. Now it looks nice, but I am wondering why I could not get it to look nice with the resize or move effects. I applied a lot of the animation optimizations that I have found. -- -- Regards, Rob Rusher Adobe

Re: [flexcoders] Streaming BlazeDS connection reverting to polling

2008-06-05 Thread Rob Rusher
except for an increase in CPU usage due to all of that polling. Thanks, Geoff -- -- Regards, Rob Rusher Adobe Certified AIR, Connect, ColdFusion MX and Flex Instructor m: 303-885-7044 im: robrusher

Re: [flexcoders] Re: Thinking about going to the dark side....Apple Mac Book

2008-06-05 Thread Rob Rusher
] -- -- Regards, Rob Rusher Adobe Certified AIR, Connect, ColdFusion MX and Flex Instructor m: 303-885-7044 im: robrusher

Re: [flexcoders] Re: Artemis

2008-04-01 Thread Rob Rusher
, but at least usable) Does anyone knows an alternative? Thanks -- Jhonny Everson -- Jhonny Everson -- -- Regards, Rob Rusher Adobe Certified AIR, Connect, ColdFusion MX and Flex Instructor m: 303-885-7044 im: robrusher

Re: [flexcoders] Flex Book

2008-02-15 Thread Rob Rusher
) animatePagesOnTurn=true turnEnd=loadContent(event) / /mx:Application -- Thank You Dan Vega [EMAIL PROTECTED] http://www.danvega.org -- -- Regards, Rob Rusher Adobe Certified AIR, Connect, ColdFusion MX and Flex Instructor m: 303-885-7044 im: robrusher

Re: [flexcoders] Flex Book

2008-02-15 Thread Rob Rusher
. Dan On Fri, Feb 15, 2008 at 11:41 AM, Rob Rusher [EMAIL PROTECTED] wrote: Simplify your code by using the mx:XML tag and set it's source property to the path to your XML. mx:XML id=myXML source=data/images.xml/ Your xml might look like: images image thumb=assets/thumb1.jpg

Re: [flexcoders] Refreshing Page

2008-02-08 Thread Rob Rusher
homepage.http://us.rd.yahoo.com/evt=51438/*http://www.yahoo.com/r/hs -- -- Regards, Rob Rusher Adobe Certified AIR, Connect, ColdFusion MX and Flex Instructor m: 303-885-7044 im: robrusher

Re: [flexcoders] Flexible grid : Multiple lines in one data row

2008-02-08 Thread Rob Rusher
( abrbbrc ) How can I get it on flex DataGrid ? Thanks -- -- Regards, Rob Rusher Adobe Certified AIR, Connect, ColdFusion MX and Flex Instructor m: 303-885-7044 im: robrusher

Re: [flexcoders] manual dragEnter event error

2008-01-28 Thread Rob Rusher
(event) dragExit=dragExitHandler(event) borderColor=#cc verticalAlign=middle horizontalAlign=center cornerRadius=15 borderStyle=solid/ -- -- Regards, Rob Rusher Adobe Certified AIR, Connect, ColdFusion MX and Flex Instructor m: 303-885-7044 im: robrusher

Re: [flexcoders] problem with parallel

2008-01-25 Thread Rob Rusher
904. 265 0330 - 904. 386 7958 www.leftandrightsolutions.com Jacksonville - Florida -- -- Regards, Rob Rusher Adobe Certified AIR, Connect, ColdFusion MX and Flex Instructor m: 303-885-7044 im: robrusher

Re: [flexcoders] Gauge, Dial, or Speedometer component

2008-01-25 Thread Rob Rusher
-- -- Regards, Rob Rusher Adobe Certified AIR, Connect, ColdFusion MX and Flex Instructor m: 303-885-7044 im: robrusher

Re: [flexcoders] FlexReport Beta - Public Release

2008-01-21 Thread Rob Rusher
. Regards, Frederico Garcia -- -- Regards, Rob Rusher Adobe Certified AIR, Connect, ColdFusion MX and Flex Instructor m: 303-885-7044 im: robrusher

Re: [flexcoders] Add bin folder to SVN?

2007-12-17 Thread Rob Rusher
my latest from SVN can just publish their own SWF--my client just wants the SWFs in SVN. Thanks for any help you can offer, OK DAH -- -- Regards, Rob Rusher Adobe Certified AIR, Connect, ColdFusion MX and Flex Instructor m: 303-885-7044 im: robrusher

[flexcoders] Re: Download link in Flex with CFML

2007-12-11 Thread Rob Rusher
--- In flexcoders@yahoogroups.com, markflex2007 [EMAIL PROTECTED] wrote: Hi, I am new for Flex and I need build a download link in Flex,I can download a Doc/Pdf file when I click the link. I am using Flex and Coldfusion, Please let me if you have experience for this, Thanks a lot

Re: [flexcoders] Datagrid properties

2006-07-25 Thread Rob Rusher
selectedItems is an array of references to the selected items in the data provider.dataGrid.selectedItemsReagards,RobOn 7/25/06, Rick Root [EMAIL PROTECTED] wrote: Hi, I'm new to Flex, and I'm trying to pass an array to a web service based on the contents

Re: [flexcoders] Flex Builder 2.0 serial number says it's invalid

2006-07-25 Thread Rob Rusher
This is the first I've heard of this problem.Personally, I uninstalled the beta before installing Flex Builder 2. I left the dashes in the key and I have not had any issues.Good luck. On 7/25/06, Pan Troglodytes [EMAIL PROTECTED] wrote: Just wanted to throw

Re: [flexcoders] Still Fuzzy about Flex 2.0 and CFCs

2006-07-24 Thread Rob Rusher
RemoteObject is certainly there and only requires a remoting gateway.http://livedocs.macromedia.com/flex/2/langref/mx/rpc/remoting/mxml/RemoteObject.html You can use Flash Remoting or the Flash Gateway in CFMX or OpenAMF. I have not used OpenAMF with the AMF3, so I'm not positive that it works.

Re: [flexcoders] Reference to View Stack Failing

2006-07-24 Thread Rob Rusher
Are the custom components used from the demand namespace containers?ViewStack requires them to be container components.Make sure all of the components used in the ViewStack extend a container component. That should solve your problem Regards,Rob RusherOn 7/24/06, Ethan Miller [EMAIL PROTECTED]

Re: [flexcoders] Reference to View Stack Failing

2006-07-24 Thread Rob Rusher
Sample:?xml version=1.0 encoding=utf-8?mx:Application xmlns:mx=http://www.adobe.com/2006/mxmlxmlns:demand=components.* mx:Script ![CDATA[ public function whatsNext(e:Event, next:String):void { if( next==tps ) { demandStack.selectedIndex=1; } } ]]/mx:Scriptmx:ViewStack id=demandStack

Re: [flexcoders] Plugins to Standalone Flex

2006-07-24 Thread Rob Rusher
Although I have not installed any PHP plugins, I have had much better luck installing plugins into the Flex Builder than installing Flex Builder into Eclipse.When installing FB into eclipse it seemed that several little things didn't work right, like keyboard shortcuts, etc... This annoyed me,

Re: [flexcoders] Re: FDS question

2006-07-12 Thread Rob Rusher
ouch! As I wrote that email, I avoided the buzzword bingo sentence, as I was thinking data-oriented, but put it in more laymen terms. :) Although, I never said it was only of interest for real-time data. (sematics boy - my wife chimes in) FDS does encompass more than just real-time data. Even

Re: [flexcoders] Re: How to turn of Button Border

2006-07-07 Thread Rob Rusher
Would a LinkButton do what you're looking for?robOn 7/7/06, maikelsibbald [EMAIL PROTECTED] wrote: I tried it. But it also removes my button colors. Not really what I wanted. --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote:

Re: [flexcoders] Gap in a TileList ?

2006-07-07 Thread Rob Rusher
Check your rowHieght, columnWidth and item renderer margins.regards,robOn 7/7/06, Jean-Luc ESSER [EMAIL PROTECTED] wrote: Anyone figured out how to specify an horizontal or vertical Gap in a TileList ? Works fine in a Tile, with repeaters, but not in a

RE: [flexcoders] FDS question

2006-07-07 Thread Rob Rusher
/wwhimpl/js/html/wwhelp.htm?href=""> Flex 2 Developer's Guide Data Access and Interconnectivity As far as licensing goes, consult your sales rep. They have the answers. Rob Rusher RIA Consultant Adobe Certified Flex 2Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrush

Re: [flexcoders] Re: Using and image as a link

2006-07-06 Thread Rob Rusher
I suggest just adding a click event on you image object in which the event handler uses the navigateToURL() method. You can find out how to use navigateToURL here: http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=1010.htmlYou might

RE: [flexcoders] Re: Font changes to FlexBuilder IDE (2b3)

2006-07-02 Thread Rob Rusher
Window Preferences General Appearance Colors and Fonts Text Font Then select new font. Rob Rusher RIA Consultant Adobe Certified Flex 2Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher blog:http://www.robrusher.com From: flexcoders@yahoogroups.com

RE: [flexcoders] changing states.

2006-06-07 Thread Rob Rusher
You should only need to set the state on "this.currentState". No import needed. Here is an example: private function stateHandler():void { this.currentState = 'About'; } Rob Rusher RIA Consultant Adobe Certified Flex 2Instructor e:[EMAIL PROTECTED] c:30

RE: [flexcoders] Repeater XML Attribute

2006-06-07 Thread Rob Rusher
I noticed that you named your dataProvider myHomePageAC indicating that you are using an ArrayCollection. The E4X notation is used only on XML objects. You can then put the XML into an XMLListCollection to use it as a dataProvider. I think you have the right idea, but the wrong objects. Rob

RE: [flexcoders] Flex2.0 with OpenAMF

2006-03-20 Thread Rob Rusher
OpenAMF should _NOT_ work with Flex 2 due to changes in the AMF protocol. At least that is what I've been told. Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher blog:http://www.robrusher.com -Original Message- From

RE: [flexcoders] Re: Passing actionscript variable for image path into @Embed()

2006-03-17 Thread Rob Rusher
application. I then instantiate that class on an 'assets' property of my ModelLocator. Then I can reference the embedded image dynamically as ... source={ ModelLocator.assets.myImage } ... HTH Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher

RE: [flexcoders] Flex 2.0 Dashboard Project

2006-03-03 Thread Rob Rusher
Sergio, I did a presentation at MAX last year on building a dashboard. The preso is based on Flex 1.5 but it can at least get you started. http://www.robrusher.com/1/2006/03/Flex-15-Dashboard-Tutorial.cfm Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c

RE: [flexcoders] Email System POP3/SMTP on Flex

2006-02-14 Thread Rob Rusher
to communicate with the mail server. Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher blog:http://www.robrusher.com From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ahmed Sent: Monday, February 13

RE: [flexcoders] Embedding pdf doc with the help of Flashpaper in Flex1.5

2006-02-14 Thread Rob Rusher
Yes, print the pdf to flashpaper and save it as a swf. Then load the swf. I use a dll included with Contribute to generate the FlashPaper. I blogged how to use the dll at http://www.robrusher.com/1/2004/09/Dynamic-FlashPaper.cfm. Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e

RE: [flexcoders] Dynamic tab event label problem

2006-01-31 Thread Rob Rusher
Coenraets http://coenraets.com/index.jsp or the Echo Console from the FAST framework http://www.macromedia.com/devnet/flex/articles/fast_userguide.html. HTH Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher blog:http://www.robrusher.com

RE: [flexcoders] How do you reference an object to get attributes for a tag?

2006-01-30 Thread Rob Rusher
Are you talking about binding? mx:Label text={ myObj.labelText }/ If your custom object has a String property that you want to display in a Label, you just reference it by name. Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher

RE: [flexcoders] FlexBuilder on Mac

2006-01-27 Thread Rob Rusher
I guess the dont hold your breath was taken wrong. J Its going to be a few months before you see a Mac version (I for one, cant hold my breath that long). Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher

RE: [flexcoders] Horizontal Accordian?

2006-01-27 Thread Rob Rusher
Scott Barnes created one a while back. I'm not sure if it posted somewhere. I have a copy of it and will post it up on my blog, but until then you can check with Scott. ([EMAIL PROTECTED]) http://www.flexcoder.com/SynergyFLEX Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e

RE: [flexcoders] FlexBuilder on Mac

2006-01-26 Thread Rob Rusher
Neither the current version nor the upcoming Flex Builder 2 will work on a Mac. There is talk about maybe supporting a Mac in the future, but I wouldn't hold your breath. Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher

RE: [flexcoders] Flex book and Flex 2

2006-01-26 Thread Rob Rusher
There are couple of books in the works that will be timed with the release of the new version. Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Sending complex data types to ColdFusion form Flex 1.5

2006-01-26 Thread Rob Rusher
. Here is a call to the RO: restService.addReview({review:event.eventReviewProp}) In the CFC: cffunction name=addReview access=remote returntype=boolean cfargument name=review type=struct required=yes /cffunction Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e

RE: [flexcoders] Filling a TileList with objects from a dataProvider in Flex 1.5

2006-01-26 Thread Rob Rusher
) { compProperty =item; } /mx:Script mx:Label text={ compProperty.name}/ Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com

RE: [flexcoders] extracting a ui component

2006-01-25 Thread Rob Rusher
You can start by getting at the source. Check out http://www.docsultant.com/site2/articles/flex_src.html Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Re: Flash Remoting with Registered Objects

2006-01-25 Thread Rob Rusher
You don't need to use the registerObject(). That is for Java back-ends. Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Re: Flash Remoting with Registered Objects

2006-01-25 Thread Rob Rusher
, String, Boolean, XML, Date, Array, and Object) Since Object.registerClass() takes two arguments, the java class package structure and the ActionScript package structure, what are to passing? Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044

RE: [flexcoders] FW: What should I do

2006-01-25 Thread Rob Rusher
error. Even restarting the machine didnt work. We then adjusted the Flex Site in FB. All of the sudden, working! Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher From: flexcoders@yahoogroups.com [mailto:flexcoders

RE: [flexcoders] Flex not Importing External Schema referenced in WSDL

2006-01-24 Thread Rob Rusher
You will have better luck with an RPC web service. Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of augie Sent: Tuesday

RE: [flexcoders] Can CSS Inheritance be Controlled?

2006-01-24 Thread Rob Rusher
Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Libby Sent: Tuesday, January 24, 2006 6:46 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Flex Asp.Net WebService

2006-01-24 Thread Rob Rusher
Of course it's possible. You will get better results if you make the web service rpc instead of doc/lit though. Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] Multiple values in a data model

2006-01-24 Thread Rob Rusher
; newRecord.birthYear = 1984; test[ count++ ] = newRecord; } ]] /mx:Script mx:Object id=test/ mx:Button label=Add click=addToModel()/ Inspect/ /mx:Application HTH Rob Rusher RIA Consultant Macromedia

RE: [flexcoders] Embed font's glyphs in AS3 Project in Flex Builder 2 alpha

2006-01-01 Thread Rob Rusher
Did you try adding it in your style sheet like this: @font-face { src: url(assets/fonts/arial.ttf); fontFamily:futura; unicode-range: glyphs; } Then in your flex-config.xml set the unicode-range: language-range langglyphs/lang rangeU+0E01-U+0E5B/range /language-range Rob Rusher

RE: [flexcoders] Max width and height for the Loader??

2005-12-22 Thread Rob Rusher
the original size is not known. Also if you are loading an image, I recommend using the Image tag because it is optimized for images. Regards, Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher -Original Message- From: flexcoders

RE: [flexcoders] in Flex 1.5, how can I do a page such as asp.net - on pageload?

2005-12-10 Thread Rob Rusher
You are interested in the system events that are fired with each component. initialize and creationComplete are the two major events you would be interested in. Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher -Original Message

[flexcoders] How do you pass bindings into a custom component?

2005-11-03 Thread Rob Rusher
. function handleEvent( eventObj:Object ):Void { if ( eventObj.type == click ) text_mc.text = You clicked the button; } } Regards, Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher -- Flexcoders

[flexcoders] Re: How do you pass bindings into a custom component?

2005-11-03 Thread Rob Rusher
Message - From: Rob Rusher To: flexcoders@yahoogroups.com Sent: Thursday, November 03, 2005 11:47 AM Subject: [flexcoders] How do you pass bindings into a custom component? I have an AS class that extends UIComponent. I can easily pass a value into the component if it is a string

RE: [flexcoders] Repeater doesn't work

2005-08-17 Thread Rob Rusher
I don’t see an import statement for the TestData class. Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of r_woess Sent: Wednesday

RE: [flexcoders] move window up

2005-08-15 Thread Rob Rusher
- 1 ); if ( topSibling != target ) target.setDepthAbove( topSibling ); } HTH, Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] About synchronizing grid rendering with service completion

2005-08-09 Thread Rob Rusher
You could use a ViewHelper for that view. You could also set the showBusyCursor on the RemoteObject to prevent the user for clicking anything until the screen is ready. Regards, Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044

RE: [flexcoders] equivalent to cfdump in Flex?

2005-08-05 Thread Rob Rusher
The closest thing I've seen is the Inspect window that Christophe posted on his blog. http://coenraets.com/viewarticle.jsp?articleId=83 Regards, Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher -Original Message- From

[flexcoders] Array of VOs class loading issue

2005-08-03 Thread Rob Rusher
; ... return newObj; } public var qArray:Array = new Array(); } -- Regards, Rob Rusher Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12h35sfji/M=362131.6882499.7825260.1510227/D

RE: [flexcoders] Array of VOs class loading issue

2005-08-03 Thread Rob Rusher
var test:myVO = new myVO; gives this error The class 'myV0' could not be loaded. var test = new myVO; gives this error There is no method with the name 'myVO'. Adding the parenthesis has no effect. (e.g. new myVO()) Regards, Rob Rusher RIA Consultant Macromedia Certified Flex Instructor

RE: [flexcoders] Re: Array of VOs class loading issue SOLVED

2005-08-03 Thread Rob Rusher
I too hate one letter variable names. :) One of the other developers actually wrote the solution. Another created the problem in the first place. A few people mentioned the zeros. Courier New makes it hard to spot. Regards, Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e

RE: [flexcoders] databinding question

2005-08-02 Thread Rob Rusher
Its probably because of the way they are instantiated. dispatchEvent() is a mix-in from UIEventDispatcher. You might try adding ChangeEvent to the component once it is created. Just a thought. Hey, Im at 11 Madison Ave. Regards, Rob Rusher RIA Consultant Macromedia

RE: [flexcoders] How much do you charge for Flex development?

2005-07-20 Thread Rob Rusher
friend. Regards, Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Wednesday, July 20, 2005 11:04 AM To: flexcoders

RE: [flexcoders] Minimal webapp

2005-07-20 Thread Rob Rusher
. I would suggest that you deploy your POCs to the Flex Explorer sample application. Then just hand out the URL to people so that they can see it work as well as see the code. It's very simple; just edit the topics.xml in the explorer directory. Regards, Rob Rusher RIA Consultant Macromedia

RE: [flexcoders] Business Delegate, command class, service locator, etc, etc

2005-07-19 Thread Rob Rusher
You need to view the following breezo: http://macromedia-v5.emea.breezecentral.com/architectingflexapplications/ It demonstrates the .95 version. Regards, Rob Rusher Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher -Original Message- From

RE: [flexcoders] Re: Flex License(s) Performance

2005-07-19 Thread Rob Rusher
permission from MM to deploy a Flex app without the server. Regards, Rob Rusher Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jwc_wensan Sent: Tuesday, July 19

RE: [flexcoders] Is there such a test

2005-07-19 Thread Rob Rusher
No such test as of yet. Regards, Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, July 19, 2005 6

RE: [flexcoders] Location of the shared.sws

2005-07-18 Thread Rob Rusher
The livedocs link above shows how to point to a different server. Regards, Rob Rusher From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Joost Nuijten Sent: Monday, July 18, 2005 8:37 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Location

[flexcoders] Re: mx:ScrollView not known to compiler?

2005-07-14 Thread Rob Rusher
ScrollView is not in the mxml_manifest.xml. If you add component id=mx.core.ScrollView class=mx.core.ScrollView/ to /WEB-INF/flex/mxml-manifest.xml and restart the service the error message will go away. Regards, Rob Rusher --- In flexcoders@yahoogroups.com, Dirk Eismann [EMAIL PROTECTED