[flexcoders] Questing about Automatic Scrolling

2005-10-03 Thread Prasad Dhananjaya
Hi, Have a problem with automatic Scrolling. Can someone help me.. There are 2 canvas in my test application. Size of the JobNetCanves is 10 times than fullMapCanves. On the fullMapCanves there is a image(call selector) which is dragable inside the canvas. What I want to do is .. when I

Re: [flexcoders] Flash 8 compatibilty with Flex

2005-10-03 Thread Sandip Patil
Hi to all, Thanks for your update, I deployed my application on Linux box on JBOSS application server and I am accessing it from Window ENV in IE 6.0 with Flash Player 8.0 as a client side. The browse popup doesn't show. If I run my application serveron Window Machine and access the

Re: [flexcoders] File upload: 'Browse' only working on localhost?

2005-10-03 Thread manish
Hi Carson, I tried your URL . It perfectly works well. Can you plz give me some idea how are you using JSP rather than CFM file. I really want to configure everything in tomcat so i want to use the JSP file not cfm. Please help me in this regard Thanks Manish Jain --- In

RE: [flexcoders] events issue

2005-10-03 Thread Husain Kitabi
Hi Thanks for reply. I just found out that I had created controller object in more than one place. This was the cause. It is now sorted. Thanks again HusainAbdul Qabiz [EMAIL PROTECTED] wrote: Hi, Can you post the sample-but-complete code, so that we can see what is going wrong? -abdul

[flexcoders] Cannot use relative URLs on Service. event.result is empty !

2005-10-03 Thread jivankohinoor
I am getting crazy with Flex: its behaviour seems to change erratically without reasons. I have now 2 main problems : 1) Accessing a HttpService with relative url: After refactoring a code that was monolithic into different classes, I am no longer able to accces my HttpService with a relative

[flexcoders] Tomcat Login Example trouble ...

2005-10-03 Thread Sreejith Unnikrishnan
The current path to Request.class (in catalina.jar) in Tomcat 5.5.9 is org/apache/catalina/connector/Request * note the addition of connector to the path. When you run the examples from the Flex installation TomcatLogin example, you would get a NoClassDefFoundError. The examples would not have

[flexcoders] Question about destroyChild()

2005-10-03 Thread Prasad Dhananjaya
Hi all, Is it possible to destroy child by specifying x,y coordinates. I used createChild() to draw square. --code-start-- var xvalue:Number=100; var yvalue:Number=100; var ref_mc1 =

Re: [flexcoders] File upload: 'Browse' only working on localhost?

2005-10-03 Thread Sandip Patil
The same problem I was getting then I put FileIO fileinmy root directory. just check your directory structuremanish [EMAIL PROTECTED] wrote: Hi Carson, I tried your URL . It perfectly works well. Can you plz give mesome idea how are you using JSP rather than CFM file. I really want toconfigure

[flexcoders] Submitting a form

2005-10-03 Thread Sjors Pals
A colleague build a formengine in flex based on xml configuration files. The engine is working nice, but i detected a problem when we submit the data to the server. The information is Send as one big string, because we want to reuse the existing backend on the server. Code: mx:HTTPService

RE: [flexcoders] Putting a picture on a page

2005-10-03 Thread Abdul Qabiz
Hi, Make sure filename is correct, take care of case-sensitivity. -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: Monday, October 03, 2005 9:06 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Putting a picture on a page I

RE: [flexcoders] Cannot use relative URLs on Service. event.result is empty !

2005-10-03 Thread Abdul Qabiz
Hi, I think, this might not be flex issue. Did you restart Tomcat server after changing file? I think, Tomcat requires restart if you change any of the files. When it is working on localhost it should work on remote server...There might be something wrong with deployment... I am afraid that

RE: [flexcoders] Submitting a form

2005-10-03 Thread Abdul Qabiz
If I get it correctly, you want to send request as XML? Then you can set the contentType property of HTTPService to contentType=application/xml -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sjors Pals Sent: Monday, October 03, 2005

Re: [flexcoders] Submitting a form

2005-10-03 Thread Sjors Pals
not really, the string is something like this: 'formname=aandelenxxx_test=12132xxx_test2=sdasdxxx_super=asdfasdfyy_blah=1yy_test3=234234'; Greets, Sjors Abdul Qabiz wrote: If I get it correctly, you want to send request as XML? Then you can set the contentType property of HTTPService to

[flexcoders]Link to take you to a specific SWF in a website

2005-10-03 Thread Nithya R
hai i have a website with many products and product details in a seperate page as SWF... ie., products in one page as SWf and on click of a product it takes me to amother SWf page which contains the product details. i need to have a link which would take me directly to the product detail

Re: [flexcoders] Tile List Effect.

2005-10-03 Thread Omar Ramos
Hi Steven,Thanks for the reply. The effect is really nice and I have banged my head to see how you guys did it. Is it posible to do with the TileList controll? or just using the repeater with a tile container? Omar RamosSystem DeveloperOn 10/2/05, Steven Webster [EMAIL PROTECTED] wrote:

RE: [flexcoders] Submitting a form

2005-10-03 Thread Abdul Qabiz
Ok, I am confused. Do you want to send the request as an URL-encoded string or XML string? -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sjors Pals Sent: Monday, October 03, 2005 5:22 PM To: flexcoders@yahoogroups.com Subject: Re:

Re: [flexcoders] KeyDown event in mx:Application tag

2005-10-03 Thread Shanmuga Raja
Hi, I am trying to suppress / override the default actions of the function keys in IE. I am able to acheive this by embedding _javascript_ in the HTML wrapper, but once the control is in the flex applet these stop working. Is it actually possible to acheive the same through Flex AS event

Re: [flexcoders] Submitting a form

2005-10-03 Thread Sjors Pals
Well i just want to post the string to an other application (perl) Little bit the same way as you post a normal html form to a page. I want to know or this is possible in flex? Greets, Sjors Abdul Qabiz wrote: Ok, I am confused. Do you want to send the request as an URL-encoded string or

[flexcoders] Cannot get Remote objects connection

2005-10-03 Thread yaagcur
Did a quick search of archives without luck but bear with me if this has already been answered I am trying to get data returned from a CFC on a remote machine (the same problem applies on a local machine) I have done this successfully with Flash thus

[flexcoders] Re: Popping up the same window more than once

2005-10-03 Thread fowleryj
Dustin, That must be it. I'm using the Cairngorm framework and the scenario that you described sounds like what is happening. Thanks for the insight-- that was helpful. --- In flexcoders@yahoogroups.com, Mercer, Dustin [EMAIL PROTECTED] wrote: Just Curious, are you using the cairngorm framework

[flexcoders] Examples source

2005-10-03 Thread devnullesp
I need the example source: http://flexapps.macromedia.com/flex15/chartexplorer/explorer.mxml?versionChecked=true I need it for see how is the load and run of samples. So i need the first panel app source. If not possibol to get, i need know how is the code for load and run app samples. Thanks

[flexcoders] Passing value to textarea which I am calling as a popupwindow

2005-10-03 Thread sandip_patil01
HI All, I have an mxml file let say nda.mxml page which has a button called Add Textarea. When I click on that button I want to open popup window contaning two text area which i did . (i.e I am calling textareawindow.mxml with the code var popup = mx.managers.PopUpManager.createPopUp(this,

[flexcoders] Creating/Playing Sound Effects

2005-10-03 Thread symbltechies
Hi, I have followed ch 13's example adding a custom sound effect in order to play the kaching.mp3 sound effect during a change event. Although everything compiles fine, the sound does not play. I have copied the kaching.mp3 file to my project directory, created the CashSoundEffect.as and

Re: Re: [flexcoders] File upload: 'Browse' only working on localhost?

2005-10-03 Thread manishreisha
hi sandeep, Everything is working fine on my side. i just want the JSP code so that i can use JSP instead of CFM as i am using tomcat and i do not want to use the cold fusion server. it works fine , it downloads fine if i manually put some file in upload folder. all i want to use the JSP code

[flexcoders] getURL Problem

2005-10-03 Thread Marcin Glowacki
I call getURL in MyCommand class (Cairngorm framework) to refresh current page with different query string. Strangely, it works only in Firefox, but not in IE. That is all I am doing: getURL(?mynewparam=+value); Anybody knows what my be an issue in IE Thanks, Marcin

RE: Re: [flexcoders] File upload: 'Browse' only working on localhost?

2005-10-03 Thread Stacy Young
FYI, our problem was improper case copied over from example code. Worked on windows but was failing on remote solaris deployments. ;-) Stace From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of manishreisha Sent: Monday, October 03, 2005 11:32 AM To:

Re: [flexcoders] Examples source

2005-10-03 Thread Jeff Tapper
Install flex with the samples and look in your samples directory. The source is there. In my local install, I have the explorer.mxml file here: C:\Program Files\Macromedia\Flex15\jrun4\servers\default\samples\explorer At 08:41 AM 10/3/2005, devnullesp wrote: I need the example source:

RE: [flexcoders] Passing value to textarea which I am calling as a popupwindow

2005-10-03 Thread Tracy Spratt
http://www.cflex.net/showfiledetails.cfm?ObjectID=197 Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sandip_patil01 Sent: Monday, October 03, 2005 10:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Passing value to textarea

RE: [flexcoders] Cannot get Remote objects connection

2005-10-03 Thread Tracy Spratt
How are you determining that there is no response? Instead of assigning the result directly to a variable, call a handler function. Then put a breakpoint in that function. Also, enable remote object debugging in flex-config, see what that shows, in the flex server command window, or in the

RE: [flexcoders]Link to take you to a specific SWF in a website

2005-10-03 Thread Tracy Spratt
Is this a Flex app? Are you using mx:Loader or mx:Image? What is your current navigation mechanism? Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Nithya R Sent: Monday, October 03, 2005 8:42 AM To: flexcoders Subject:

RE: [flexcoders] Question about destroyChild()

2005-10-03 Thread Tracy Spratt
I don't see any way to do this directly. How about if when you create your child, you enter an element in an array that records x,y, and child index, then when you wanted to find the child, search the array for the x,y and return the index? Tracy -Original Message- From:

RE: [flexcoders] Questing about Automatic Scrolling

2005-10-03 Thread Tracy Spratt
Here is an example that makes a tree scroll when dragging near the border. Perhaps it will give you some ideas. http://www.cflex.net/showfiledetails.cfm?ObjectID=134 Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Prasad Dhananjaya

RE: [flexcoders] Cannot use relative URLs on Service. event.result is empty !

2005-10-03 Thread Matt Chotin
Remember that the relative url is from the SWF, not the component. If you really think that you only made a small change and things stopped working then slowly work back to what you had before and see if it starts working. Youll see what change caused the problem. I find that sometimes

Re: [flexcoders] Putting a picture on a page

2005-10-03 Thread nostra72
Well I tried to make sure the filename is correct I mean its in the products folder. Also the filename is correct casewise. Does it have anything to do with it being a jpeg file? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

Re: [flexcoders] Re: Filtering data in Flex

2005-10-03 Thread Rich Tretola
Is there a method that needs to be added to allow for selecting an item of the grid ? As it is now, the grid items are not selectable (even when the grid is specifically set to selectable=true). Rich On 5/5/05, Manish Jethani [EMAIL PROTECTED] wrote: On 5/6/05, Lehman, Jason [EMAIL PROTECTED]

RE: [flexcoders] hidding a stack in the accordion

2005-10-03 Thread Simard, Ghislain
Sorry, I think my question wasn't clearly defined. Let me reformulate my question. If I have three stacks composing my accordion. mx:Accordion id=myAccordion mx:Form id=stack1/mx:Form mx:Form id=stack2/mx:Form mx:Form id=stack3/mx:Form /mx:Accordion I need a function

RE: [flexcoders] getURL Problem

2005-10-03 Thread Matt Chotin
You might need to use Application.getURL(), cant remember if we introduced that to help with this problem. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Marcin Glowacki Sent: Monday, October 03, 2005 8:37 AM To:

[flexcoders] Icon in the Panel bar

2005-10-03 Thread Simard, Ghislain
How to add an icon in thePanel bar? Thanks -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

RE: [flexcoders] hidding a stack in the accordion

2005-10-03 Thread Abdul Qabiz
Hi, To completely hide it, you have to remove it from Accordion. And add it Accordion when you want to show itBut in that case you have to save the current state of it(date, visual state etc)..and reinitialize it in same state when you add it. -abdul -Original Message- From:

RE: [flexcoders] hidding a stack in the accordion

2005-10-03 Thread Simard, Ghislain
How to do what you proposed? Any example? Ghislain Simard Analyst Technique web | Web Technical Analyst Ressources Naturelles Canada | 580 Booth Ottawa (Ontario) K1A 0E4 Natural Resources Canada | 580 Booth St Ottawa ON K1A 0E4 Gouvernement du Canada | Government of Canada [EMAIL PROTECTED]

[flexcoders] Populating values in datagrid from arrays

2005-10-03 Thread Parekh, Shweta - BLS CTR
Hi, I am having problem populating values in my datagrid. From my mxml, I make a remote call to my controller which returns an array of ItemVOs. ItemVO has one-dimensional integer array, containing values for columns in each row in the datagrid. i.e. if my int array in ItemVO1 contains values 1,

[flexcoders] Problem with ServiceLocator in Cairngorm

2005-10-03 Thread Andora, Greg
Hello everyone, I'm running into a problem using the ServiceLocator within my Delegate contructor. The Flash Player Debugger is providing no help because it is returning an error regarding RectBorder.as and hiding the true problem. In my code (pasted below), you can see I have an

[flexcoders] Nesting Instinct on overload?

2005-10-03 Thread Greg Johnson
How far can you nest custom components? IOW including one in another. Right now im looking at like 5 or 6 layers Main App File window1 - file .as file window2 - file .as file window3 - file .as file tab1 - file .as file window1

[flexcoders] Getting a null object reference

2005-10-03 Thread Michel Bertrand
Title: Getting a null object reference Hi ! I'm trying to do the following: mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml xmlns:framework=com.datasul.framework.ui.template.view.* width=100% height=100% initialize=initialize() mx:Script ![CDATA[

Re: [flexcoders] Populating values in datagrid from arrays

2005-10-03 Thread Oscar . Cortes
Try casting the result to an Array ... myArray= mx.utils.ArrayUtil.toArray(event.result); It worked for me in a similar case ...

Re: [flexcoders] Nesting Instinct on overload?

2005-10-03 Thread JesterXL
I've ran into 2 roadblocks, 1 confirmed, 1 unconfirmed and extremely hard to re-produce. 1. Symbol names can be a maximum of 64 characters. Flex utilizes a custom numbering scheme upon compile, so your physical views, say: com.company.yourapp.view.controls.YourControl; Would become:

[flexcoders] Extended Control Not Shown in Design View

2005-10-03 Thread Tom Sobut
I've just created a class extending ComboBox. Everything works as expected when I run the code, but in FlexBuilder, the new XComboBox does not appear in the design view. I would have thought that FlexBuilder would show a standard comboBox on screen for this extended class. Do we loose

[flexcoders] International messages

2005-10-03 Thread devnullesp
Hi, Anyone know how traslate the message and other text from english to other lenguage? I need to traslate the calendar and the validate form, for example. TIA Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and

[flexcoders] Re: Examples source

2005-10-03 Thread devnullesp
yes...Im... Thanks! Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM ~- --

Re: [flexcoders] Cannot get Remote objects connection

2005-10-03 Thread Dave Carabetta
On 10/3/05, yaagcur [EMAIL PROTECTED] wrote: Did a quick search of archives without luck but bear with me if this has already been answered I am trying to get data returned from a CFC on a remote machine (the same problem applies on a local machine) I have done this successfully with Flash

[flexcoders] Flex tree labelFunction Help

2005-10-03 Thread Augie
Hi all, Can someone please help me out using the Flex tree labelFunction. I have a massive XML document with no labels specified. I need to right a function that grabs only nodes and display them within my tree control. Thank you in advance. Much Appreciated. -Augie

RE: [flexcoders] Icon in the Panel bar

2005-10-03 Thread dfatta
Title: Message You'll have to write a custom class for this. It's a real pain...using the Embed() function won't do it. Darius -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Simard, GhislainSent: Monday, October 03, 2005 11:12

[flexcoders] tree labelFunction()

2005-10-03 Thread Augie Marcello III
Hi all, Can someone please help me out using the Flex tree labelFunction. I have a massive XML document with no labels specified. I need to right a function that grabs only nodes and display them within my tree control. Thank you in advance. Much Appreciated. -Augie -- Flexcoders Mailing

[flexcoders] Re: getURL Problem

2005-10-03 Thread Marcin Glowacki
I just gave it a shot, and it still does not work on IE... :-( mx.core.Application.getURL(?mynewparam=+value); --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: You might need to use Application.getURL(...), can't remember if we introduced that to help with this problem.

RE: [flexcoders] Populating values in datagrid from arrays

2005-10-03 Thread Parekh, Shweta - BLS CTR
Title: Message Hi, I type casted the result as you have suggested here. But still my datagrid does not display the values. import classes.ItemSpecVO; var itemSpecVO:ItemSpecVO;var myArray:Array;var itemSpecVO1:ItemSpecVO;var specdata_arr; function

RE: [flexcoders] Icon in the Panel bar

2005-10-03 Thread Tracy Spratt
Title: Message One solution folks have used is to put the Panel on a canvas at x,y at 0,0, then put the icon on the canvas and set the x,y as desired to make it look like it is on the panel. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On

RE: [flexcoders] Populating values in datagrid from arrays

2005-10-03 Thread Tracy Spratt
You are going to need a labelFunction to do this, instead of columnName. private function lblfArray0(oItem:Object):String { return oItem.colSpecData[0]; } mx:DataGridColumn headerText=A labelFunction=lblfArray0 width=50 textAlign=left/ Tracy -Original Message-

[flexcoders] Re: getURL Problem

2005-10-03 Thread Marcin Glowacki
getURL is working on both Firefox and IE when I don't have it inside the Command.execute method in my application. I think there may be some strange bug when you call getURL in the Cairngorm's Command class and user runs the app in IE... --- In flexcoders@yahoogroups.com, Marcin Glowacki

RE: [flexcoders] Flex tree labelFunction Help

2005-10-03 Thread Tracy Spratt
When working with trees, I prefer to set my data service call to resultFormat=xml. Then, in the label function, you can use the familiar xml class methods and properties to define your label. resultFormat defaults to object and Flex converts the xml into an mx:Object. If you are comfortable

[flexcoders] Re: Cannot get Remote objects connection

2005-10-03 Thread yaagcur
--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: How are you determining that there is no response? via the Network Monitor Instead of assigning the result directly to a variable, call a handler function. Then put a breakpoint in that function. I tried something

RE: [flexcoders] Putting a picture on a page

2005-10-03 Thread Kelly Roman
Jpeg files end with jpg Not jpeg From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED] Sent: Monday, October 03, 2005 1:09 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Putting a picture on a page Well I

[flexcoders] Re: Cannot get Remote objects connection

2005-10-03 Thread yaagcur
Thanks for the suggestion. I'll do a search. The call is to a remote site and I'm getting an error *** Security Sandbox Violation *** at (Frame 1 of Layer Name Layer 1:2) Connection to http://www.majorleaguecharts.com/flashservices/gateway halted - not permitted from

RE: [flexcoders] Passing value to textarea which I am calling as a popupwindow

2005-10-03 Thread Kelly Roman
You can do this two ways. I will show you both at once because I hate typing. In your nda.mxml create a variable to store a reference to the popup window with the two text fields. Example: var myPopupWindow; function myPopupCreatorFunction() { var initObj = new Object();

RE: [flexcoders] Problem with ServiceLocator in Cairngorm

2005-10-03 Thread Dimitrios Gianninas
Perhaps if you showed us your Services.mxml and how it is declared your root MXML file. Dimitrios "Jimmy" Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andora, GregSent: Monday, October 03, 2005 2:57 PMTo:

RE: [flexcoders] Problem with ServiceLocator in Cairngorm

2005-10-03 Thread Malcolm
Quick responsehave to state the obvious here :-] Have you double/triple checked that the service name nenService (with correct capitalization) actually exists? I have seen cairngorm go into a spin when you try and use a service or obtain reference to a view that does not exist, it is

Re: [flexcoders] Re: Cannot get Remote objects connection

2005-10-03 Thread Dave Carabetta
On 10/3/05, yaagcur [EMAIL PROTECTED] wrote: Thanks for the suggestion. I'll do a search. The call is to a remote site and I'm getting an error *** Security Sandbox Violation *** at (Frame 1 of Layer Name Layer 1:2) Connection to http://www.majorleaguecharts.com/flashservices/gateway

RE: [flexcoders] Problem with ServiceLocator in Cairngorm

2005-10-03 Thread Andora, Greg
First of all, I should note that I found a workaroundabout 20 minutes ago where instead of retrieving the ServiceLocator, I can use mx.core.Application.application. I don't know if this is a solution or "cheating", but I saw the services retrieved like this instead of using the

Re: [flexcoders] Re: getURL Problem

2005-10-03 Thread David Harris
Would somthing like this work(untested, and off the top of my head...) getURL(_root._url.split(.))[0] + .mxml?mynewparam=+value); cause I thought getURL(?mynewparam=+value); would be the same request as a a href=?mynewparam=samevalue Maybe firefox is a bit smarted than IE in this regard?

RE: [flexcoders] Problem with ServiceLocator in Cairngorm

2005-10-03 Thread Dimitrios Gianninas
What you have found is a workaround. Everything seems in order, apart from the endpoint which is specified. So the service being called is not on the same machine? You should also check what Malcolm mentioned as well. Dimitrios "Jimmy" Gianninas RIADeveloper Optimal Payments Inc.

[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] Populating values in datagrid from arrays

2005-10-03 Thread Kelly Roman
Title: Message The problem is that when your getdata() function executes you set specdata_arr equal to a single value instead of an array then you repeat that step 4 times. Also, unless your array has a column called A and another one called B its not going to display anything even if

RE: [flexcoders] Populating values in datagrid from arrays

2005-10-03 Thread Tracy Spratt
Title: Message As Kelly says, just do: specdata_arr=itemSpecVO1.colSpecData And then use a labelFunction instead of the columnName. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Kelly Roman Sent: Monday, October 03, 2005 8:14 PM

[flexcoders] a bunch of similar warnings

2005-10-03 Thread David Aden
I'm getting a bunch of warnings in the flashlog.txt file the following. Are these an issue? If not, is there a way to turn them off? (I did a search of these in the list, but didn't find any other postings about this): Warning: getWidthFlex is not a function at measure() Warning:

[flexcoders] Is an add-on required for Sound Effects?

2005-10-03 Thread symbltechies
Would anyone happen to know if there is an add-on that is required in order to play sound effects with Flex 1.5? Thanks. Francine Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.

Re: [flexcoders] Is an add-on required for Sound Effects?

2005-10-03 Thread JesterXL
Nope. Flash Player can play sounds since... well... a long time ago. Got some code not working? Post it. - Original Message - From: symbltechies [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, October 03, 2005 9:25 PM Subject: [flexcoders] Is an add-on required for

RE: [flexcoders] Is an add-on required for Sound Effects?

2005-10-03 Thread Deacutis, Francine
Its fromthe example, Ch 13...(I do have the kaching.mp3) class CashSoundEffect extends mx.effects.Effect{ var soundEffect:Sound; public function CashSoundEffect() { soundEffect = new Sound(); soundEffect.loadSound("kaching.mp3", true);} public function

Re: [flexcoders] Is an add-on required for Sound Effects?

2005-10-03 Thread JesterXL
Is the kaching.mp3 in the root of your Flex application? Basically, is it in the same folder the main application MXML file is in? - Original Message - From: Deacutis, Francine To: flexcoders@yahoogroups.com Sent: Monday, October 03, 2005 10:22 PM Subject: RE: [flexcoders] Is an

RE: [flexcoders] Is an add-on required for Sound Effects?

2005-10-03 Thread Deacutis, Francine
Yes, it is. Thanks for the response. Do you think the rest looks okay? I thought I should be able to play the sound by using the CashSoundEffect id="cse"/ tag and then using cse.PlayEffect; I have not yet gotten a sound to come out of this code. The book says that Flex allows us

[flexcoders] SWF and URL issue

2005-10-03 Thread Nithya R
hai a page of my site lists out various product names and on click of a name it takes you to another page which gives the details of the porduct... both thye pages are loaded as SWF... now i need to access the product detail page without browsing through the product list page.. how to write a

[flexcoders]sending e-mail on button click

2005-10-03 Thread Nithya R
hai i have a login page where i give the email id and then in a page i have a button which on click must send an E-mail to the id provided... how to implement this?Send instant messages to your online friends http://uk.messenger.yahoo.com -- Flexcoders Mailing List FAQ:

RE: [flexcoders]Link to take you to a specific SWF in a website

2005-10-03 Thread Nithya R
it is a flex application. i use mx:image, but tracy i have evrything as SWF... the individual items in the product list is each a SWF... and when click on that SWF it takles to another SWF which displays the details.. naigation mechanism is tab navigatorTracy Spratt [EMAIL PROTECTED]