[flexcoders] Slider: dataTips always visible?

2009-05-09 Thread Hyder
Can this be done? I tried searching online but no one seems to have a concrete solution.

[flexcoders] Re: Flash speed test - please participate - only 1 click required !

2009-05-06 Thread Hyder
So where are the results?! --- In flexcoders@yahoogroups.com, Paul Andrews p...@... wrote: LOL, I did exactly the opposite - dumped Norton for AVG! Looking at the page source, it has javascript scraping values from the navigator object and no doubt sending them back to base. I can't see

[flexcoders] Flex equivalent of PHPs format_date

2009-05-02 Thread Hyder
I need to try and format the time being retrieved from mysql. The time is of type Number in mysql. In php, format_date parses it but Flex's dateformatter does not understand it. For example, '1241259519' is 'Sat May 02, 2009 10:18 am'

[flexcoders] Calling static method in PHP class

2009-04-22 Thread Hyder
How can I can a static method in a PHP class, preferably using a quick and dirty method like HTTPService? I cannot make changes to the class because it's not mine and I have no rights over it.

[flexcoders] Fixing Flex's mouse wheel scroll

2009-04-15 Thread Hyder
Flex's mouse wheel scrolls are unusually small compared to regular scrolls. Meaning, I have to scroll down about 8-10 cycles with my mouse wheel to read two pages in flex which in a normal browser can be read in 2-3 cycles. Is there a way to set how much a mouse wheel should scroll in Flex?

[flexcoders] Flex alternative to Microsoft's Seadragon

2009-04-12 Thread Hyder
Is it possible to do this flex? http://livelabs.com/seadragon/

[flexcoders] Loading AS2 SWF in Flex 3

2009-04-05 Thread Hyder
I'm trying to load an AS2 swf using SWFLoader (Embedded) in a TitleWindow. The SWF file plays fine in a standalone player, but when embedded in Flex, AS2 scripted animations don't display. I'm loading it inside Flex so that I can communicate using LocalConnection. Right now, I'm loading it in

[flexcoders] Re: Adding container references to an array

2009-02-05 Thread Hyder
: mx:Array id=containerList home / portfolio / ... /mx:Array Tracy Spratt Lariat Services Flex development bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Hyder Sent: Monday

[flexcoders] Re: Adding container references to an array

2009-02-02 Thread Hyder
C'mon, can't be THAT hard! --- In flexcoders@yahoogroups.com, Hyder hyder_...@... wrote: How do I add container references to an array. For example, I have these 4 containers mx:Panel id=home title=Home / mx:Panel id=portfolio title=Portfolio / mx:Panel id=skills title=Skills / mx:Panel

[flexcoders] Adding container references to an array

2009-02-01 Thread Hyder
How do I add container references to an array. For example, I have these 4 containers mx:Panel id=home title=Home / mx:Panel id=portfolio title=Portfolio / mx:Panel id=skills title=Skills / mx:Panel id=contact title=Get in touch / How do I add their references to an array in MXML mx:Array

[flexcoders] Re: the flex RTE and xhtml

2009-02-01 Thread Hyder
WoW! I doubt Derrick would be still interested after a year -6 days of posting :D Nice article though, I remember reading it before too at your blog. Hyder www.alamgirdesigns.com --- In flexcoders@yahoogroups.com, Igor Costa igorco...@... wrote: Derrick A solution, hope fits on your

[flexcoders] Re: Buttonbar not centering at startup

2009-02-01 Thread Hyder
Try invalidate(); OR figSelector.invalidate(); on your parent's creationComplete event handler. I'm not so sure about your second question. Are you having trouble removing a skin that you've applied? Hyder www.alamgirdesigns.com --- In flexcoders@yahoogroups.com, Ben Cessa bce...@... wrote

[flexcoders] States management framework?

2009-01-20 Thread Hyder
I need a simpler and more intuitive way of managing my view and component states. I presently use cairngorm but it doesn't have a built in state management. I use the old fashioned custom events and model bindings.

[flexcoders] Cocomo: transparent whiteboard

2009-01-20 Thread Hyder
Is it possible to make the whiteboard transparent so I can overlay it over an image or a pdf?

[flexcoders] RTL with FP10, Flex 3

2009-01-20 Thread Hyder
I tried reading docs on the new text layout framework but I found it really confusing. I'd love to get some quick tips on getting started with rendering text from right to left.

[flexcoders] XMLList: get first n items

2009-01-03 Thread Hyder
How do I get the first n items in an XMLList? I'm not very familiar with XML workarounds. TIA, Hyder

[flexcoders] Cairngorm v/s others

2009-01-03 Thread Hyder
I've been using Cairngorm for a while now and I've gotten pretty used to it. I want to try out the other Flex frameworks too but will I need them if I can get most of my work done using Cairngorm. I really don't know much about the others like Mate and PureMVC so I will only look into them if

[flexcoders] What kind of applications do you build with flex?

2008-12-20 Thread Hyder
Seeing the physical size overhead that comes bundled with the flash framework and the not so widespread use of framework caching as of yet, I don't believe that the advantages of building complete websites in flex outweigh its benefits. I'd like to get an idea to what kind of applications you

[flexcoders] Flash equivalent for hasChild() / ownsChild()

2008-11-19 Thread Hyder
I'm fairly new to development in Flash though I've been developing in Flex for over 2 years. I could find a addChild() and removeChild() methods in Flash but how does one test to see if a child already exists in Flash ?

Re: RES: [flexcoders] Flash equivalent for hasChild() / ownsChild()

2008-11-19 Thread Hyder
Perfect ! Thanks for the quick response Luciano! --- In flexcoders@yahoogroups.com, Luciano Manerich Junior [EMAIL PROTECTED] wrote: Hi! You could try obj.contains(childElement) ; -Mensagem original- De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de Hyder

[flexcoders] WebORB 3.5 - Error: Call to a member function getServiceURI() on a non-objec

2008-10-16 Thread Hyder

[flexcoders] WebORB 3.5 - Error: Call to a member function getServiceURI() on a non-objec

2008-10-16 Thread Hyder
I just downloaded WebORB 3.5 and got done setting it up. Now, my project is setup on my system (xampp / php 5.2.5). And when I point my browser to weborb.php, I get the following fatal error: Fatal error: Call to a member function getServiceURI() on a non-object in

[flexcoders] Re: Flex Project to be converted to run on WebOrb

2008-10-16 Thread Hyder
You can override the server settings required for weborb by adding the context root parameter to the compiler. -compiler.context-root={POINT_TO_weborb\web-inf\flex} It worked for me! Hope it helps! Hyder Alamgir alamgirdesigns.blogspot.com www.gulfspecials.com --- In flexcoders

[flexcoders] Re: Text or Label wrap only when needed

2008-09-27 Thread Hyder
--- In flexcoders@yahoogroups.com, mattstorman [EMAIL PROTECTED] wrote: How can i get a text or label control to wrap text only when it's width is greater than it's parents?? setting percentwidth to 100 sets the text control width to 100% regardless of the amount of text. I would like the

[flexcoders] Re: Text or Label wrap only when needed

2008-09-27 Thread Hyder
For some reason, my posts are empty when i use the rich text editor. In any case, if the parent's width is absolute, use maxwidth as such. mx:Text maxWidth=parent.width / Hyder www.GulfSpecials.com www.AlamgirDesigns.com alamgirdesigns.blogspot.com --- In flexcoders@yahoogroups.com

[flexcoders] Re: TabNavigator - have to click twice on tab to display page

2008-09-26 Thread Hyder
. Try it and see what you get. Hyder www.GulfSpecials.com www.AlamgirDesigns.com alamgirdesigns.blogspot.com --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: This is definitely not normal behavior, so you must have something unusual going on. We haven't seen any code so we

[flexcoders] Re: Flex SEO solutions success?

2008-09-26 Thread Hyder
I use google's webmaster tools and it doesn't see any content other than the metatags. Hyder --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Friday 26 Sep 2008, Hyder wrote: if you have to so I get to experiment with data. Google hasn't managed to read any

[flexcoders] Re: Passing Variables from PHP to Flex

2008-09-26 Thread Hyder
--- In flexcoders@yahoogroups.com, Amy [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, ghus32 stevenpo@ wrote: Hello Everyone, I have an upload functions in Flex that works fine using php as a backend. I can pass the data to the PHP but I cannot send data back ex..

[flexcoders] Re: TabNavigator - have to click twice on tab to display page

2008-09-25 Thread Hyder
it down to one of the html / js files... it probably has something to do with history management, i'm thinking. Will post on further updates. Hyder --- In flexcoders@yahoogroups.com, Manu Dhanda [EMAIL PROTECTED] wrote: Hi Tracy, It's really an issue with TabNavigator and we had faced

[flexcoders] Re: Learning Flex and AMFPHP

2008-09-25 Thread Hyder
it helps! Hyder www.GulfSpecials.com www.AlamgirDesigns.com alamgirdesigns.blogspot.com --- In flexcoders@yahoogroups.com, timgerr [EMAIL PROTECTED] wrote: Hello all, hope you all are doing good. I have a question on how to build the Flex RemoteObject method in action script. I am having

[flexcoders] Flex SEO solutions success?

2008-09-25 Thread Hyder
Has anyone had any success with SEO workarounds with websites developed entirely in Flex. Some that I know of: 1. Flex Templating (FXT) 2. Using SWFObject 3. Using XSL to display seperate alternate pages. 4. Google / Yahoo directly crawling and being able to read SWF contents. I'm working on a

[flexcoders] Re: SEO and Flash content

2008-09-12 Thread Hyder
Has anyone had any success with Flex Templating? http://www.onflex.org/FXT/ --- In flexcoders@yahoogroups.com, Robert Thompson [EMAIL PROTECTED] wrote: Josh could you detail the googlebot and expand on what you write below? -r On Sep 8, 2008, at 10:19 PM, Josh McDonald wrote:

[flexcoders] How can I remove classes from framework that I don't need

2008-09-11 Thread Hyder
For example, if I simple want to build, let's say, a data grid. How can i go about removing all those charting components from datavisualisation.swc to reduce the size of my app?

[flexcoders] Weird Domain Sec Err: www.domain.com V/S domain.com

2008-07-28 Thread Hyder
I'm developing a flex website. I just noticed a weird behavior. It's uploaded at www.gulfspecials.com Works fine here... [not fully functional] But if I go to gulfspecials.com, flex throws a Security Error at remote service call. I use AMFPHP, flash.net.NetConnection. Are www.gulfspecials.com

[flexcoders] Re: Weird Domain Sec Err: www.domain.com V/S domain.com

2008-07-28 Thread Hyder
www.gulfspecials.com http://www.gulfspecials.com%20 www.gulfspecials.com www.gulfspecials.com gulfspecials.com http://gulfspecials.com%20 gulfspecials.com gulfspecials.com Linked! --- In flexcoders@yahoogroups.com, Hyder [EMAIL PROTECTED] wrote: I'm developing a flex website. I just

[flexcoders] Re: Flex 3 Migration shoots up Filesize by 400K

2008-07-17 Thread Hyder
@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 16 Jul 2008, Hyder wrote: So I removed all references to the advanced datagrid and switch back to the original datagrid and now it's down to 450K again... the ADG is amazingly big !!! You're not compiling in just the ADG

[flexcoders] Framework as RSL issue

2008-07-16 Thread Hyder
I migrated my project from Flex 2 SDK. It works fine but when I try to set Framework as RSL, flash player keeps throwing missing component errors starting with missing VBox. Any idea why this may be happening?

[flexcoders] Re: Flex 3 Migration shoots up Filesize by 400K

2008-07-16 Thread Hyder
note that Flex 3 SDK is a debug SWF. You have to use Export Release to get a release version which will be much smaller. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Hyder Sent: Monday, July 14, 2008 2:50 PM To: flexcoders

[flexcoders] Re: Framework as RSL issue

2008-07-16 Thread Hyder
PROTECTED] wrote: On Wednesday 16 Jul 2008, Hyder wrote: Any idea why this may be happening? RSLs in wrong order, if you are using Builder to do this it doesn't understand this ? If so, vote for http://bugs.adobe.com/jira/browse/FB-11222 -- Tom Chiverton

[flexcoders] Flex 3 Migration shoots up Filesize by 400K

2008-07-14 Thread Hyder
I migrated my application to Flex 3 SDK... the swf's filesize while compiling under Flex 2 SDK was 374. The only change I made after migrating to Flex 3 SDK was to replace a DataGrid with AdvancedDataGrid and propagated the necessary changes to its columns too. Now, my file size is over

[flexcoders] Reusing anothers cached rsl framework

2008-05-31 Thread Hyder
I'm developing a website in flex. It uses some basic components... dg, button, tabnav, etc. When I export the framework as a swz file, it shows to be about 523KB (its framework 477: sdk3). If this framework is cached by another domain, will flash player reuse that framework or will it force the