[flexcoders] So You Want To Hire a SWF Developer?

2008-01-10 Thread Joseph Balderson
FYI, there's a free article on Community MX http://www.communitymx.com/abstract.cfm?cid=284FA I penned to help recruiters, HR personnel, managers and developers wrestling with the question what do we call the person who builds SWF files for a living, and what exactly do they do? By no means

[flexcoders] Re: displaying XML in datagrid

2008-01-10 Thread YOGESH JADHAV
Hi all, Got it working by using the result format of http service to e4x and modifying the datagrid like this *mx:DataGrid id=dgUserRequest x=22 y=128 dataProvider={ userRequest.lastResult.user} mx:columns mx:DataGridColumn headerText=User ID dataField=userid /

[flexcoders] How to get resizecursor when resizing a custom chrome window in AIR?

2008-01-10 Thread ola.muldal
I've tried a few diffrent solutions, but I am abit confused about what is going on when resizing. I have a flex panel which acts as the chrome. This is set to 100% width and height in the WindowedApplication. When using the native resizing, scaling of the panel works realtime during dragging.

[flexcoders] Re: i18n - Adavnced Internationalization in Flex Builder 3 - words order in a ph

2008-01-10 Thread mydarkspoon
Thanks a lot, you saved me a whole lot of time ! --- In flexcoders@yahoogroups.com, Alger Werft [EMAIL PROTECTED] wrote: The methode getString in ResourceManager has a third optional Parameter. If a parameters Array is passed to this method, the parameters in it are converted to Strings

Re: [flexcoders] difference b/w Cairngorm 2.2.1 and Cairngorm Enterprise 2.2.1

2008-01-10 Thread João Fernandes
Cairngorm enterprise adds support for LCDS messaging data management. -- João Fernandes http://www.onflexwithcf.org http://www.riapt.org

[flexcoders] RE: Where is my AIR App?

2008-01-10 Thread Dale Fraser
Ignore me, I didn't create a certificate. Regards Dale Fraser From: Dale Fraser [mailto:[EMAIL PROTECTED] Sent: Thursday, 10 January 2008 6:05 PM To: flexcoders@yahoogroups.com Subject: Where is my AIR App? I have developed an Flex 3 AIR application. Works fine when I run it,

[flexcoders] Re: Datagrid intermittent update

2008-01-10 Thread candysmate
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: How are renderers defined? Hi Alex, my renderers are mxml like so: mx:DataGridColumn headerText=Qty dataField=quantity width=40

[flexcoders] Menu Seprator color

2008-01-10 Thread yourName
can one tell how to control the size and color of menu seprator follwing is code snipet private function createAndShow():void { var myMenu:Menu = Menu.createMenu(null, myMenuData, false); myMenu.setStyle( color , #7d9bc6 ); myMenu.setStyle( fontSize , 11 ); myMenu.setStyle( fontWeight ,

Re: [flexcoders] The 'right' way to do custom styles

2008-01-10 Thread Tom Chiverton
On Wednesday 09 Jan 2008, Gordon Smith wrote: a change boolean flag These are generally not necessary to implement styles. Where do you see them in the framework components? There was a long post (before Xmas) about the examples of custom styles on components on LiveDocs not actually

Re: [flexcoders] Flex 3 AdvancedDataGrid sources

2008-01-10 Thread Tom Chiverton
On Wednesday 09 Jan 2008, Doug McCune wrote: A valid flex builder 3 license will unlock the ADG sources. A valid flex builder 3 *pro* license... -- Tom Chiverton Helping to economically target cross-media methodologies on: http://thefalken.livejournal.com

Re: [flexcoders] Custom Currency itemRenderer - what am I doing wrong?

2008-01-10 Thread Tom Chiverton
On Monday 07 Jan 2008, carl_steinhilber wrote: The two problems I'm having are: Not posting a small self contained bit of code ? Not giving all the relevant details ? Not having read How To Ask Questions The Smart Way ? -- Tom Chiverton Helping to enthusiastically integrate bleeding-edge

[flexcoders] Re: Exit

2008-01-10 Thread Alger Werft
Hi Savan, yes, just include the JS Function in the head/ of your index.template.html Alger --- In flexcoders@yahoogroups.com, flex.fusion [EMAIL PROTECTED] wrote: Hi Alger, Can you please tell us where shall we have these _global_ JavaScript functions written? Shall there be

[flexcoders] Re: Security issue in crossscripting

2008-01-10 Thread Muhammad Ahmed Ullah
Thanks Alex for the info. Can we expect this support will come with flash-10 or when? --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Flex does not currently support cross-domain sub-apps From: flexcoders@yahoogroups.com

[flexcoders] DataGrid corruption issue

2008-01-10 Thread jitendra jain
Hi friends, I have a issue with datagrid. I have mutiple of itemRenderers for this datagrid. Often this datagrid corrupts(while scrolling horizontally) . Why this is happening? Thanks, With regards, JJain - Looking for last minute shopping

[flexcoders] Re: IE cache

2008-01-10 Thread mitek17
--- In flexcoders@yahoogroups.com, coder3 [EMAIL PROTECTED] wrote: i tried max-age header, also no-store, no-cache, must-revalidate, post-check=0, pre-check=0 not working well on my IE. and it won't. http://www.judahfrangipane.com/blog/?p=87 as I wrote before only these headers are

[flexcoders] Stopping a DateValidator from showing the red border on the textbox

2008-01-10 Thread João
Hey, I have a DateValidator defined on AS3: var dateValidator:DateValidator=new DateValidator(); dateValidator.source=dataDeNascimentoTxt; I am using this DateValidator to verify if the birth date was filled correctly. The problem is that if the date is wrong, a red border and a message will

[flexcoders] FLV dimensions from Flex or CF

2008-01-10 Thread Anzer
Hi, I have a Flex app that will allow users to upload FLV videos. I want to find out the width and height of the uploaded file and do some logic accordingly. I have done a lot of research to find out the FLV dimensions from ColdFusion but I couldn't find a solution. Please let me know if there

Re: [flexcoders] Stopping a DateValidator from showing the red border on the textbox

2008-01-10 Thread Frederico Garcia
João escreveu: Hey, I have a DateValidator defined on AS3: var dateValidator:DateValidator=new DateValidator(); dateValidator.source=dataDeNascimentoTxt; I am using this DateValidator to verify if the birth date was filled correctly. The problem is that if the date is wrong, a red border

Re: [flexcoders] Stopping a DateValidator from showing the red border on the textbox

2008-01-10 Thread Frederico Garcia
Frederico Garcia escreveu: João escreveu: Hey, I have a DateValidator defined on AS3: var dateValidator:DateValidator=new DateValidator(); dateValidator.source=dataDeNascimentoTxt; I am using this DateValidator to verify if the birth date was filled correctly. The problem is that if

Re: [flexcoders] Adding numeric stepper values

2008-01-10 Thread JRBower
That worked well. Instead of displaying the total (stepperSumFun) in a Label how would I display that same total in a sixth NumericStepper? Thanks, James Aaron Miller-4 wrote: Sorry, I typed it kind of quickly: # private function stepperSumFun( val1:int, val2:int, val3:int, val4:int,

[flexcoders] Re: Flex 3 AdvancedDataGrid sources

2008-01-10 Thread xhanin
OK, thanks for this clear answer. Xavier --- In flexcoders@yahoogroups.com, Doug McCune [EMAIL PROTECTED] wrote: A valid flex builder 3 license will unlock the ADG sources. But the classes in the Data Visualization package (ADG, charting, OLAP, etc) are not going to be open-sourced like the

[flexcoders] Re: HTTPService, POST, and QueryString

2008-01-10 Thread Nathan Arizona
You can use this I think. var dataset:URLVariables = new URLVariables(); var request:URLRequest = newURLRequest(somepage); request.data = dataset; request.method = URLRequestMethod.POST --- In flexcoders@yahoogroups.com, markgoldin_2000 [EMAIL PROTECTED] wrote: My server side of application

Re: [flexcoders] i18n - Adavnced Internationalization in Flex Builder 3 - words order in a phrase

2008-01-10 Thread jeff
On Wed, Jan 09, 2008 at 03:13:46PM -, mydarkspoon wrote: For example, I have a label that displays Search all images on Flickr. The label text is disassembled into Search {scope} {mediaType} on {Flickr}. for instance, this phrase can be Search your videos on Youtube The ResourceManager

[flexcoders] POSTing to ASP

2008-01-10 Thread markgoldin_2000
service = new HTTPService(); service.method = POST; service.url = SomeASPpage; service.resultFormat=e4x; service.send(xmlData); What exactly is available on the server? Does Flex do HTTP Submit? Does it create Form collection? Where in the docs I can take a look for this? Can I do this on the

[flexcoders] Re: HTTPService, POST, and QueryString

2008-01-10 Thread markgoldin_2000
Where is my Form data going to be? In URLVariables too? --- In flexcoders@yahoogroups.com, Nathan Arizona [EMAIL PROTECTED] wrote: You can use this I think. var dataset:URLVariables = new URLVariables(); var request:URLRequest = newURLRequest(somepage); request.data = dataset;

[flexcoders] Controlling LinearAxis

2008-01-10 Thread atlantageek
Hi, I'm building a few charts with LinearAxis and DateTimeAxis as my horizontal Axis on a chart. I would like to force the maximum and minimum values to be painted on the axis. Anyone have a suggestion on how to do this?

[flexcoders] Flex 1.5 - RemoteObject request timeout

2008-01-10 Thread Robert Brueckmann
We still support a Flex 1.5 app I wrote 3 years ago that our clients use to run reports with. I'm in the midst of upgrading the entire app to Flex 2+, but of course the db people keep adding reports and one recently added report is for the admin-side only and is a crude report that can sometimes

RE: [flexcoders] Re: HTTPService, POST, and QueryString

2008-01-10 Thread Jim Hayes
I'm pretty sure that if you use POST in flex then you are going to have to change your server to read the POSTed information rather than the querystring. That said, you don't mention what you're using on your server. In any case, it's likely to be a fairly trivial change to implement assuming that

[flexcoders] ASDoc Problem

2008-01-10 Thread cksachdev
Hi to all, I was trying to generate documentation using asdoc. The problem I am facing is, I am using some libraries like gettext for which I don't have swc file (I have the code itself). I want to exclude the generation of those source files. Here is command I used to generate documentation.

Re: [flexcoders] what about xml?

2008-01-10 Thread Derrick Anderson
i'm not exactly sure the level of complexity you need, but both flex and coldfusion have the ability to natively work with XML, coldfusion is server side, so it's very easy for CF to access the file system on the server and save an XML file. it's not 'automatic' by any means, i'm sure there is

[flexcoders] Re: content appearing in an Accordian container -WORK AROUND SOLUTION

2008-01-10 Thread myasandy2
I resolved this by making the container not visible. On creation complete, I jump to a function that: sets the openDurartion to 001 and starts a timer. On each .1 sec, I select a new index until they are all selected. Then I select the first index again. When the timer is complete, I set the

Re: [flexcoders] ASDoc Problem

2008-01-10 Thread Tom Chiverton
On Thursday 10 Jan 2008, cksachdev wrote: have swc file (I have the code itself). I want to exclude the generation of those source files. # /opt/flex/bin/asdoc -help list|grep exclude -exclude-classes [class] [...] -exclude-dependencies -- Tom Chiverton Helping to dramatically

Re: [flexcoders] FileReferenceList for Downloads?

2008-01-10 Thread Rick Schmitty
So this kinda functionality is only in Apollo/AIR? On Jan 9, 2008 11:11 AM, Dimitrios Gianninas [EMAIL PROTECTED] wrote: dont think this is possible, you would have to FileReference for every file you want to download. Annoying yes, but the upload/download with the Flash is not the

Re: [flexcoders] what about xml?

2008-01-10 Thread Paul Andrews
Gustavo, Flex can manipulate XML very well. What it cannot do is write xml files on the server. You can send xml data to the server using flex and then use whatever server technology you wish to write that data as an xml file. XML is not the same thing as SQL. XML is essentially a tree based

[flexcoders] Colouring the zero line on a chart axis

2008-01-10 Thread leonpidgeon
Hi i have a chart with where the y-axis is -200 to 200 and want to know if there is a way to change the look of the zero axis which runs across the middle of the chart. basically i want to make it red. does anyone have any ideas how this can be done. i have looked through rendering options

[flexcoders] Re: Flex Calendar

2008-01-10 Thread vivek
Hey Aaron, Yes i did. But no help there... --- In flexcoders@yahoogroups.com, Aaron Miller [EMAIL PROTECTED] wrote: Have you messed around with the official framework at all? I played with it while it awhile back in it's early stages of development. Maybe you can get some use out of it.

[flexcoders] Error 1061:

2008-01-10 Thread John
Hi there, Although I have tried everything, I keep getting this error. Can anyone shed any light on the reasons why? 1061: Call to a possibly undefined method selectedChild through a reference with static type Class. TIA John

[flexcoders] Enumerable classes

2008-01-10 Thread tsiesser
Is it possible to write a collection class in AS3 that is directly enumerable by a for-each statement? For example: var myCollection:MyCollection = new MyCollection(); myCollection.addItem(red); myCollection.addItem(green); myCollection.addItem(blue); for each (var item:Object in myCollection) {

RE: [flexcoders] Error 1061:

2008-01-10 Thread Alex Harui
You might be calling on the Class and not an instance of the class. When you get an error like this, please post the entire stack trace. Use a debug build and also post snippets of your code in the area described in the stacktrace From:

RE: [flexcoders] DataGrid corruption issue

2008-01-10 Thread Alex Harui
If your renderers don't handle recycling properly they may not display properly. Post some of your renderer code if you still have issues. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jitendra jain Sent: Thursday, January 10, 2008

RE: [flexcoders] Re: Security issue in crossscripting

2008-01-10 Thread Alex Harui
It isn't a FlashPlayer issue as much as a Flex Framework issue. It is not in 3.0, but may show up in 3.x or 4.0, but no guarantees From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Muhammad Ahmed Ullah Sent: Thursday, January 10, 2008

RE: [flexcoders] Re: Datagrid intermittent update

2008-01-10 Thread Alex Harui
You might want to listen for collection events to make sure they are really being dispatched. Note that when editing different columns in the same row, collection events are not dispatched until you leave the row From: flexcoders@yahoogroups.com

RE: [flexcoders] Re: getting information about the last focussed object...

2008-01-10 Thread Alex Harui
Subclass panel and add the event metadata, or just use Actionscript to register a listener. The Panels themselves don't dispatch the event, you are trying to catch it on the bubble from the children. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

[flexcoders] Populating comboBox

2008-01-10 Thread candysmate
I'm tring to populate a comboBox with var dsWeek:Array = []; [Bindable] var dsWeekArray = new ArrayCollection(dsWeek); var systemUtilitiesWeek:int = 35; private function initDissection():void { dsWeekArray.addItem({week:Select}); for(var ds1:int = 1; ds1 =

[flexcoders] Binding to a property change in a collection

2008-01-10 Thread Kevin
I am wondering how to approach the follow problem. I have an object which holds a collection of objects. When one of the properties of the first item in the collection changes, I want the getter to fire for bind purposes. My Object contains -MyCollection which contains --SomeProperty I tried

[flexcoders] Re: Setter question

2008-01-10 Thread markgoldin_2000
Yes, I am basically doing the same. But I can't agree that DP must be set first. Maybe from Flex's point of view it does, but not from the user's. If you set DP first and then load your form's data then for a short period of time(and maybe not really short) you will see wrong values (actually

Re: [flexcoders] Binding to a property change in a collection

2008-01-10 Thread Johannes Nel
you will need to add listeners to each item in the collection On Jan 10, 2008 12:10 PM, Kevin [EMAIL PROTECTED] wrote: I am wondering how to approach the follow problem. I have an object which holds a collection of objects. When one of the properties of the first item in the collection

[flexcoders] Combobox binding

2008-01-10 Thread markgoldin_2000
I am using Model to bind form's data to a combobox and trying to use same model to send modified data back. Here are some snippets: Form: mx:FormItem label=Divisions customComponents:comboItemRenderer labelField=name selectedIndex={modelGeneral.division}

[flexcoders] Using HTTPService with a TileList

2008-01-10 Thread markcavins
I have also tried to change the way that I get the data to Code: mx:HTTPService id=tempXML url=https://mysite.net/interface.php?action=showopenamp;operation=showassetsa\ mp;format=xmlamp;opstatus=defectamp;rand=12345645647 /mx:HTTPService mx:TileList dataProvider={tempXML.asset.fleet} width=344

Re: [flexcoders] Enumerable classes

2008-01-10 Thread Jamie S
Tracey I have written a class that does just that. It's very similar to the Enumerable module in Prototype or Ruby. It's part of my open source framework JumpShip http://www.osflash.org/jumpship or grab it here:

Re: [flexcoders] Enumerable classes

2008-01-10 Thread Johannes Nel
nice class. On Jan 10, 2008 12:45 PM, Jamie S [EMAIL PROTECTED] wrote: Tracey I have written a class that does just that. It's very similar to the Enumerable module in Prototype or Ruby. It's part of my open source framework JumpShip http://www.osflash.org/jumpship or grab it here:

[flexcoders] Using the Flex Component Kit in an ActionScript project

2008-01-10 Thread Elie Zananiri
Hello all, I am trying to use the Flex Component Kit to export some graphics drawn in Flash CS3 to an ActionScript project in Flex and I can't get it to work. Here's what I'm doing: In Flash: 1. Creating an MC symbol in Flash. 2. Giving it name=SomeName, class=SomeName, and base

Re: [flexcoders] Using HTTPService with a TileList

2008-01-10 Thread Abdul Qabiz
click=HTTPService.send()/ It should be:- click=tempXML.send () -abdul On Jan 10, 2008 11:24 PM, markcavins [EMAIL PROTECTED] wrote: I have also tried to change the way that I get the data to Code: mx:HTTPService id=tempXML url=

Re: [flexcoders] Binding to a property change in a collection

2008-01-10 Thread George
You'd better to check changes manually. COLLECTION_CHANGE is only to refresh screen renderering such as to display DataGrid with real values of collection, not means change of collection itself. George Kevin wrote: I am wondering how to approach the follow problem. I have an object which

[flexcoders] Massive Error for login script

2008-01-10 Thread markcavins
Hello, I am having a major problem with my login script. When a user enters information correctly there is not problem. if a user enters in the wrong customer name I get the expected popup that says enter your customer #. However if the username or customer name is wrong the browser pops up a

Re: [flexcoders] can we control flashCS3 movies from flex

2008-01-10 Thread Abdul Qabiz
Is your SWF using ActionScript3? If yes, then you can pretty much control it from Flex 2 application. If it uses ActionScript 2, then you might consider using LocalConnection or ExternInterface. AVM- (SWF which use ActionScript 2 or below) and AVM+ (SWF which uses ActionScript 3 or above)

Re: [flexcoders] Populating comboBox

2008-01-10 Thread Abdul Qabiz
ComboBox or most of the list-base components expect label and data properties in dataProvider. If your dataProvider has different properties, you can use the labelField or labelFunction fields to show the label (which in this case is showing [Object Object]). Check out the ComboBox (or Listbase)

Re: [flexcoders] Massive Error for login script

2008-01-10 Thread Abdul Qabiz
Probably, your login script on server-side is throwing some error when it sees the wrong data... What happens, if you copy paste URL in browser (not in flex app):-

Re: [flexcoders] Re: HTTPService, POST, and QueryString

2008-01-10 Thread Abdul Qabiz
If it's PHP on server, you can use $_REQUEST for POST or GET data. Not sure, if URLLoader would let you load a URL with a query-string at the same time posting the data to it? -abdul On Jan 10, 2008 8:55 PM, Jim Hayes [EMAIL PROTECTED] wrote: I'm pretty sure that if you use POST in flex

Re: [flexcoders] FileReferenceList for Downloads?

2008-01-10 Thread Abdul Qabiz
I think, it's not hard to build that using Flex? I would probably do this:- 1) Load a list of files in server-directory, in flex UI (pretty trivial stuff). 2) Let user select bunch of items (shown in TileList or List or whatever control) 3) Use FileReferenceList to initiate download We should

[flexcoders] Re: Populating comboBox

2008-01-10 Thread candysmate
--- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote: ComboBox or most of the list-base components expect label and data properties in dataProvider. If your dataProvider has different properties, you can use the labelField or labelFunction fields to show the label (which in

Re: [flexcoders] FLV dimensions from Flex or CF

2008-01-10 Thread Abdul Qabiz
FLV metadata contains it's dimensions, provided if right tool was used to encode the video to FLV. In any case, you can use open-source tool called flvtool2 (it's written in ruby and open-source) and hook it with your Upload process, so you can run this tool on uploaded flv file. This way, you can

[flexcoders] Manual refresh nested collection in LCDS managed object

2008-01-10 Thread Kevin
I am wondering if there is a way to manually refresh a nested collection from the server. If I have an object with nested collections, I know how to refresh the collection holding the parent object, but is there a way to refresh just the object OR just a collection inside the object. All my

RE: [flexcoders] The 'right' way to do custom styles

2008-01-10 Thread Gordon Smith
There was a long post (before Xmas) about the examples of custom styles on components on LiveDocs not actually working If the doc examples don't work, I suggest that you file a bug to get them fixed and instead look at the actual framework source code. You can see exactly how our components

Re: [flexcoders] crossdomain not working with HTTP Request Error

2008-01-10 Thread Abdul Qabiz
Not sure, Flash Player 9,0,115,0, has some new rules for crossdomain data and socket... Check out the security article: http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security_print.html I doubt, does it have to do with port number. Remember, www.yourserver.com:80 and

[flexcoders] Re: Populating comboBox

2008-01-10 Thread simonjpalmer
one very small point, you can get rid of the line which adds a dummy Select item by setting the prompt on the combo --- In flexcoders@yahoogroups.com, candysmate [EMAIL PROTECTED] wrote: I'm tring to populate a comboBox with var dsWeek:Array = []; [Bindable] var dsWeekArray = new

RE: [flexcoders] Flex 1.5 - RemoteObject request timeout

2008-01-10 Thread Robert Brueckmann
Well, just for anyone interested, I did a little more digging and there is an Apache-Weblogic connector that is used and there are settings for this connector: http://edocs.bea.com/wls/docs81/plugins/plugin_params.html The one of interest for those with similar setups is 'WLIOTimeoutSecs'.

RE: [flexcoders] Re: Setter question

2008-01-10 Thread Alex Harui
As long as you're happy... I don't understand how you can expect to choose an item from a dataprovider if the dataprovider isn't already set. If you're seeing the dp change before the selected item is set, that implies that you are not setting the selectedItem in the same script as when the

RE: [flexcoders] Re: Using HTTPService with a TileList

2008-01-10 Thread Alex Harui
{tempXML.lastResult.asset.fleet} From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markcavins Sent: Thursday, January 10, 2008 11:03 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Using HTTPService with a TileList Thank

RE: [flexcoders] Using the Flex Component Kit in an ActionScript project

2008-01-10 Thread Alex Harui
Use link-report to make sure it got in the swf. Use the debugger to see if it got instantiated and given the right size, position and visibility From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Elie Zananiri Sent: Thursday, January

[flexcoders] Re: Massive Error for login script

2008-01-10 Thread markcavins
Thank you Abdul for your reply to this problem. If I copy and paste the url I still get the popup but as soon as I enter the user and password it will let me through. But If I go through the flex app then it will never validate and I will have to click cancel which throws a 403 error. My goal

[flexcoders] Re: Using HTTPService with a TileList

2008-01-10 Thread markcavins
Thanks for the help. However, doing that now I see no data at all in the list. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: {tempXML.lastResult.asset.fleet} From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] Massive Error for login script

2008-01-10 Thread Alex Harui
When you put up the popup, execution does not stop like it does in other environments so the next lines of code might run and end up calling the webservice. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markcavins Sent: Thursday,

RE: [flexcoders] Manual refresh nested collection in LCDS managed object

2008-01-10 Thread Jeff Vroom
You can use the method DataServiceTransaction.updateItem(..) to update association properties as well. You need to create an instance of the parent object, fully populate the association property with the new values, then specify the property name (or names) you changed in the changes parameter.

[flexcoders] Re: Setter question

2008-01-10 Thread markgoldin_2000
I wasn't exactly correct. I am overriding dataProvider. A soon as DP is set I am fixing combo's value. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: As long as you're happy... I don't understand how you can expect to choose an item from a dataprovider if the

[flexcoders] Re: Using HTTPService with a TileList

2008-01-10 Thread markcavins
Thank your Abdul for taking a look at my problem. this fixed one of the two errors but it is still hating my TileList mx:TileList dataProvider={tempXML.asset.fleet} width=344 backgroundColor=#00 color=#ff fontSize=27 borderColor=#00 columnWidth=300

RE: [flexcoders] Menu Seprator color

2008-01-10 Thread Deepa Subramaniam
You can specify a skin that the Menu uses as the separator. Check out the separatorSkin style. There are examples of how to create graphical skins (using Flash, Fireworks, etc) or programmatic skins (creating an ActionScript file that draws the skin via the Flash drawing API) in the Flex

[flexcoders] Binding a function to a Button's label

2008-01-10 Thread Mogos Sebastian
Hi, Can you please help me on how to generate the following behavior from mxml to an AS class: mx:Button label={I18nManager.getInstance().getValue('button.new')}/ to var theNewButton:Button = new Button(); theNewButton.label = I18nManager.getInstance().getValue(button.new); //add here the

[flexcoders] Re: Yahoo Maps

2008-01-10 Thread Uber_Nick
Hi Chip, I was also having trouble finding the right SWF and API source. I did get my app up and running after downloading a bunch of packages and examples from random places. I zipped them in a big ball and posted it here:

[flexcoders] Re: Manual refresh nested collection in LCDS managed object

2008-01-10 Thread Kevin
Sounds like this needs to be done in Java correct? Is there a way to do a refresh from actionscript? Also you have mentioned some new features (destination inheritance!) for the next version. Is there a target date for that yet OR info anywhere as to what the planned feature are? Thanks! -

[flexcoders] Re: Using the Flex Component Kit in an ActionScript project

2008-01-10 Thread ola.muldal
Instead of manually checking SWC in setting, select your desired MovieClip in the library, and use the menu Commands - Convert Symbol to Flex Component (or Container). The first time you do this, Flash will set the proper settings.

[flexcoders] Here is a puzzling error.

2008-01-10 Thread Andrew Strader
An application that I have been working on for a while occasionally throws the following error. TypeError: Error #1009: Cannot access a property or method of a null object reference. at ::ModuleInfo/completeHandler() This does not seem to be impede functionality. If I am using the

[flexcoders] Re: Repeater problem

2008-01-10 Thread Merrill, Jason
Thanks - I suspected it was something like that too. However, you're using all Actionscript examples, I'm declaring my databinding in the MXML: mx:Repeater id=rSkills dataProvider={_user.skills} The data _user.skills array is created on ApplicationComplete - I'm not sure how to setup the data

[flexcoders] XML List problems

2008-01-10 Thread markcavins
I have had some help from some others on this issue but the battle continues and I am perplexed as to why this might be happening. I am grabbing a HTTPService from my site mx:HTTPService id=tempXML

Re: [flexcoders] XML List problems

2008-01-10 Thread Sheriff
never mind - Original Message From: markcavins [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 10, 2008 3:40:58 PM Subject: [flexcoders] XML List problems I have had some help from some others on this issue but the battle continues and I am perplexed as to why

Re: [flexcoders] XML List problems

2008-01-10 Thread Sheriff
it shouldnt be tempXML.lastResult, instead tempXML.result - Original Message From: markcavins [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 10, 2008 3:40:58 PM Subject: [flexcoders] XML List problems I have had some help from some others on this issue but the

[flexcoders] Re: XML List problems

2008-01-10 Thread markcavins
In that case I get the following error 1119: Access of possibly undefined property result through a reference with static type mx.rpc.http.mxml:HTTPService. --- In flexcoders@yahoogroups.com, Sheriff [EMAIL PROTECTED] wrote: it shouldnt be tempXML.lastResult, instead tempXML.result

[flexcoders] Dynamic URLs

2008-01-10 Thread markcavins
Is there a way to take the results from form data services mx:HTTPService id=login_user result=checkLogin(event) showBusyCursor=true method=POST url=https://cfg0013.zonarsystems.net/interface.php; useProxy=false mx:request xmlns= customer

Re: [flexcoders] Using the Flex Component Kit in an ActionScript project

2008-01-10 Thread Elie Zananiri
Hi again, So I checked the link-report XML and the SWC seems to get loaded. Also, the debugger shows that the Object gets instantiated, but its x, y, width, and height are 0. I've uploaded my work files (http://www.silentlycrashing.net/flex2flash.zip ), if anyone has a minute, could you

RE: [flexcoders] Dynamic URLs

2008-01-10 Thread Justin Raymond
Hey Mark, You can use the following: var request:URLRequest = new URLRequest(test.htm); request.method = URLRequestMethod.GET; var urlVars : URLVariables = new URLVariables(); urlVars.username = theUsername; request.data = urlVars; navigateToURL(request,_blank);

Re: [flexcoders] Re: XML List problems

2008-01-10 Thread Alger Werft
To clarify: http://livedocs.adobe.com/labs/flex3/langref/mx/rpc/http/mxml/HTTPService.html There's a lastResult property but no result! There's a result event which is fired when the HTTP response is loaded. This event has a result property.

RE: [flexcoders] Using the Flex Component Kit in an ActionScript project

2008-01-10 Thread Alex Harui
In Flex apps, the protocol is that parents size their children. You'll probably have to set the size and position of the component. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Elie Zananiri Sent: Thursday, January 10, 2008 1:55 PM

[flexcoders] Re: Dynamic URLs

2008-01-10 Thread markcavins
Thank you Justin that worked great. --- In flexcoders@yahoogroups.com, Justin Raymond [EMAIL PROTECTED] wrote: Hey Mark, You can use the following: var request:URLRequest = new URLRequest(test.htm); request.method = URLRequestMethod.GET; var urlVars : URLVariables = new

[flexcoders] Re: XML List problems

2008-01-10 Thread markcavins
This is the XML output for each asset asset id=aa44 name333CCC/name tagabc232/tag vin/vin fleet0052/fleet type id=0Standard/type subtype id=4STANDARD/subtype exsid/ mileage1946/mileage locationHome/location mileoffset0/mileoffset radioaddress/ mfgGMC/mfg inservice/inservice inspdate

[flexcoders] LinkButton textSelectedUpColor ???

2008-01-10 Thread Kevin
I have a link button set to toggle and I would like to set the text color to be different when it has been selected. I can set textSelectedColor, but that only shows when the mouse is down. It seems like I need a textSelectedUpColor and textSelectedOverColor in the same way there is a

[flexcoders] .swf file

2008-01-10 Thread vivek
I have a.swf file of my application. Is it possible for me to convert it into .mxml and access the source code like in case of sothink software and all Thanks, Vivek

RE: [flexcoders] Re: Manual refresh nested collection in LCDS managed object

2008-01-10 Thread Jeff Vroom
Yes, that is in Java. If you are in ActionScript, usually you have the collection property on the client already and so just make a change to it using the collection apis. When you commit, it should apply those changes on the server. I started to answer your next question a few times and

[flexcoders] Re: Manual refresh nested collection in LCDS managed object

2008-01-10 Thread Kevin
Yes, that is in Java. If you are in ActionScript, usually you have the collection property on the client already and so just make a change to it using the collection apis. I am curious to how this works internally. If I make a change to a collection (or an item in the collection) on the

RE: [flexcoders] Re: Manual refresh nested collection in LCDS managed object

2008-01-10 Thread Jeff Vroom
If you make a change to the collection property on the client side, we queue an update message for the parent item of that collection. This update will send down the entire collection, then push it to other clients even if you only added or removed one item from the collection. If your collection

[flexcoders] Re: Manual refresh nested collection in LCDS managed object

2008-01-10 Thread Kevin
Thanks for the explanation. That was EXTREMELY helpful. You are killing me with this next release stuff. The new changes/features sound great and address many of the issues I have encountered. I'll keep my eyes and ears open for the release date announcement. Thanks! - Kevin --- In

  1   2   >