Re: [flexcoders] F2 Alpha: Repeaters and dynamic HTML text?

2005-10-26 Thread Manish Jethani
On 10/24/05, Ashish Goyal <[EMAIL PROTECTED]> wrote: > > > > > > > > I think in the above example you want to get rid of the VBox and set the verticalAlign of the HBox to "middle" Yahoo! Groups Sponsor

Re: [flexcoders] about the Flex name...

2005-10-26 Thread John C. Bland II
lol. I thought it was funny after reading your post then looking into Gmails sponsored links section and not seeing anything about Macromedia Flex under sponsored or related links. :-) (at least something MM came up) Sponsored Links Macromedia Flash Files100% Free Flash Files and Training Lesson

RE: [flexcoders] Problem with redawing tree xml content

2005-10-26 Thread jraben
Wow thanks. This works. Didn't know I have to do it in the result handler. On 20 Oct 2005 at 12:37, Tracy Spratt wrote: > Try re-assigning the dataProvider to the tree in a result handler > function. > > Tracy > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PR

[flexcoders] Google AdSense

2005-10-26 Thread Robert Thompson
Does anyone know if there is a typical good method for integrating Google AdSense javascript into Flex and/or Flash? Is it possible to put the javascript include in the main container file, then the html in either a text control, or is there another way? -r ___

Re: [flexcoders] hold column when scrolling

2005-10-26 Thread Manish Jethani
On 10/24/05, Tracy Spratt <[EMAIL PROTECTED]> wrote: > Check out this link: > http://www.richinternetapps.com/archives/000101.html In Flex 2 you can set the DataGrid's lockedColumnCount to the number of columns you want to freeze. Yahoo! Groups Sponsor --

Re: [flexcoders] ColorPicker

2005-10-26 Thread Manish Jethani
On 10/24/05, Philippe Maegerman <[EMAIL PROTECTED]> wrote: > I noticed a strange behavior, if the ColorPicker is in a TitleWindow > (pop-up), moving the window will reset the color to black. Funny. Can you post the example? At least we can make sure it doesn't happen in 2.0. --

RE: [flexcoders] ColorPicker

2005-10-26 Thread Philippe Maegerman
Launcher.mxml xmlns:mx="http://www.macromedia.com/2005/mxml" xmlns="*" horizontalAlign="center">import mx.managers.*function doOpen(){var popupParent = this;var isModal:Boolean = true;var verifyPopUp = PopUpManager.createPopUp(popupParent, ColorPickerWin, isModal);} label="Popup Pan

RE: [flexcoders] [Flex2] State and size

2005-10-26 Thread Stephane De Jonckheere
Hi, yes, you're right. Sorry for not having tried that case. Stephane -Original Message- From: Ashish Goyal [mailto:[EMAIL PROTECTED] Sent: mardi, 25. octobre 2005 20:32 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] [Flex2] State and size Hello Stephane, It seems like settin

[flexcoders] datagrid dragdrop question

2005-10-26 Thread bhaq1972
Hi, Can i drag and drop single cells as oppose to rows in a datagrid (as shown in the flex explorer example)? what about in flex 2?(i havent even started looking at flex2). thanks Yahoo! Groups Sponsor ~--> Get Bzzzy! (real tools to help you

[flexcoders] Stupid Question, but driving me mad - TabBars

2005-10-26 Thread Steve Cox
Guys + Girls,   I’ve a tabbar on 3 separate forms inside a Tab Nav.   Now the dataprovider for these is populated from a webservice, the issue I’m having is setting the selectedIndex on the tabbars initially. Once the tabbar is created, the selectedindex works perfect.   Setting the

[flexcoders] Re: Stupid Question, but driving me mad - TabBars

2005-10-26 Thread bhaq1972
stupid answer(maybe) - why dont you set the selectedIndex in the resultHandler of your webservice call (the one which gets the dataprovider for your tabbar) --- In flexcoders@yahoogroups.com, "Steve Cox" <[EMAIL PROTECTED]> wrote: > > Guys + Girls, > > I've a tabbar on 3 separate forms inside

RE: [flexcoders] hold column when scrolling

2005-10-26 Thread Philippe Maegerman
You can see it at work in the samples Macromedia Flex 2.0 Explorer: DataGrid / Advanced features :)))   Philippe Maegerman   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish JethaniSent: mercredi 26 octobre 2005 10:41To: flexcoders@yahoogroups.comSubject: R

RES: [flexcoders] Remote Object not found in Flex config

2005-10-26 Thread Michel Bertrand
Title: Mensagem Hi ! Thanks ! I have already restarted the server. It's still not working. -Mensagem original-De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de Roger GonzalezEnviada em: terça-feira, 25 de outubro de 2005 18:17Para: flexcoders@yahoogro

RES: [flexcoders] Remote Object not found in Flex config

2005-10-26 Thread Michel Bertrand
Title: Mensagem I had to use an "unamed" remote object, like:          protocol="http"   showBusyCursor="true"   result="event.call.resultHandler( event );"   fault="event.call.faultHandler( event );"   source="com.datasul.persistence.util.DataBaseHandlerDelegate" 

[flexcoders] set Effect at runtime

2005-10-26 Thread keishichi2001
My Flex application is based on Cairngorm 0.99. Main application includes several custom components and those have own ViewHelper to render themselves. Let's assume two of custom components, CompA and CompB. CompA has a in it, and it has moveEffect setting. CompA also has definition of several .

RE: [flexcoders] Re: Stupid Question, but driving me mad - TabBars

2005-10-26 Thread Steve Cox
Hey,   Tried that, the Tab doesn’t get selected still unfortunately.   Crazy thing is, using an alert, I can output what the selectedIndex is of the Tab, and it’s outputting the right index! But none of the buttons are selected!   So the selectedIndex is being set, I can view what i

RES: [flexcoders] Remote Object not found in Flex config

2005-10-26 Thread Michel Bertrand
Title: Mensagem Hi ! How can I check the version of my Flash Player ? -Mensagem original-De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de Mercer, DustinEnviada em: quarta-feira, 26 de outubro de 2005 02:14Para: flexcoders@yahoogroups.comAssunto: RE:

RES: [flexcoders] Remote Object not found in Flex config

2005-10-26 Thread Michel Bertrand
Title: Mensagem I'm using Flash Player 7,0,35,29 ... -Mensagem original-De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de Mercer, DustinEnviada em: quarta-feira, 26 de outubro de 2005 02:14Para: flexcoders@yahoogroups.comAssunto: RE: [flexcoders] Re

Re: [flexcoders] FileIO.browse() fails when called with filters

2005-10-26 Thread Laurent Cornelis
Are we the only ones with this problem ? What platform are you running on ? I'm on Windows XP SP2 Benoit Hediard a écrit : > Yes I've also encountered this problem. > Impossible to use the fileIO.browse() with filters. > When filters are passed, the browse window doesn't appear anymore. > > Beno

[flexcoders] Re: (Flex 1.5 using Cairngorm Framework) MenuBars in PopUps not Working

2005-10-26 Thread fowleryj
Dustin, Thanks for that suggestion - it proved that the problem is indeed that the menu is showing up beneath my window. Another strange thing is that none of the items are selectable when I run my mouse cursor over them. How would I get the menu to stop showing up beneath my window? --

[flexcoders] Two way data binding?

2005-10-26 Thread ddwoske
I have big problems understanding something. I basically want to build UI components which modify underlying XML so that I can send the modified XML back to the server. I want to bind some TextInput components to portions of the XML and when I change the text then I want the XML to be automatical

[flexcoders] Flex 2: actionscript 3 problem

2005-10-26 Thread Torben Nielsen
Hi,   I have declared a class that I use as a object that defines a product in my application like this:   package dk.newline.iccsuite.info {     public class Product {         public function Product(){         }    

[flexcoders] How to access control attributes inside a repeater

2005-10-26 Thread Doodi, Hari - BLS CTR
  Hi,     I would like to know how to access text property of an TextInput control in a Form which is repeated inside a repeater? Here is what I was doing….. I have two mxml file one department.mxml with repeater tag in it and another deptComp.mxml has form component with TextI

RE: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2

2005-10-26 Thread Battershall, Jeff
Title: Message I've been playing with this a bit and my big, big question is this:  How the heck can you create a singleton when the contructor evidently must be public in AS 3.0? Jeff BattershallApplication ArchitectDow Jones Indexes[EMAIL PROTECTED](609) 520-5637 (p)(484) 477-9900 (c)

[flexcoders] Re: Two way data binding?

2005-10-26 Thread Dave Wolf
This will be handled in the Flex2 data services. More importantly is that the changes (inserted, added and deleted buffers) will be marshalled to the server as needed and can be bound to a persistence adapter (say Hibernate) to even manage updating the data store with the changes. That's where th

[flexcoders] [flex1.5] precompile an ubiquious MXML application ?

2005-10-26 Thread r0main
Hello, I'd like to precompile an application into a SWF that I can deploy in my Dev, Test and Production environment... Yet I've got the following message when my SWF gets called via http://pc007810d:9001/firm-web-admin/main.swf URL: *** Security Sandbox Violation *** Connection to http//pc0078

Re: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2

2005-10-26 Thread Spike
package {   public class MySingleton {       private var instance:MySingleton;     public MySingleton(x:PrivateClass) {   instance = this;     }     public static getInstance():MySingleton {   if (instance == null) {     instance = new MySingleton(new PrivateClass());   }   

[flexcoders] The Current Architecture

2005-10-26 Thread knly browne
Good day awll I must show some gratitude for all the help that i have recieved from the experts here.. I just want to know one thing.. Currently the developers version of flex 2.0 is just the framework with the IDE for creating the applications.. so if you  want to access web-services you h

Re: [flexcoders] Google AdSense

2005-10-26 Thread JesterXL
I never figured out how to modify the HTML Flex generates. Instead, since I didn't need HistoryManagement, I just made my own HTML container and hosted the SWF in that. That way, you can put whatever you want underneath it. - Original Message - From: "Robert Thompson" <[EMAIL PROTECTE

RE: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2

2005-10-26 Thread Battershall, Jeff
Title: Message Hshouldn't the private var 'instance' also be static?   Jeff -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of SpikeSent: Wednesday, October 26, 2005 10:50 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexc

RE: [flexcoders] How to access control attributes inside a repeater

2005-10-26 Thread Merrill, Jason
I can’t believe I am actually answering a question here.    What does department.xml look like?  If your XML is like this for example:                     You should be able to just add the next node name after the

Re: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2

2005-10-26 Thread Spike
Yeah, my bad, I wrote that in the email editor and didn't test it, but hopefully it demonstrates the idea. SpikeOn 10/26/05, Battershall, Jeff <[EMAIL PROTECTED]> wrote: Hshouldn't the private var 'instance' also be static?   Jeff -Original Message-From: flexco

RE: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2

2005-10-26 Thread Battershall, Jeff
Title: Message Spike,   Thanks!  Why should we have to do such a kludgy workaround, though?  Why can't we have a private constructor if Java does? Suppose that's a question for the Flash Player engineering team...   Jeff -Original Message-From: flexcoders@yahoogroups.com [ma

RE: [flexcoders] How to access control attributes inside a repeat er

2005-10-26 Thread Doodi, Hari - BLS CTR
Thanks for the reply but I am not using the repeater to create any menus. I am using the repeater to repeat my form so that user can manipulate more than one set of data. I did attached all three files. Any way my xml file looks like …           01    

[flexcoders] Re-creating runtime components - Flex2

2005-10-26 Thread Mark Wales
I'd like to create components at runtime (a technique well-understood and well-documented) but then retain the list of created components so that, upon subsequent start-up, those same components are re-instantiated. I'm certainly not trying to be as far-reaching as SAP with Netweaver, but the gen

Re: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2

2005-10-26 Thread Spike
I agree that it's a bit of a kludge, but it does provide a reliable way to implement the Singleton pattern. With a bit of luck MM will add private constructors to the language before the final release and we won't have to worry about it. My guess is that there are a couple of internal things t

RE: [flexcoders] How to access control attributes inside a repeater

2005-10-26 Thread Merrill, Jason
I didn’t see you attached files since I am viewing via Outlook.  Usually that’s frowned upon on lists, but maybe with Yahoo lists like this its OK.  Anyway, since I was off on your question apparently, now I really can’t believe I responded.   Jason Merrill   |   E-Learning Solutions 

Re: [flexcoders] Google AdSense

2005-10-26 Thread Robert Thompson
Thanks Jester, Do you or anyone else have any recommendations on how this can occur in a Text component; i.e. adSense.htmlText = and then have the javascript that's required for AdSense included in the page. Or am I mis-understanding what's possible here? Although there seems to be a small cult

Re: [flexcoders] The Current Architecture

2005-10-26 Thread Joe Rinehart
Hi Kenlie, The Flex 2.0 framework contains data service components for connecting to existing Web Services...see documentation.  -JoeOn 10/26/05, knly browne <[EMAIL PROTECTED]> wrote: Good day awll I must show some gratitude for all the help that i have recieved from the experts here

[flexcoders] Security error - can anyone help with this?

2005-10-26 Thread cnewroth55
I am getting the following popup error when i try to access the examples on my secured server. Any one seen this before and I ahve my flex-config wide open.. HTTPService Fault: sun.security.validator.ValidatorExecption: no trusted certificate could be found i am on a https connection, so it loo

Re: [flexcoders] Security error - can anyone help with this?

2005-10-26 Thread Jeff Tapper
try setting useProxy="true" on your HttpService tag At 12:05 PM 10/26/2005, you wrote: >I am getting the following popup error when i try to access the >examples on my secured server. Any one seen this before and I ahve my >flex-config wide open.. > >HTTPService Fault: >sun.security.validator.Vali

Re: [flexcoders] Google AdSense

2005-10-26 Thread JesterXL
Won't work bro. Google Adsense wants you to embed JavaScript. TextArea's in Flex can display HTML 1.0, but not actually run JavaScript. So, you'll have to either put the adsense code somewhere around the Flex embedded content, or use an IFrame to put it over top. - Original Message -

[flexcoders] Re: Security error - can anyone help with this?

2005-10-26 Thread Dave Wolf
That setting should be on by default. Is it? If so I actually want you to do the opposite, and to set useProxy="false" You will need to update flex-config to allow this also. Please let me know if it suddenly works now. If so I can explain why it worked when bypassing the proxy. If not, we n

Re: [flexcoders] Security error - can anyone help with this?

2005-10-26 Thread Craig Newroth
nope, not yet, will give that a shot.. thx Jeff Tapper <[EMAIL PROTECTED]> wrote: try setting useProxy="true" on your HttpService tagAt 12:05 PM 10/26/2005, you wrote:>I am getting the following popup error when i try to access the>examples on my secured server. Any one seen this before and I ah

RE: [flexcoders] Re: Two way data binding?

2005-10-26 Thread Matt Chotin
The automatic update of the data itself will be available in the Framework, the data services is what allows for automatic transfer back to the server.   The cell renderer APIs may help show you what can be done in Flex 2 as well.   Matt   From: flexcoders@yahoogroups.com [m

RE: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2

2005-10-26 Thread Jeff Tapper
Matt - Would subclassing really be an issue? presumably, the subclass would have a different name than the super class, so it wont really be a method override, or am i looking at it too simplistically? At 12:24 PM 10/26/2005, you wrote: >The Player team is still thinking about it. We all want

[flexcoders] Non-Public Constructors was Implementing ModelLocator pattern in AS3/Flex2

2005-10-26 Thread Jeff Tapper
True, but that is not necessary in all subclasses. If we need to do that, we would probably create an internal constructor, rather than a private one. What I'd really like to see one way or the other is the ability to have non-public constructors. Ideally, that would include public, internal

Re: [flexcoders] Non-Public Constructors was Implementing ModelLocator pattern in AS3/Flex2

2005-10-26 Thread Weyert de Boer
Could someone give me some examples why you want to overload/inherite from a private constructor? I can't come up with some cases 1-2-3. Yahoo! Groups Sponsor ~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yaho

Re: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2

2005-10-26 Thread Weyert de Boer
Matt Chotin wrote: > You can’t call super() when the superclass constructor is not > accessible to you… > I don't think much classes will have the need for a private constructor, of course the Singleton classes will. If we need to vote for such a request point me to the url ;-) I don't think pr

RE: [flexcoders] How to access control attributes inside a repeater

2005-10-26 Thread Merrill, Jason
I just re-read what I wrote, and I meant that last sentence in a humorous way by the way…   Jason Merrill   |   E-Learning Solutions   |  icfconsulting.com From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Merrill, Jason Sent: Wed

RE: [flexcoders] Problem with redawing tree xml content

2005-10-26 Thread Tracy Spratt
Remember that data service calls are asynchronous, and you must either bind to the result or use a result handler. In truth, I never bind directly to a data service result, it is just too hard to debug. I always use a result handler first, then assign the result to a member variable, and bind

RE: [flexcoders] Stupid Question, but driving me mad - TabBars

2005-10-26 Thread Tracy Spratt
Creationcomplete of what component?   Are you aware that the navigator components all use deferred instantiation by default, and the child components do not exist until a user first navigates to the view?   If you think this might be the issue, you can, for testing purposes only ( Gor

[flexcoders] Can't Seem to removeNode properly from a Tree!

2005-10-26 Thread Stacy Young
I'm attempting to loop through childNodes on a tree dataprovider and delete the currently selected node in that tree. The tree's structure is fixed in that there is a series of child elements in which each child may be one level deep. When I execute the code below on an item off the root, its ch

[flexcoders] Re: (Flex 1.5 using Cairngorm Framework) MenuBars in PopUps not Working

2005-10-26 Thread fowleryj
The parent of PopUp.mxml is an . I saw that in the livedocs, but I didn't read it to mean that the MenuBar is not intended for use within a pop-up (i.e. within a Panel)... is this the case? --- In flexcoders@yahoogroups.com, "kaibabsowats" <[EMAIL PROTECTED]> wrote: > > From the livedocs: > > "Th

[flexcoders] create-compile-report not creating report

2005-10-26 Thread Clint Modien
i've opened my flex-config.xml file and set create-compile-report to true but it's not creating the report... production mode is set to false...     any ide why it's not creating the file? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Sear

RE: [flexcoders] Usage of CreateClassObject & CreateComponent

2005-10-26 Thread Mark Wales
If you don't mind a follow-up question from someone else, how do you then listen for the events that will come from the new Button that is created? For example, I've tried calling "clickBroadcast" but it didn't seem to work. Thanks, -Mark -Original Message- From: flexcoders@yahoogrou

Re: [flexcoders] Usage of CreateClassObject & CreateComponent

2005-10-26 Thread JesterXL
var ref_mc:Button = Button ( createChild ( Button ) ); ref_mc.addEventListener("click", Delegate.create ( this, onClick ) ); function onClick(event_obj:Object):Void { trace("clicked the mofo"); } - Original Message - From: "Mark Wales" <[EMAIL PROTECTED]> To: Sent: Wednesday, Octobe

RE: [flexcoders] How to access control attributes inside a repeater

2005-10-26 Thread Tracy Spratt
I am just thinking here, but perhaps you could use something like: Alert.show(this.deptForm[i].getChildAt(n).text);   Debug this.deptForm[i] to make sure it is referencing what you expect.   Tracy   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Beh

RE: [flexcoders] create-compile-report not creating report

2005-10-26 Thread Roger Gonzalez
> i've opened my flex-config.xml file and set > create-compile-report to true but it's not creating the > report... production mode is set to false... > > > any ide why it's not creating the file? > > Try searching for all files named '*-report.xml', hopefully its just writing it somewhere

[flexcoders] Re: Google AdSense

2005-10-26 Thread dunwerkin
Subject: Re: Google AdSenseThanks Jester,Do you or anyone else have any recommendations on how this can occur in a Text component; i.e.adSense.htmlText = and then have the_javascript_ that's required for AdSense included in thepage.Or am I mis-understanding what's possible here? Although there

RE: [flexcoders] Usage of CreateClassObject & CreateComponent

2005-10-26 Thread Mark Wales
Many thanks. The one clarification I'd add for anyone else who is reading is that with Flex 2, you don't need the delegate and can reference onClick directly. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Wednesday, October 26

RE: [flexcoders] Referencing a combobox label (FLEX 2)

2005-10-26 Thread Deepa Subramaniam
Hi- Try startYear.selectedItem.label in your Model. Deepa -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of yaagcur Sent: Wednesday, October 26, 2005 11:52 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Referencing a combobox label (FLEX

RE: [flexcoders] Re: (Flex 1.5 using Cairngorm Framework) MenuBars in PopUps not Working

2005-10-26 Thread Mercer, Dustin
When you create the window, you can specify its’ modality (I think it is the 3rd parameter on the createPopUp method, it’s a Boolean value).  Try setting the modality to false.  A modal window is the topmost window in a flex application.  I have had similar issues with modal windows…  Thi

[flexcoders] Re: Usage of CreateClassObject & CreateComponent

2005-10-26 Thread Libby
This works of course, using the Flex builtin objects. But how do I do this (instantiate) using a .mxml file containing instances of those builtin objects? I want to generate a portion of the screen at run time that was previously created as a .mxml file. Just before I generate it I will build the i

RE: [flexcoders] Can't Seem to removeNode properly from a Tree!

2005-10-26 Thread Stacy Young
Tried this variation, same result…removes a folders child nodes but leaves the folder…don’t get it !!   var dp = view.profileFields.dataProvider;   for (var locNode :XMLNode = dp.firstChild; locNode != null;) { var exclude :Boolean = false;   if ( locNode.toString() == nodes[0]

[flexcoders] RES: (Flex 1.5 using Cairngorm Framework) MenuBars in PopUps not Working

2005-10-26 Thread fowleryj
That was it! I set modal to false and now the menu shows up. Thanks for your help, Dustin. --- In flexcoders@yahoogroups.com, "Mercer, Dustin" <[EMAIL PROTECTED]> wrote: > > When you create the window, you can specify its' modality (I think it is > the 3rd parameter on the createPopUp method, it's

RE: [flexcoders] RES: (Flex 1.5 using Cairngorm Framework) MenuBars in PopUps not Working

2005-10-26 Thread Mercer, Dustin
No problem J  Hopefully Flex 2.0 will fix some of these problems…  Time to go do some tests to see so we can log these for Flex 2 J   Dustin Mercer   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of fowleryj Sent: Wednesday, October 26, 2005 2:00 PM To:

RE: [flexcoders] create-compile-report not creating report

2005-10-26 Thread Mercer, Dustin
I hate to ask this, but did you restart the server?  Any changes to the flex-config.xml require a server restart to update…  If you did that, then try deleting the cache.dep and all the folders under the generated folders in the web-inf\flex dir.  Then restart your server and access your

Re: [flexcoders] Re: Usage of CreateClassObject & CreateComponent

2005-10-26 Thread JesterXL
.as/.swf/.mxml... same thing; as long as they extend MovieClip somewhere up the ineritance tree, they are capable of being utlized via createChild. CreateChild, however, is usually only used in Containers, such as Canvas, VBox, HBox, etc. So, if I make this MXML component: And save it as "

RE: [flexcoders] Can't Seem to removeNode properly from a Tree!

2005-10-26 Thread Stacy Young
One step further…that code snippet *is* working…the dataprovider for the tree is changed…the nodes *are* removed…I believe it’s the tree component that’s not refreshing properly. I’ve tried redraw and broadcasting modelChanged, change events to no avail…   -Stace   From: flexc

[flexcoders] Is it possible to dynamically create a compound object that is saved as .mxml

2005-10-26 Thread Libby
at run time? I am trying to do this using CreateComponent and the object never becomes visible. The .mxml file is a couple of containers containing a mix of standard and custom components - part of a screen. If you know how to do this please show me. Thank you, Libby

[flexcoders] HTML Text in TextArea

2005-10-26 Thread Mehdi, Agha
Title: HTML Text in TextArea Hi All, How can I show HTML in TextArea so that instead of spitting out html tags, it actually renders html? I am replacing "<" and ">" with "<" and ">" respectively before I send it to Flash Client. If I don't replace that it does render HTML but doesn't show d

[flexcoders] Re: Flex 2 deployment on Apache Tomcat / J2SE or EE

2005-10-26 Thread webworldly
Matt, When you say, "deploy to your web server" does this mean users may browse using any version of the player, or will FP 8.5 be required to view the SWF if it was created in Flex2? Thanks --- In flexcoders@yahoogroups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote [excerpted]: > >Now that yo

RE: [flexcoders] Can't Seem to removeNode properly from a Tree!

2005-10-26 Thread Jeff Conrad
Try running .updateControl() on the tree in question and see if that helps with redrawing.  I know that (apparently undocumented) method worked for me in the MX04 v2 components.  I found that by digging through the MX04 v2 components source.   My guess is it’ll probably work (at least i

RE: [flexcoders] Can't Seem to removeNode properly from a Tree!

2005-10-26 Thread Tracy Spratt
Try removeTreeNode() instead of “removeNode”. That is the correct method of the treeDataProvider API. removeNode may be a low-level method that is not emitting the event.  Where did you find that method anyway?   Tracy   From: flexcoders@yahoogroups.com [mailto:flexcoders@yaho

RE: [flexcoders] Can't Seem to removeNode properly from a Tree!

2005-10-26 Thread Stacy Young
Definitely had to do with an event being fired…but whats odd was there was still *some* reaction by the component…it just moved the items to the root of the tree. Anyhow I reset the dataprovider after the XML model was changed and it’s working just fine now. Perhaps a more elegant way to

RE: [flexcoders] Can't Seem to removeNode properly from a Tree!

2005-10-26 Thread Stacy Young
Omg…that was it. Thanks Tracy. I saw removeNode used in flexcoders archive…and didn’t verify it in API docs!!   -Stace   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tracy Spratt Sent: Wednesday, October 26, 2005 7:11 PM To: flexcoders@yah

Re: [flexcoders] Re: Flex 2 deployment on Apache Tomcat / J2SE or EE

2005-10-26 Thread Muzak
8.5 is required for swf files generated with Flex 2. regards, Muzak - Original Message - From: "webworldly" <[EMAIL PROTECTED]> To: Sent: Thursday, October 27, 2005 12:29 AM Subject: [flexcoders] Re: Flex 2 deployment on Apache Tomcat / J2SE or EE > Matt, > > When you say, "deploy to

[flexcoders] AJAX vs Flex whitepaper?? anyone??

2005-10-26 Thread Aldo Bucchi
Hi Folks, I'm looking for a business and technical level whitepaper that develops on the differences and similarities between flex and AJAX. It is for a customer that is "evaluating" both techs for a series of applications. I'm not asking wether this is a good or bad comparison to make, but it is

[flexcoders] Re: Referencing a combobox label (FLEX 2)

2005-10-26 Thread yaagcur
Deepa Thanks for suggestion tried that and got error on initializtion of 'Property label not found on Object and there is no default value' and when I selected a year fom the comboBox the error that the required parameter was not found Passing constants or the value of a text field as paramat

RE: [flexcoders] create-compile-report not creating report

2005-10-26 Thread Kelly Roman
I tried searching for anything with report.xml and the compile report wasn’t there.   Any other thoughts?       From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Roger Gonzalez Sent: Wednesday, October 26, 2005 3:41 PM To: flexcoders@yahoogrou

Re: [flexcoders] AJAX vs Flex whitepaper?? anyone??

2005-10-26 Thread JesterXL
Don't know of one, but if you find one, please let us ( and me know offlist), thanks! And good luck. - Original Message - From: "Aldo Bucchi" <[EMAIL PROTECTED]> To: Sent: Wednesday, October 26, 2005 9:02 PM Subject: [flexcoders] AJAX vs Flex whitepaper?? anyone?? Hi Folks, I'm look

[flexcoders] SWC's in Flex

2005-10-26 Thread JesterXL
Can you use a Flash MX 2004/Flash 8 generated SWC in Flex 1.5? --JesterXL Yahoo! Groups Sponsor ~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM --

RE: [flexcoders] ColorPicker

2005-10-26 Thread Malcolm
Title: Message Yes, I too have had problems using the ColorPicker in a modal window. Works fine if it’s not in TitleWindow but as soon as I put it in a modal true TitleWindow (that is opened from another TitleWindow) I can not even select a color :-(   Malcolm   From: flexcode

Re: [flexcoders] SWC's in Flex

2005-10-26 Thread Clint Modien
ya On 10/26/05, JesterXL <[EMAIL PROTECTED]> wrote: Can you use a Flash MX 2004/Flash 8 generated SWC in Flex 1.5?--JesterXL Yahoo! Groups Sponsor ~--> Fair play? Video games influencing politics. Click and talk back!http://us.click.yahoo.com/T8sf5C/tz

Re: [flexcoders] SWC's in Flex

2005-10-26 Thread Muzak
I have done that a while ago (think it was still Flex 1.0), so yes it should be possible. Just checked the Flex Builder 1.5 manual (Developing Flex Applications) and it has a chapter about using/developing swc files. Improving User Expercience -> Creating ActionScript Components Administrating

Re: [flexcoders] SWC's in Flex

2005-10-26 Thread JesterXL
Cool, I read the help docs, didn't catch that, thanks for the 4-11. I'm trying a Flash 8 SWC now, and she's yuking on it. Bleh.. any way to get it work without having to use loadMovie? - Original Message - From: "Muzak" <[EMAIL PROTECTED]> To: Sent: Wednesday, October 26, 2005 10:

RE: [flexcoders] create-compile-report not creating report

2005-10-26 Thread Roger Gonzalez
> I tried searching for anything with report.xml and the > compile report wasn't there. > > > > Any other thoughts? > Its possible that the option only works with the command-line compiler, mxmlc. Not positive, though. Sorry. -rg Yahoo! Groups Sponsor

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 __

Re: [flexcoders] SWC's in Flex

2005-10-26 Thread Muzak
Which part isn't working? Haven't done this in a long time though, so not sure if I'll be of great assistance, hehe. regards, Muzak - Original Message - From: "JesterXL" <[EMAIL PROTECTED]> To: Sent: Thursday, October 27, 2005 4:18 AM Subject: Re: [flexcoders] SWC's in Flex > Cool,

Re: [flexcoders] AJAX vs Flex whitepaper?? anyone??

2005-10-26 Thread Scott Barnes
What you're really asking is DHTML whitepaper vs FLASH ? In a nutshell, AJAX is no uniformed approach, its more of a broad concept to be applied based on examples such as GMAIL. You could probably take a look at Bindows.Net vs FLEX, but again, AJAX is not really a specific technology makeup, m

Re: [flexcoders] AJAX vs Flex whitepaper?? anyone??

2005-10-26 Thread Aldo Bucchi
Ok Scott, But go tell that to a CIO. I bet their reply is going to be: but...why??? and you will be forced to develop a humanly understandable explanation. that's what I need On 10/26/05, Scott Barnes <[EMAIL PROTECTED]> wrote: >What you're really asking is DHTML whitepaper vs FLASH ? > >

Re: [flexcoders] SWC's in Flex

2005-10-26 Thread JesterXL
- compile the Flash 8 SWC - import the SWC into my Flex application mxml - upload all files - compile... nope, "can't recognize" it. Had the same problem with a Flash MX 2004 SWC as well. :: kicks monitor :: - Original Message - From: "Muzak" <[EMAIL PROTECTED]> To: Sent: Wednesday,

RE: [flexcoders] set Effect at runtime

2005-10-26 Thread Matt Chotin
Try this?   Application.application.canvas1.viewstack1.panel1.viewstack2.selectedChild.setStyle(“moveEffect”, “b”);   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of keishichi2001 Sent: Wednesday, October 26, 2005 3:35 AM To: flexcoders@yahoo

RE: [flexcoders] SWC's in Flex

2005-10-26 Thread Roger Gonzalez
Are you certain that's the name of the AS2 class exported in the SWC? Open the SWC using WinZip, and look at the "catalog.xml" file inside. For the below to work, you would need to see a definition named __Packages.MyTab. Is your SWC somewhere in your library path? -rg > -Original Message-

RE: [flexcoders] [flex1.5] precompile an ubiquious MXML application ?

2005-10-26 Thread Matt Chotin
You either need to fully qualify the url for your gateway in flex-config.xml or you need to specify –contextRoot (I think that’s the option name, check the docs) from mxmlc.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of r0main Sent:

RE: [flexcoders] The Current Architecture

2005-10-26 Thread Matt Chotin
The question is do you own the machine where the WebService lives or is it owned/managed by someone else (assuming it’s a different machine from the one where your SWF lives)?  If you do own it it’s easiest for you to put crossdomain.xml on that machine.  If not then you need to use a pro

RE: [flexcoders] HTML Text in TextArea

2005-10-26 Thread Matt Chotin
Title: HTML Text in TextArea I don’t think the TextArea is capable of rendering tags.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mehdi, Agha Sent: Wednesday, October 26, 2005 3:25 PM To: flexcoders@yahoogroups.com Subject: [flex

Re: [flexcoders] SWC's in Flex

2005-10-26 Thread Muzak
Make sure the swc is in the Lib path. >From the docs: After you generate a SWC file, you can use it in your Flex applications by copying it to the flex_app_root/WEB-INF/flex/user_classes directory. You can also copy SWC files to a directory specified by the child tag in the flex-config.xml f

RE: [flexcoders] AJAX vs Flex whitepaper?? anyone??

2005-10-26 Thread Robert Thompson
There is no way AJAX will ever come close to what Flash can do. The only thing new by Google's asychronous XMLRequest object is the ability for the sim. requests; other than that, unless I'm missing something, these are just JavaScript tricks that have been in use for years. I'm not saying it's n

  1   2   >