[flexcoders] Detecting Flash Player standalone menu events

2009-10-06 Thread Craig
Hi everyone, I'm hoping someone might be able to point me in the right direction with an integration issue I'm currently facing. The application I'm writing is going to be hosted on a client's platform that uses some kind of queuing mechanism to preload and schedule content that is to be

[flexcoders] dynamic data grid columns

2009-10-06 Thread p_repetti
Hello my application displays a list of entries in a DataGrid. Each entry has a set of associated metadata (name, value). All of the entries have the same metadata set, but the set is not known in advance, because it is configurable on the server side. I guess the only solution is to dynamically

Re: [flexcoders] Re: Adobe promises *full flash* on mobile devices (all except iPhone)

2009-10-06 Thread Tom Chiverton
On Monday 05 Oct 2009, dorkie dork from dorktown wrote: Yes to the global error handling! :) Flash Player 10.1 will address memory issues (currently halves current apps out of the box). It will also increase performance by 35%. I'm sure they're addressing the issues mobile app development

Re: [flexcoders] Seeking Job Position as flex/flash AS 3 Developer (php,.net,java,red5 ,mvc,orm and etc)

2009-10-06 Thread primo411
2009/10/6 Sajid Hussain enchanter_...@yahoo.com Salary ; Min US $ 15,00 Well, you are not expensive :)

Re: [Spam] RE: [flexcoders] mx:ControlBar horizontalAlign=right - doesn'twork?

2009-10-06 Thread Nick Middleweek
It just stays left aligned... that's odd... Could there be anything that is over riding it? Thanks, Nick 2009/10/5 Alex Harui aha...@adobe.com Works for me. What did you see? Alex Harui Flex SDK Developer Adobe Systems Inc. http://www.adobe.com/ Blog:

Re: [flexcoders] Seeking Job Position as flex/flash AS 3 Developer (php,.net,java,red5 ,mvc,orm and etc)

2009-10-06 Thread Sajid Hussain
Yes , I was not tht much cheap but now my local market is very down and you know the world money crisis , so trying to make some step to be atleast having some work Sajid From: primo411 primo...@gmail.com To: flexcoders@yahoogroups.com Sent: Tue, October

[flexcoders] Is it a Bug?

2009-10-06 Thread GeorgeB
Hi all, I stumbled on the following and don't know if this is a bug, and if there are is any fix. Environment is Eclipse Ganymede, Flex Pro Plugin 3 (3.2 SDK) The setup includes a MenuBar control with several submenus. Also there is a AdvancedDataGrid with several columns and some itemEditors

Re: [flexcoders] Re: AIR from a Flex ActionScript Project? SOLVED

2009-10-06 Thread John McCormack
Michael, I had problems getting the ActionScript project code into the AIR application. The original Document Class from OriginalProgram.AS would not run because it was no longer automatically on the display list and so its stage variable was null. I emptied the code from the constructor

[flexcoders] Re: variableRowHeight

2009-10-06 Thread djhatrick
Got it, so that's the issue then, how do I know if my itemRenderer is off the screen so I can reset it's measuredHeight, is there a way I can find this information out? Thanks, Patrick --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: The list always remeasures the renderers.

Re: [flexcoders] Re: variableRowHeight

2009-10-06 Thread G . Natili
here you can find an example http://www.mxml.it/index.php/2009/01/11/flex-item-renderers-an-expandable-list-with-transitions/ Quoting djhatrick djhatr...@yahoo.com: Got it, so that's the issue then, how do I know if my itemRenderer is off the screen so I can reset it's measuredHeight, is

[flexcoders] Re:Need good links for learning LCDS

2009-10-06 Thread Michael Slinn
This book has a lot of useful information for people who want to learn LCDS. Of course, I may be biased ;-) http://slinnbooks.com Mike

[flexcoders] Re: AIR from a Flex ActionScript Project? SOLVED

2009-10-06 Thread reflexactions
FYI The Adobe docs do describe how to create a pure AS (i.e. not using MXML) AIR application. --- In flexcoders@yahoogroups.com, John McCormack j...@... wrote: Michael, I had problems getting the ActionScript project code into the AIR application. The original Document Class from

[flexcoders] Adobe Flex Dashboard

2009-10-06 Thread Angelo Anolin
Hi Flexcoders! I started dabbling with the codes for the Adobe Flex Dashboard (http://examples.adobe.com/flex3/devnet/dashboard/main.html) and has been able to load properly all the necessary files and components to run the application. My question is that I think the last view settings are

Re: [flexcoders] TitleWindow Popup Question(s)

2009-10-06 Thread Angelo Anolin
Hi Dave, Your advise certainly helped. Thanks. What I did was the TitleWindow was used to display the data which is retrieved from the parent window. Although I find it odd that the TitleWindow when opened as a popup window does not seem to connect to the web service, whereas the parent

Re: [flexcoders] Adobe Flex Dashboard

2009-10-06 Thread Vivian Richard
You can do this using SharedObject - I guess they are also using SharedObject somewhere. Please see this example here: http://livedocs.adobe.com/flex/3/html/help.html?content=lsos_5.html On Tue, Oct 6, 2009 at 8:44 AM, Angelo Anolin angelo_ano...@yahoo.comwrote: Hi

Re: [flexcoders] Re: New to FlexBuilder Development Tool

2009-10-06 Thread Angelo Anolin
Hi Valdhor, Thanks for the input. This worked. I am now trying to take this on a different approach - that is to learn further. After I was able to make the application run (and all errors and warnings resolved), I deleted the project and started the application loading each of the component

[flexcoders] local socket connection

2009-10-06 Thread Asa Williams
I am writing an AIR application using Flex and want to use a socket to connect to a local application running. Do I still need to use a socket Policy file for this. If so, what is the easiest way to do this locally?

Re: [flexcoders] Adobe Flex Dashboard

2009-10-06 Thread Angelo Anolin
I tried to locate if SharedObject was used in the application but I am unable to find one. I know it is being set somewhere but I just can't pinpoint it at this stage. Would still appreciate your inputs. In the meantime, let me dig through this haystack for the needle. THanks, Angelo

Re: [flexcoders] Re: New to FlexBuilder Development Tool

2009-10-06 Thread Angelo Anolin
Hi Sean The charting component I got on a separate download (datavisualization.swc and datavisualization_rb.swc) which I included in the Flex project properties. Regards, Angelo From: seanmcmonahan s...@seanmonahan.org To: flexcoders@yahoogroups.com Sent:

Re: [flexcoders] Re: New to FlexBuilder Development Tool

2009-10-06 Thread Angelo Anolin
Thanks for the heads up, although I do some coding already with Flex, although when I compile my app into SWF, I only utilize the command line compiler, whereas the FlexBuilder IDE is quite new to me. Regards, Angelo From: GeorgeB grg_b...@yahoo.com To:

Re: [flexcoders] Adobe Flex Dashboard

2009-10-06 Thread Vivian Richard
in the file StateManager.as line 17 private static var sharedObject:SharedObject = SharedObject.getLocal(com.esria.sample.dashboard); On

Re: [flexcoders] Re: AIR from a Flex ActionScript Project? SOLVED

2009-10-06 Thread John McCormack
reflexactions wrote: FYI The Adobe docs do describe how to create a pure AS (i.e. not using MXML) AIR application. I haven't found that, although I have found lots of other references. Unfortunately the Adobe PDF help files overlap and they have no dates, so things are hard to find. Some

RE: [flexcoders] Is it a Bug?

2009-10-06 Thread Alex Harui
Flex tries hard to make sure some component has focus and will restore focus to the last thing in the app that had focus. If that is the ADG, the ADG will start a new edit session. You can try to detect that situation and cancel ITEM_EDIT_BEGINNING or ITEM_EDIT_BEGIN. Alex Harui Flex SDK

[flexcoders] Re: AIR from a Flex ActionScript Project? SOLVED

2009-10-06 Thread reflexactions
Developing Adobe AIR 1.5 Applications with Flex: See section Creating your first AIR application with the Flex SDK See the para Write the application code Note: SWF-based AIR applications can use a main class defined either with MXML or with Adobe® ActionScript® 3.0. This example uses an MXML

[flexcoders] Converting Flex Applications to Modules

2009-10-06 Thread ramu,chinna
Hi all, We are planning to convert our mx:applications to mx:modules for performance, integrity, usability reasons. In each of our applications we heavily use Application.application to refer Application variables. AppOne.mxml mx:Application mx:Script ![CDATA[ public

Re: [flexcoders] custom itemrender flicker

2009-10-06 Thread Baz
You might be better off suppressing the setItemAt if it is the same. That is exactly what I did and it works great. Now the only issue I need to solve is how the entire collection reloads if only one item is changed. Do you have any advice on where I should begin looking for that? I am very

RE: [flexcoders] custom itemrender flicker

2009-10-06 Thread Alex Harui
I'm not sure what you mean by entire collection reloads. What collectionChange events are being dispatched (what is the .kind property on the event). I don' t see anything drastic in the code for REPLACE, but REFRESH or RESET might be a problem. However those shouldn't be dispatched on

RE: [flexcoders] Converting Flex Applications to Modules

2009-10-06 Thread Alex Harui
Typically a modules-based app must have one mx:Application. If that app has the properties you want shared, you can access them from the modules as Application.application Otherwise, you might need a singleton class that the modules reference. Alex Harui Flex SDK Developer Adobe Systems

Re: [flexcoders] Re: AIR from a Flex ActionScript Project? SOLVED

2009-10-06 Thread John McCormack
Much appreciated! John reflexactions wrote: Developing Adobe AIR 1.5 Applications with Flex: See section Creating your first AIR application with the Flex SDK See the para Write the application code Note: SWF-based AIR applications can use a main class defined either with MXML or with

Re: [flexcoders] Adobe Flex Dashboard

2009-10-06 Thread Angelo Anolin
Thanks a lot for pointing this one out Vivian. Although I still cannot fathom how the SharedObject is retained even after the application (SWF) is recompiled. I even did a restart of the machine and the settings are still there. Isn't it being retained in some sort of file or something?

[flexcoders] Converting Flex Applications to Modules

2009-10-06 Thread sruthi
Hi all, We are planning to convert our mx:applications to mx:modules for performance, integrity, usability reasons. In each of our applications we heavily use Application.application to refer Application variables. AppOne.mxml mx:Application mx:Script ![CDATA[ public

[flexcoders] Flex with .Net

2009-10-06 Thread Ramkumar
Hi All, We have the application on .Net and we have to replace the asp pages with flex UI. I am little bit exposure only to flex(I am java developer) and dont have knowledge on .Net. Please provide me sample codes(like the data passing from UI to db) and materials for doing the application. from

Re: [flexcoders] Adobe Flex Dashboard

2009-10-06 Thread Paul Andrews
Angelo Anolin wrote: Thanks a lot for pointing this one out Vivian. Although I still cannot fathom how the SharedObject is retained even after the application (SWF) is recompiled. I even did a restart of the machine and the settings are still there. Isn't it being retained in some

[flexcoders] How to work with flex and a c# backend

2009-10-06 Thread Jorge Silva
Hi everybody! I have a question about how to work with flex and c#. Here is the situation: We are developing an app with a Flex frontend and a C# backend, connected through web services. We are using the FLex Builder 3's Import Web Service tool to autogenerate the webservice classes from the wsdl

[flexcoders] DataTipRenderer Problem

2009-10-06 Thread RS Tanvir
Hello, im facing a problem regarding DataTipRenderer of a chart. in the application i have two button and one chart. when i clicked one of the button it will set the dataTipRenderer of the chart to a certain DataTip and when i will click the other button it will set the dataTipRenderer to

[flexcoders] MVC design philosophy

2009-10-06 Thread romu.soundstep
Hi There, Interested in AS3 MVC framework talking? I worked on a new MVC design philosophy, please have a read if you are interested. I'd like to get some opinions. http://www.soundstep.com/blog/2009/10/06/mvc-design-philosophy/ Romu www.soundstep.com

[flexcoders] TileList - Items have a border

2009-10-06 Thread anuppc
Hi, I have a TileList Here is a Snippet of code tileList = new TileList(); tileList.percentWidth = 100; tileList.percentHeight = 100; tileList.id = picsList; tileList.dataProvider = parentDocument.partListColl; tileList.itemRenderer =

[flexcoders] Loading Font Files at Runtime

2009-10-06 Thread cheran425
Hi, I am trying to load the font from the client machine at runtime but i have no idea how to pass the font URL to Embed Please Help.

[flexcoders] Unloading embeded swf

2009-10-06 Thread marcinkg
I do embed few swf files in my flex 3.4 application. For example there are two flash movies that I use in my preloader. Now, after the prelaoded has done its work, I would want these movies to be garbage collected. However, it does not happen... I have verified it in the flex builder profiler.

RE: [flexcoders] Loading Font Files at Runtime

2009-10-06 Thread Alex Harui
Embedding is a compile-time thing, not a run-time thing. You can pre-package fonts into modules and load them. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On

RE: [flexcoders] TileList - Items have a border

2009-10-06 Thread Alex Harui
The renderer has borderStyle=solid. Maybe try none Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of anuppc Sent: Tuesday, October 06, 2009 6:46 AM To:

RE: [flexcoders] Unloading embeded swf

2009-10-06 Thread Alex Harui
You would have to access the instance, get its first child (which should be flash.display.Loader) and call unload() on it. You should file a bug so we make this easier to do. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From:

[flexcoders] Center Canvas Zoom

2009-10-06 Thread sk_flexcoder
I am trying to center the zoom rather than zoom to the default registration point 0,0. The following code works to some extent, but repositioning the canvas is not smooth when we change the slider value quickly. Also when we drag the child canvas to a new position and then zoom, the following

[flexcoders] Flex Auto Poll Web Services

2009-10-06 Thread cjsteury2
Hi I have a Online Trading System in Flex 3.0 The charting is updated via Web Services to an ASP.net SQL Server. I'm having trouble figuring out the details to make the Controls, specifically the DataGrid and the OHLC Charts update without a page refresh. The SQL Server is updated with new data

[flexcoders] Flex Auto Poll Web Services

2009-10-06 Thread cjsteury2
Hi I have a Online Trading System in Flex 3.0 The charting is updated via Web Services to an ASP.net SQL Server. I'm having trouble figuring out the details to make the Controls, specifically the DataGrid and the OHLC Charts update without a page refresh. The SQL Server is updated with new data

[flexcoders] Re: Loading Font Files at Runtime

2009-10-06 Thread cheran425
No the requirement is to allow user to preview fonts without installing it to system.So is there anyway i can load fonts at runtime

[flexcoders] Re: Trees are killing me

2009-10-06 Thread timgerr
Thanks for the response, I have a question for ya. I am dragging with in a tree, how can I get the object that I am dragging and when I drag over something how can I get that object. I am using an arraycollection. Thanks again for the help. timgerr --- In flexcoders@yahoogroups.com, Alex

[flexcoders] Looking for Adobe® Flex 3 with AIR Exam # 9A0-082 study material

2009-10-06 Thread jlopes151
I have searched the Adobe training site and couldn't find any thing. I have books to learn from but from what I have seen of the practice exam these books only get me started with Flex/AIR. Is there any thing that's a direct study for this exam? Thanks for any help James

RE: [flexcoders] Re: Loading Font Files at Runtime

2009-10-06 Thread Alex Harui
You can preview any font on the users system as a device font. It just can't be used as embedded unless you want to allow them to upload the font file to your server and generate a module Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui

RE: [flexcoders] Re: Trees are killing me

2009-10-06 Thread Alex Harui
You should be getting DRAG_OVER events. The dragSource contains the object being dragged. You can use mouseEventToItemRenderer to get the renderer you are currently over. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From:

[flexcoders] embeding fonts of a style (Interstate RegularCondensed)

2009-10-06 Thread grimmwerks
This has been driving me crazy for quite some time. I'm trying to embed this font: PostScript name Interstate-RegularCondensed Full name Interstate-RegularCondensed Family Interstate Style RegularCondensed KindPostScript Type1 Version