Re: [flexcoders] OT: Workflow Management Suite?

2005-04-15 Thread Scott Barnes
aye.. you have me on that one... still say flex is pricey... i mean i want my MetallicaRox0rz.com site running in FLEX for 1k... ;) On 4/15/05, Matt Chotin [EMAIL PROTECTED] wrote: Ø price is no concern, we need it yesterday. And people wonder why we sell to

[flexcoders] Re: how to get the windows domain user id of the loc al machine?

2005-04-15 Thread youngceflex
Thank you very much for your reply. My Flex application will run in a server box, and be used within a domain. What I want is to retrieve the user's login-ID to its own box(domain- id), and make it the only one authorized login-ID to my flex application. I tried to use

RE: [flexcoders] Re: how to get the windows domain user id of the loc al machine?

2005-04-15 Thread Abdul Qabiz
Hi, There are methods in server-side scripts for such details, I guess in java servlets, you can look for getRemoteHost(), getRemoteUser(), getUserPrincipal() etc... Check out JSP/Java-servlet documentation... -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] file sent?

2005-04-15 Thread Shell Bryson
Did someone send a file to this group last night? Got a weird security message and a quarantined attachment that looks like it MAY have come from here *shrug* Shell Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ To

[flexcoders] Re: any ideas about flex client side caching?

2005-04-15 Thread zhfbanks
HI, I tried SharedObject. It is perfect. But I ocurs another problem. Only the same swf can read the cache context. For example: I write a simple mxml file: test1.mxml: mx:Script ![CDATA[ function save(){ var so= SharedObject.getLocal('myCookie'); var str:String

[flexcoders] Re: any ideas about flex client side caching?

2005-04-15 Thread zhfbanks
The size is not a problem. You can call System.showSettings(1) to modify the size. --- In flexcoders@yahoogroups.com, Matthew Shirey [EMAIL PROTECTED] wrote: Just be careful about how much you store in the SharedObject. By default the client is set to accept up to 100k A 'Huge' dataset might

[flexcoders] SAP jobs in the USA

2005-04-15 Thread k v
Please send your resume to [EMAIL PROTECTED] MARS Groups is a Singapore based holding company. Our group company in California, USA, is looking for suitably qualified SAP functional consultants to fill up contract positions of duration 6 months to 3 years. These position will be based around

Re: [flexcoders] SAP jobs in the USA

2005-04-15 Thread Scott Barnes
wtf!!... On 4/15/05, k v [EMAIL PROTECTED] wrote: Please send your resume to [EMAIL PROTECTED] MARS Groups is a Singapore based holding company. Our group company in California, USA, is looking for suitably qualified SAP functional consultants to fill up contract positions of

RE: [flexcoders] SAP jobs in the USA

2005-04-15 Thread Steven Webster
Guys, -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott Barnes Sent: 15 April 2005 10:17 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] SAP jobs in the USA wtf!!... Please send your resume to [EMAIL PROTECTED]

Re: [flexcoders] SAP jobs in the USA

2005-04-15 Thread Scott Barnes
hehe. I still say the world would not shed one single tear if the person who invented spam were to be whipped at the post Good luck in the fight against spam, and FLEX speed. On 4/15/05, Steven Webster [EMAIL PROTECTED] wrote: Guys, -Original Message- From:

[flexcoders] File upload from Jimmy Gianninas Prob

2005-04-15 Thread tangomann123
Hi, im new to flex and read the article about fileupload from Jimmy Gianninas. Everything works fine but the refresh of the main app wont work with my code. i copied the part of the upload.jsp just like in the example: mm:mxml mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml;

RE: [flexcoders] Re: Popup only works once

2005-04-15 Thread Steven Webster
Cairngorm .99 should have the ability to unregister view helpers from the ViewLocator so when this is released you will need to unregister the View in the destruction sequence of the popup. In the mean time there are these options (may be more out there): Alistair released a patch for

RE: [flexcoders] Re: any ideas about flex client side caching?

2005-04-15 Thread Abdul Qabiz
Hi, You can allow all swfs from a domain to read/write to same SharedObject, There is second parameter to SharedObject.getLocal(..,..) method. Read about in docs. var so = SharedObject.getLocal('myCookie', /); This way all swfs in same domain have access to myCookie SO...But remember there

RE: [flexcoders] file sent?

2005-04-15 Thread Abdul Qabiz
I did sent a file, that contained C# program...Let me know, if your anit-virus program detected something bad in it... BTW! My anti-virus is updated daily or whenever there is update available -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Sent: Friday, April

RE: [flexcoders] File upload from Jimmy Gianninas Prob

2005-04-15 Thread Dimitrios Gianninas
Hi, Would you happen to have more than Flex UI running when running the example? If yes, the it might be the temp UI generated in the upload.jsp is communicating with the wrong main Flex UI... I have seen this happen myself. I don't think there is any way around this, the Flex UI in

RE: [flexcoders] Namespace Inheritance??

2005-04-15 Thread Dimitrios Gianninas
In the DueDiligence.mxml, you must have: ?xml version="1.0" encoding="utf-8"? mx:Canvas xmlns:mx=http://www.macromedia.com/2003/mxml xmlsns:com="assents.comp.*" width="100%" height="100%" comp:StatePicker id="comp_c_state""/ Jimmy Gianninas Software Developer - Optimal

[flexcoders] problem with TileList

2005-04-15 Thread Duccio
Hi, iamstudying the Foto viewer example.I have a problem loading images in a TileList, seems like no image loads. If i use cellRenderer and dataProvider of TileList everything's ok.Here is the source code: Application intialize function initApp() {albumSrv.send(); } function

RE: [flexcoders] Re: Popup only works once

2005-04-15 Thread Ben Elmore
Missed that email, thanks for the repost. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steven Webster Sent: Friday, April 15, 2005 7:27 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Popup only works once Cairngorm .99

[flexcoders] HTTPService xmlEncoder

2005-04-15 Thread viraf_bankwalla
Hi, I have a HTTPService for which I have written a xmlDecoder to build my VOs from data received from my service. I am not about to send data to the service, and was wondering if using the xmlEncoder was an overkill - my decoder could just as easily build the XML document as a string.

RE: [flexcoders] MXMXL Editor

2005-04-15 Thread Abdul Qabiz
Yeah, that's a good way :) -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Sent: Friday, April 15, 2005 5:29 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] MXMXL Editor Well what I now did is creating a project in the folder where I have my

RE: [flexcoders] HTTPService xmlEncoder

2005-04-15 Thread Abdul Qabiz
my decoder could just as easily build the XML document as a string. You mean a XML string or XML to name-value pairs... If you want to convert a XML object to string, you can do _xml.toString(), it would give you entire xml structure as string... Does your encoder do same? -abdul

[flexcoders] Scroll Wheel

2005-04-15 Thread Rich Tretola
Anyone know how to activate the mouse scroll wheel to scroll panels that have scroll bars ? Rich 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

Re: [flexcoders] Flex NCL

2005-04-15 Thread Rich Tretola
Thanks Matt, I am very interested in getting my blog up but don't want to launch it without Flex running on the server.. Rich Tretola On 4/14/05, Matt Chotin [EMAIL PROTECTED] wrote: Just letting you know that Lucian said he'd look into what's up with the licenses. The process is very

Re: [flexcoders] how to make an object active?

2005-04-15 Thread Craig Newroth
thanks jester, that helped and thanks to Steven Webster's book, chapter 7 :-) here is what worked and what I did... mx:Scriptfunction changeOther( event ){if ( event.target == summaryCHB )detailCHB.enabled = !detailCHB.enabled;if ( event.target == detailCHB )summaryCHB.enabled =

[flexcoders] how to remove the background color on a link tag

2005-04-15 Thread cnewroth55
How do I make either a mx:link tag's solid background go away? I just want the text to show up and when I mouseover it it change color, like what pillardata.com did on their menu at top? Yahoo! Groups Links * To visit your group on the web, go to:

RE: [flexcoders] problem with TileList

2005-04-15 Thread Kristopher Schultz
Duccio, I think the problem is this line: img.load=data.thumb; You are using "load" as if it were a settable property, but it is actually a method of the the Image class and would therefore be used with the following syntax: img.load(data.thumb) Alternately, you could set the

RE: [flexcoders] MXMXL Editor

2005-04-15 Thread Chafic Kazoun
You can set a global classpath in primalscript by going to tools options Environment Directories. There you will see AS classpath. Thanks Chafic http://www.blinex.com blog: http://www.rewindlife.com Team Macromedia Member -Original Message- From: Erik Westra [mailto:[EMAIL

[flexcoders] Newton, MA Flex rep?

2005-04-15 Thread mpgwolf
Hi, Just wondering if anyone has the direct contact info for whoever is the Flex rep in the Newton, MA (USA) office? My company has decided to start evaluating Flex for an upcoming release of our banking software, but the architecture and UI teams need to be brought up to speed and they

Re: [flexcoders] problem with TileList

2005-04-15 Thread Duccio
Thanks Kristopher, iwas tryingwith img.source so i did that mistake. I have already done the correction but the problem is that i don't see images yet. I see the items added to TileList and they're selectable but with no image in it. If i use cellRenderer and dataProvider of TileList

Re: [flexcoders] Whitepaper on Application Deployments

2005-04-15 Thread JesterXL
I'm not sure either... I was told to look for ones concerning: - application deployment - risk - Flex vs. HTML - Flex vs. Flash The goal is to convince a client that Flex is the way to go. Said client already has middle-management who wants Flex, but they need the documentation to back them

[flexcoders] CellRenderer and Component Problem

2005-04-15 Thread etnbrasil
Hi all. I am using a class AS to create a TextInput field in one datagrid flex. I am using property cellRendered of the Datagrid. My class AS it has events and functions, everything functions well. The problem occurs when I transform mine mxml that it has datagrid in component, taking off

RE: [flexcoders] Newton, MA Flex rep?

2005-04-15 Thread Abdul Qabiz
Mike- Can you please send (offlist) your contact details to David Mandels ([EMAIL PROTECTED]) and Lucian Beebe ([EMAIL PROTECTED])? Please send the details offlist to them... Thanks -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Sent: Friday,

RE: [flexcoders] Newton, MA Flex rep?

2005-04-15 Thread Matt Chotin
Actually Mikes been contacted off-list by our rep. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] Sent: Friday, April 15, 2005 9:15 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Newton, MA Flex rep? Mike- Can you please send

RE: [flexcoders] Newton, MA Flex rep?

2005-04-15 Thread Abdul Qabiz
ok cool!... BTW! Why can't I see email addresses of some of folks in this list? -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Sent: Friday, April 15, 2005 9:55 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Newton, MA Flex rep? Actually Mikes been

RE: [flexcoders] Newton, MA Flex rep?

2005-04-15 Thread Abdul Qabiz
Mike- You can also contact Bob Locke ([EMAIL PROTECTED]) directly. Bob is manager of sales for the East Coast of North America. Thanks -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Sent: Friday, April 15, 2005 9:45 PM To:

RE: [flexcoders] Re: how to get the windows domain user id of the loc al machine?

2005-04-15 Thread Matt Chotin
Building on what Abdul is suggesting (since getRemoteUser() is what youll want) you basically need to get your J2EE server to require authentication using the Windows authentication method. I know that JRun supports this and I assume other app servers as well but youll need to check

RE: [flexcoders] problem with TileList

2005-04-15 Thread Matt Chotin
You cant do new Thumbnail() because its a visual component. You would need to do something like createChild. However with a TileList the proper way of doing this is the cellRenderer, so thats what Id do. Matt From: flexcoders@yahoogroups.com

RE: [flexcoders] HTTPService xmlEncoder

2005-04-15 Thread Matt Chotin
It depends on how much information you need out of the data you received. If you plan on doing a lot of reading and manipulating of the data then having an xmlDecoder and creating value objects is probably worth it. If you can use the XML directly (or the default decoding) then Id

RE: [flexcoders] how to remove the background color on a link tag

2005-04-15 Thread Deepa Subramaniam
Looks like you want to get rid of the rollOverColor, so you should set it to be the same color as the backgroundColor of the encompassing container. To mouseover and change the text color, you want to set the textRollOverColor style. Something like this should work: ?xml

[flexcoders] keyDown List

2005-04-15 Thread JesterXL
Ok, this is weird. I'll probably track it down, but still waking up. If I click on a List, and hit a key, my keyDown event is fired. If I click on an item in the list, and hit a key, my keyDown event isn't fired. If I click on an item in the list, and click the list where an item is not,

Re: [flexcoders] keyDown List

2005-04-15 Thread Spike
Is your keyDown event attached to the list or to each of the elements of the list? If it's attached to the list, I'd expect to see the behaviour you're describing. If it's attached to each of the elements of the list I'm not sure what's going on. Spike JesterXL wrote: Ok, this is weird.

RE: [flexcoders] keyDown List

2005-04-15 Thread Matt Chotin
Also, does your List have a cellRenderer? Id imagine if so that it is capturing the keyDown and wouldnt propagated it back to the List (especially if the renderer is a VBox or something that would have scrolling logic built in for those keys). Matt From:

[flexcoders] TabNavigator changing event ?

2005-04-15 Thread Doodi, Hari - BLS CTR
Hi all, Is there any changing event for TabNavigator container? The reason being... I have THREE tabs in TabNavigator and whenever user enter/change data on individual tab and try to navigate to another tab without clicking save button I required to display an confirmation alter and based on the

Re: [flexcoders] keyDown List

2005-04-15 Thread JesterXL
The List: my_lb.addEventListener(keyDown, Delegate.create(this, onDeleteItem)); private function onDeleteVariable():Void { if(Key.getCode() == Key.DELETEKEY) { var index:Number = variables_lb.selectedIndex; if(index != null) { variables_array.removeItemAt(index); } } }

RES: [flexcoders] TabNavigator changing event ?

2005-04-15 Thread Fernando Barros
Hi! In my case I did: mx:TabNavigator id=tabNavPropostas width=100% height=100% change=fMudouTab(event); In actionscript: function fMudouTab(event):Void { if (event.newValue == 1) //second tab { Cliente.fPopulaExt(); } } regards, ---

Re: [flexcoders] Re: how to get the windows domain user id of the loc al machine?

2005-04-15 Thread Matthew Shirey
I believe that will require the user to authenticate against the server first though right? -- Matthew On 4/15/05, Matt Chotin [EMAIL PROTECTED] wrote: Building on what Abdul is suggesting (since getRemoteUser() is what you'll want) you basically need to get your J2EE server to

[flexcoders] MenuBar : How do I snag the Root Field of the Menu?

2005-04-15 Thread heybluez
Hello. I have a menubar that has a number of items in it. These work nicely and I can successfully get the child nodes values (i.e. event.menuItem.attributes.label). In the root node I have one menuitem that is Logout. It has no children. How do I get to this? I tried mouseDown with the

RE: [flexcoders] Re: how to get the windows domain user id of the loc al machine?

2005-04-15 Thread Matt Chotin
Well it depends how your network is setup and the machine is accessed. If you rely on the Windows network to resolve the names the authentication can happen automatically without user interaction (assuming you set up your browser to allow it). Im assuming this is an intranet application

[flexcoders] How to load the XML data in to mxml components with Sorting ......

2005-04-15 Thread pathy_live
Hi all, I have an xml file in this way. details.xml ?xml version=1.0 encoding=UTF-8? contactlist contact id=1 countryArgentina/country contactnameRobert/contactname /contact contact id=2 countryArgentina/country

[flexcoders] Minimum system requirements for large-scale Flex apps?

2005-04-15 Thread petejacoby1
Has anyone out there found any minimum system requirements for running large Flex applications? I understand that it depends on the way the application is written, but I'm just looking for what others have found while developing their Flex apps. There has to be some overhead just in running

[flexcoders] CF Session Variables

2005-04-15 Thread Minster, Jack
is it possible to access ColdFusion session variables within a Flex application on an integrated CF/Flex JRun server instance? Jack D. Minster Web Applications Developer Corporate Web Applications (312) 373-2060 [EMAIL PROTECTED] Playboy Enterprises, Inc. 680 N. Lake Shore

Re: [flexcoders] CF Session Variables

2005-04-15 Thread Tarik Ahmed
One way would be to make a CFC function to return the session structure to Flex. Minster, Jack wrote: is it possible to access ColdFusion session variables within a Flex application on an integrated CF/Flex JRun server instance? Jack D. Minster Web

RE: [flexcoders] MenuBar : How do I snag the Root Field of the Me nu?

2005-04-15 Thread Deepa Subramaniam
You can use the 'menuShow' event to find out when someone has moused down on the childless top-level menuitem. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Sent: Friday, April 15, 2005 11:07 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

Re: [flexcoders] CF Session Variables

2005-04-15 Thread Tarik Ahmed
Actually... that wasn't thought through. An idea would be to use Flex + _javascript_ to get the CFID and CFTOKEN cookies, and try passing that in a URL to a cfm script, which returns back an XML structure of the session variables you need. If you have J2EE session vars enabled in CF, I

Re: [flexcoders] Flex NCL

2005-04-15 Thread Francois Le Lay
By the way, do you guys process the NCL in California? Just to know what time zone I should use when checking my emails on a late flex coding session in Paris, France (which is I think 9 hours ahead California). Thanks :) -- François Le Lay http://www.mfworx.com Yahoo! Groups Links

[flexcoders] reset views fields values for a stackview panel

2005-04-15 Thread Valy Sivec
I have a view stack containers with multiple sub-views that can suport add/edit/delete functionalities. At some point I need to clear all the stack's views... imagine I have navigated through some screens and have an option to start from the beggining and need somehow to clear all the views

RE: [flexcoders] Flex NCL

2005-04-15 Thread Matt Chotin
I believe the person who reviews the NCL applications is in Newton (so EDT at the moment).  Flex now has developers online at all hours since weve got US West Coast (GMT-8), US East Coast (GMT-5), and Bangalore India, GMT+5:30. Matt From: flexcoders@yahoogroups.com

Re: [flexcoders] Flex Technical Consultant Architect roles at Macro media in San Francisco Boston

2005-04-15 Thread John Dowdell
Marcy Kintzele wrote: We have some very interesting Flex related openings in Macromedia's Consulting group in the SF and Boston areas Will this get up on the public jobs board, or is it a super-secret offer only to members of this list?

Re: [flexcoders] Flex Technical Consultant Architect roles at Macromedia in San Francisco Boston

2005-04-15 Thread Scott Barnes
*sigh* If i were only in the US ...damn Australia *grumble*. Scott. On 4/16/05, Marcy Kintzele [EMAIL PROTECTED] wrote: Hey all you Flexcoders! We have some very interesting Flex related openings in Macromedia's Consulting group in the SF and Boston areas. We want people

RE: [flexcoders] key events and the application

2005-04-15 Thread Matt Chotin
Youll need to use a JSP page to load your flex app and then use _javascript_ to set focus in the flash movie. There have been other threads about this, basically myFlashObj.setFocus() will take care of it but I dont know the rest of what you need to set up. Search archives and maybe

RE: [flexcoders] How to load the XML data in to mxml components w ith Sorting ......

2005-04-15 Thread Matt Chotin
I think youre going to need two data structures to help you out. The first one can be a Map (represented in AS by an object) of countries and the contacts that are in them. The second is an Array of the countries themselves. Var countryMap : Object; Var countryList : Array;

RE: [flexcoders] reset views fields values for a stackview panel

2005-04-15 Thread Matt Chotin
Basically I would give each screen a clear() method and then walk the ViewStacks children and call clear() on each. If you want you could have the fields on each screen bound to some model and then clear the fields within the model. If you have Validators set up though youll need to be

Re: [flexcoders] key events and the application

2005-04-15 Thread Matthew Shirey
I thought it might be something like that. Thank you though for the details. -- MatthewOn 4/15/05, Matt Chotin [EMAIL PROTECTED] wrote: You'll need to use a JSP page to load your flex app and then use _javascript_ to set focus in the flash movie. There have been other