[flexcoders] Image in DragProxy

2005-06-07 Thread rob
(issues which will be resolved), but I'm wondering if there's a way to reuse the already-loaded image data in the proxy. Thanks, Rob Skelly Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * To unsubscribe from this group, send an email

Re: [flexcoders] Re: Passing variables from Flex to swf

2006-09-07 Thread Rob
thanx for the tips. been tinkering with it but can't figure it out. I'm a novice at best but don't mind tinkeringIf the loaded swf was created with FlashMX, would the syntax be the same as if it was generated by Flex (as in the example)? I think thats where I'm losing it. heres a

RE: [flexcoders] Re: Axis Webservices

2005-02-22 Thread Rob
Webservices Rob, Have you tried accessing the web service without using the proxy? I'd be curious to see the effect. From what I know about Tomcat 5.5.7, the major difference would be the use of JDK 1.5. I can't imagine why you'd ever get a 405 from a web service call. Are POST requests turned

RE: [flexcoders] Re: Axis Webservices

2005-02-22 Thread Rob
Ok, now bypassing proxy, I still get error; however, no longer receiving 405 error, now the dreaded 500 error J. Anyway, I go backand do some lower level traces now From: Rob [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 2:15 PM To: [EMAIL PROTECTED] Subject: RE

ViewStack selectedChild

2005-03-09 Thread Rob
Hi, Just curiousthe MM docs indicate that setting of the ViewStack.selectedChild can only be done in AS and not in MXML; however, it appears from the MM example and my tests that the reverse is true I have a script that is attempting to set the selectedChild to a value that matches

RE: [flexcoders] ViewStack selectedChild

2005-03-09 Thread Rob
Oopsit appears I have to use the data attribute to create a new object and use thatnevermind J From: Rob [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 4:32 PM To: [EMAIL PROTECTED] Subject: [flexcoders] ViewStack selectedChild Hi, Just curiousthe MM docs

RE: [flexcoders] ViewStack selectedChild

2005-03-09 Thread Rob
Ok, Ive been coding too long todayI need to take a data attribute from a dataProvider and cast into an Object that can be used in the statement ViewStack.selectedChild=objectI know this is easy but am having some brain-pain at the momentTIA for any info. Regards. From: Rob

RE: [flexcoders] ViewStack selectedChild

2005-03-10 Thread Rob
simply do myViewStack.selectedChild = this[data]. Not sure what youre trying to really do here. From: Rob [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 2:15 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] ViewStack selectedChild Ok, Ive been coding too

RE: [flexcoders] ViewStack selectedChild

2005-03-10 Thread Rob
selectedChild = this[myComponentId] is getting a ref to the real child component. Tracy From: Rob [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 9:34 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] ViewStack selectedChild Hi Matt, Thanks for the replywhat you coded

FlexTagLib with NitroX

2005-02-09 Thread Rob
/html Anyone seen this; better corrected it? TIA Regards, Rob

JNDI lookup failure

2005-02-18 Thread Rob
as the mxml / AS content. My guess is that this Context is no longerthe context of the webapp as defined by web.xml, or I am missing something in the flex-config.xml. Thanks for any info. Regards, Rob

RE: [flexcoders] Re: Axis Webservices

2005-02-22 Thread Rob
Webservices Rob, Have you tried accessing the web service without using the proxy? I'd be curious to see the effect. From what I know about Tomcat 5.5.7, the major difference would be the use of JDK 1.5. I can't imagine why you'd ever get a 405 from a web service call. Are POST requests turned

RE: [flexcoders] Re: Axis Webservices

2005-02-22 Thread Rob
Ok, now bypassing proxy, I still get error; however, no longer receiving 405 error, now the dreaded 500 error J. Anyway, I go backand do some lower level traces now From: Rob [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 2:15 PM To: [EMAIL PROTECTED] Subject: RE

[flexcoders] tree indexOf

2005-03-24 Thread Rob
Hi, Just need a sanity check. It appears that newNode=parentNode.addTreeNode() returns the newly added node, if I then want to obtain the index of that newly added node wouldnt I do something like index = treeObj.dataProvider.indexOf(newNode) ? TIA Yahoo! Groups

FW: [flexcoders] tree indexOf

2005-03-24 Thread Rob
, if that was the case, why would the seeded values return valid index values, which on the start of building the tree are just leafs... TIA From: Rob [mailto:[EMAIL PROTECTED] Sent: Thursday, March 24, 2005 4:11 PM To: flexcoders@yahoogroups.com Subject

[flexcoders] Msg re: Flash Script taking long time, continue or abort?

2005-03-28 Thread Rob
Hi, Has anyone seen the prompt from Flash that indicates that a Flash script is taking a long time to run...click yes to abort or no to continue? (not exact verbiage)... Anyway, what happens to me is that Flash basically crashes my machine by continuously opening browsers when I choose to abort

RE: [flexcoders] Msg re: Flash Script taking long time, continue or abort?

2005-03-28 Thread Rob
loops in your script and if possible, break you long functions/logic into multiple processes and put them on separate frames. Also make sure that you're not loading all the UI components in one frame. -Original Message- From: Rob [mailto:[EMAIL PROTECTED] Sent: Monday, March 28, 2005 9:23 AM

RE: [flexcoders] Msg re: Flash Script taking long time, continue or abort?

2005-03-28 Thread Rob
long functions/logic into multiple processes and put them on separate frames. Also make sure that you're not loading all the UI components in one frame. -Original Message- From: Rob [mailto:[EMAIL PROTECTED] Sent: Monday, March 28, 2005 9:23 AM To: flexcoders@yahoogroups.com Subject

[flexcoders] getting null service error when deployed to JBoss

2005-04-08 Thread Rob
for any info. Regards, Rob Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ To unsubscribe from this group, send an email to:[EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

[flexcoders] Problem with SWFLoader content height and width

2009-10-15 Thread rob
and with to be calculated. Please let me know if there is another event dispatched by the SWFLoader, I have tried all the non inherited ones, but with no joy :( Thanks Rob

[flexcoders] Re: Problem with SWFLoader content height and width

2009-10-15 Thread rob
have a better solution. Thanks Rob --- In flexcoders@yahoogroups.com, rob rob_mcmich...@... wrote: I have a complete event on two swfLoaders. Once both of the swf loaders have dispatched their complete events I call a method to calculate their content's width and height. Something like

[flexcoders] Re: Accessing a datagrid row on itemClick event

2009-10-15 Thread rob
You may have to use an item renderer that looks for a value such as selected on the item it's rendering. Then by updating the object in the data provider will case it to redraw. There may be a simpler way though. Also make sure you have variableRowHeight set to true ;) Rob --- In flexcoders

[flexcoders] Re: Problem with SWFLoader content height and width

2009-10-15 Thread rob
, but I feel dirty using it ;) Rob --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: Try a callLater so you are checking on the next frame. --- In flexcoders@yahoogroups.com, rob rob_mcmichael@ wrote: I have a complete event on two swfLoaders. Once both of the swf

[flexcoders] Re: Problem with SWFLoader content height and width

2009-10-19 Thread rob
Has anyone got any ideas on this? I am still using the timeouts and it's horrid! Anyone out there know anything detailed about the old SWFLoaders? Thanks Rob --- In flexcoders@yahoogroups.com, rob rob_mcmich...@... wrote: I tried callLater(), but had the same issue as before. Perhaps

[flexcoders] Re: Problem with SWFLoader content height and width

2009-11-13 Thread rob
on enter frame though, so was thinking I could add a listener for that, and let it run a couple frames before assuming it's ready? I am not sure this will be the same with AS2 SWFs though? Will be interesting to hear your thoughts :) Rob --- In flexcoders@yahoogroups.com, Alex H aha

[flexcoders] SuperTab Navigator and Selected Tab

2010-04-01 Thread Rob
Good Day, I am working with the SuperTab Navigator found in Flexlib, however, when I use: this.tabNavigator.addChildToNavigator(dataEnter) where dataEnter is a component, the new tab is not selected. What, if anything, will set the last tab added as the active tab? Thanks, Rob

[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] 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

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] 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] 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] AJAX vs Flex whitepaper?? anyone??

2005-10-26 Thread Rob Dickey
Just curious if you have taken a look at http://www.osflash.org ? Don't know about whitepapers, abstracts, but it’s a great source for ECMA related items including javascript, actionscript, etc., and perhaps there are links from there to something that would suit your needs... HTH Rob

[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
Yeah, I tried that. No workie. Regards, Rob --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: You have to put a change tag above the property in question. Check in the documentation for ChangeEvent: [ChangeEvent(change)] public var flavorStr:String; - Original

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] 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: FDS question

2006-07-12 Thread Rob Rusher
Steven.Humbled Laymen,Rob RusherOn 7/12/06, Steven Webster [EMAIL PROTECTED] wrote: I'm going to step this thread all the way to the beginning again; there was a flawed message in this thread that suggested that FDS was only of interest for real-time data; while it's

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

2006-07-24 Thread Rob Rusher
. I remember seeing posting that it does though.HTHRegards, Rob RusherOn 7/24/06, Battershall, Jeff [EMAIL PROTECTED] wrote: Jessie, Thanks for the clarification. What I do not see in the Flex2 docs is the ability to use Remote object without FDS. Would you have

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
misunderstanding you. All the referenced components are Panels.. ?? ethan -- -- Regards,Rob RusherAdobe Certified Breeze, ColdFusion MX and Flex 2 Instructorm: 303-885-7044im: robrusher __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders

Re: [flexcoders] Plugins to Standalone Flex

2006-07-24 Thread Rob Rusher
some other Eclipse plugs into it (like PHP). I'm wondering what kinds of limitations might exist if I do this... or is it better to just install the Flex plug into the full Eclipse version? Recommendations? Thanks, Kevin -- -- Regards,Rob RusherAdobe Certified Breeze

Re: [flexcoders] Datagrid properties

2006-07-25 Thread Rob Rusher
-- -- Regards,Rob RusherAdobe Certified Breeze, ColdFusion MX and Flex 2 Instructorm: 303-885-7044im: robrusher __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

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

2006-07-25 Thread Rob Rusher
version as a trial for a while, entering the serial number in after startup instead of at startup, or some combination of the above. -- Jason -- -- Regards,Rob RusherAdobe Certified Breeze, ColdFusion MX and Flex 2 Instructorm: 303-885-7044im: robrusher

[flexcoders] Anyone seen this...Bueller???

2005-05-12 Thread Rob Dickey
, where can I get another copy of the application that you building??? Sorry for the weak attempt at some humor, but its been a long night with deadlines approaching too soon. TIA for any info. Rob Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group

[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

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

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] 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] 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

[flexcoders] selectedItem problems with Tree Control

2006-09-21 Thread Rob Seward
Hi there, I'm somewhat new at this. I'm trying to add a leaf to a tree control and have the new node automatically selected.My codeworks the first few times, but then it starts to select strange locations. Any ideas why? You can try it here Thanks!! Rob ?xml version=1.0 encoding=utf-8

RE: [flexcoders] embeded link text in a label tag

2005-12-06 Thread Rob Davis
You should have said it was in a viewstack in the first place. I'm not sure about in Flex 1.5, but in 2 you simply need [viewstackID].selectedIndex = X where X is the index # of the layer you want to show. Also, AFAIK you can't just make part of a label a link, you'd have to either do all or

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

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] CheckCellRenderer

2005-12-29 Thread Rob Dickey
Regards, Rob From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of JesterXL Sent: Thursday, December 29, 2005 5:56 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] CheckCellRenderer Example: dataGrid.dataProvider[i].cbSelect = newState; becomes

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

[flexcoders] Destroying/Re-creating Objects

2006-01-17 Thread Rob Dickey
the default is being used. So am I doing this correctly? Is there another / better way to destroy/recreate child objects dynamically? Thanks for any info. Regards, Rob -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail

RE: [flexcoders] Destroying/Re-creating Objects

2006-01-17 Thread Rob Dickey
I believe that is the issue...after sending the email I realized that I am not waiting for the creationComplete event to be dispatched on each child before attempting to use the child. Thanks for the response. Rob From: flexcoders@yahoogroups.com

RE: [flexcoders] Destroying/Re-creating Objects

2006-01-17 Thread Rob Dickey
is createChild() failing? - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Rob Dickey Sent: Tuesday, January 17, 2006 9:30 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Destroying/Re-creating Objects Sanity Check needed :) I

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] 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] 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] 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] 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] 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] 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] 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] 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] 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] Re: Using and image as a link

2006-07-06 Thread Rob Rusher
for this?, or is there something i am missing that is super simple? Thanks so much for your help! -- -- Regards,Rob RusherAdobe Certified Breeze, ColdFusion MX and Flex 2 Instructorm: 303-885-7044im: robrusher

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

2006-07-07 Thread Rob Rusher
on the follwing styleproperties: border-style:none; border-color:#ff; border-alpha:0; Thanx in advance -- What goes up, does come down. -- -- Regards,Rob RusherAdobe Certified Breeze, ColdFusion MX and Flex 2 Instructorm: 303-885-7044im

Re: [flexcoders] Gap in a TileList ?

2006-07-07 Thread Rob Rusher
, but not in a tile list. Thanx, JL -- -- Regards,Rob RusherAdobe Certified Breeze, ColdFusion MX and Flex 2 Instructorm: 303-885-7044im: robrusher __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http

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

[flexcoders] Re: ColdFusion / Filter Function / Datagrid

2007-11-20 Thread Rob Oates
I have received that error when I set the filter function before the filter field was initialized. You might try changing where (when) in your program you set the filter. Rob Oates Get easy, one

[flexcoders] RangeError: Error #2006: The supplied index is out of ... With dynamic Repeater

2007-12-09 Thread Rob Oates
avoid the error or how can I suppress the modal runtime error window? Any ideas would certainly be appreciated! TIA, Rob Oates Boise, Idaho, USA

[flexcoders] Re: Download link in Flex with CFML

2007-12-11 Thread Rob Rusher
Mark Mark, Take a look at the LinkButton control. It allows you to provide a link to a doc/pdf which the browser will then download. rob

Re: [flexcoders] Add bin folder to SVN?

2007-12-17 Thread Rob Rusher
Publish to a different folder than bin. When you create a Flex project, you have the option to publish the output to any folder you would like. The default is bin. I know that when I publish, say directly to my web server, the folders are not recreated. Only the SWF and HTML. Rob On Dec 17, 2007

Re: [flexcoders] FlexReport Beta - Public Release

2008-01-21 Thread Rob Rusher
/bts/. Let us know how we can help. You must had the same problems as others. Regards, Rob On Jan 21, 2008 1:26 PM, Terry Allen [EMAIL PROTECTED] wrote: Thank you! Looks like I will have something to play with for the rest of the afternoon after all :) On Jan 21, 2008 3:14 PM, Frederico

Re: [flexcoders] problem with parallel

2008-01-25 Thread Rob Rusher
You need to use targets instead of target. I also wasn't clear on your sentence, but contact, whoWe and portfolio need to be components not states. I think that is what you meant, but I just wanted to be sure. Regards, Rob On Jan 25, 2008 2:13 PM, Gustavo Duenas [EMAIL PROTECTED] wrote: Hi

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

2008-01-25 Thread Rob Rusher
With Flex 3 on the close horizon, you should look at the ILOG Elixir components. http://www.ilog.com/products/elixir/ Regards, Rob On Jan 25, 2008 1:59 PM, Cailie Crane [EMAIL PROTECTED] wrote: Hello all, Trying to find a visual component that looks like a gauge, dial, or speedometer

Re: [flexcoders] manual dragEnter event error

2008-01-28 Thread Rob Rusher
, add a child (control) and try it again. mx:HBox height=40 width=80 dragDrop=dragDropHandler(event) dragEnter=dragEnterHandler(event) dragExit=dragExitHandler(event) borderColor=#00 cornerRadius=15 borderStyle=solid mx:Label text=Drag Here/ /mx:HBox Regards, Rob On Jan 28, 2008 11:37 AM

Re: [flexcoders] Refreshing Page

2008-02-08 Thread Rob Rusher
, but you should get the point. Flex applications do not use the request/response metaphor you may be used to with traditional web development. HTH Rob On Feb 7, 2008 5:45 PM, cool buddy [EMAIL PROTECTED] wrote: Hi, I developed a small application in FLEX.. Whenever i refresh a page it goes back

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

2008-02-08 Thread Rob Rusher
Harry, You would use an itemrenderer for the DataGridColumn. You can find examples in the documenation. http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Partsfile=cellrenderer_072_35.html Regards, Rob On Feb 8, 2008 7:34 AM, Harry Saputra

Re: [flexcoders] Flex Book

2008-02-15 Thread Rob Rusher
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/ ... Then reference it as myXML.image.thumb. HTH Rob On Fri, Feb 15, 2008 at 9:31 AM, Dan

  1   2   >