RE: [flexcoders] Date Format

2005-06-23 Thread Abdul Qabiz
Hi, Please search archives at http://www.mail-archive.com/flexcoders%40yahoogroups.com , I have replied some days back... However here it is link: http://weblogs.macromedia.com/mesh/archives/2005/04/sorting_date_fi.cfm -abdul -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] Httpservice error message

2005-06-23 Thread Abdul Qabiz
Hi, This error comes when the result of HTTPService call returns an invalid XML. HTTPService expects that result of http://localhost/test/customer.php; is a valid xml I think, it is a html where some tags don't have end tags... Hope that helps.. -abdul -Original Message- From:

RE: [flexcoders] PNG not supported in cellRenderer?

2005-06-24 Thread Abdul Qabiz
Hi, That is right, Macromedia Flash Player 7 can only load non-progressive JPG and SWF files. Recently, it has been announced that next version of Flash Player would be able to load GIF, PNG, JPG (progressive and non-progressive) also. www.macromedia.com/platform/

RE: [flexcoders] Referencing application object in an mxml component

2005-06-24 Thread Abdul Qabiz
suggestion and it did work perfectly. Thanks again. Thanks! Hari -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul Qabiz Sent: Friday, June 24, 2005 9:20 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Referencing application object

RE: [flexcoders] Installing Flex CF

2005-06-24 Thread Abdul Qabiz
Hi, Please search the google for the same also, you can get some good links... here is a link of technote on Macromedia.com: http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeff

RE: [flexcoders] Re: why are getter methods called twice when invoked using bracket notation?

2005-06-24 Thread Abdul Qabiz
Hi, If I comment following line in hello getter, it doesn't reproduce: mx.controls.Alert.show(This should show once. (count: + getNextCount() + )); -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Saturday, June

RE: [flexcoders] Flex, Remoting and more

2005-06-27 Thread Abdul Qabiz
Hi, Some random ideas... I am not sure, but your call center server can run a Flash application that is connected to FCS server persistently. Or you can run a XMLSocket server on call center server and FCS machine runs a flash application which is connected to Call Center server as well

RE: [flexcoders] Flex, Remoting and more

2005-06-27 Thread Abdul Qabiz
other language to connect to this FCS in order to give orders to all Flex clients connected to it? A Abdul Qabiz escribió: Hi, Some random ideas... I am not sure, but your call center server can run a Flash application that is connected to FCS server persistently. Or you can run

RE: [flexcoders] Catching the Closing of the Browser in Flex

2005-06-27 Thread Abdul Qabiz
Hi, Another way is tocatch the unload events of browser in _javascript_.I am not sure, if it works consistently in all browsers but IE andFirefox0.9version support it. So make sure of such things before using... Search for onBeforeUnload and onUnload events for browser. The logic

RE: [flexcoders] closing a pop up window

2005-06-27 Thread Abdul Qabiz
Nithya, Are you talking about Browser Popup window or Flex popup component? If you are talking to open popup using PopUpManager class and you are opening a modal window, you can simply call deletePopUp() from image's mouseDown handler. If you are talking to open Browser popup, I think

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

2005-06-27 Thread Abdul Qabiz
: Flex, Remoting and more I was under the impression that ActionScript code running inside FCS can connect to an external socketServer using XMLSocket ? Sanjay --- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote: Hi, FCS can only connect to any Flash Remoting gateway

RE: [flexcoders] RE: Font question

2005-06-27 Thread Abdul Qabiz
Hi, Macromedia Flash Player does the anti-aliasing only when Font has been embedded in the application. If you are using static text(Flash world), text is already anti-aliased, since in Flex every text is dynamic (created via ActionScript) anti-aliasing is not done by default. You can enable it

RE: [flexcoders] Caching of SWFs in production mode

2005-06-27 Thread Abdul Qabiz
Hi, Appending recompile=true to query-string should do work. If you access the flex app like this: http://yourserver/app.mxml?recompile=true That should recompile and deliver the new swf -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

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

2005-06-27 Thread Abdul Qabiz
] Re: Flex, Remoting and more I am not sure, if this answers my question: can FCS connect to an external socketServer using xmlSocket ? --- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote: Either Flash clients can connect to FCS or FCS can connect to a Flash Remoting Gateway

RE: [flexcoders] Re: cellRenderer question

2005-06-27 Thread Abdul Qabiz
Yes, I think so. -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sanjayd Sent: Tuesday, June 28, 2005 12:21 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: cellRenderer question In my experience, setValue() is called even

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

2005-06-27 Thread Abdul Qabiz
to an external socketServer using xmlSocket ? --- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote: Either Flash clients can connect to FCS or FCS can connect to a Flash Remoting Gateway.. -abdul -Original Message- From: flexcoders@yahoogroups.com

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

2005-06-27 Thread Abdul Qabiz
@yahoogroups.com, sanjayd [EMAIL PROTECTED] wrote: I am not sure, if this answers my question: can FCS connect to an external socketServer using xmlSocket ? --- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote: Either Flash clients can connect to FCS or FCS can connect to a Flash

RE: [flexcoders] Have you used FlexBuilder before?

2005-06-27 Thread Abdul Qabiz
Hi Guys, I think, you all should send your responses offlist to [EMAIL PROTECTED] You don't everyone to know your company, phone number and your official email id. Thanks -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clint

RE: [flexcoders] Scrollable Accordion

2005-06-27 Thread Abdul Qabiz
Hi, I guess, putting Accordion in VBox should give you what you looking for... -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clint ModienSent: Tuesday, June 28, 2005 3:00 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Scrollable Accordion Is

RE: [flexcoders] Using setInterval to call an HttpService and update visual components

2005-06-27 Thread Abdul Qabiz
Hi Rick, This is scope issue, handleTimer() function is being called in different scope and updateData(..) function is not resolved in that scope, hence not invoked. This problem happens when you pass a function reference to setInterval(..), this is currently issue with setInterval(..).

RE: [flexcoders] resource bundles in flex

2005-06-27 Thread Abdul Qabiz
Nithya, Don't mind, you have just posted the same question in another thread. You don't need to start another thread. It un necessarily adds the noise :) Hope you understand... -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nithya karthikSent:

RE: [flexcoders] Layering content

2005-06-28 Thread Abdul Qabiz
How about using Canvas as container of Hbox and Image. In Canvas you can manage the absolute position of components, so you can even place a component on top of another component. -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Moving an image on a canvas

2005-06-28 Thread Abdul Qabiz
Check out the code Google Map flex application made by Manish. http://www.flexauthority.com/Samples/gmap/gmap.mxml?versionChecked=true http://manish.revise.org/2005/04/flex-prototype-of-google-maps.html -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

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

2005-06-28 Thread Abdul Qabiz
Well you can do that: outlook:\\Contacts outlook:\\calendar outlook:\\Tasks outlook:\\folder_name -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of joao_m_fernandes Sent: Tuesday, June 28, 2005 7:49 PM To: flexcoders@yahoogroups.com

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

2005-06-28 Thread Abdul Qabiz
A quick guess, which is right :) getURL(outlook:tasks); ##OpenOutlookTasks.mxml## ?xml version=1.0 encoding=iso-8859-1? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; width=600 height=600 mx:Script function openTask() {

RE: [flexcoders] special character from HTTPService tag

2005-06-28 Thread Abdul Qabiz
Are you getting any error message? I think, if you save xml as well as mxml file with UTF-8 encoding, content should show up... If you still have problem, please post a sample code with sample xml file... -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Moving an image on a canvas

2005-06-28 Thread Abdul Qabiz
-Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul Qabiz Sent: Tuesday, June 28, 2005 6:27 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Moving an image on a canvas Check out the code Google Map flex application made by Manish. http

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

2005-06-28 Thread Abdul Qabiz
and Outlook in both ways not only Flex Outlook. João Fernandes --- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote: Well you can do that: outlook:\\Contacts outlook:\\calendar outlook:\\Tasks outlook:\\folder_name -abdul -Original Message- From

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 mm:mxml ../ like this: mm:mxml mm:flashvar name=lcId value=%= lcId % / mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; /mx:Application /mm:mxml -abdul

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

2005-06-29 Thread Abdul Qabiz
JS and AS communication); } ]] /mx:Script mx:Button label=click click=comm();/ /mx:Application /mm:mxml /HTML Abdul Qabiz wrote: Yeah... That should work, as long as you are also passing lcId to Flex App using FlashVars attribute

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

2005-06-29 Thread Abdul Qabiz
mx:Button label=click click=comm();/ /mx:Application /mm:mxml /BODY /HTML -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul Qabiz Sent: Wednesday, June 29, 2005 4:17 PM To: flexcoders@yahoogroups.com Subject: RE

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

2005-06-29 Thread Abdul Qabiz
not seem to cut it !! Am I missing something ? Sanjay --- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote: I think, I suggested one way, not sure how feasible it is for you... Flash_Client_1 FCS Flash_Client_2 Flash_Client_1 could push data to FCS. In turn

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

2005-06-29 Thread Abdul Qabiz
client from FLEX 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

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

2005-06-29 Thread Abdul Qabiz
, this is not something that a large enterprise can hang it's hat on ! Thanks again - Sanjay --- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote: 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

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

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

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

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

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,

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.

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

RE: [flexcoders] dynamically create a container

2005-06-29 Thread Abdul Qabiz
Yup, you can do that. Two out of many ways: 1) mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; mx:Script var dp:Array = [1, 2, 3]; /mx:Script mx:Accordion id=accordion width=50% height=50% mx:Repeater id=rp dataProvider={dp}

RE: [flexcoders] Embed problem

2005-06-30 Thread Abdul Qabiz
Where is your wait.jpg? Is it in same directory of this mxml file? -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of unihan Sent: Thursday, June 30, 2005 4:01 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Embed problem I have

RE: [flexcoders] Flex PlugIn to Eclipse

2005-06-30 Thread Abdul Qabiz
Title: Mensagem Hi, There is not Flex plug-in for Eclipse now. But we are working on a Flex Development IDE code-named Zorn, it would be based on eclipse. http://www.macromedia.com/macromedia/proom/pr/2005/eclipse_flashplatform.html However, you can search the archives for related

RE: [flexcoders] XML, PHP and Flex

2005-07-01 Thread Abdul Qabiz
Hi, You can send following things with php and flex app:- 1) name-value pairs (url-encoded form) 2) xml data 3) SOAP based webservices. Use HTTPService or WebService tag in Flex app. You don't need to write a xml file on disk, instead send request to php page, it would generate xml and send

RE: [flexcoders] Repeator to AS method

2005-07-01 Thread Abdul Qabiz
Try using creationComplete event instead of show event in Vbox. -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rajesh Jayabalan Sent: Saturday, July 02, 2005 12:23 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Repeator to AS

RE: [flexcoders] Question about the flexstore mxml file in the samples

2005-07-01 Thread Abdul Qabiz
Hi, All information about products and images are stored in catalog.xml that is stored in "samples\WEB-INF\classes\samples\flexstore" folder. FlexStore receives this information about images via RemoteObject. -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] Performance.... Data Grid

2005-07-01 Thread Abdul Qabiz
Hi, Can you please post some complete sample code? Which we can run and try to reproduce what you saying. Thanks -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nextadvantage Sent: Friday, July 01, 2005 11:37 PM To:

RE: [flexcoders] Tile

2005-07-01 Thread Abdul Qabiz
As far as I know about Tile, it calculates about rows and columns after doing some Math. Calculation is based onnumber of children, width/height of children and width/height of Tile. If you want it be 3x1, you can set the width of Tile to be: width_of_Tile: = width_of_child * marginLeft +

RE: [flexcoders] LinkBar

2005-07-01 Thread Abdul Qabiz
Hi, You can achieve this by using disabledColor style: mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" mx:LinkBar borderStyle="solid" dataProvider="vs" disabledColor="0xFF" / mx:ViewStack id="vs" mx:HBox label="View 1" mx:Label text="HBox 1" / /mx:HBox

RE: [flexcoders] Set/Get labelWidth in mx:Form

2005-07-01 Thread Abdul Qabiz
Hi, Use: formID.getStyle(labelWidth) -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of r_woess Sent: Friday, July 01, 2005 3:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Set/Get labelWidth in mx:Form Hallo, I tried to

RE: [flexcoders] Re: Repeator to AS method

2005-07-01 Thread Abdul Qabiz
, July 02, 2005 2:26 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Repeator to AS method Hi Abdul, I still am not able to see the value I am sending to my jsp, its coming as empty/null value. Rajesh J --- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote: Try using

RE: [flexcoders] LinkBar

2005-07-01 Thread Abdul Qabiz
/ mx:HBox label=Back / /mx:ViewStack Thanks, Kim --- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote: Hi, You can achieve this by using disabledColor style: mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; mx:LinkBar borderStyle

RE: [flexcoders] Re: Repeator to AS method

2005-07-01 Thread Abdul Qabiz
. Error C:\jboss\server\default\tmp\deploy\tmp22508mr-exp.war\categories.mxml:20 Unexpected '}' encountered --- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote: Hi, Please ignore my previous mail, I couldn't see the code properly. Keep the code in show event, if you want to invoke

RE: [flexcoders] LinkBar

2005-07-01 Thread Abdul Qabiz
you! Kim --- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote: Hi Kim, disabled-color would apply on disabled link buttons. In your case, button might not be getting disabled because LinkBar is not associated with ViewStack. The LinkBar you see in FlexStyleExplorer might

RE: [flexcoders] how to generate the bullet in DataGridColumn?

2005-07-02 Thread Abdul Qabiz
Hi, You can create a custom cellrenderer for DataGrid Column. You can have multiline html textfield there. And you can show bullet using li / tag... Check the flex docs for CellRenderer docs. Also search Flexcoders archive for CellRenderer or similar topic.. -abdul -Original Message-

RE: [flexcoders] XML, PHP and Flex

2005-07-02 Thread Abdul Qabiz
Hi, You are calling popCustomer(..) function just after invoke HTTPService.send(). This wouldn't work. HTTPService calls are asynchronous, that means you won't get result immediately. Request is sent to server, server processes data and returns back to client. This entire process takes some

RE: [flexcoders] Sort arrows in DataGrid

2005-07-02 Thread Abdul Qabiz
Hi, You can get the reference of sort arrow using: dataGridInstance.sortArrow To hide arrow: dataGridInstance.sortArrow._visible = false; To show arrow: dataGridInstance.sortArrow._visible = true; You can use dataGridInstance.placeSortArrow(..) method to show arrow on column that is the

RE: [flexcoders] Sort arrows in DataGrid

2005-07-03 Thread Abdul Qabiz
never satisfied ;) Sean On Jul 2, 2005, at 1:09 PM, Abdul Qabiz wrote: Hi, You can get the reference of sort arrow using: dataGridInstance.sortArrow To hide arrow: dataGridInstance.sortArrow._visible = false

RE: [flexcoders] Re: Set/Get labelWidth in mx:Form

2005-07-04 Thread Abdul Qabiz
creationComplete=mx.core.Application.alert(dataForm.getStyle('labelWidt h')); But I get a MessageBox without the labelWith. Reini --- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote: Hi, Use: formID.getStyle(labelWidth) -abdul -Original Message- From: flexcoders

RE: [flexcoders] Sort arrows in DataGrid

2005-07-04 Thread Abdul Qabiz
sortDirection was already discussed in flexcoders and I searched archives and pasted the same code :) I don't even look at docs, I read Dirk suggestions couple of days back. Agreed, it is not documented. Now I also search archives before answering, if I find an answer there I refer the same...

RE: [flexcoders] cellRender NumericStepper

2005-07-04 Thread Abdul Qabiz
Are you changing value in setValue(..) method? Are you calling listOwner.editField(..) also to save the value in dataProvider when NS value is changed? -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of AC Sent: Monday, July 04, 2005 8:38

RE: [flexcoders] Sort arrows in DataGrid

2005-07-05 Thread Abdul Qabiz
Title: RE: [flexcoders] Sort arrows in DataGrid Can you please post your sample code? I am interested to see how you are using it. We might suggest some changes to your code. It is hard to predict what is going wrong in your code, without looking at it. Kindly, make a simple sample code

RE: [flexcoders] Flex external desktop application communication

2005-07-06 Thread Abdul Qabiz
Yes it can. I have answered similar questions in past, so you can also search archives. A straight forward way could be communication using LocalConnection API. Embed a flash movie in desktop application, now your flex app can communicate with that flash movie using LocalConnection.

RE: [flexcoders] Flex external desktop application communication

2005-07-06 Thread Abdul Qabiz
Yeah XMLSocket is always a good option. Ted, looks like you aredoing kick-ass stuff ;) -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Theodore E PatrickSent: Wednesday, July 06, 2005 8:52 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Flex

RE: [flexcoders] Redirect to next page

2005-07-06 Thread Abdul Qabiz
Hari, As Sree said, in Flex we think application in terms of Views. In your case, user can submit the data and see the result in the same place. You can send the data using HTTPSerivce, servlet processes the data and returns the result in form of xml/name-value pairs etc. You can show that data

RE: [flexcoders] Load a large swf (13MB)

2005-07-07 Thread Abdul Qabiz
Hi, Yeah you can. If it is progressive flv download, then as soon as some video is buffered you can play it. If you are using flashcom, then it would be pure streaming and you can play... I think, you can set the buffer time using: NetStream.setBufferTime(..)

RE: [flexcoders] Flex external desktop application communication

2005-07-07 Thread Abdul Qabiz
Actually using socket loads of things can be done. People talk about Flex and MS Excel communication, someone can write some VBA code(using WinSock) in excel user form and my flex apps can communicate with Excel using XMLSocket. Same can happen for any application... -abdul -Original

RE: [flexcoders] using Repeater

2005-07-07 Thread Abdul Qabiz
Hi Rajesh, id should be string following rules for a variable name(should not start with numbers, should not contain some special chars except $ etc). You can not pass a binding expression there. Why do you want to assign a dynamic id? Since you are using repeater to generate ViewStack, you

RE: [flexcoders] How do I bound XML data into an array that is my data provider for a data grid

2005-07-07 Thread Abdul Qabiz
Hi, Look at the following code: ##employeesModelTest.mxml## mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; xmlns=* initialize=onAppInit() mx:Script import ComboBoxCellRenderer; function onAppInit() {

RE: [flexcoders] Load a large swf (13MB)

2005-07-07 Thread Abdul Qabiz
I think, you can not stream swf via flashcomm. -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Philippe MaegermanSent: Thursday, July 07, 2005 1:36 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Load a large swf (13MB) Not sure, but I think

RE: [flexcoders] Is antialiasing possible in flex?

2005-07-07 Thread Abdul Qabiz
Yeah it is possible. You need to embed the font outlines in Flex app for anti-aliasing to occur. Please search the archives, this topic has been discussed recently. If you still have doubts, let us know.. -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] CheckBox in the DataGrid

2005-07-07 Thread Abdul Qabiz
Hi, You can achieve this by just updating dataProvider and if design of yourCellRenderer in such a way that if dataProvider changes CellRenderer is updated. Say you have a field in dataProvider, which is bound with checkbox's selected property. If you change the dataProvider, CheckBoxes get

RE: [flexcoders] Flex external desktop application communication

2005-07-07 Thread Abdul Qabiz
;) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul Qabiz Sent: Wednesday, July 06, 2005 11:27 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex external desktop application communication

RE: [flexcoders] unknown property warning

2005-07-08 Thread Abdul Qabiz
Check the FAQs to find why you see this warning. FAQs: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt What is dataObject? I think, if you make it mx:Model id=dataObject /mx:Model It should work properly... -abdul -Original Message- From:

RE: [flexcoders] how to pass data to a cell renderer ?

2005-07-11 Thread Abdul Qabiz
Hi Nithya, yeah it is possible. You can have data in DataProvider and data can be passed via setValue(..) method in CellRenderer class. Check out the CellRenderer documentation and specially look at setValue(..) method description... -abdul From: flexcoders@yahoogroups.com

RE: [flexcoders] Question about css files

2005-07-11 Thread Abdul Qabiz
Hi, You can share the same css betweendifferent Flex applications. It is better to keep CSS styles in files because you can change styles in CSS file and it would be reflected in allapplications using it. You don't need to modifyall applications for some styles, this saves lots of human

RE: [flexcoders] Re: Flash Player 8 Beta - found problem??!!

2005-07-14 Thread Abdul Qabiz
Hi, We tried reproducing the same here at our end and we don't see any difference between two players (FP7 FP8 Beta). -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Craig NewrothSent: Thursday, July 14, 2005 5:41 PMTo:

RE: [flexcoders] Re: Flash Player 8 Beta - found problem??!!

2005-07-15 Thread Abdul Qabiz
Hi, Can you please send the test file (mxml + swf) to me. I would like to see it... We tried compiling your code with Flex 1.5 and running the app in firefox and IE with Flash Player 8. I can't reproduce it... But I would like to see your file.. -abdul From:

[flexcoders] OT: Just testing

2005-07-18 Thread Abdul Qabiz
Testing, if I am still in the list...Have not received any new mails... -abdul Breeze 5 - high-impact online communications everyone can access instantly. Test drive Breeze 5 today! www.macromedia.com/go/breeze5 -- Flexcoders Mailing List FAQ:

RE: [flexcoders] XML Load

2005-07-28 Thread Abdul Qabiz
Yeah it is scoping issue. I will suggest using HTTPService, if you are using MXML, HTTPService provides better mechanism to handle result and fault. Try use to use higher-level API instead of using low-level Flash Player APIs. Applications are more future compatible. -abdul -Original

RE: [flexcoders] Flex and Databas Project

2005-08-01 Thread Abdul Qabiz
Right said... Start with whatever you know and then ask the problems you face. First focus on backend logic (ASP, PHP whatever). Then create Flex application, use HTTPService to connect to backend file. To check your backend logic(insert task, update task, delete taks, get tasks), write unit

RE: [flexcoders] Returning an object Array from .NET to Flex

2005-08-01 Thread Abdul Qabiz
Check out the object you are returning from server is in correct format ? -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of priya sSent: Monday, August 01, 2005 10:22 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Returning an object Array from

RE: [flexcoders] Using of an class with arrays

2005-08-01 Thread Abdul Qabiz
Hi, Arrays are static properties in class1, you need to access them properly. Corrected your code, see below: code var areaUnitNames:Array = class1.areaUnitNames; var areaUnitConvertRates:Array = class1.areaUnitConvertRates; var len:Number = areaUnitNames.length; while(i = len ) {

RE: [flexcoders] FlashPlayer 8 beta and scriptTimeLimit

2005-08-01 Thread Abdul Qabiz
Title: FlashPlayer 8 beta and scriptTimeLimit Tracy, Can you please create a sample mxml file reproducing this case? I will also try to reproduce at my end and co-ordinate Flash Player team to get it fixed. Thanks -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] FlashPlayer 8 beta and scriptTimeLimit

2005-08-02 Thread Abdul Qabiz
Title: FlashPlayer 8 beta and scriptTimeLimit Thanks Tracy, I will get back to you. -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy SprattSent: Wednesday, August 03, 2005 2:31 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] FlashPlayer 8

RE: [flexcoders] Dispatch event problem

2005-08-02 Thread Abdul Qabiz
I am not very sure because I have not looked at complete code, but I have doubt that event handling is not done proper way or there are scope issues. You are dispatching event from button's handler, there could be scope issues. The idea is that, event handler can be subscribed from the object

Re: [flexcoders] javascript-flex/actionscript communication

2007-04-11 Thread Abdul Qabiz
Just noticed, it's documented in Flex 2.0.1 docs. http://livedocs.adobe.com/flex/201/langref/flash/external/ExternalInterface.html#addCallback() SecurityError — The containing environment belongs to a security sandbox to which the calling code does not have access. To fix this problem: In

Re: [flexcoders] Re: Control of SWF in SWFLoader

2007-04-11 Thread Abdul Qabiz
Hi, AFAIK, you can not control an ActionScript 2 movie from ActionScript 3 movie. The possible ways are:- 1) Use LocalConnection 2) Use ExternalInterface (not recommended at all). #1 has been used by many folks (Yahoo! Maps and many others) and there are couple of projects around that

Re: [flexcoders] Accurate timing with flash

2007-04-11 Thread Abdul Qabiz
I want to be able to perform a particular operation on a number of separate, unconnected clients on exactly the same moment(e.g. they should start blinking a piece of info at exactly the same moment with the same blinking frequency). same moment relative to other unconnected clients or same

Re: [flexcoders] The difference...

2007-04-11 Thread Abdul Qabiz
There has been a lot of confusion among Flash developer/designers. Some of them even said, during early days of Flex, that Flex is flash killer. Which was totally misconception. I posted something around Macromedia MAX 2005,

Re: [flexcoders] FileReferenceList

2007-04-26 Thread Abdul Qabiz
1. how to trace values in console panel? Use trace (..) statement. You might need to configure/create mm.cfg on your machine. Check this link: http://livedocs.adobe.com/flex/201/html/logging_125_04.html 2. I have to create flv palyer in Apollo. Read the documentation and write it. Check

Re: [flexcoders] Problem using a subclass of ComboBox in actionscript

2007-04-26 Thread Abdul Qabiz
Can you share the code? That helps understanding whats wrong.. It might be something with subclass code or the way you are trying to instantiate. -abdul On 4/26/07, johnknyc [EMAIL PROTECTED] wrote: Hi all, I created a AS subclass of ComboBox. I can use the subclass in MXML, however when

Re: [flexcoders] Different webservice results in IE and Firefox

2007-04-26 Thread Abdul Qabiz
hmm...I have never seen such problem? What do you see if you look at HTTP traffic using firebug or livehttpheaders? Do you recieve same or different data before it goes to Flash Player? -abdul On 4/27/07, manfred.maierhofer [EMAIL PROTECTED] wrote: Hey guys, I have a really strange

Re: [flexcoders] Re: Alert Control Crashing App

2007-04-27 Thread Abdul Qabiz
Ok, I tried running your app. It seems, it gets into recursion somewhere and that's where Flash crashes.. -abdul On 4/26/07, Troy A. Binford [EMAIL PROTECTED] wrote: I updated to version 9.0.45.0 that was released april 12. The code still crashes to a large stack dump and an undefined

Re: [flexcoders] Re: Alert Control Crashing App

2007-04-27 Thread Abdul Qabiz
It seems, itemEditEnd event handler is getting invoked recursively, you might to look at it... -abdul On 4/27/07, Abdul Qabiz [EMAIL PROTECTED] wrote: Ok, I tried running your app. It seems, it gets into recursion somewhere and that's where Flash crashes.. -abdul On 4/26/07, Troy A. Binford

Re: [flexcoders] embedding multiple images programmatically

2007-04-27 Thread Abdul Qabiz
Embedding the image in your application would increase the application filesize. I would rather suggest you to think of loading these images on runtime. You can load images on runtime using mx;Image or any other class (Loader etc)... -abdul On 4/28/07, dougco2000 [EMAIL PROTECTED] wrote:

Re: [flexcoders] embedding multiple images programmatically

2007-04-27 Thread Abdul Qabiz
mx:Image source=http//server/image.png / var image:Image = new Image (); container.addChild (image); image.source = http://foo.com/test.png;; -abdul On 4/28/07, Abdul Qabiz [EMAIL PROTECTED] wrote: Embedding the image in your application would increase the application filesize. I would

Re: [flexcoders] youtube

2007-05-05 Thread Abdul Qabiz
I have been posting lots of details on YouTube... You can search my blog: http://www.abdulqabiz.com/blog/ using this link *http://tinyurl.com/2uoltz *You can even find things like, getting FLV URL on client side without even using server-side proxy, some sample apps playin YouTube Video etc. *

Re: [flexcoders] Flash cache probem when flash is embedded in a asp.net page

2007-05-05 Thread Abdul Qabiz
You need to check if code in your ASPX page is setting HTTP requests headers such that content expires? Also check if the SWF path is static instead of a different or unique URL everytime it loads... Make sure, you are not appending any random string to SWF path... -abdul On 5/5/07, wpding

<    1   2   3   4   5   6   7   8   >