[flexcoders] How to include a SWC in a Module using Flash Builder?

2012-03-06 Thread Adnan Doric
Hi, In Flash Builder I can add SWC files for the main application but this is not what I want and it kind of defeats the purpose of modular applications right? If a SWC file is used only by some Module, I would like to be able to compile it in the module instead of the main application. Is

Re: [flexcoders] Flex popup module ignores context menu

2012-02-21 Thread Adnan Doric
Thank you! I just remembered the related bug: https://bugs.adobe.com/jira/browse/SDK-25598 Cheers, Adnan On 21/02/2012 07:27, Alex Harui wrote: Set mouseEnabled=true on the TitleWindow On 2/20/12 3:29 AM, Adnan Doric astronaute@gmail.com wrote: Hi all, I followed

[flexcoders] Flex popup module ignores context menu

2012-02-20 Thread Adnan Doric
Hi all, I followed the Alex's Popup Dialogs as Modules blog entry: http://blogs.adobe.com/aharui/2007/08/popup_dialogs_as_modules.html It works with mx.containers.TitleWindow as intended, the context menu shows and I can copy/paste text in a TextArea. But if I try to use

Re: [flexcoders] Flex 4: How to make draggable and resizable modules?

2010-04-21 Thread Adnan Doric
Thank you for your response, I already saw your blog post :) But in Flex 4, I can't find the mx.core.FlexModuleFactory. What to use instead ? On 20/04/2010 23:41, Alex Harui wrote: You can try starting here: http://blogs.adobe.com/aharui/2007/08/popup_dialogs_as_modules.html

Re: [flexcoders] Re: With the latest eula agreement from Apple

2010-04-14 Thread Adnan Doric
On 14/04/2010 13:10, Guy Morton wrote: Flipping this whole discussion on its head for a moment Adobe used to have the best SVG runtime player in the land. It was fast, had good support for the SVG standard and it was stable. Then Adobe bought Macromedia. They discontinued development

Re: [flexcoders] Performance feedback PLEASE

2010-04-09 Thread Adnan Doric
105-107 FPS i7 Extreme 965 On 09/04/2010 10:51, Allan Pichler wrote: I was wondering if anyone could take a quick glance at my AS3 3d renderer http://api.pluton.webhouse.dk/pool3d/pool3d.html http://api.pluton.webhouse.dk/pool3d/pool3d.html and reply what FPS they get on their gear. If

[flexcoders] How to store composed images in database ?

2010-04-07 Thread Adnan Doric
Hello all, My Flex application will be some kind of image editor, with different layers containing graphic objects and images on them. I want to be able to save and retrieve those images without flattening them down. Obviously I will need some kind of mecanism for storing resulting composed

[flexcoders] Flex 4 - How to refresh all rows of a spark List ?

2010-03-31 Thread Adnan Doric
Hello all, How to refresh all rows of a spark List please, there is no invalidateList() method anymore ? Thank you in advance, Adnan

Re: [flexcoders] What happened to the examples on flexaxmples.com

2010-03-25 Thread Adnan Doric
I think it is safe to say that it is you just by looking in the link in the title of your message and the one in the message. They are different, and both are wrong, but wait ! I can help you ! http://tinyurl.com/dlfpbk On 26/03/2010 00:25, Baz wrote: Is it just me or did flexamples.com

Re: [flexcoders] What happened to the examples on flexaxmples.com

2010-03-25 Thread Adnan Doric
Not all of his posts have a working example unfortunately, but his site works as expected. One post with working example: http://blog.flexexamples.com/2010/02/25/preventing-the-selected-item-highlighting-in-the-spark-list-control-in-flex-4/ HTH On 26/03/2010 01:04, Baz wrote: Yeah I did

Re: [flexcoders] Re: How to create Flex 4 Library Project with custom namespace please ?

2010-03-15 Thread Adnan Doric
Thank you for you reply, but I've done steps you describe but in FB4 and it doesn't work. I have the following error in library project (manifest.xml is added in assets tab) : could not find source for class myPackage:TestComponent in namespace http://mynamespace.com. Did you take a look at

Re: [flexcoders] Re: How to create Flex 4 Library Project with custom namespace please ?

2010-03-15 Thread Adnan Doric
? --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com, Adnan Doric astrona...@... wrote: Thank you for you reply, but I've done steps you describe but in FB4 and it doesn't work. I have the following error in library project (manifest.xml is added in assets tab) : could not find

Re: [flexcoders] Re: How to create Flex 4 Library Project with custom namespace please ?

2010-03-15 Thread Adnan Doric
? --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com, Adnan Doric astrona...@... wrote: Thank you for you reply, but I've done steps you describe but in FB4 and it doesn't work. I have the following error in library project (manifest.xml is added in assets tab

Re: re[flexcoders] move an empty row in datagrid

2010-02-10 Thread Adnan Doric
On 10/02/2010 20:37, coder3 wrote: Hi All, For example i have a datagrid of student info. student name, class, payment, ... if a row contains only student name, other columns data is empty, i don't want to show this row. How can i do it? thanks C. Try using filters on underlying

Re: [flexcoders] Re: CROSS-DOMAIN POLICY HELP PLEASE!!!

2010-02-10 Thread Adnan Doric
http://localhost is considered as a domain. If you want it to work, launch it directly from your Flash Builder. It will create a rule for the folder containing the swf in order to bypass the security. On 10/02/2010 22:54, s_hernandez01 wrote: Yeah I thought of that too, but no success :(

Re: [flexcoders] Re: CROSS-DOMAIN POLICY HELP PLEASE!!!

2010-02-10 Thread Adnan Doric
On 10/02/2010 23:14, s_hernandez01 wrote: Well, I'm using Flex 3 and the sandbox error pops up when I run it from Flex. URL should be file:///something if you want it to work. You can also try to put a * in your crossdomain.xml and start from there if it works.

[flexcoders] Re: How come setting the responder (async token) after the server call does WORKS???

2009-04-29 Thread Adnan Doric
The key word is asynchronous. httpsrv.send() is asynchronous so it gets executed after all synchronous statements (addResponder is synchronous) in the same block. cheers, Adnan --- In flexcoders@yahoogroups.com, Mehdi elextra...@... wrote: This is a question that has been bothered me for

[flexcoders] You want Flex Builder for Linux ?

2009-04-28 Thread Adnan Doric
Adobe plans to stop porting flex builder for linux... You want Flex Builder for Linux ? http://bugs.adobe.com/jira/browse/FB-19053 Then vote for it, show your support ! :) http://bugs.adobe.com/jira/browse/FB-19053 Now!

[flexcoders] Detect keyboard layout in AIR or Flex ?

2009-02-15 Thread Adnan Doric
Hello, Capabilities.language returns the language, that's great but... Is it possible with AIR to look into OS (Windows, linux or MacOS) and retrieve the actual keyboard layout (qwerty, azerty atc.) ? TIA :)

[flexcoders] AIR chromless maximize() bug ?

2008-12-31 Thread Adnan Doric
Hello coders and happy new year :) I don't know if this is a bug or a feature : If a chromless AIR application is maximized, it's width and height is exactly 8 pixels wider than native OS resolution. For example, my resolution is 1680x1050, and maximized chromless AIR applications is 1688x1058

[flexcoders] Re: How to use flash component with timeline to skin Flex application ?

2008-10-23 Thread Adnan Doric
Shameless bump :) --- In flexcoders@yahoogroups.com, Adnan Doric [EMAIL PROTECTED] wrote: Hello, I have a flash file containing one class MyFlashClass, a simple MovieClip with a timeline. I use it in my Flex application as standalone component : local:MyFlashClass id=myFlashClass

[flexcoders] How to use flash component with timeline to skin Flex application ?

2008-10-21 Thread Adnan Doric
Hello, I have a flash file containing one class MyFlashClass, a simple MovieClip with a timeline. I use it in my Flex application as standalone component : local:MyFlashClass id=myFlashClass / Now I can control its timeline using : myFlashClass.gotoAndStop( n ); Fine ! The problem is I don't

[flexcoders] Re: skinClass in external library

2008-10-08 Thread Adnan Doric
It is possible using ANT scripts and library-path to compile your CSS sheet containing skinClass reference. Maciek, dependency can be satisfied with style sheets loaded at runtime. This way you can change skin without recompiling your application. Cheers. --- In flexcoders@yahoogroups.com,

[flexcoders] How to make skinnable MovieClip with timeline for Flex ?

2008-10-07 Thread Adnan Doric
Hello flexoders :) I created an MyMC MovieClip with timeline inside an .FLA, and exported it in SWC with class name MyMC. Then I include it in my CSS file : .myMC { skin : ClassReference( MyMC ); } I compile CSS into SFW using ANT and library-path to include the .SWC file. Okay, now

[flexcoders] Re: Flex 3 Preloader broken when using deep linking ?

2008-07-30 Thread Adnan Doric
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Adnan Doric Sent: Monday, July 28, 2008 1:30 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex 3 Preloader broken when using deep linking ? Hello Rick (and Alex) and thank you for your

[flexcoders] Re: Flex 3 Preloader broken when using deep linking ?

2008-07-29 Thread Adnan Doric
. One way you might be able to tell is when the debugger fires up. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] On Behalf Of Adnan Doric Sent: Monday, July 28, 2008 1:30 AM

[flexcoders] Re: Flex 3 Preloader broken when using deep linking ?

2008-07-28 Thread Adnan Doric
configuration? *. What html template are you using *. What are your compiler options *. Are you using any additional JavaScript goodies like FAB? Rick Winscot From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Adnan Doric Sent: Saturday, July 26, 2008 6

[flexcoders] Re: Flex 3 Preloader broken when using deep linking ?

2008-07-26 Thread Adnan Doric
kind of workaround to show the progress ? --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: I saw the initializing progress bar. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Adnan Doric Sent: Friday

[flexcoders] Re: Flex 3 Preloader broken when using deep linking ?

2008-07-25 Thread Adnan Doric
of the URL) http://examples.adobe.com/flex3/consulting/styleexplorer/Flex3StyleExplorer.html# There is no preloader... Am I crazy or we have some deep linking incompatibilities ? --- In flexcoders@yahoogroups.com, Adnan Doric [EMAIL PROTECTED] wrote: Hello, I don't know if this was already

[flexcoders] Flex 3 Preloader broken when using deep linking ?

2008-07-24 Thread Adnan Doric
Hello, I don't know if this was already discussed so sorry in advance. After few days of hard debugging, I sadly noted that Flex 3 preloader is completely broken while using # in the URL. It doesn't show at all. Does anyone have any workarounds as preloading 2Mb without preloader is actually

[flexcoders] Re: How to Reset ProgressBar?

2008-07-24 Thread Adnan Doric
progressBar.setProgress( 0, 100 ); --- In flexcoders@yahoogroups.com, gabsaga [EMAIL PROTECTED] wrote: I have an application that when you click on a button, it loads an image in a panel. There is a progress bar that shows progress on the image being loaded. The progress bar works fine when

[flexcoders] How to prevent selecting List item while clicking button in itemrenderer ?

2008-07-03 Thread Adnan Doric
Hello, I have a List and an itemRenderer with a button in it. Actually, each time I click the button, the item is selected in the list and the change event is triggered (normal). I would like to be able to click that button inside itemRenderer without selecting that item in the list.

[flexcoders] How to filter IHierarchicalCollectionView ?

2008-03-04 Thread Adnan Doric
Hello all, I have a simple hierarchical provider, parents and children have the field name. When I filter on name the parent node get filtered if it doesn't match the search pattern even if its children match the pattern. That is obviously not wanted effect :) How to filter

[flexcoders] AdvancedDataGrid group filtering openNode

2008-03-02 Thread Adnan Doric
Hello guys, I'm trying to filter my ADG without success : I created a GroupingCollection from a flat ArrayCollection. ADG's dataProvider is GroupingCollection. First issue : refresh if I filter the underlaying ArrayCollection, the related groupingCollection doesn't refresh automatically (bug?

[flexcoders] FDS Logging on Ubuntu 7.10

2008-01-18 Thread Adnan Doric
Hello, I have a small webapp that I tested on windows and it work nice (based on Flex Test Drive). Now I want to move that webapp in my virtual machine running Ubuntu 7.10, tomcat 5.5 (same as windows) but I can't get it to work : http://localhost:8180/myApp/messagebroker/amf returns 404

[flexcoders] FDS Logging on Ubuntu 7.10

2008-01-18 Thread Adnan Doric
Hello, I have a small webapp that I tested on windows and it work nice (based on Flex Test Drive). Now I want to move that webapp in my virtual machine running Ubuntu 7.10, tomcat 5.5 (same as windows) but I can't get it to work : http://localhost:8180/myApp/messagebroker/amf returns 404

Re: [flexcoders] TextInput for percentage

2007-12-11 Thread Adnan Doric
Hello, I would go for : Flexlib: PromptingTextInput.prompt = % + PromptingTextInput.restrict=0-9 + NumberValidator 0-100 Cheers, Adnan Richard Rodseth wrote: Any ideas on the best approach to implementing a text input for percentage values? I haven't found any built-in

[flexcoders] Re: accessing nested objects... what am I missing?!?!

2007-12-03 Thread Adnan Doric
It is better to dispatch events from your nested component and handle them in your parent component. --- In flexcoders@yahoogroups.com, ryanharlin [EMAIL PROTECTED] wrote: Thanks for the help. Your solution worked in practice but I do still get an error prior to compiling. If I ignore the

[flexcoders] FP9.0.60.235 can't catch onPlayStatus ?

2007-11-30 Thread Adnan Doric
Hello, It seems that Flash player 9,0,60,235 can't catch NetStram onPlayStatus Event (dispatched when streaming is finished), at least on my computer. I tried with a debugger, it doesn't stop at the breakpoint inside that function at all. It is triggered with 9,0,47,0 on IE, and Firefox. Can

[flexcoders] FP9.0.60.235 can't catch onPlayStatus ?

2007-11-30 Thread Adnan Doric
Hello, It seems that Flash player 9,0,60,235 can't catch NetStram onPlayStatus Event (dispatched when streaming is finished), at least on my computer. I tried with a debugger, it doesn't stop at the breakpoint inside that function at all. It is triggered with 9,0,47,0 on IE, and Firefox. Can

Re: [flexcoders] RegExp multiple backreferences?

2007-11-27 Thread Adnan Doric
I think you should use g (global) flag in your regexp. Adnan joshuajnoble wrote: Can any RegEx genius :) tell me whether ActionScript 3 properly supports multiple backreferences? The code I'm trying to use is this: private var headerBackreference:RegExp = /H([123]).*?\/H\1/; private

Re: [flexcoders] How to force swf reload?

2007-11-27 Thread Adnan Doric
You can create a random number and load the swf like this : my.swf?random=microseconds But it will be reloaded each time, it is usefull only for small files. Adnan v.cekvenich wrote: What (java)script do people us to deploy swf files? We are using adobes .js script, but this does not

Re: [flexcoders] RegExp multiple backreferences?

2007-11-26 Thread Adnan Doric
I think you should use g (global) flag in your regexp. Adnan joshuajnoble wrote: Can any RegEx genius :) tell me whether ActionScript 3 properly supports multiple backreferences? The code I'm trying to use is this: private var headerBackreference:RegExp = /H([123]).*?\/H\1/; private

Re: [flexcoders] Extending RichTextEditor

2007-11-22 Thread Adnan Doric
Well at least Adobe provide something :) They can't make very complex RTE because it is too complicated and people usually want customized components to suit their needs. Feel free to extend it or make your own from scratch and don't forget to share it :) Adnan Giles Roadnight wrote: Hi

Re: [flexcoders] How to access the List from it's ItemRenderer

2007-11-14 Thread Adnan Doric
icepaco33 wrote: Greetings, I am trying to have access to the List which renderers the item from an item renderer. What I want basically is to be able to determine if an item is 'selected' from an item renderer. So I have overriden the set data prop in order to do this: override public

Re: [flexcoders] AMFPHP 1.9 security problem

2007-11-14 Thread Adnan Doric
danielvlopes wrote: Hello, i'm using amfphp 1.9 beta2 to make comunication between php and flex, but i had some question about security when use amfphp... If someone discover the name of my methods in my classes inside services amfphp folder and point your flex app to my gateway using

[flexcoders] [ AIR ] Create files on local system possible ?

2007-11-08 Thread Adnan Doric
Hello, I can read and write existing files on local system, but if I try to save (create) to a file that does non exist, I get the following error : Error #3003: File or directory does not exist. How to create a file on local system if it does not exists please ? Thank you in advance, Adnan

Re: [flexcoders] [ AIR ] Create files on local system possible ?

2007-11-08 Thread Adnan Doric
by GoodLink (www.good.com) -Original Message- From: Adnan Doric [mailto:[EMAIL PROTECTED] Sent: Thursday, November 08, 2007 03:59 AM Pacific Standard Time To: flexcoders@yahoogroups.com Subject: [flexcoders] [ AIR ] Create files on local system possible ? Hello, I can

[flexcoders] Scrollbar on the left side of TextArea

2007-11-08 Thread Adnan Doric
Hello, Is that possible in Flex ? If yes can someone please provide an exemple, I can't find that property on TextArea so I will try to extend something :) Thank you ! Adnan

[flexcoders] Flex Compiler Shell with Ant Possible ??

2007-09-15 Thread Adnan Doric
Hello, I would like to try the fcsh in my eclipse 3.2 Flex 2.0.1, but can't figure how to do it or if it is even possible. http://labs.adobe.com/wiki/index.php/Flex_Compiler_Shell I already use Flex Ant Task with mxmlc compiler, so I would like to switch to fcsh :)

[flexcoders] TileList Binding Issue

2007-09-12 Thread Adnan Doric
Hello all, I have a TileList binded to an ArrayCollection. If I add more items to the ArrayCollection the TileList updates, but if I try to change an already existing item in the ArrayCollection, the TileList doesn't change. I tried with List component and I don't have this problem, the view

Re: [flexcoders] TileList Binding Issue

2007-09-12 Thread Adnan Doric
a data binding event for the TileList to update it's data. good luck, jon On Sep 12, 2007, at 12:47 PM, Adnan Doric wrote: Hello all, I have a TileList binded to an ArrayCollection. If I add more items to the ArrayCollection the TileList updates, but if I try to change an already