Re: [flexcoders] effects whn page loads

2008-09-06 Thread Haykel BEN JEMIA
Use the creationCompleteEffect trigger! On Fri, Sep 5, 2008 at 8:23 PM, flexlearner47 <[EMAIL PROTECTED]>wrote: > How to give effects on canvas/button/lables when page loads? ,,, I can > not give the effects at the time when the page loads/ plzz/ help > me out.. I am new in flex ... > > >

Re: [flexcoders] Dynamic ID RadioButtonGroup

2008-09-06 Thread Haykel BEN JEMIA
The "id" property does not support binding and it should not contain any white space or special characters. On Sat, Sep 6, 2008 at 1:22 PM, Eugene Louw <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm trying to create multiple RadioButtonGroup(s) with the following code, > > dataProvider="{ModelL

Re: [flexcoders] Eh. How does this still work?!

2008-09-08 Thread Haykel BEN JEMIA
Hi, in my understanding, FB only uses webroot for the deployment of your application so that you don't need to copy the files to the server after each compilation. Is it what you are doing now? For the localhost question, if the uri of the endpoint doen not contain the server address, then flex u

Re: [flexcoders] Hi

2008-09-09 Thread Haykel BEN JEMIA
Paul and Nancy were talking about the bottom right pane of the explorer that displays the source of the selected control. The sources of the explorer are available with Flex Builder. They are under "sdks\\samples\explorer". On Tue, Sep 9, 2008 at 8:24 AM, Robert Thompson <[EMAIL PROTECTED]>wrote

Re: [flexcoders] Can't remember the name of the application.

2008-09-09 Thread Haykel BEN JEMIA
Do you mean reflexutil (http://code.google.com/p/reflexutil/) ? On Tue, Sep 9, 2008 at 10:51 AM, Mikhail Shevchuk < [EMAIL PROTECTED]> wrote: > Hello, flexcoders! > > There is a library or some tool that can be embedded into your > application that lets user to see the description of a given >

Re: [flexcoders] SWF size

2008-09-09 Thread Haykel BEN JEMIA
Generally what makes a flex app big in size are embedded assets. * Try to load your assets (images/animations) at runtime. * Try not to embed fonts. If you don't really need a special font, or advanced anti-aliasing and you are not applying any effects and transformations (alpha, rotation etc.) to

Re: [flexcoders] Bug or not: Display both scrollBar in browser

2008-09-10 Thread Haykel BEN JEMIA
The scrollbars are from the Application component not the browsers. I think you are getting both scrollbars because the width of the Canvas is filling the application area and when it becomes too high, the vertical scrollbar is displayed and the horizontal space becomes insufficient to display the

Re: [flexcoders] Re: Bug or not: Display both scrollBar in browser

2008-09-11 Thread Haykel BEN JEMIA
This is strange, I don't have this problem! Try using fxspy ( http://code.google.com/p/fxspy/ ) to inspect your components and find out who is causing that horizontal scrollbar to appear. Another thing: not only the widths of the components are important but also their position. So if the largest c

Re: [flexcoders] How To Access Child From Parent?

2008-09-12 Thread Haykel BEN JEMIA
you will have to use any of these functions/properties: * numChildren : int * getChildAt(index:int):DisplayObject * getChildByName(name:String):DisplayObject On Fri, Sep 12, 2008 at 3:57 AM, Mark Easton <[EMAIL PROTECTED]> wrote: >Hi, > > I am having a mental blank moment. If I add a child

Re: [flexcoders] How To Access Child From Parent?

2008-09-12 Thread Haykel BEN JEMIA
you will have to use any of these functions/properties: * numChildren : int * getChildAt(index:int):DisplayObject * getChildByName(name:String):DisplayObject On Fri, Sep 12, 2008 at 3:57 AM, Mark Easton <[EMAIL PROTECTED]> wrote: >Hi, > > I am having a mental blank moment. If I add a child

Re: [flexcoders] Re: Tile with custom component and AmfPhp

2008-09-13 Thread Haykel BEN JEMIA
Are you sure the getNewsArray variable contains more than 2 records the first time? Did you try to add a break point in the afficheNews() function and inspect the content of getNewsArray ? Otherwise I need the whole code, I can't see a possible cause from what you sent. On Sat, Sep 13, 2008 at 12:

Re: [flexcoders] Icons are not displayed in menuItem

2008-09-15 Thread Haykel BEN JEMIA
"Dia menilai orang yang ahli di bidang TI pun juga lebih menyukai pekerjaan yang fleksibel tidak terikat pada satu perusahaan, sehingga mereka lebih memilih bergabung dengan perusahaan jasa alih daya. Mereka bisa mengerjakan beberapa proyek sekaligus dan dari berbagai penyewa." Gampang banget meng

Re: [flexcoders] custom flex preloader

2008-09-15 Thread Haykel BEN JEMIA
Jillian Grace Pregnent!! Jillian Watch Jillian Prenant Pictures!! --~--~---

Re: [flexcoders] Re: custom flex preloader

2008-09-15 Thread Haykel BEN JEMIA
These are extended Image components that show the download progress of the image. This si completely different than the preloader for the application. You can not use them as is! On Mon, Sep 15, 2008 at 12:38 PM, stinasius <[EMAIL PROTECTED]> wrote: > hi i would like to use one of the following

Re: [flexcoders] Re: custom flex preloader

2008-09-15 Thread Haykel BEN JEMIA
. On Mon, Sep 15, 2008 at 3:53 PM, stinasius <[EMAIL PROTECTED]> wrote: > thanks for the reply but i have to say am still confused. anyhow if > you dont mind a simple step by step would do it for me. i think. thanks > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] DropShadow filter on VBox adds drop shadow to everything contained in VBox

2008-09-15 Thread Haykel BEN JEMIA
person other than Halliwells LLP or the addressee of its > existence or contents. If you have received this email in error please > delete it and notify Halliwells LLP IT Department on 0870 365 2500. > > For more information about Halliwells LLP visit www.halliwells.com. > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Re: DropShadow filter on VBox adds drop shadow to everything contained in VBox

2008-09-16 Thread Haykel BEN JEMIA
]> wrote: > > I would think that the children would still inherit the dropShadow in > this case. As a workaround, you could try setting the filters on the > children as well: > > myTextInput.filters = []; > > -TH > > --- In flexcoders@yahoogroups.com , "H

Re: [flexcoders] filterFunction & Tilelist effect

2008-09-17 Thread Haykel BEN JEMIA
Didn't test this, but try setting the show and hide effects for the items. -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com On Wed, Sep 17, 2008 at 9:27 PM, mjharvey1979 <[EMAIL PROTECTED]>wrote: > Hi, > I have created a tilelist component,

Re: [flexcoders] DataGrid in custom component not updating

2008-09-17 Thread Haykel BEN JEMIA
ent (even for a brand new > component) with a > seriesList already defined, it does not update at all. How can I get the > DataGrid to update > properly? > > > > > > > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] as3CoreLib

2008-09-18 Thread Haykel BEN JEMIA
source code? > > Thanks; > > Amy > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Re: as3CoreLib

2008-09-18 Thread Haykel BEN JEMIA
, Amy <[EMAIL PROTECTED]> wrote: > --- In flexcoders@yahoogroups.com , > "Haykel BEN JEMIA" <[EMAIL PROTECTED]> > wrote: > > > > > you have to pull the source from the SVN repository. > > http://code.google.com/p/as3corelib/source/checkout >

Re: [flexcoders] Passing URLVariables from 1 Flex App to another?

2008-09-20 Thread Haykel BEN JEMIA
essfully, but I am unable to > extract the desired parameters. I want to pass the logged in user > info from Login to Main. > > How do I access these URLVariables from the newly loaded Application? > > What is the best (simplest!) way to do this? > > Thanks > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Dragging within a limited space

2008-09-20 Thread Haykel BEN JEMIA
> is outside of the viewable area. > > > http://www.adobe.com/2006/mxml"; > layout="absolute" verticalAlign="middle" horizontalAlign="center"> > > > > > backgroundColor="#1A7394" > mouseDown="dragIt(event);" mouseUp="dropIt(event)"> > > > > > > THANKS! > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] proxy.php

2008-09-21 Thread Haykel BEN JEMIA
g > from the flex documentation that using a proxy would negate the > crossdomain.xml requirement. Am I missing something? Also, why would > it work through Builder and not from the server? TIA > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] [Bindable] is not getting updated..

2008-09-22 Thread Haykel BEN JEMIA
essage in context: > >> >> > >> > http://www.nabble.com/-Bindable--is-not-getting-updated..-tp19600797p19600797.html > >> >> Sent from the FlexCoders mailing list archive at Nabble.com. > >> >> > >> >> > >> >> > >> >> > >> >> -- > >> >> Flexcoders Mailing List > >> >> FAQ: > http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > >> >> Alternative FAQ location: > >> >> > >> > https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847 > >> >> Search Archives: > >> >> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! > Groups > >> >> Links > >> >> > >> >> > >> >> > >> >> > >> > > >> > > >> > > >> > >> -- > >> View this message in context: > >> > http://www.nabble.com/-Bindable--is-not-getting-updated..-tp19600797p19601220.html > >> Sent from the FlexCoders mailing list archive at Nabble.com. > >> > >> > >> > >> > >> -- > >> Flexcoders Mailing List > >> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > >> Alternative FAQ location: > >> > https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847 > >> Search Archives: > >> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups > >> Links > >> > >> > >> > >> > > > > > > -- > > "Therefore, send not to know For whom the bell tolls. It tolls for thee." > > > > http://flex.joshmcdonald.info/ > > > > :: Josh 'G-Funk' McDonald > > :: 0437 221 380 :: [EMAIL PROTECTED] > > > > > > -- > View this message in context: > http://www.nabble.com/-Bindable--is-not-getting-updated..-tp19600797p19601339.html > Sent from the FlexCoders mailing list archive at Nabble.com. > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Re: search file

2008-09-22 Thread Haykel BEN JEMIA
ex: *.jpg¡B*.gif...etc)in the > > computer. > > Second, it will show a dialog let user choice what folder he want to > > search. > > > > Dose this idea possible implement in flex? > > > > thanks, > > dialogtmp > > > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Help with error #1119

2008-09-22 Thread Haykel BEN JEMIA
editable="true" /> > > > > dataField="balanceOwed" > > > dataField="balanceOwed" editable="true" /> > > > > dataField="monthlyPayment" > > > dataField="monthlyPayment" editable="true" /> > > > > > > > > Thanks > Dave > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Strange Image Behavior

2008-09-22 Thread Haykel BEN JEMIA
project that are working > just fine. Any ideas? I tried substituting a couple .gif files instead > but had the same problem. Thanks. > > -Dane > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] SWFLoader loads image relative to the SWF

2008-09-22 Thread Haykel BEN JEMIA
to the html. how can I change this? > > thank you for your help! > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] removeChild or delete item in repeater

2008-09-22 Thread Haykel BEN JEMIA
ving from the screen at all. > > here is the code to removeChild > > vform[evt.target.instanceIndex].removeChild(_submod > [evt.target.instanceIndex][i]); > > What am i doing wrong? > > ohh i am in a private function as below > > private function populateSub(evt:Event):void{ > } > > thanks > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Re: Help with error #1119

2008-09-22 Thread Haykel BEN JEMIA
tion() and I'm thinking it needs to be handled differently? > is this true? > > Dave > > --- In flexcoders@yahoogroups.com , "Haykel > BEN JEMIA" <[EMAIL PROTECTED]> > wrote: > > > > > I think you should be using ciData instead of dp in these functi

Re: [flexcoders] dialog box

2008-09-22 Thread Haykel BEN JEMIA
og box let user to > choose pictures they want to show on this program. > > But I don't know which API on the AIR can show the dialog box. > > Is any related information? > > thanks, > dialogtmp > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] invalidateList or itemUpdated?

2008-09-23 Thread Haykel BEN JEMIA
foo) { > showButton = true; > } else { > showButton = false; > } > > then in the Application, I need to somehow update the renderers: > > foo.val = true; > > > thanks! > dave > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

[flexcoders] AIR: Call a JavaScript function after initialization

2008-09-23 Thread Haykel BEN JEMIA
d add "html.htmlLoader.window.calledFromAS();" to the "domInitialized" function. Bye, -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] [Bindable] is not getting updated..

2008-09-23 Thread Haykel BEN JEMIA
someVar must be bindable and dispatch an event.If you have a setter and getter for the property, or it's a public property, just use the [Bindable] metatag. Otherwise, if you only have a getter, you have to use the [Bindable(event="event name")] syntax with the getter and dispatch the given event e

Re: [flexcoders] Flex Application In Website

2008-09-23 Thread Haykel BEN JEMIA
-- > Download prohibited? No problem. > CHAT<http://in.rd.yahoo.com/tagline_webmessenger_1/*http://in.webmessenger.yahoo.com/>from > any browser, without download. > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Dynamic binding with slider in actionscript

2008-09-23 Thread Haykel BEN JEMIA
hartPanel); > this.addChild(vFrame); > > // this line doesn't work > BindingUtils.bindProperty(chartPanel, "width", zoomSlider, > zoomSlider.value*5); > > How can I get the binding to work with dynamic elements like this? > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Changing flex app background color

2008-09-23 Thread Haykel BEN JEMIA
Application tag. > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Amfphp version update? Dataservices and rtmp

2008-09-25 Thread Haykel BEN JEMIA
TED]>wrote: > Guys . > > I m realy waiting about amfphp's new version to with dataservice suuport > and maybe rtmp too > I heard about amfphp2 but never see its link to have it(download). > > Sajid > > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Get Browser URL, not REAL URL

2008-09-25 Thread Haykel BEN JEMIA
r type i.e. www.abc.com > > Anyhow, when I use Applciation.application.url or > BrowserManager. It always display www.xyz.com > > Any ways to get what in browser URL address line ? > > Thanks > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Re: Get Browser URL, not REAL URL

2008-09-25 Thread Haykel BEN JEMIA
one in browser address. > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] help w/ setting click events on dynamically created linkbuttons

2008-09-25 Thread Haykel BEN JEMIA
n(label, label.length); > > > > Is there an easy way to do this or a different clickable control I should > be using? > > > > Thanks, > > > > Bob > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] help w/ setting click events on dynamically created linkbuttons

2008-09-25 Thread Haykel BEN JEMIA
g to an unrelated type > flash.events:MouseEvent. > > > > The problem I'm having is finding the correct syntax to use when passing > the string to myFunction. > > > > Can you point me to the part of the manuals that would help me with that? > > > > Thanks

Re: [flexcoders] scroll to make a child all visible

2008-09-26 Thread Haykel BEN JEMIA
t some thumbnails. And I know the index of > the child that needs to be visible. What function I need to call? > > Thanks. > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Still working on learning AMFPHP

2008-09-26 Thread Haykel BEN JEMIA
a variable to the private var _somthing:string = "sayHello"; > http://www.adobe.com/2006/mxml"; > layout="absolute"> > showBusyCursor="true" source="tutorials.HelloWorld" destination="amfphp"> > > > > I get an error for this > How can I have > thanks for the help, > timgerr > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] e4x filtering of xml nodes...

2008-09-26 Thread Haykel BEN JEMIA
> 12345 > > > > > This is the runtime error in Flex: > ReferenceError: Error #1065: Variable itemid is not defined > > i can't understand how itemid is not defined. > > Thanks, > d > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] get the file path

2008-10-03 Thread Haykel BEN JEMIA
know where the file located on the user computer, what API > > should I use? > > thanks, > dialogtmp > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] How to display the select item as bold font in the Flex List.

2008-10-03 Thread Haykel BEN JEMIA
required to show > the "bold" fonts for the selected item in the list. > > I tried as item renderer but it displays all the items in the list in > bold font. > > Please share your thoughts on this. > > Thanks > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Re: html and swf file gone

2008-10-03 Thread Haykel BEN JEMIA
t; > build, but no error is reported. The fix for me is to go to the .mxml > > file that has the application and change it and then save. This > > causes it to build again and this ends up showing the errors. For > > example, if my app is called MyApp, I open MyApp.mxml and add then > > remove a space, then save. This always results in some error popping > > up that when fixed gives a complete build. > > > > Hope this helps. > > > > John > > > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] SWFLoader - Getting Symbols

2008-10-03 Thread Haykel BEN JEMIA
ymbols-tp19798505p19798505.html > Sent from the FlexCoders mailing list archive at Nabble.com. > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Re: html and swf file gone

2008-10-03 Thread Haykel BEN JEMIA
oject) everything is working fine. I then > added a linked library from a svn controlled folder. Now my .swf won't > update anymore. I removed the linked library from the source path and > still my .swf file won't update. > > Flex + SVN sucks! > > --- In flexcoders

Re: [flexcoders] Re: [ANN] Announcing Smartypants IOC, a dependency-injection library for Flex.

2008-10-04 Thread Haykel BEN JEMIA
acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847 >> Search Archives: >> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups >> Links >> >> >> >> > > > -- > "Therefore, send not to know For whom the bell tolls. It tolls for thee." > > http://flex.joshmcdonald.info/ > > :: Josh 'G-Funk' McDonald > :: 0437 221 380 :: [EMAIL PROTECTED] > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] undefined method getChildAt

2008-10-04 Thread Haykel BEN JEMIA
: > K:\xampp\htdocs\jbh\Main.mxml(145): Error: Call to a possibly undefined > method getChildAt through a reference with static type > flash.display:DisplayObject. > > This makes no sense at all. What is going on here ? How do I access > child[0].child[0]? > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] undefined method getChildAt

2008-10-05 Thread Haykel BEN JEMIA
ing a filter? anyone knows?). You have to put the whole expression between the parentheses like this: ((vidButtonBox.getChildAt(0) as VBox).getChildAt(0) as VBox).setStyle("backgroundAlpha", "0"); -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Module Design

2008-10-05 Thread Haykel BEN JEMIA
reate another module.My old module and new > module use same third party swc files.So should i load the swc in > main project or individual modules projects. > > Any thoughts??? > > thanks > ilikeflex > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Did seem simple but not...

2008-10-05 Thread Haykel BEN JEMIA
> { > > ajout = new MailAjoutHBox(); > ajout.id = "comp_ajout"+ i; > fi_mail_amis.addChild( ajout ); > idAjoutArray.push( ajout.id ); > > btn_ajout = new Button(); > btn_ajout.id = "btn_ajout" + i; > btn_ajout.label = "+"+i; > ajout.addChild( btn_ajout ); > idBtnArray.push( btn_ajout.id ); > > btn_ajout.id = idBtnArray[i]; > if ( btn_ajout.id == "btn_ajout0" ) > btn_ajout.addEventListener( MouseEvent.MOUSE_UP, plusHandler ); > > i++; > } > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] flex and JSON

2008-10-06 Thread Haykel BEN JEMIA
gt; in flex. > Any pointers is greatly appreciated. > > cheers, > Karthik > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Action script 3 JSON

2008-10-06 Thread Haykel BEN JEMIA
anprakash Pandey > > > -- > Unlimited freedom, unlimited storage. Get it > now<http://in.rd.yahoo.com/tagline_mail_2/*http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/> > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Ely's Flexbook

2008-10-06 Thread Haykel BEN JEMIA
ies() > at mx.managers::LayoutManager/doPhasedInstantiation() > at Function/http://adobe.com/AS3/2006/builtin::apply() > ==== > > Can anybody help me with this? > am stuck in my project because am not able to fix this. > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Bindable variables and modules

2008-10-09 Thread Haykel BEN JEMIA
ayout="absolute" > width="500" height="510" applicationComplete="ing()"> > > > > > > > > Module code > > > > http://www.adobe.com/2006/mxml"; layout="absolute" > width="250" height="150" cornerRadius="5" backgroundColor="#FF"> > > > > > > > > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Is It possible to use ressources in a CustomPreloader

2008-10-09 Thread Haykel BEN JEMIA
the > Preloader as we want to display some label with ProgressBar ? > > Thanks again > > Farid > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Re: ComboBox in Component won't open to Saved Value

2008-10-09 Thread Haykel BEN JEMIA
> others. > > > > > > > > > > > > Tracy > > > > > > > > > > > > > > > > > > From: flexcoders@yahoogroups.com > > > <mailto:flexcoders%40yahoogroups.com

Re: [flexcoders] TileList and preloaders

2008-10-09 Thread Haykel BEN JEMIA
s > the image loaded. What I'd like to have is until the entire TileList > is loaded a preloader component is displayed. > > Suggestions? > > Thank you > jh > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Couple questions

2008-10-11 Thread Haykel BEN JEMIA
ny script collections of free or commercial > Flex MXML/Actionscript applications that one could check out, such as > what there are at http://hotscripts.com and other similar places. > thanks, > Bruce > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Embedding Image from dynamic string

2008-10-12 Thread Haykel BEN JEMIA
rote: > > Hey Dudes > > var a:String="sources/ top2Over. jpg"; >[Bindable] > [Embed(source= a)] or > public var top2Over:Class; > > I want to create object embed adders to be fetched by string .liek the > given simple wrong code &g

Re: [flexcoders] My Flex Form

2008-10-15 Thread Haykel BEN JEMIA
nt is not liking obj, saying it is undefined. I tried hitting > ctrl-space to see if it would add an import for the Object class but > it must not be needed. > Can anyone explain this more clearly, how to get information from a > flex Form tag, representing a Form class, into a _POST[] array > variable that the php FormToEmail.php form processor will email to me? > Thanks, > Bruce > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Re: My Flex Form

2008-10-15 Thread Haykel BEN JEMIA
implicity in demonstrating > this, we could assume Name is the id of that FormItem. > > Can someone please in detail explain or demonstrate what would be > done, specifically. If you know of a place where this is explained on > the web, please let me know. Clearly, I'm missing s

Re: [flexcoders] Re: My Flex Form

2008-10-16 Thread Haykel BEN JEMIA
#x27;ll see about the way you specified the function and see if that > fixes things. > > To see more specifically what I did, please click on this to download > the zip archive file of my Flex Project: > > http://fwweb.biz/ContactForm.zip > > thanks, > Bruce > > --

Re: [flexcoders] Re: Problem with scaleX for system fonts!

2008-10-19 Thread Haykel BEN JEMIA
gt; > > 1) Set the blendMode to layer > > 2) Set the container's cacheAsBitmap to true > > 3) Embed the font > > > > HTH; > > > > Amy > > > Hi Amy, > > Thanks for your response. I tried what you suggested, embedding the > font and the

Re: [flexcoders] Re: Problem with scaleX for system fonts!

2008-10-20 Thread Haykel BEN JEMIA
tStyle: italic; advancedAntiAliasing: true; } On Mon, Oct 20, 2008 at 10:39 AM, akila_ksri <[EMAIL PROTECTED]> wrote: > --- In flexcoders@yahoogroups.com , > "Haykel BEN JEMIA" <[EMAIL PROTECTED]> > wrote: > >

Re: [flexcoders] Re: Problem with scaleX for system fonts!

2008-10-20 Thread Haykel BEN JEMIA
anks for your response. I tried what you suggested, embedding the > > font and then applying scaleX to the text. > > This works fine if the font is just 'Arial'. It does not work if i > > make the text bold/italic. It is necessary for the font to be bold > and > > in italics. I cant get it to work:( > > Try using the blendMode setting instead. It's way simpler, and it > won't bloat your file size. > > HTH; > > Amy > > > -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Re: Problem with scaleX for system fonts!

2008-10-20 Thread Haykel BEN JEMIA
Could you post a working example? This would really interest me! On Mon, Oct 20, 2008 at 5:08 PM, Amy <[EMAIL PROTECTED]> wrote: > --- In flexcoders@yahoogroups.com , > "Haykel BEN JEMIA" <[EMAIL PROTECTED]> > wrote: > > > > You can't apply

Re: [flexcoders] Re: Problem with scaleX for system fonts!

2008-10-21 Thread Haykel BEN JEMIA
ly; fontWeight: bold; fontStyle: italic; advancedAntiAliasing: true; } On Tue, Oct 21, 2008 at 4:20 PM, Amy <[EMAIL PROTECTED]> wrote: > --- In flexcoders@yahoogroups.com , "Amy" > <[EMAIL PROTEC

Re: [flexcoders] Re: Problem with scaleX for system fonts!

2008-10-21 Thread Haykel BEN JEMIA
itation will be removed in Flex 4 (Gumbo) and we will be able to do what we want with text without the need to embed any fonts :) Bye! On Wed, Oct 22, 2008 at 1:18 AM, Amy <[EMAIL PROTECTED]> wrote: > --- In flexcoders@yahoogroups.com , > "Haykel BEN JEMIA" <[EMA

Re: [flexcoders] drawing via actionscript

2008-10-22 Thread Haykel BEN JEMIA
Component = new UIComponent(); > // draw on the drawingComponent; > } > } > > If I have that, and I do (in my flex) new MyClass() and add it to the > mxml, it doesn't show up with what I draw on drawingComponent. > > How do I add the drawingComponent to the class, so tha

[flexcoders] Do you use a Mac?

2008-10-22 Thread Haykel BEN JEMIA
Mac instead of a PC for Web/Flex development? I'm just wondering as I never used a Mac before. -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

[flexcoders] Re: Do you use a Mac?

2008-10-28 Thread Haykel BEN JEMIA
you can't run OS X in any virtual machine. So if you develop for OS X, you have to buy a Mac. Thanks again and happy Flexing! -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

[flexcoders] Load skin classes at runtime for Gumbo

2008-11-13 Thread Haykel BEN JEMIA
d with the ones from "wireframe"? Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Re: Removing an item from a sorted ArrayCollection?

2008-11-21 Thread Haykel BEN JEMIA
IList it's wrapping so you have access to it. All you have to do is get the object you want to remove, find it's index in the wrapped IList and use that index to remove it, again from the wrapped IList. Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com On Fri

Re: [flexcoders] 9-slice question/problem

2008-11-21 Thread Haykel BEN JEMIA
Try setting the "maintainAspectRatio" property of the Image controls to false. In general, the Image and SWFLoader controls are a bit problematic when you don't set explicit values for the width and height ( see this test: http://demo.quietlyscheming.com/superImage/Tests.html ). H

Re: [flexcoders] Removing an item from a sorted ArrayCollection?

2008-11-25 Thread Haykel BEN JEMIA
t;vertical"> 3 8 1 4 7 2 -------- Haykel Ben Jemia Allmas Web & RIA Development http://www.al

Re: [flexcoders] Re: Newbie binding question

2008-11-25 Thread Haykel BEN JEMIA
The official documentation says to use the following syntax: [Bindable(event="eventname")] Jules' suggestion seems to be an alias for it (the Adobe team is also using this one): [Bindable("eventname")] Haykel Ben Jemia Allmas Web & RIA Development http://www.all

Re: [flexcoders] Changing the TextInput themeColor on Change event

2008-11-27 Thread Haykel BEN JEMIA
) { currentFormItem.errorString = "Your error message to the user"; } else { currentFormItem.errorString = ""; } Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com On Thu, Nov 27, 2008 at 1:57 PM, what3v3r82 <[EMAIL PROTECTED]>wrote: &g

Re: [flexcoders] How to get an object to delete itself?

2008-11-28 Thread Haykel BEN JEMIA
uld also implement a DrawingToolsManager which would create DrawingTool objects on demand, add them to a container and remove them when a timer event fires. Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com On Fri, Nov 28, 2008 at 12:25 PM, Paul Andrews <[EMAIL P

Re: [flexcoders] Re: Changing the TextInput themeColor on Change event

2008-11-28 Thread Haykel BEN JEMIA
he validation in the focusIn event to make sure when the TextInput gets the focus the first time, the focus color is set according to the validation rule. Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com On Fri, Nov 28, 2008 at 5:50 PM, what3v3r82 <[EMAIL PROTECTED

[flexcoders] Simple Flex audio player

2008-12-03 Thread Haykel BEN JEMIA
Hi, anyone knows of a simple Flex audio player (just start/stop buttons and a slider)? It shouldn't be a big deal to implement one, just to avoid reinventing the wheel. Thanks, Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

[flexcoders] Design of treeviews

2008-12-04 Thread Haykel BEN JEMIA
Hi, anyone knows about documents describing the design of tree views? I really need design documents, if possible with UML diagrams. Is there perhaps something about the Flex TreeView control? Thanks, Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

Re: [flexcoders] Bring Alert in front of DownloadProgressBar

2008-12-11 Thread Haykel BEN JEMIA
To hide the progress bar you should override the progress handler with an empty function (or add your own code to show the progress). Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com On Wed, Dec 10, 2008 at 9:23 AM, ilikeflex <[EMAIL PROTECTED]> wrote: >

Re: [flexcoders] getting refs to items in Group.mxmlContent?

2008-12-16 Thread Haykel BEN JEMIA
You should use the content management functions of group to access its children: numElements(), getElementAt(index:int), getElementIndex(element:Object) etc. Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com On Tue, Dec 16, 2008 at 10:28 PM, Mic wrote: > (OK

Re: [flexcoders] Re: getting refs to items in Group.mxmlContent?

2008-12-17 Thread Haykel BEN JEMIA
displayGroup.getItemAt(0) should return the FXG object and then you should be able to use the content management functions, i.e. to get the number of items: displayGroup.getItemAt(0).numItems to get the second item: displayGroup.getItemAt(0).getItemAt(1) Haykel Ben Jemia Allmas Web &

Re: [flexcoders] How to open the popup many time?

2008-12-18 Thread Haykel BEN JEMIA
eated. Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com On Wed, Dec 17, 2008 at 10:50 PM, markflex2007 wrote: > Hi, > > I have a component file. > > BasicWindow.mxml > > > http://www.adobe.com/2006/mxml"; > layout="absolute" w

Re: [flexcoders] An other custom event

2008-12-18 Thread Haykel BEN JEMIA
ENT, test); and not this.addEventListener(NewEvent.FLIP_EVENT, test); If in the event listener function (test) you need to know which panel dispatched the event, you can use the event.target property or you can use a different event listener for every panel. Haykel Ben Jemia Allmas Web & RIA Devel

Re: [flexcoders] Re: An other custom event

2008-12-18 Thread Haykel BEN JEMIA
to the panel that fired the event, then you don't need it, it's in e.target. For the stopPropagation functions, which one to use depends on what you want to do, you can find more information here: http://livedocs.adobe.com/flex/3/html/help.html?content=events_08.html Haykel Ben Jemia

Re: [flexcoders] Re: An other custom event

2008-12-18 Thread Haykel BEN JEMIA
If your array has the id "a" for example, you can do: for each (var o:Object in a) { for (var p:Object in o) { trace(p + " " + o[p]); } } You can access the properties of an object like with an array. Haykel Ben Jemia Allmas Web & RIA Development

Re: [flexcoders] Re: An other custom event

2008-12-18 Thread Haykel BEN JEMIA
only iterates over dynamic properties and methods. To make them dynamic, don't declare them, just add them at runtime. More info here: http://livedocs.adobe.com/flex/3/html/help.html?content=usingas_8.html Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com On Th

Re: [flexcoders] Re: geting info of a user who has loged in

2009-01-06 Thread Haykel BEN JEMIA
If you implemented le login functionality, then you should have some mechanism (httpservice, rpc ...) to exchange data with the server to send login info and get a response back. Just use the same mechanisms to send a request and get the data back. Haykel Ben Jemia Allmas Web & RIA Develop

Re: [flexcoders] Re: Flex Photo Gallery

2009-01-08 Thread Haykel BEN JEMIA
Really cool Yuri, what are your plans with it? Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com On Thu, Jan 8, 2009 at 2:14 PM, aphexyuri wrote: > Hey Bruce > It's still a work-in-progress, but have a look: > > http://www.theliblab-tutoria

Re: [flexcoders]How do I know if a class is on the Application?

2009-01-09 Thread Haykel BEN JEMIA
What do you mean with "on the application"? If you mean added to the stage, then you can't find this out in the constructor. Make sure your class is a subclass of DisplayObject and listen to the "added" or "addedToStage" events. Haykel Ben Jemia Allmas Web

Re: [flexcoders]Need help creating a Singleton with MXML

2009-01-09 Thread Haykel BEN JEMIA
he classes that need to use it. Instead always call getInstance(). This way, until the MXML singleton is initialized, a 'default' singleton will be used. Afterwards, the MXML instance will be used. This said, why do you need the singleton to be MXML? Haykel Ben Jemia Allmas Web &

Re: [flexcoders]How do I know if a class is on the Application?

2009-01-11 Thread Haykel BEN JEMIA
I have to ask again: What do you mean with "on the application"? I you mean added to some display list, then it must be a subclass of DisplayObject. Or perhaps you can tell what you want to do exactly. Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com

  1   2   3   >