Re: [flexcoders] Help needed regarding image vectorization in flex reference in details

2013-02-11 Thread anas naeem
Thanks Alex(Flex)  I would definitely try what you suggested and would come up with some results  Regards  Anas.  --- On Mon, 2/11/13, Alex Harui aha...@adobe.com wrote: From: Alex Harui aha...@adobe.com Subject: Re: [flexcoders] Help needed regarding image vectorization in flex reference

[flexcoders] Help needed regarding image vectorization in flex reference in details

2013-02-10 Thread anas naeem
Hi everyone, I need help/guidance regarding image vectorization in flex . As a  reference its shown here http://www.streetshirts.com/creation.aspx and by clicking on the add Image there an selecting Yes i want to Vectorise to see what i am talking about ... Any help would be really

Re: [flexcoders] Help needed regarding image vectorization in flex reference in details

2013-02-10 Thread Alex Harui
I think you want to read up on image edge detection. On 2/9/13 10:37 PM, anas naeem maverick_0...@yahoo.com wrote: Hi everyone, I need help/guidance regarding image vectorization in flex . As a reference its shown here http://www.streetshirts.com/creation.aspx and by clicking on the

[flexcoders] Help Required : Flex3 - Controls appearing disabled

2012-06-28 Thread Asad Zaidi
Hi guys,   hope everyone is fine. Guys i m having a very strange issue which i have never seen in my 3 years of flex development. The problem is that i have developed a screen and delivered it to client but there are some controls that are appearing disabled in clients enviroment while these

[flexcoders] Help regarding positioning image in Text Layout Framework

2012-03-28 Thread anas naeem
Guys any help would be appreciated alot alot Regards Anas From: anas naeem maverick_0...@yahoo.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Tuesday, March 27, 2012 7:05 PM Subject: [flexcoders] Help regarding positioning image

[flexcoders] Help regarding positioning image in Text Layout Framework

2012-03-27 Thread anas naeem
Hello guys Hope every one is doing great. i am a bit new to Text Layout Framework although developing in flex since flex 4 , now my issue is that i want to position an image in a newspaper type layout . Actually i have to place it in a way that for instance if i am having 4 columns then the

[flexcoders] HELP! How do you enable hardware acceleration for AIR?

2012-02-09 Thread Sean
Please Help. How do you enable hardware acceleration for AIR? I know about the wmode for HW Accel in Flash. But I can't find any real docs on how to enable Video Stage hardware acceleration GPU processing for videos in Adobe AIR 3.1 Anyone? Please? Sean.

Re: [flexcoders] help with a repeater

2011-10-07 Thread Gustavo Duenas
...@leftandrightsolutions.com To: flexcoders@yahoogroups.com Sent: Friday, October 7, 2011 9:47 AM Subject: [flexcoders] help with a repeater I have a repeater which reads a xmllist from vimeo, it works and do the repeat but when I tried to pass info from the repeater to the title window

RE: [flexcoders] help with a repeater

2011-10-07 Thread Gordon Smith
() method to get the item in the dataProvider that created it. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Gustavo Duenas Sent: Friday, October 07, 2011 5:28 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] help

Re: [flexcoders] help with a repeater

2011-10-07 Thread Gustavo Duenas
@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Gustavo Duenas Sent: Friday, October 07, 2011 5:28 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] help with a repeater thanks for your help here is the error log Error: Repeater is not executing

RE: [flexcoders] help with a repeater

2011-10-07 Thread Gordon Smith
of them. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Gustavo Duenas Sent: Friday, October 07, 2011 9:51 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] help with a repeater Thank you my friend, you are really good

Re: [flexcoders] help making a feed using vimeo api xml output(solved)

2011-10-06 Thread Gustavo Duenas
Made it work, just using the old xml repeater method and it works! ;) here is what I did. Gus mx:HTTPService id=vimeoService url=http://vimeo.com/api/v2/iglesiafls/videos.xml resultFormat=e4x fault=onFault(event)/ mx:XMLListCollection id=myVimeoList

[flexcoders] help with a repeater

2011-10-06 Thread Gustavo Duenas
I have a repeater which reads a xmllist from vimeo, it works and do the repeat but when I tried to pass info from the repeater to the title window, something happens and I have an as3 errror. this is my code. mx:Script ![CDATA[ import

Re: [flexcoders] help with a repeater

2011-10-06 Thread Tandon, Rishi
You missed the most important thing in message, the error log. Send over that. From: Gustavo Duenas gdue...@leftandrightsolutions.com To: flexcoders@yahoogroups.com Sent: Friday, October 7, 2011 9:47 AM Subject: [flexcoders] help with a repeater   I have

[flexcoders] help making a feed using vimeo api xml output

2011-10-05 Thread Gustavo Duenas
Hi I have this code, I have only the relevant part ?xml version=1.0 encoding=utf-8? mx:WindowedApplication xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute width=1100 height=768 creationComplete={feedLoader2.send()} backgroundImage=iglesiaBack.jpg backgroundGradientAlphas=[1.0,

[flexcoders] HELP WITH COOKIES

2011-10-01 Thread David Nester
Greetings! I am trying to create a flex application where i utilize a webservice. I am simply trying to figure out how to save the cookie value i am receiving from the webservice so that i can resubmit it back to the application for subsequent requests. Help?

[flexcoders] HELP Embedded font looks bold in Flash but crisp in Photoshop

2011-09-29 Thread dorkie dork from dorktown
I have embedded a font in my application and it looks bold when at runtime in Flash but in Photoshop it looks normal. I tried changing every setting in the world and what I found was that when I set the anti aliasing in Photoshop to bold it looks exactly like it does in Flash. So that tells me

[flexcoders] help with anonymous functions...

2011-09-22 Thread grimmwerks
OK I don't mean to make this a bit convoluted - but I guess the basics of the question is regarding using anonymous functions within a member class and being able to set variables within that member class. The convoluted question is this: I've got in my app an Interface class that has

Re: [flexcoders] help with anonymous functions...

2011-09-22 Thread Alex Harui
I don’t know why passing in echoEvent wouldn’t work. What error did you get? Another options are to pass in a third parameter as the object for use in call or apply. You can theoretically do this as well in the constructor of the class: Public function MyClassConstructor() { var

Re: [flexcoders] help with anonymous functions...

2011-09-22 Thread grimmwerks
Not getting an error, just getting ignored and the function is never called. var scope:Object = this; private var echoOrderCacheEvent:Function = function(jstr:String):void{ Alert.show(this); trace(scope);

Re: [flexcoders] help with anonymous functions...

2011-09-22 Thread Alex Harui
IMHO anonymous functions are way more trouble than they are worth. If I had the time, I would eliminate them from all framework code. Looks from the stacktrace that someone is using apply() to change the this pointer. On 9/22/11 10:46 AM, grimmwerks gr...@grimmwerks.com wrote: Not

Re: [flexcoders] help with anonymous functions...

2011-09-22 Thread grimmwerks
Thanks -- yeah it seems like the something's happening on the stomp / callback before it's getting to me. Have another quickie about itemrenderers and factory properties, but going to ask on another thread. On Sep 22, 2011, at 2:11 PM, Alex Harui wrote: IMHO anonymous functions are way

[flexcoders] Help With Collapsible Component

2010-06-18 Thread Angelo Anolin
Hi FlexCoders, I saw this example of a Flex Application. http://www.radscientist.com/flexpm/demo/index.html I want to be able to create the collapsible component which was used in the application. The one wherein you click on the + sign, the panel collapses. Care to tell what components do I

Re: [flexcoders] Help With Collapsible Component

2010-06-18 Thread Brendan Meutzner
You will need to familiarize yourself with States. The components specifically used are not as important as the concept of an open and closed state. The author likely used a simple container like VBox/HBox/Canvas, and had the button change the state so that the size was increased, the children

[flexcoders] Help wanted with HTTPService with SSL and unsigned certificates

2010-05-14 Thread Paul Sanders
Our app sends data to a Java web application over SSL but has an unsigned certificate. If you go there with a web browser you get the certificate might be invalid, proceed with caution etc warning. With HTTPService and Flex we get an HTTPStatusEvent with code 0, and an IOErrorEvent, thereby

[flexcoders] Help regarding Grouping collection

2010-05-12 Thread hai_srividhya
Hello friends, I need to implement an AdvancedDataGrid with custom checkbox renderer, tree column and some editable renderers. I need to group the tree column and the last column and summarize it . Could anyone help with the idea please. Srividhya

[flexcoders] Help Loading Content From Website

2010-04-20 Thread DTAngram
I need to upload text and images from thefreedictionary.com Website into my Flex 3 project and it must update daily. The RSS that thefreedictionary.com provides contains javascript and html. I am very new to Flex and I want to know how to upload this content into my Flex project without using

[flexcoders] Help! - Intermittent Network Issues - How do you handle?

2010-04-05 Thread rojoe615
We are in the process of rolling out an app using LCDS and Flex. I posted an earlier note about intermittent network issues, but things have gotten much worse. About the only thing users can do is shut down their browser and restart after getting messages about faultCode =

[flexcoders] Help!! URL Request TimeOUt inconsistencies!

2010-03-28 Thread leds usop
Hi Guys, Can someone verify if the information on the link is accurate for timeouts on AIR 1.5.x for windows and mac? http://forums.adobe.com/thread/578593?decorator=printdisplayFullThread=true Why the inconsistency? 60 mins on legacy 1.5.x in both windows and mac (then 30 secs on although

RE: [flexcoders] help - code assist stopped working

2010-03-08 Thread Christopher McArthur
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Deane Venske Sent: Thursday, March 04, 2010 2:31 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] help - code assist stopped working You need to delete the following folder from your workspace: .metadata\.plugins

Re: [flexcoders] help - code assist stopped working

2010-03-08 Thread Chris Sheffield
. Any other suggestions? -Christopher From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Deane Venske Sent: Thursday, March 04, 2010 2:31 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] help - code assist stopped working

[flexcoders] help - code assist stopped working

2010-03-04 Thread Chris Sheffield
I apologize. This is probably more of an Adobe Support issue, but since I'm using beta 2 of FB4, I wasn't sure what kind of support is currently available. Anyway, I was working on a project yesterday and all of a sudden my code assist stopped working in .as files. Still seems to work fine in

Re: [flexcoders] help - code assist stopped working

2010-03-04 Thread Brian Thompson
Are you using FB as an Eclipse plugin? If so, you should be able to get the error log by going to Window-Show View-Other, then picking Error Log from the list. -Brian On Thu, Mar 4, 2010 at 11:55 AM, Chris Sheffield cmsheffi...@gmail.comwrote: I apologize. This is probably more of an

Re: [flexcoders] help - code assist stopped working

2010-03-04 Thread claudiu ursica
Did you by any chance upgraded to a newer release than beta 2? C From: Chris Sheffield cmsheffi...@gmail.com To: flexcoders@yahoogroups.com Sent: Thu, March 4, 2010 7:55:03 PM Subject: [flexcoders] help - code assist stopped working I apologize

[flexcoders] Help: Checking to see if something is in an ArrayCollection

2010-02-28 Thread Wally Kolcz
I have seen this documented in the Flex Bible, but I cannot get it to work. I have a Singleton Shopping Cart for an ecommerce site I am attempting to create for a friend. When the user adds something to the cart (via button click) I need to first check to see if it is in the ArrayCollection

[flexcoders] [HELP] HTTPStatusEvent only works at Internet Explorer?

2010-01-28 Thread Jose Carlo Quilala
HTTPStatusEvent only works at Internet Explorer? tried at google chrome 3.0 and firefox 3.5.7 but it doesn't work if there are any other way how to detect if the image has been loaded or not (broken), please enlighten me Open emails faster. Yahoo! recommends that you upgrade your

[flexcoders] [HELP] Little help with parsing datas

2010-01-23 Thread ~[TM3]~[Dev]At0ng[/Dev]~[/TM3]~
I recently have this code from gotoandlearnforums to parse datas separated with commas from a text file but the problem is I dunno (I really had no idea how) how to exclude rows that begins with a double slashes (//), hope someone can help me with this. Parsing datas is ok but excluding rows is

[flexcoders] Help: Line chart multiple series datatip

2010-01-14 Thread Monette
I assigned the y and x axis to each series in a line chart. I need to include additional information for each datapoint in the datatip from the XML file. How can this be accomplished? Thanks.

[flexcoders] Help ! amfphp Generic not Value Objects

2010-01-04 Thread Dan Pride
Help ! I am doing an amfphp for a prospective client (my first amfphp), I have been over and over examples and seem to have everything correct, values objects on both sides, globals path set etc etc. But do what I might the returns are all ArrayCollections of generic objects. The view source is

[flexcoders] [help needed] display data in tile window component..(flex + amfphp)

2009-12-24 Thread hanx_gen3
hello all, I'm new to flex and google maps..and trying to create an application which store places data into the database. I'm using AMFPHP services to manipulate the data.. I have succeeded populating marker trough the data I've stored and now I'm planning to make like this: when user click the

[flexcoders] Help, please

2009-12-02 Thread Greg Morphis
I need help when trying to compile a Flex 2 app with SSL using Ant I keep getting an error. I've Googled Error: Unable to locate specified base class 'mx.core.Application' for component class 'index' with not much help. I'm using Eclipse with Flex builder 2 lugin. Please help. Buildfile:

RE: [flexcoders] Help setting the selectedChild of a viewstack

2009-11-24 Thread Alex Harui
Subject: [flexcoders] Help setting the selectedChild of a viewstack I'm trying to grab a portion of the BrowserManager.fragment (I bring it in as an object) and then use it to set the selectedChild of a ViewStack. I'm running into a type conversion error. Essentially this is what I'm trying to do

[flexcoders] Help setting the selectedChild of a viewstack

2009-11-23 Thread lanekelly5
I'm trying to grab a portion of the BrowserManager.fragment (I bring it in as an object) and then use it to set the selectedChild of a ViewStack. I'm running into a type conversion error. Essentially this is what I'm trying to do: o.view contains the portion of my fragment - say it is set to

[flexcoders] Help! - AdvancedDataGrid - Applying sort as if user clicked column header

2009-11-20 Thread InvertedSpear
Check out the advancedDataGrid below in the ***s. After I group I loose the sorting I applied to the dataprovider, and no matter what I try or when I try it, sorting the dataprovider has no effect. But the user can sort by clicking on a column header. So I want to simulate that click in a

[flexcoders] Help with Arrays, ArrayCollections Repeaters

2009-11-01 Thread criptopus
I'm trying to get these X's to appear in a circle and not having much lock with it. The array seems to work when I trace it but nothing appears on the screen. I tried just defining an MXML ArrayCollection and it worked but I want them Bindable so I can move them about. Code so far... ?xml

[flexcoders] help with a php call

2009-10-29 Thread grimmwerks
Ok - an app I'm working on needs to have a watermarked image; if you click on this in the browser: http://creativity-online.com/api/image_watermark.php?workId=17593 It works fine. But I can't figure out how to setup the same thing in Flex, preferably using an HttpService..? I mean I

Re: [flexcoders] help with a php call

2009-10-29 Thread grimmwerks
Argh. Still can't figure this out; seems really simple to call a php file which forces download -- why can't I then do the same thing in httpService? On Oct 29, 2009, at 4:44 PM, grimmwerks wrote: Ok - an app I'm working on needs to have a watermarked image; if you click on this in

[flexcoders] Help Wanted

2009-10-28 Thread Trish Glidden
Hi, Hopefully this is ok. I wasn't sure where to find freelance Flex developers. I'm looking for someone who can make a nice UI with an itemRenderer for messages kind of like the one that tweetie uses. I need to display a similar list with a picture, with a message bubble, time, author,

[flexcoders] help urgent.. - how to insert html data using AS3FlexDB

2009-10-22 Thread paruliant
Dear all how to insert html data using AS3FlexDB Thanks and regard's Sondang pangaribuan

[flexcoders] Help me name this eclipse feature so I can log a bug

2009-10-15 Thread dfalling
I'm trying to think of the name of this feature so I can log a Jira for it... When using Eclipse with Java, you can use alt/option to move intelligently through code. For example: assuming ^ is your insertion point in Java: Math.floor(^ alt-left Math.^floor( In Flex though, the behavior is

Re: [flexcoders] Help me name this eclipse feature so I can log a bug

2009-10-15 Thread primo411
I don't think this is a bug, I will explain you why: ALT+LEFT/RIGHT is the shortcut for history navigation, ALT+LEFT brings you back to were you were. If you want to move word by word, try: CTRL+LEFT/RIGHT If you want to go to the beginning or the end of the line, just use the begin and end keys

[flexcoders] 【Help!】ModuleLoader Error:VerifyError: Er ror #1014: mx.core::LayoutContainer could not be found

2009-10-12 Thread Yuan Zhao
when I set  the ModuleLoader.url = http://localhost:/abflashFlexTest/trade.swf;the flex application encount an error that :Error #1014: mx.core::LayoutContainer could not be found. (1)I have add a crossdomain.xml on the server side?xml version=1.0?!DOCTYPE cross-domain-policy SYSTEM

[flexcoders] Help with Eclipse Problem

2009-09-25 Thread GeorgeB
Hi all, though this is not directly a Flex question.. I am stuck with the following: After a system HW crash (blown motherboard), I had to change HW to a new PC, with fresh OS (Windows XP + IE8) installation and then redo all the rest installation of my development platform. The work setup was:

[flexcoders] Help with comboBox selectedItem

2009-09-24 Thread funandlearning3
Hi, I have a combobox which is populated with query on backend. when I am trying to display a alert box with the selectedItem, I get the following error: Multiple markers at this line:Implicit coercion of a value with static type object to a possibly unrelated type string: Here is my code

Re: [flexcoders] Help with comboBox selectedItem

2009-09-24 Thread abhijit chore
selected Item always give you the object.You have to typecast it into String or use Selected Label. Kind Regards Abhijit On Thu, Sep 24, 2009 at 8:45 AM, funandlearning3 funandlearni...@yahoo.comwrote: Hi, I have a combobox which is populated with query on backend. when I am trying to

[flexcoders] Help with resizing contents of a window in Flex app.

2009-09-18 Thread michelleny914
I'm trying to setup a system that will allow the user to view PDF forms within my Flex app. I have created a WindowedApplication containing a HBox with contains a HTML control. My problem right now is that the PDF will display, but the window does not open at a good size for viewing. When I

[flexcoders] Help with LazyLoading in AdvancedDataGrid

2009-09-08 Thread Santosh Varghese
Hi, I am new to Flex development. I wanted to use the AdvancedDataGrid to display data in a tree structure. coming from a remoteobject . The remote object is a java Collections object. I could read this data and get into Flex ArrayCollection. The data in the ArrayCollection

Re: [flexcoders] Help with AdvancedDataGrid - Urgent

2009-09-04 Thread Adrian Williams
Hi Santosh, Check out GroupingCollection. Adrian Santosh Varghese wrote: Hi, I am new to Flex development. I wanted to use the AdvancedDataGrid to display data in a tree structure. coming from a remoteobject . The remote object is a java Collections object. I could read

[flexcoders] Help with AdvancedDataGrid - Urgent

2009-09-04 Thread Santosh Varghese
Hi, I am new to Flex development. I wanted to use the AdvancedDataGrid to display data in a tree structure. coming from a remoteobject . The remote object is a java Collections object. I could read this data and get into Flex ArrayCollection. The data in the ArrayCollection

[flexcoders] Help trying to sort data provider for DataGrid

2009-08-20 Thread lanekelly5
I'm trying to load a few elements of an RSS feed into a DataGrid, and I'm having trouble with the code to pre-sort the data before the grid gets it. Here's a snippet of the code: private function requestRSS(e:FlexEvent):void { initVars();

Re: [flexcoders] Help trying to sort data provider for DataGrid

2009-08-20 Thread Wesley Acheson
I've not experienced it yet my self but the problem is probably the dates. Flex does string comparison on the dates not object comparison. (even if they were dates which they're probably strings by the time they get into your application. I haven't verified the accuracy of said post but at a

RE: [flexcoders] Help trying to sort data provider for DataGrid

2009-08-20 Thread Tracy Spratt
, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Wesley Acheson Sent: Thursday, August 20, 2009 4:04 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Help trying to sort data provider for DataGrid I've

[flexcoders] HELP! Blaze ds create a session without any authentication. Then I can get connected to session scope destination!!

2009-08-04 Thread Fernando Wermus
I have two services. Both of them are session scope. I called them without using my Custom Login, but anyway I can reach the service. I am very sorprised with this behavior. [WARN] HttpFlexSession has not been registered as a listener in web.xml for this application so no events will be

[flexcoders] help with java Flex plz

2009-08-03 Thread adamlee2010
I'm java developer and i like flex very much .. my problem that i don't know successful way to connect java with flex. So plz any one was connected Java with Flex and was making good projects with them plz tell me the steps step by step... because i tried a lot of ways through the internet and

RE: [flexcoders] help with java Flex plz

2009-08-03 Thread James Ward
Subject: [flexcoders] help with java Flex plz I'm java developer and i like flex very much .. my problem that i don't know successful way to connect java with flex. So plz any one was connected Java with Flex and was making good projects with them plz tell me the steps step by step... because i

[flexcoders] Help with extending button

2009-07-29 Thread Angela
I am trying to create a toggle button that will show a label and a colored box dynamically. I thought extending the button component would be my best option. I add a Box component and set it's background color to the color passed to the button. Everything almost works, except the Box seems to

[flexcoders] help with videos

2009-07-22 Thread Gustavo Duenas
I want to do this, I have a xml list with images, description and links to flvs. Ok, then I'm making a repeater out of a vbox and using a canvas and the buttons of the repeater point to the links where the videos are and I don't know how to make it on the videos, I can use a swf loader or

Re: [flexcoders] help with videos

2009-07-22 Thread Tandon, Rishi
From: Gustavo Duenas gdue...@leftandrightsolutions.com To: flexcoders@yahoogroups.com Sent: Wednesday, July 22, 2009 3:19:29 PM Subject: [flexcoders] help with videos I want to do this, I have a xml list with images, description and links to flvs. Ok, then I'm making

[flexcoders] HELP problems embedding a font

2009-07-16 Thread grimmwerks
I've got a font - Interstate-RegularCondensed -- which I've tried embedding in a Flex app. I've pointed to it, I've embedded in a swf, etc. It seems to be ok - but when I look at from a computer that doesn't have this font, it's no go. The thing is It's part of the Interstate family but

[flexcoders] Help me in Citation Map

2009-07-10 Thread Satish Chowdary
hi folks, Please provide any valuable information about citation map i need some guidelines to how to create and all   Thanks inAdvance Satish From: valdhor valdhorli...@embarqmail.com To: flexcoders@yahoogroups.com Sent: Wednesday, 8 July, 2009 10:46:33 AM

[flexcoders] help with a flex project

2009-07-08 Thread Gustavo Duenas
Hi Guys, long time no see, I was wondering if you could know how can I do this: I have some flv. videos, I write them up into a an xml list. Ok, I want to make a repeater that once It get clicked launch the video in a window . everyone could help with a step by step guide or at least

Re: [flexcoders] HELP PLS

2009-07-06 Thread niamath basha
I think it will be helpful http://www.adobe.com/devnet/flex/quickstart.html i started from here itself With Regards, Niamath Basha On Fri, Jul 3, 2009 at 10:47 PM, Vivian Richard kanps...@gmail.com wrote: http://www.adobe.com/devnet/flex/videotraining/ On Fri, Jul 3, 2009 at 8:21 AM,

[flexcoders] Help me to start with flex

2009-07-05 Thread Ramkumar
Hi I am new to flex and Cairngorm framework. i would like to start the flex with basics. Please any one help me to learn this. Thanks and Regards, N.Ramkumar

Re: [flexcoders] Help me to start with flex

2009-07-05 Thread Nancy Gill
Try this: http://www.adobe.com/devnet/flex/videotraining/ Nancy Gill Adobe Community Expert - Original Message - From: Ramkumar To: flexcoders@yahoogroups.com Sent: Saturday, July 04, 2009 10:07 AM Subject: [flexcoders] Help me to start with flex Hi I am new

[flexcoders] HELP PLS

2009-07-03 Thread veerendra
I'm trying to learn Flex. Can anyone guide me, where I can get the information about this. I am beginner to Flex Thanks in Advance.

Re: [flexcoders] HELP PLS

2009-07-03 Thread Vivian Richard
http://www.adobe.com/devnet/flex/videotraining/ On Fri, Jul 3, 2009 at 8:21 AM, veerendragaonkar.viren...@yahoo.com wrote: I'm trying to learn Flex. Can anyone guide me, where I can get the information about this. I am beginner to Flex Thanks in Advance.

[flexcoders] Help deploying an Adobe sample app using BlazeDS

2009-06-30 Thread jtorrance
I'm trying to run Adobe's sample http://www.adobe.com/devnet/flex/samples/restaurant/ Restaurant Finder on Eclipse/FB 4 while deploying the underlying services using the BlazeDS turnkey. After consulting the README, here is what I've done so far: 1. Unpacked the restaurant.zip file to a

[flexcoders] Help with a RegExp

2009-06-09 Thread fumeng5
Hi, I have a filter function for an array collection that I'm working with. In this scenario, I start with an ID such as '1'. Based on that, I want to return '1_1', '1_2', etc... Basically, an underscore followed by 1 digit. Here's the code: var currentID:String = item.id.toString(); // i.e.

Re: [flexcoders] Help with a RegExp

2009-06-09 Thread thomas parquier
var pattern:RegExp = new RegExp('^' + testID + .$); should work. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/6/9 fumeng5 fume...@yahoo.com Hi, I

[flexcoders] Help with error

2009-05-08 Thread markgoldin_2000
What would this mean: TypeError: Error #1009: Cannot access a property or method of a null object reference. at mx.utils::URLUtil$/getProtocol()[E:\dev\trunk\frameworks\projects\rpc\src\mx\utils\URLUtil.as:239] at

Re: [flexcoders] Help with error

2009-05-08 Thread Tom Chiverton
On Friday 08 May 2009, markgoldin_2000 wrote: TypeError: Error #1009: Cannot access a property or method of a null object reference. D:\projects\sfcs\UFDPortal\src\IFrame.as:353 I mean, I'm just *guessing* ya know, but might something be null around line 353 of your IFrame class ? --

[flexcoders] Help Needed

2009-05-04 Thread Gopal Anne
Hi, Does anyone knows how to -streaming videos, connecting to webcam and recording videos and stream the same to servers -Stream voice mails and recording using flex   Regards, Gopal

[flexcoders] Help with Tomcat / Flex issue

2009-05-04 Thread Greg Morphis
We have an app running on a Apache Tomcat server. I was asked to added some updates to it, everything went well in developing it. I created a .war locally using jar -cfv *.* myapp.war I placed the file locally in my tomcat directory and started up tomcat, it worked fine. It expanded the files and

[flexcoders] Help needed - assigning a custom CartesianTransform to a ColumnChart at runtime

2009-04-30 Thread EddieBerman
Anyone with CartesianTransform knowledge? I'm having a good bit of difficulty getting a dynamically assigned custom CartesianTransform to work. I'm not finding a whole lot of sample code to learn from and am currently slogging through the framework code trying to determine what's up. Hopefully

[flexcoders] Help in menubar issue

2009-04-20 Thread heman babu
Hello friends, I am developing web based flex application , which contains a menubar and few textinput controls.In the menu bar i have edit menu which includes cut,copy,paste,find,replace.The keyboard shortcut and context menu item for cut,copy,paste of the textinput are working fine.But i need

Re: [flexcoders] Help to finish flex project

2009-04-12 Thread thomas parquier
I think the app on alex harui's blog may help : http://blogs.adobe.com/aharui/Flex360/zoomer.swf (source : http://blogs.adobe.com/aharui/Flex360/zoomer.zip) thomas 2009/4/12 Silva Developer silva.develo...@gmail.com I need a help to finish a project in flex. The difficulty that I am

[flexcoders] Help to finish flex project

2009-04-11 Thread Silva Developer
I need a help to finish a project in flex. The difficulty that I am taking are: 1) I have 2 images, one in jpeg thumbnail and other main vector for viewing receiving zoom. Must reflect the movement of the mouse model of the main image, but it must obey the same area being traveled the

[flexcoders] help me - sent request to automatically search

2009-04-07 Thread btc132
Hello all I want sent a request to an other web and send a request to click Search button of the web. i done private function send_request( ):void{ var request:URLRequest = new URLRequest(http://thesaurus. reference. com/); var variables:URLVariab les = new URLVariables( ); variables.sometext =

RE: [flexcoders] help me - sent request to automatically search

2009-04-07 Thread Tracy Spratt
Does that site expose an API? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of btc132 Sent: Tuesday, April 07, 2009 11:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] help me

[flexcoders] help with httpService Error

2009-03-05 Thread Ramsey, Robert L
Hi, I am using FlexBuilder 3.0.2 and am getting a new error on new projects when using the httpService feature. Here is my httpService control, as copied from an older project which still works: mx:HTTPService id=getmeta method=POST result=gotmeta()

RE: [flexcoders] help with httpService Error

2009-03-05 Thread Ryan Graham
=* headers=*/ /cross-domain-policy HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Ramsey, Robert L Sent: Thursday, March 05, 2009 11:13 AM To: 'flexcoders@yahoogroups.com' Subject: [flexcoders] help with httpService Error Hi, I am using

[flexcoders] Help on DataGrid dataProvider

2009-03-04 Thread jcjr031064
Hello guys, A newbie here. I have this code: ?xml version=1.0 encoding=UTF-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=bookData.send() mx:Script ![CDATA[ import mx.rpc.events.ResultEvent; import

RE: [flexcoders] Help on DataGrid dataProvider

2009-03-04 Thread Alex Harui
Of jcjr031064 Sent: Tuesday, March 03, 2009 11:43 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Help on DataGrid dataProvider Hello guys, A newbie here. I have this code: ?xml version=1.0 encoding=UTF-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute

[flexcoders] Help with a smarter custom LabelRenderer

2009-03-02 Thread sbeausol
Hello- I've been able to successfully implement Ely's Custom LabelRenderer for my own purposes (Custom LabelRenderer http://www.quietlyscheming.com/blog/charts/chart-sampler/ ) however I was hoping to make it smarter. In my app, I have a Line Chart with my primary piece of data being modified

Re: [flexcoders] Help the Flex Team by taking our survey!

2009-02-28 Thread Guy Morton
Your survey is a bit frustrating. surely I can't be the only one to have used SVG before using Flex? Also, you list Ruby as a back end tech but not perl - I bet there's more perl serving data to Flex than there is Ruby... On 28/02/2009, at 6:01 AM, flex_coders wrote: Help the Flex team

Re: [flexcoders] Help the Flex Team by taking our survey!

2009-02-28 Thread Matt Chotin
That's what the Other section is for, help us figure out what we're missing :-) So far according to the results I've looked at we're not missing a huge swath though... On 2/28/09 2:00 PM, Guy Morton g...@alchemy.com.au wrote: Your survey is a bit frustrating. surely I can't be the only

[flexcoders] Help the Flex Team by taking our survey!

2009-02-27 Thread flex_coders
Help the Flex team better understand who you are and what you're working on. This information is incredibly valuable to us. Please take 20 minutes and fill out our survey: http://www.surveymonkey.com/s.aspx?sm=vCfoIoZ0_2bLG6CTgVcntsVA_3d_3d

Re: [flexcoders] Help the Flex Team by taking our survey!

2009-02-27 Thread Matt Chotin
And tell your friends to take the survey too! On 2/27/09 11:01 AM, Vera Carr ve...@adobe.com wrote: Help the Flex team better understand who you are and what you're working on. This information is incredibly valuable to us. Please take 20 minutes and fill out our survey:

Re: [flexcoders] Help the Flex Team by taking our survey!

2009-02-27 Thread Maciek Sakrejda
://www.truviso.com -Original Message- From: flex_coders ve...@adobe.com Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Help the Flex Team by taking our survey! Date: Fri, 27 Feb 2009 19:01:29 - Help the Flex team better understand who you

[flexcoders] help with Image source

2009-02-26 Thread oneworld95
I have an itemRendrer in a DataGrid that contains an Image tag. When the user uploads the image file from another column's itemRenderer, I need to have the Image's source set to the new filename. How is this done in Flex using good OOP practices?

  1   2   3   4   5   6   7   >