Re: [flexcoders] Re: Capturing of Escape key in Cell Renderer

2005-06-29 Thread Pradeep Chaudhary
Hi Alex, I did a trace to confirm that I'am not in a loop. I have set "isCellEditor = true" but still the disposeEditor works only when i select some value in comboBox. It is puzzling since disposeEditor should work the same way every time it is invoked. Attached is the code for ComboBoxCellRendere

RE: [flexcoders] Drag and Drop between applications with in one flex app

2005-06-29 Thread Matt Chotin
Unfortunately no, drag and drop is pretty tied to the same application.   Sorry, Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jeff Krueger Sent: Wednesday, June 29, 2005 10:06 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

Re: [flexcoders] After TitleWindow deletePopup(), nothing is accessible on screen

2005-06-29 Thread JesterXL
Bug. Do something like this: function removeWindow() { doLater(pop1, "deletePopUp"); } For some reason, it needs a frame when the removal is triggered by an event dispatched from the popup. - Original Message - From: "Jordan Snyder" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 2

RE: [flexcoders] Sorting a data grid that has a combo box cell renderer.

2005-06-29 Thread joe . g . james
I did reply to him. I never got any thing back. My question is different in the fact that it is now a combo box and not a check box. Which I am sure has a similar if not the same solution. However it is a solution I can not figure out on my own.  I'll explain the situation more elaborately.  Th

[flexcoders] After TitleWindow deletePopup(), nothing is accessible on screen

2005-06-29 Thread Jordan Snyder
Hello, I am using code to popup a TitleWindow from the main . The window pops up fine, and seems to close fine, but after closing, nothing on the screen can be clicked. Nothing has focus, so rollovers don't even work, and the only thing clickable is the Link that spawned the popup window in the

RE: [flexcoders] Sorting a data grid that has a combo box cell renderer.

2005-06-29 Thread joe . g . james
Here is the code I am using. DATGRID      (deletedx.mxml) {DXList.dxinfo}                 DATAPROVIDER  (dxlist.xml)                         129622                 AMAJOR DEPRESSIVE AFFECTIVE DISORDER SINGLE EPISODE MODERATE DEGREE                                 ECS    

[flexcoders] Re: FlashPaperLoader.mxml - contentPath property

2005-06-29 Thread jozef_pichler
Alex, your words do make a lot of sense. will implement a getter/setter. I am pretty sure that this solves my issues ;-) thanks, Josef -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40ya

Re: [flexcoders] dynamically accessing swf frames

2005-06-29 Thread JesterXL
Sure, but why would you want to do that?   - Original Message - From: Clint Modien To: flexcoders@yahoogroups.com Sent: Wednesday, June 29, 2005 8:48 PM Subject: [flexcoders] dynamically accessing swf frames ok... I know the first I answer i might get is... "you can't do it"... bu

Re: [flexcoders] puzzled with JavaScript and Flash Integration Kit

2005-06-29 Thread Banks
Thank you very much, Abdul. :-) --Feng Abdul Qabiz wrote: Following code shows the right way, please read the documentation of " Flash _javascript_ Integration Kit": http://osflash.org/doku.php?id=flashjs You need to place "com\macromedia\_javascript_\" directory, _javascript_FlashG

[flexcoders] dynamically accessing swf frames

2005-06-29 Thread Clint Modien
ok... I know the first I answer i might get is... "you can't do it"... but hear me out... If I were to load a swf...  and on each frame of that swf I had a dif transparent symbol could I access individual symbols via: (the syntax is probably all wrong it's just to illustrate my question) var

[flexcoders] Re: dynamically create a container

2005-06-29 Thread Rajesh Jayabalan
Thanks a lot Rajesh J --- In flexcoders@yahoogroups.com, "Abdul Qabiz" <[EMAIL PROTECTED]> wrote: > Yup, you can do that. > > > Two out of many ways: > > 1) > > > http://www.macromedia.com/2003/mxml";> > > var dp:Array = ["1", "2", "3"]; > > > > >

RE: [flexcoders] dynamically create a container

2005-06-29 Thread Abdul Qabiz
Yup, you can do that. Two out of many ways: 1) http://www.macromedia.com/2003/mxml";> var dp:Array = ["1", "2", "3"]; 2) http://www.macromed

RE: [flexcoders] dynamically create a container

2005-06-29 Thread Tracy Spratt
You want createChild(), which is a method on all containers. See this link for a few tips as well: http://www.cflex.net/showfiledetails.cfm?ObjectID=37 Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rajesh Jayabalan Sent: Wednesday, June

[flexcoders] dynamically create a container

2005-06-29 Thread Rajesh Jayabalan
Hi, I need to create containers (box,panel.. ) dynamically based on the data in DB. i.e., If I have 5 categories I need to create 5 VBOX inside a mx:Accordion ( and populate them with their corresponding items) Is this possible? Any help will be greatly appreciated Regards Rajesh J -- F

RE: [flexcoders] Page redirection

2005-06-29 Thread Abdul Qabiz
Hi, You can take input and send to server via HTTPService or RemoteObject. Server-side script validates information and returns data. In Flex you can show information at same place, you don't need to go to another page. But FYI, you can redirect to another page using getURL(..) function, like thi

RE: [flexcoders] Page redirection

2005-06-29 Thread Tracy Spratt
It sounds like you may be mixing the html paged paradigm with the Flex RIA paradigm. In Flex, what you are doing is typically handled by a ViewStack or a pop-up title window. Once your app loads, you never again navigate the browser. Tracy -Original Message- From: flexcoders@yahoogroups

RE: [flexcoders] hide/show tabs of a tab navigator based on security?

2005-06-29 Thread Tracy Spratt
Here is another approach: http://www.cflex.net/showfiledetails.cfm?ObjectID=239 Tracy   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Robert Brueckmann Sent: Wednesday, June 29, 2005 4:07 PM To: flexcoders@yahoogroups.com Subject: RE: [flexc

RE: [flexcoders] Sorting a data grid that has a combo box cell renderer.

2005-06-29 Thread Tracy Spratt
Posting the same question twice won't improve your chances for a solution. Go back and look at Manish's answer, and come back with a new question if needed. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joe Sent: Wednesday, June 29, 2005

RE: [flexcoders] change background color of a gridCell ?

2005-06-29 Thread Abdul Qabiz
Hi, I think, default CellRenderer is mx.controls.Label, so you can not set the backgroundColor of one particular cell by getting reference of cell. But one sure way I know, you can write custom cellrenderer which can lookup in dataprovider or some other style and sets the background color. Howev

RE: [flexcoders] Re: Ctrl + A in a datagrid ?

2005-06-29 Thread Abdul Qabiz
Yeah, Internet Explorer doesn't allow CTRL+A trapping where as Firefox does. So to avoid, browser inconsistency. UI can be designed in other available ways.. -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Thursday, June

[flexcoders] Page redirection

2005-06-29 Thread juyalmanu
I want to redirect the page after password validation. Basically, I should be able to gather the information about customer after initial validation and display it in a separate page. Can anyone please help me out in this regard? --Manu -- Flexcoders Mailing List FAQ: http://groups.yahoo.c

RE: [flexcoders] Re: ComboBox 'Please Select' first Item

2005-06-29 Thread Gordon Smith
Try prompt="Please Select". - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of digital_eyezed Sent: Wednesday, June 29, 2005 8:30 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: ComboBox 'Please Select' first Item Thanks, Adde

[flexcoders] contract opportunity - telecommute!

2005-06-29 Thread Nate Nielsen
Hi all,   I'm looking for 3-4 full / part time flex developers for some contract work.      This project consists of being part of a team to develop and deploy a large scale e-commerce site entirely in flex!  With over 80,000 consumer products already approved for online sales, this is sure

RE: [flexcoders] Re: Ctrl + A in a datagrid ?

2005-06-29 Thread Gordon Smith
In general, I don't think you can count on the browser passing control keys to Flash. It might be better to just have a Select All Rows button near your DataGrid. That's certainly more discoverable, and you don't have to move your hands from mouse to keyboard. - Gordon -Original Message-

RE: [flexcoders] Scoping issue in event handler ?

2005-06-29 Thread Abdul Qabiz
Hi, Before I answer your query, I would recommend you to use HTTPService or XML to load xml files. It would save you from lot of coding for doing simple things :) Ok coming to your query. There are two things: 1) You are showing alert just after calling load(..). Chances are that data has not y

RE: [flexcoders] Getting Data into flex

2005-06-29 Thread Abdul Qabiz
Hi, Macromedia Flex is a presentation server or layer and final output(.swf) runs in Macromedia Flash Player on client side. It means, Flex/Flash applications communicate to database via a middle-ware or server-side script. Flex can communicate with backend in following ways: 1) HTTPService (HTT

RE: [flexcoders] hide/show tabs of a tab navigator based on security?

2005-06-29 Thread Robert Brueckmann
I typically do check the archives first…not sure why I didn’t this time around…*lazy yawn* J…sorry for the redundancy but thanks so much for the quick response guys!  I’ll check out both solutions!   Rob   robert l. brueckmann senior web developer merlin securities 595 madison ave

[flexcoders] Scoping issue in event handler ?

2005-06-29 Thread Dogra, Daman
Title: Scoping issue in event handler ? Hi, I am trying to set an external variable within an onLoad() event handler and later trying to access it as below . The variable in question here is newXML . After setting it within the eventHandler,  trying to access it outside the eventHandler

RE: [flexcoders] hide/show tabs of a tab navigator based on security?

2005-06-29 Thread Nick Watson
You may be able to use   yourTabNav[“tabBar”]._tab1.enabled=false;   For example   function appInit() {     testNav["tabBar"]._tab1.enabled=false; }                    

RE: [flexcoders] hide/show tabs of a tab navigator based on security?

2005-06-29 Thread Abdul Qabiz
Hi, I am sure, this topic has been discussed in past. Please search the archives ( http://www.mail-archive.com/flexcoders%40yahoogroups.com ). I think of two ways: 1) Delete the views from TabNavigator when user login. If user is not supposed to see some tabs, that view is not required delete th

[flexcoders] Getting Data into flex

2005-06-29 Thread Jeremy Rottman
I have recently started programming in flex. Only about a week into it. So far I can gotten a fairly good understanding of it. But the one issue that I am having ins bringing data in from a database. My current setup is. Coldfusion mx 7.0 (bound to apache 2.54.0) Apache 2.54.0 mysql 4.* Flex 1.5

[flexcoders] hide/show tabs of a tab navigator based on security?

2005-06-29 Thread Robert Brueckmann
Is there an easy way to hide or show a tab in a tab navigator? Say my MXML file has a tab navigator with 4 custom components (separate MXML files) statically coded as children of the tab navigator to show tabs for...a user logs in, I only want user1 to see tabs 1 and 3 and user2 to see 2 and 4..

[flexcoders] change background color of a gridCell ?

2005-06-29 Thread sanjayd
quick question...does anybody know, how to change the background color of a cell in a dataGrid? Thanks in advance. Sanjay -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Sorting a data grid that has a combo box cell renderer.

2005-06-29 Thread Joe
I have a data grid that is using cell rendering in one of the columns to produce a combo box. The combo box does not seem to keep its value when I sort. Is there a trixk to sorting a data grid with a combo box cell renderer. Thanks -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/gro

[flexcoders] Re: Skinning

2005-06-29 Thread alex_harui
The Pulse themes have fixed-size panel headers that don't respond to headerHeight, because it is a graphic (simple MovieClip or JPG) and therefore doesn't support the resizing API we use. In Halo, the panel header is a programmatic skin. You can see similar implementations in the SampleTheme

RE: [flexcoders] WeBudget RIA 1.0 Beta 1 (Flex 1.5, Cairngorm 0.99, EJB 3)

2005-06-29 Thread Steven Webster
Great to see this out there James ... will take a look at the code when I can, but pleased to see you release this. Best, Steven -- Steven Webster Technical Director iteration::two This e-mail and any associated attachments transmitted with it may contain confidential information and must not

re: [flexcoders] Performance Flex

2005-06-29 Thread Drew Falkman
http://www.macromedia.com/devnet/flex/articles/server_perf_08.htmlhttp://www.macromedia.com/devnet/flex/articles/profiler_07.htmlDrew FalkmanTeam Macromedia From: Ricardo Menna <[EMAIL PROTECTED]>Sent: Wednesday, June 29, 2005 11:13 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Performa

[flexcoders] Re: Capturing of Escape key in Cell Renderer

2005-06-29 Thread alex_harui
I thought the browser always ate ESC. I'm not clear what you mean by "no visible effect". If you have set isCellEditor=true, then disposeEditor doesn't really do much. You are responsible for restoring the visuals. It is also possible that you are in a loop where you dispose the editor and th

[flexcoders] Re: how to add cellRender CheckBox to Tree?

2005-06-29 Thread alex_harui
All nodes have a getParent() and getChildNodes() so you can walk up and down the tree of nodes --- In flexcoders@yahoogroups.com, "loveewind" <[EMAIL PROTECTED]> wrote: > This article is helpful for me, > the article referred CheckRowRenderer.as > but how to get all checked Node's label? > > th

Re: [flexcoders] Re: ComboBox 'Please Select' first Item

2005-06-29 Thread Clint Modien
You right... it appears there's have some conflicting documentation on the DataProvider API the one I looked at here didn't have your method... http://livedocs.macromedia.com/flex/15/asdocs_en/mx/controls/listclasses/DataProvider.html but this documentation does... http://livedocs.macromedia.co

[flexcoders] Re: FlashPaperLoader.mxml - contentPath property

2005-06-29 Thread alex_harui
FlashPaperLoader is not an out-of-the-box Flex Component. Where did you get it, from the Macromedia site? You imply that it is an MXML file so it must be an example somewhere. I'll bet Manish thinks you're talking about mx:Loader. My guess is that it only has a contentPath variable and isn't

[flexcoders] Re: ComboBox 'Please Select' first Item

2005-06-29 Thread digital_eyezed
I've tried that and it didn't work. Cheers, Iain --- In flexcoders@yahoogroups.com, "alex_harui" <[EMAIL PROTECTED]> wrote: > > > --- In flexcoders@yahoogroups.com, Clint Modien <[EMAIL PROTECTED]> wrote: > > Should be > > > > function addSelect(event){ > > var theTarget = event.target

[flexcoders] Re: ComboBox 'Please Select' first Item

2005-06-29 Thread alex_harui
--- In flexcoders@yahoogroups.com, Clint Modien <[EMAIL PROTECTED]> wrote: > Should be > > function addSelect(event){ > var theTarget = event.target ; > theTarget.addItemsAt(0,new Array([{label:"Please Select",data:0}]); > } > > Or the easiest way would be to add the I

[flexcoders] WeBudget RIA 1.0 Beta 1 (Flex 1.5, Cairngorm 0.99, EJB 3)

2005-06-29 Thread James Ward
Hi Flex Friends. I thought you might be interested in a little project I have been working on which uses Flex 1.5, Cairngorm 0.99, and EJB 3. It's open source so hopefully those learning Flex will have a few more real world examples. And hopefully some of the Flex and Cairngorm veterans can offe

[flexcoders] Re: ComboBox 'Please Select' first Item

2005-06-29 Thread digital_eyezed
Thanks, Added this and it worked: function addSelect(event){ var theTargetId = event.target; theTargetId.addItemAt(0,"Please Select",0); theTargetId.selectedIndex = 0; } Small typo in yours, its addItemAt not addItemsAt,

Re: [flexcoders] ComboBox 'Please Select' first Item

2005-06-29 Thread Clint Modien
Should be function addSelect(event){                        var theTarget = event.target;                        theTarget.addItemsAt(0,new Array([{label:"Please Select",data:0}]); } Or the easiest way would be to add the Item to the result when you get it back event.result.push({label:"Ple

[flexcoders] Performance Flex

2005-06-29 Thread Ricardo Menna
Hi, I need find a tool to performance analysis of Flex Client. Anybody know any tool that do this? Thanks, Ricardo Menna -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Y

[flexcoders] Re: ComboBox 'Please Select' first Item

2005-06-29 Thread r0main
One idea is to use a filter: in viewHelper: function addPleaseSelectMessage(inData:Array):Array { var toReturn:Array = inData.concat(); //don't modify original toReturn.unshift({myLabel:"blabla", myCode:0}); } Hope this helps, ciao, r0main --- In flexcoders@yahoogroups.com, "digital_eyezed" <

[flexcoders] ComboBox 'Please Select' first Item

2005-06-29 Thread digital_eyezed
Hi, How do I have the first item in the combobox read 'please select' with a corrosponding data value of 0(zero). The rest of the combobox should be filled with a return from a remote object call and the resulting VO objects (with label / Data pairs). I can fill the comboBox with the VO's no p

RE: [flexcoders] Re: Accessing local mail client from FLEX

2005-06-29 Thread Abdul Qabiz
I think, that javascript code would only work in local html pages.. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul Qabiz Sent: Wednesday, June 29, 2005 8:05 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Accessing local

[flexcoders] Macromedia Flex - Spring Framework Invoiker?

2005-06-29 Thread Juan Carlos Méndez
Hi. Is there an invoker for Spring Beans in Macromedia flex? (similar to the OpenAMF's implementation) -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.8.6/33 - Release Date: 28/06/2005 -- Flexcoders Mailing List FAQ: http://g

RE: [flexcoders] Re: Flex, Remoting and more

2005-06-29 Thread Abdul Qabiz
No problem, I understand your concerns. Please feel free to put your points, we never get things wrong :). Your concerns, requirements and ideas help us to improve our products.. Thanks -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of s

RE: [flexcoders] Re: Accessing local mail client from FLEX

2005-06-29 Thread Abdul Qabiz
Let me correct my previous response, To open Outlook folders, usage is as shown below: outlook:inbox outlook:tasks ... Question: Why can't Flash Player interact with Outlook or OS Level applications? Reason 1: Macromedia Flash Player runs in browser under a sandbox. Access to OS level applica

[flexcoders] Re: Flex, Remoting and more

2005-06-29 Thread sanjayd
Thanks. Any idea, when FCS 2.0 is due to be released ? Sanjay --- In flexcoders@yahoogroups.com, "Philippe Maegerman" <[EMAIL PROTECTED]> wrote: > You'll have to wait for FlashCom 2.0, stay cool it is a beautiful product ; > > "Other Features to look out for in an upcoming version of FlashC

[flexcoders] Re: Flex, Remoting and more

2005-06-29 Thread sanjayd
Abdul: Dont get me wrong...I do understand the '1 flashClient-to- FCS - to- all-other-FlashClients' route that you had mentioned. But, with due respect, this is not something that a large enterprise can hang it's hat on ! Thanks again - Sanjay --- In flexcoders@yahoogroups.com, "Abdul Qabiz" <[EM

RE: [flexcoders] Re: Flex, Remoting and more

2005-06-29 Thread Abdul Qabiz
Hi, You can push the data to FCS using Flex/flash client. I think, that can even be automated. You have a machine which fetches the data, launches a flash application which connects and sends the data to FCS on another machine.. As said earlier, either Flash client or FCS can push data to a FC

[flexcoders] Re: Ctrl + A in a datagrid ?

2005-06-29 Thread r0main
As usual, too fast to ask... I was testing my app in Eclipse (Internal Web Browser).. Seems it doesn't forward some Key to the flex application... Works perfectly in FireFox or IE... http://www.macromedia.com/2003/mxml";> Ciao, r0main --- In flexcoders@yahoogroups.com, "r0main"

[flexcoders] Ctrl + A in a datagrid ?

2005-06-29 Thread r0main
Hello, is there a way to make a DataGrid "Keyboard-aware" of the event Ctrl+A to select all rows ? Thanks, r0main -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! G

RE: [flexcoders] Will not any flex application occupy the whole browser window?

2005-06-29 Thread Dirk Eismann
Just set the margin of your Applicaton tag to 0, e.g. Dirk. Von: flexcoders@yahoogroups.com im Auftrag von nithya karthik Gesendet: Mi 29.06.2005 14:34 An: flexcoders Betreff: [flexcoders] Will not any flex application occupy the whole browser window? hai,

RE: [flexcoders] Re: Flex, Remoting and more

2005-06-29 Thread Philippe Maegerman
You'll have to wait for FlashCom 2.0, stay cool it is a beautiful product ;   "Other Features to look out for in an upcoming version of FlashCom is serverside suppport for XML Sockets and webservices, recording and playback of JPG screens and serverside file access. "   http://www.flash

RE: [flexcoders] DataGrid Sorting

2005-06-29 Thread Dirk Eismann
Try dataGrid.sortDirection if (dataGrid.sortDirection == "DESC") { // your stuff here } else { } Dirk. Von: flexcoders@yahoogroups.com im Auftrag von adit sathish Gesendet: Mi 29.06.2005 14:31 An: flexcoders@yahoogroups.com Betreff: [flexcoders] DataGri

[flexcoders] Re: Flex, Remoting and more

2005-06-29 Thread sanjayd
Abdul: Thanks for your response. However, I am pretty disheartened by the options available ! FCS seems to offer the only 'secure' route to distribute realtime data to FLEX clients, but, there is no robust way to PUSH the data to FCS !! FCS has to come up with a better mechanism to be a realtime da

[flexcoders] DataGrid Sorting

2005-06-29 Thread adit sathish
How can i determine the sorted column of a datagrid and in what order(Ascending or Descending). I need these information while adding a new row with some values to the dataprovider so that i can call sortItemsBy() function for that column in the datagrid. I don't want to implement this logic by

[flexcoders] Will not any flex application occupy the whole browser window?

2005-06-29 Thread nithya karthik
hai,   Will not any flex application occupy the whole browser window? all applications have some space left around them.   thanks, nithyaSend instant messages to your online friends http://uk.messenger.yahoo.com -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/fil

RE: [flexcoders] Mapping between WS result and local AS object

2005-06-29 Thread Dirk Eismann
Hi Schlomi, unfortunately, the mapping between server side POJOs and client side AS classes only works when using RemoteObjects and not when consuming WebServices. Data structures retrieved after invoking a WS method get converted to untyped AS Objects. I digged into this topic a while ago

[flexcoders] Re: FlashPaperLoader.mxml - contentPath property

2005-06-29 Thread jozef_pichler
> So what does the loader's 'source' property contain once setFile() has > been called? many thanks for your efforts, Manish. source is 'undefined' even after changes. I cant get any 'variable content' going on the FPLoader. the only way I can see the FlashPaper loaded into flex is really that li

[flexcoders] Re: Accessing local mail client from FLEX

2005-06-29 Thread tony_lic
hi, but what i have to do is to create a new outlook task from flex & not seeing the existing tasks. with regards, tony --- In flexcoders@yahoogroups.com, "Abdul Qabiz" <[EMAIL PROTECTED]> wrote: > A quick guess, which is right :) > > getURL("outlook:tasks"); > > > ##OpenOutlookTasks.m

RE: [flexcoders] puzzled with JavaScript and Flash Integration Kit

2005-06-29 Thread Abdul Qabiz
Following code shows the right way, please read the documentation of " Flash JavaScript Integration Kit": http://osflash.org/doku.php?id=flashjs You need to place "com\macromedia\javascript\" directory, JavaScriptFlashGateway.js and JavaScriptFlashGateway.swf next to file and you need other fil

[flexcoders] Re: how to add cellRender CheckBox to Tree?

2005-06-29 Thread loveewind
This article is helpful for me, the article referred CheckRowRenderer.as but how to get all checked Node's label? thanks! --- In flexcoders@yahoogroups.com, "Tom Jeffery" <[EMAIL PROTECTED]> wrote: > I just started looking at doing something similar. I believe you're > going to want to extend

RE: [flexcoders] puzzled with JavaScript and Flash Integration Kit

2005-06-29 Thread Abdul Qabiz
Hold on, I will post an example...something is going wrong here... I am in meeting now :) -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Banks Sent: Wednesday, June 29, 2005 3:57 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoder

Re: [flexcoders] puzzled with JavaScript and Flash Integration Kit

2005-06-29 Thread Banks
Hi, Abdul, Thank you very much. i try this, but it does not take the effect. my jsp file is : <%@ taglib uri="FlexTagLib" prefix="mm" %> window.onbeforeunload = confirmExit; function confirmExit() { var flashProxy = new FlashProxy('mmid', 'mmapp'); flashProxy.call('com

Re: [flexcoders] Programmatically Scrolling of datagrid

2005-06-29 Thread Pradeep Chaudhary
I want to make the first cell of the new row added to be editable by default. On scrolling the datagrid down to the selected row the first cell is not set to edit mode. If row is visible by default i.e there is no need for scrolling then first cell is made editable. Following is the code

[flexcoders] Mapping between WS result and local AS object

2005-06-29 Thread Shlomi Cohen
Title: Mercury Email Signature Hi   consider the following code , although i explicitly cast each item returned from the WS still line 2 works fine (simple public member of EnumVO) and like 3 doesn't (getter for label member)   i read the article of how to work with complex objects at th

[flexcoders] Capturing of Escape key in Cell Renderer

2005-06-29 Thread Pradeep Chaudhary
I want to rollback changes made through custom cell renderer when user presses Escape key. But keyDown never fires on escape key; keyUp event captures Escape key but it not consistent in its behavior. Following is code:- function keyUp(event):Void{ //Key.ESCAPE does not wor

RE: [flexcoders] puzzled with JavaScript and Flash Integration Kit

2005-06-29 Thread Abdul Qabiz
Yeah... That should work, as long as you are also passing lcId to Flex App using FlashVars attribute of like this: http://www.macromedia.com/2003/mxml";> -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Banks Sent: