[flexcoders] Dynamic Image Loading

2006-03-06 Thread shahnavaz Alware
Hi I have to create an image in a TitleWindow when User clicks on one of the button. * mxml */ ?xml version=1.0 encoding=utf-8? mx:TitleWindow xmlns:mx=http://www.macromedia.com/2003/mxml closeButton=true width=600

RE: [flexcoders] Dynamic Image Loading

2006-03-06 Thread shahnavaz Alware
[mailto:flexcoders@yahoogroups.com] On Behalf Of shahnavaz Alware Sent: Monday, March 06, 2006 1:56 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Dynamic Image Loading Hi I have to create an image in a TitleWindow when User clicks on one of the button

[flexcoders] Proxy Server Issue ( lc_id is undefined )

2006-02-27 Thread shahnavaz Alware
Hi All, I have a following situation Server A Flex Application Server B Proxy Server (Apache) Server B has a mapping I have following settings on my Proxy Server B *** DefaultType application/octet-stream Mime.types file has

[flexcoders] getUrl() - Can I pass the object/variable

2006-01-27 Thread shahnavaz Alware
/mx:DataGrid Thank you, Shahnavaz Alware Software Engineer Office: 760-929-2300 ext 140 www.visiprise.com It is our company policy not to accept email of any data controlled by the International Traffic in Arms Regulations (ITAR). Please contact our Security Officer, Alexander Houtzeel

[flexcoders] ExternalInterface Question

2006-01-25 Thread shahnavaz Alware
? Thanks for replies. Thank you, Shahnavaz Alware Software Engineer Office: 760-929-2300 ext 140 www.visiprise.com It is our company policy not to accept email of any data controlled by the International Traffic in Arms Regulations (ITAR). Please contact our Security Officer, Alexander

RE: [flexcoders] Re: Flex application on PDA

2006-01-20 Thread shahnavaz Alware
for forms based apps on a Pocket PC. - Original Message - From: Bruno Martins To: flexcoders@yahoogroups.com Sent: Thursday, January 19, 2006 7:04 AM Subject: Re: [flexcoders] Flex application on PDA On 1/18/06, shahnavaz Alware [EMAIL PROTECTED] wrote: Hi, We

[flexcoders] Flex application on PDA

2006-01-18 Thread shahnavaz Alware
as PDA/Mobile devices are concerned? 5) Are there any links I can follow to have a head start on this mobile development using Flash Architecture? Thank you, Shahnavaz Alware Software Engineer Office: 760-929-2300 ext 140 www.visiprise.com It is our company policy not to accept email

[flexcoders] Interesting article about RIA on theserverside.com

2005-12-12 Thread Shahnavaz Alware
http://www.theserverside.com/news/thread.tss?thread_id=38017 I am hoping to see some detailed replies to this article on TheServerSide.com. Thanks -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Datagrid Row Color

2005-12-08 Thread Shahnavaz Alware
Issue listOwner.dataProvider.editField(getCellIndex().itemIndex, backgroundColor, 0x00) Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of shahnavaz Alware Sent: Tuesday, December 06, 2005 4:11 PM To: flexcoders@yahoogroups.com Subject: RE

RE: [flexcoders] getting Flex pages to work in Firefox

2005-12-08 Thread Shahnavaz Alware
Nothing wrong with Flex Explorer when I open it using FireFox 1.7.10 Thanks, From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, December 08, 2005 5:05 PM To: flexcoders@yahoogroups.com Subject: Re:

RE: [flexcoders] Datagrid Issue

2005-12-06 Thread shahnavaz Alware
Of Shahnavaz Alware Sent: Monday, December 05, 2005 5:17 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Datagrid Issue Hi Matt, The code is not the problem here. I am not sure if I have to reassign the dataprovider after I click on Price header. I replaced the script so now I am

[flexcoders] Datagrid Issue

2005-12-05 Thread Shahnavaz Alware
Hi, I am using a cellRenderer in my datagrid. Now when I sort by clicking on header the DatagridColumns on which I have cellRenderer never cleans up the cell which was rendered by cellRenderer. How can I solve this issue? Files and screen Image below. !Application mx:Application

RE: [flexcoders] Datagrid Issue

2005-12-05 Thread Shahnavaz Alware
a check for 1000 in your if (price 100) test? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Shahnavaz Alware Sent: Monday, December 05, 2005 4:59 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Datagrid Issue Hi, I am using

[flexcoders] htmlText in ToolTip

2005-12-02 Thread Shahnavaz Alware
Hi, I have a datagrid with one of the column having multiple icons having tooltips on each one of the icons. What I need to do is pretty up this ToolTip with some bold, italic, break, image etc. I dont see that I can use htmlText in here, so I would appreciate if any of you can show

[flexcoders] Datagrid Row Color based on Value in Column

2005-12-02 Thread Shahnavaz Alware
Hi, Is there a way in which I could change the color of the entire row in DataGrid based on the value in one of the column? Thanks, Shahn -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] Datagrid header renderer (F 1.5)

2005-11-30 Thread Shahnavaz Alware
http://www.flexauthority.com/samplesIndex.cfm Intermediate DataGrid Custom HeaderRenderer From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tom Fitzpatrick Sent: Wednesday, November 30, 2005 12:23 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Creating Children in a Dynamic Accordion

2005-10-05 Thread Shahnavaz Alware
Title: Message Hi Mark, Try this mx:Accordion id=inputDetail height=100% width=100% creationComplete=addStuff(query.input) import mx.controls.Label; import mx.controls.TextArea; import mx.controls.VBox; function addStuff(elements) { var count:Number =

[flexcoders] Render image Dynamically

2005-10-04 Thread shahnavaz Alware
Hi All, I have byte[] in my Database which I want to render as image in Flex at runtime, how do I do this?. I am using Java at backend and also I dont want to create a physical image file on my server. Thanks for the replying. Thanks, Shahn -- Flexcoders Mailing List

[flexcoders] Render the image dynamically

2005-10-03 Thread shahnavaz Alware
Hi All, I have byte[] in my Database which I want to render in Flex at runtime, how do I do this?. I am using Java at backend and also I dont want to create a physical image file on my server. Thanks for the replying. Thanks, Shahn -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Re: User Infor in Flex Architecture

2005-09-22 Thread shahnavaz Alware
. DK On 9/21/05, shahnavaz Alware [EMAIL PROTECTED] wrote: Hi Rishi, I am assuming you have a fair knowledge of Cairngorm 0.99. In your ModelLocator you will have a public static var userInfo : UserInfoVO;. Now when you login you might need to have a method on backend

RE: [flexcoders] Dynamic Object Instantiation

2005-09-15 Thread Shahnavaz Alware
I do the similar stuff using getChildAt(i) instead of childDescriptors[i] and that works fine if I want to read the properties I set during createChild. Eg parentID.getChildAt(i).id Thanks, Shahn From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On

RE: [flexcoders] Re: User Infor in Flex Architecture

2005-09-15 Thread shahnavaz Alware
Hi , I am want know this , if have done it , then please let me know , it would be very nice on your part. Thanks Regards Rishi Shukla --- In flexcoders@yahoogroups.com, Shahnavaz Alware [EMAIL PROTECTED] wrote: Hi, I am new programmer in Flex (RIA) using Cairngrom 0.9 Framework. I am using

RE: [flexcoders] change component name programatically

2005-09-15 Thread shahnavaz Alware
Just a small eg as below. # ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml mx:Script ![CDATA[ function changeID(event){ mx.controls.Alert.show(Original Id --- + event.target.id); getChildAt(0).id =

RE: [flexcoders] Need help defining named service using HTTPS

2005-08-23 Thread Shahnavaz Alware
Hi, You will also need to set https-url in Web-Service-proxy element https-url{context.root}/flashproxy/https-url Thanks From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of terry_hrtn Sent: Tuesday, August 23, 2005 8:56 AM To:

RE: [flexcoders] Error deploying flex application to Weblogic server[ Parekh, Shweta ]

2005-08-23 Thread Shahnavaz Alware
@yahoogroups.com] On Behalf Of Shahnavaz Alware Sent: Thursday, July 28, 2005 7:57 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Trouble Deploying on WebLogic 8.1 [ Brian Deitte ] Hi Brian Are the internal bug numbers public, or are they only internal to Macromedia? Are there any work arounds

RE: [flexcoders] ModelLocator

2005-08-23 Thread Shahnavaz Alware
Title: ModelLocator Hi Mehdi To use ModelLocator and transfer VO is perfectly fine. Eg. I have a Datagrid dp=ModelLocator.organizations and when I select in the datagrid I have ModelLocator.organization = SelectedItem which I send to my J2EE server in your case CF. import

RE: [flexcoders] Re: Need help defining named service using HTTPS

2005-08-23 Thread Shahnavaz Alware
@yahoogroups.com, Shahnavaz Alware [EMAIL PROTECTED] wrote: Hi, You will also need to set https-url in Web-Service-proxy element https-url{context.root}/flashproxy/https-url Thanks From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] mx:Tree being populated by a CF Array?

2005-08-15 Thread shahnavaz Alware
Yes you can bind the dataprovider of the mx:Tree to the RemoteObject result. I am using Cairngorm too and returning array of VO. Thanks, Shahnavaz From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Scott Barnes Sent: Sunday, August 14, 2005

RE: [flexcoders] How to handle a returned Java Collection in Flex - RemoteObject call

2005-08-03 Thread Shahnavaz Alware
Can you post your code snippet? What you described in your email is right way and should work if your code is doing right thing. Thanks From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, August 03, 2005 9:32

[flexcoders] Problem passing action script VOs using an array

2005-08-02 Thread Shahnavaz Alware
I am having a problem passing action script VOs to the backend using an Array. Can someone tell me what I am missing here... Here is an example of what I am trying to do: First I get an array of VOs from the backend public function onResult(event:Object) : Void { var

RE: [flexcoders] Trouble Deploying on WebLogic 8.1 [ Brian Deitte ]

2005-07-28 Thread Shahnavaz Alware
Hi Brian Are the internal bug numbers public, or are they only internal to Macromedia? Are there any work arounds for this bug besides deploying exploded? Thanks, Shahnavaz From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Brian Deitte

[flexcoders] Cache issue on CheckBox( CellRenderer)

2005-07-20 Thread Shahnavaz Alware
Hi, I have a DataGrid with Checkbox (CellRenderer). I do some checkbox selection and hit SAVE which brings up a different view. I come back to the same screen with DataGrid (with Checkbox), my checkbox at same index (I did the selection last time I came to this page) in the datagrid

RE: [flexcoders] Naming Conventions..

2005-07-12 Thread Shahnavaz Alware
Hi Scott, Thats a great idea and very good move as far as big projects are concerned. The project I am working on has CORE and REFERENCE implementation as two different teams, where Flex UI development holds a key for Implementers not on Core Team. I will be able to start sharing my

[flexcoders] TileList withh CellRendere.

2005-07-11 Thread Shahnavaz Alware
Hi All, I am implementing the TileList with CellRenderer mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml initialize= loadComplete()/ mx:Script ![CDATA[ import com.test.model.ModelLocator; import com.test.dto.ActivityDTO; import

RE: [flexcoders] Flex with Websphere

2005-07-01 Thread Shahnavaz Alware
Yes we were able use the Websphere 6.0 and Flex with security turned ON. I am using Custom User registry. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ricardo Menna Sent: Friday, July 01, 2005 5:35 AM To: flexcoders@yahoogroups.com Subject:

[flexcoders] Sequence Diagram for Cairngorm 0.99

2005-06-17 Thread Shahnavaz Alware
How can I get the sequence diagram for cairngorm 0.99? Thanks in advance Shahn It is our company policy not to accept email of any data controlled by the International Traffic in Arms Regulations (ITAR). Please contact our Security Officer, Alexander Houtzeel, for instructions and

[flexcoders] Flex Component

2005-06-15 Thread Shahnavaz Alware
Hi All, This is a repetition of my last email. Does Flex provide anything for Breadcrumb/trail? Actually I have to replace the ViewStack implementation by some kind of trailing functionality. So I am trying to find out how I can achieve the same Viewstack implementation with multiple

[flexcoders] BreadCrumb or Trail

2005-06-14 Thread Shahnavaz Alware
Hi All, Does Flex provide anything for Breadcrumb/trail? Actually I have to replace the ViewStack implementation by some kind of trailing functionality. I appreciate any reply in this. Thanks Shahn Yahoo! Groups Links To visit your group on the web, go

[flexcoders] Synchronous Call

2005-05-13 Thread Shahnavaz Alware
Hi All, I am using Cairngrom 0.9 Framework. I have the need to have the ability of synchronous call to remote objects and methods in a particular sequential flow. I read somewhere that Cairngrom 1.0 going to take care of this synchronize resources issue. Till than if any of you guys

[flexcoders] User Infor in Flex Architecture

2005-04-29 Thread Shahnavaz Alware
Hi,I am new programmer in Flex (RIA) using Cairngrom 0.9 Framework. I am using Flex with full fledge J2EE Application. My question is How to handle User Management (User Object as Session Variable) in Flex to reap the best performance possible as my User Info is massive. Is there any

[flexcoders] remote object authentication in websphere

2005-04-28 Thread Shahnavaz Alware
Hi, I have been struggling with Authentication of the remote object service on Websphere 6.0. This is the first time I am doing this configuration so not sure what I am doing wrong. I will list what steps I did so far. -- Flex-config.xml named object

[flexcoders] Data Rows on MXML

2005-03-30 Thread Shahnavaz Alware
Hi, I am piloting the application in Flex where I am trying to bring back 5000 records from backend. The application breaks down in between. I am new to flex, so I am unaware of Memory management parameters which will allow me to allot memory to flex which is running out of memory (

RE: [flexcoders] Flex 1.5 price

2005-03-25 Thread Shahnavaz Alware
With Lazlo around price for Flex should go down or MM looses the ground to OpenSource. -Original Message- From: Thijs Triemstra | Collab [mailto:[EMAIL PROTECTED] Sent: Friday, March 25, 2005 9:39 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex 1.5 price Laszlo it is.

[flexcoders] Any Idea about Cairngorm 1.0?

2005-03-25 Thread Shahnavaz Alware
Hi Steven, I have seen that there is a reference of PDF file along with Cairngorm 0.9, but unable to find it L . This architecture is awesome, I read the book and was able to get the application up and running. Thanks, Shahn Yahoo! Groups Sponsor ADVERTISEMENT

[flexcoders] ActionScript/Java Data Type Mapping

2005-03-24 Thread Shahnavaz Alware
I am looking for ActionScript/Java data type mapping Document. Can someone pass me the link or resource where I can refer. Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/

[flexcoders] Custom Slider extension.

2005-03-23 Thread Shahnavaz Alware
Hi FlexCoders, I am a newbie to Flex RIA playing with the LoanApplication.mxml (chapeter 18 by Steven Webster) where I have extended Hslider to have 3 thumbcount and have 3 DataGrids reflecting them respectively. This LoanApplication worked as is with Slider.swc which is packaged