[flexcoders] How to declare a Complex Type : String + int-

2010-08-09 Thread Nini7016 Nini7016
Hello :) I would like to create a type complex which contains one STRING and One INteger .. How can i declare this type please ?? Any idea please ? Thanks :)

[flexcoders] HOw to disable to modifie the selection of an CheckBox

2010-07-13 Thread Nini7016 Nini7016
Hello I have a CheckBox and i would like that it will usually selected event when user click in the check box it will not be deselected ??? which attributes can i add it to do that PLEASE ? Thank you

[flexcoders] How to make the element of list stressed and having the color blue (other style : bold, inline)

2010-07-12 Thread Nini7016 Nini7016
Hello I have a list : in the dataoprovider , i put an arrayCollection : public var arrayFileUpload : ArrayCollection; ... arrayFileUpload.addItem(fileRef.name +" [size : "+ fileRef.size+"]");

RE: [flexcoders] Re: remove border in a list ---make the border of the list invisible

2010-07-12 Thread Nini7016 Nini7016
rAlpha = 0 --- In flexcoders@yahoogroups.com, Nini7016 Nini7016 wrote: > > > Hello > > I wouldn't like to display the border of a list > > width="289" visible="false" editable="false"/> > > What attribut can i add it to do this (remove the border ) > > Thank you > > NIni >

[flexcoders] remove border in a list ---make the border of the list invisible

2010-07-12 Thread Nini7016 Nini7016
Hello I wouldn't like to display the border of a list What attribut can i add it to do this (remove the border ) Thank you NIni

[flexcoders] Blazdes Problem with Maven ----Any Help please :( :(

2010-06-22 Thread Nini7016 Nini7016
Hello, I worked with an application Flex that uses Blazdes. In our lib there are these librairees : - flex-messaging-common.jar - flex-messaging-core.jar - flex-messaging-opt.jar - flex-messaging-proxy.jar - flex-messaging

[flexcoders] Blazdes Problem with Maven -----Any help please :( :(

2010-06-22 Thread Nini7016 Nini7016
Hello, I worked with an application Flex that uses Blazdes. In our lib there are these librairees : - flex-messaging-common.jar - flex-messaging-core.jar - flex-messaging-opt.jar - flex-messaging-proxy.jar - flex-messaging

RE: [flexcoders] How to upload a file with FileReference ?? Any help please :( :(

2010-06-03 Thread Nini7016 Nini7016
rence ?? Any help please :( :( I might be reading this the wrong way but in FILE_UPLOAD_ URL you should put the path to the server script that will save your file on the server. C From: Nini7016 Nini7016 To: flexcoders@yahoogroups.com Sent: Thu,

[flexcoders] How to upload a file with FileReference ?? Any help please :( :(

2010-06-03 Thread Nini7016 Nini7016
Hello In my application, i have to upload a local file and send it to a server. There is my code : private const FILE_UPLOAD_URL:String = "http://www.YOUR-WEBSITE-HERE.com/fileref/uploader.cfm";; private function init():void {

[flexcoders] Problem with wizard Flex---don't know the librairy flashmatticomponents.swc

2010-05-31 Thread Nini7016 Nini7016
Hello I found a site which shows how to build a wizard : http://code.google.com/p/flashmatticomponents/wiki/Wizard and i added the librairy flashmatticomponents.swc but i have an error : Unable to locate specified base class 'com.flashmattic.framework.wizard.WizardStep' for comp

[flexcoders] Building a wizard ?? any one has done that before ?

2010-05-31 Thread Nini7016 Nini7016
Hello :) I would like to build an interface which proposes to the user to search a file in the computer and then upload it ... We can do this with Wizard, do you have an example please ??? Do you have an example which uses how to looks over a file and upload it ?? Any idea please ?? Thank y

[flexcoders] How to store information of selected value in Cookies ??? Any help :( ....Please your help :( --could you see very quickly my code

2010-05-27 Thread Nini7016 Nini7016
mething very similar, storing the selected value from a Menu. First things first, download the "CookieUtil" library and plug it into your project. Then you can use CookieUtil.setCookie and CookieUtil.getCookie to set and get the values. Hope that helps, Nick -- Sent by Nick

[flexcoders] How to store information of selected value in Cookies ??? Any help :( ....Please your help :( --could you see very quickly my code

2010-05-27 Thread Nini7016 Nini7016
g the selected value from a Menu. First things first, download the "CookieUtil" library and plug it into your project. Then you can use CookieUtil.setCookie and CookieUtil.getCookie to set and get the values. Hope that helps, Nick -- Sent by Nick Middleweek ( { email: n...@middlew

RE: [flexcoders] How to store information in Cookies ???---Thank you :) Nick , Do you have an example of what you have done

2010-05-27 Thread Nini7016 Nini7016
r project. Then you can use CookieUtil.setCookie and CookieUtil.getCookie to set and get the values. Hope that helps, Nick -- Sent by Nick Middleweek ( { email: n...@middleweek.co.uk, blog: http://blog.middleweek.co.uk } ); On 27 May 2010 10:14, Nini7016 Nini7

[flexcoders] How to store information in Cookies ???

2010-05-27 Thread Nini7016 Nini7016
Hello :) I have a menu item et i would like to store these information in CookiesI didn't work with Cookies before :( :( ...Do you have any example please please ... there is a code for the menu item :

[flexcoders] Do you have see this message before :An internal build error has occurred. Right-click for more information. ???

2010-05-21 Thread Nini7016 Nini7016
Hello I am working in Flex application, i have an error Do you have see this message before :An internal build error has occurred.*...Flex problem I tested all Flex sdk versions, but the error is still here :( :( :( do you know how to resolve problem,,, ?? I have alse changed t

[flexcoders] Do you have see this message before :An internal build error has occurred

2010-05-21 Thread Nini7016 Nini7016
Hello I am working in Flex application, i have an error Do you have see this message before :An internal build error has occurred.*...Flex problem I tested all Flex sdk versions, but the error is still here :( :( :( do you know how to resolve problem,,, ?? I have alse changed t

RE: [flexcoders] Re: How to automatise Unit test with Maven ???---Thank you One question please marcello

2010-05-19 Thread Nini7016 Nini7016
ein wrote: > > You should be able to find documentation or examples available at > flex-mojos http://flexmojos.sonatype.org/. > > Evan > > On Tue, May 18, 2010 at 9:56 AM, Nini7016 Nini7016 < > nahloulaha...@...> wrote: > > > > > > > Hello

[flexcoders] How to execute the unit tests of an application Flex with Maven and generates reports of tests----VERY BLOCKED :(

2010-05-19 Thread Nini7016 Nini7016
Hello everybody I would like to excute unit Tests (developed with FlexUnit4) using Maven . I would like also to generate a report of the results of the tests. I used many plugin maven, but i didn't still suceed to that. I have used Maven Surefire Plugin , flex-plugin , flexMojo use I would li

[flexcoders] How to automatise Unit test with Maven ???

2010-05-18 Thread Nini7016 Nini7016
Hello I would like to automatise Unit tests but i didn't find the best plugin which does this ? does anyone did this before Thanks _ Vous voulez regarder la TV directement depu

[flexcoders] Anybody has worked with flex-plugin and MAVEN ..???

2010-05-18 Thread Nini7016 Nini7016
Hello I am working with Maven in order to automatise Unit tests, I have use the plugin flex-plugin : org.servebox.flex flex-plugin 2.3.2 true true 10.0.0

[flexcoders] plugin FlexCover in MAVEN-ERROR TOUCH.TXT-----Any Help please, very URGENT :(

2010-05-17 Thread Nini7016 Nini7016
Hello I work with Maven. I have to excute my test's Classes (FLEX UNIT 4). I choosed the plugin flexcover of the plugin Maven flexmojos-maven-plugin. The reason of the choose of this plugin is because this plugin generates a file which contains the result of test. But unfortunetally it do

[flexcoders] How call to a function declared in MXML file from ActionScript class ?

2010-04-26 Thread Nini7016 Nini7016
Hello :) I created a dataGrid in a file MXML like this : * and i created a function called

RE: [flexcoders] DataGrid---crushing of DataProvider--how to cancat the last contain of DataProvider with an other one ??? :( :(

2010-04-26 Thread Nini7016 Nini7016
Hello I tried your solution and it works very well :) :) :) Thank yo very much :) :) :) _ Hotmail et MSN dans la poche? HOTMAIL et MSN sont dispo gratuitement sur votre t

RE: [flexcoders] DataGrid---crushing of DataProvider--how to cancat the last contain of DataProvider with an other one ??? :( :(

2010-04-23 Thread Nini7016 Nini7016
Thank youuu very much :):):):):):):):):):)):):) To: flexcoders@yahoogroups.com From: olegsivo...@gmail.com Date: Fri, 23 Apr 2010 20:21:22 +0200 Subject: Re: [flexcoders] DataGrid---crushing of DataProvider--how to cancat the last contain of DataProvid

RE: [flexcoders] DataGrid---crushing of DataProvider--how to cancat the last contain of DataProvider with an other one ??? :( :(--my code modified :(

2010-04-23 Thread Nini7016 Nini7016
there is my code modified : // fill the Grid Data private function fillDataGridData2(figure : GraphicalFigure ):void { var handData : ListCollectionView = new ListCollectionView(); var collection : ArrayCollecti

RE: [flexcoders] DataGrid---crushing of DataProvider--how to cancat the last contain of DataProvider with an other one ??? :( :(

2010-04-23 Thread Nini7016 Nini7016
I created a liste : var handData : IList = new ListCollectionView(); but when i do handData.addAll ??? it didn't find this methode there my new code : // fill the Grid Data private function fillDataGridData2(figure : GraphicalFigure ):void {

RE: [flexcoders] DataGrid---crushing of DataProvider--how to cancat the last contain of DataProvider with an other one ??? :( :(

2010-04-23 Thread Nini7016 Nini7016
which method i use to cancat it PLEASE ?? To: flexcoders@yahoogroups.com From: nahloulaha...@hotmail.com Date: Fri, 23 Apr 2010 18:17:05 +0200 Subject: RE: [flexcoders] DataGrid---crushing of DataProvider--how to cancat the last contain of DataProvider with an other one ??? :( :(

RE: [flexcoders] DataGrid---crushing of DataProvider--how to cancat the last contain of DataProvider with an other one ??? :( :(

2010-04-23 Thread Nini7016 Nini7016
But how can i cancat it ?? To: flexcoders@yahoogroups.com From: olegsivo...@gmail.com Date: Fri, 23 Apr 2010 18:06:40 +0200 Subject: Re: [flexcoders] DataGrid---crushing of DataProvider--how to cancat the last contain of DataProvider with an other one ??? :( :(

[flexcoders] DataGrid---crushing of DataProvider--how to cancat the last contain of DataProvider with an other one ??? :( :(

2010-04-23 Thread Nini7016 Nini7016
Hello I create a DataGrid like this : when i click in the button add in order to add th

RE: [flexcoders] List of objects-----PLease--Thank you very much :)

2010-04-23 Thread Nini7016 Nini7016
ac:ArrayCollection =new ArrayCollection() ;//check the docs you can pass an array here and initia;lize directly ac.addItem(o:Object) On Fri, Apr 23, 2010 at 11:18 AM, Nini7016 Nini7016 wrote: Hello I would like to put many object in a list. So

[flexcoders] List of objects-----PLease

2010-04-23 Thread Nini7016 Nini7016
Hello I would like to put many object in a list. So I declared a liste : listData = new List(); But can i identifie that this list contains my objects ?? In Java we can do this ; listData = new List(DataComponentObject); where DataComponentObject is an object of an other class. How can i d

[flexcoders] LInkButton in ActionScript--how to write the attribute 'icon" in Action Script -----PLEASE ANY HELP

2010-04-21 Thread Nini7016 Nini7016
Hello I have this code in MXML file : [Bindable] public var start :Class = BpmnResource.getInstance().icon_tool_start; . I would like to transform it in Action script [Bindable] public var start :Class = BpmnResource.getInstance().icon_tool_start; .

RE: [flexcoders] Draw three rectangles inside a canvas -----URGENT PLEASE

2010-04-20 Thread Nini7016 Nini7016
spark equivalent, and you can’t add Rect objects directly to a halo container. But toss a Group in there and you can add anything to the group. Chet. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Nini7016 Nini7016 Sent: Tuesday, April 20, 2010 4:19

[flexcoders] Draw three rectangles inside a canvas -----URGENT PLEASE

2010-04-20 Thread Nini7016 Nini7016
Hello I have a canvas and I would like to add within this canvas three rectangles superimposed and just between two rectangles there will be space. I used the panel and I put in rectangles but this was not the case. you have any ideas please Any help do you think i must use any other compone

[flexcoders] how to create a web application with Maven

2010-04-07 Thread Nini7016 Nini7016
Hello :) I have an existing application Flex. I would like to create and automatise this web application with Maven. Any body has done that before ? Do you have some tuto which can help me ? It is the first time that i use Maven :( Any information please ?? Regards Thank you very much :)

[flexcoders] How to lock a tabNavigator??? Any idea ??

2010-03-30 Thread Nini7016 Nini7016
Hello :) In my application Flex, i created two tabs (tabNavigators), I would like that at the begening of the creation that one tab is locked and the other not locked Do you have any idea please ?? Any one has done that before .?? Thanks regards :)

[flexcoders] How to create a container in a convas ???

2010-03-25 Thread Nini7016 Nini7016
Hello :) I would like to separate my canvas in differents parts. I have supposed if i add a contaiiner, it can do this separation.. Do you have any idea to how to separate a convas please This is my code : public class FigureCanvas extends Canvas{ .. public

RE: [flexcoders] XML Problem ? how to retreive children from XML without having the same attributs of the principal object

2010-03-24 Thread Nini7016 Nini7016
Thank you very very much :):) To: flexcoders@yahoogroups.com From: olegsivo...@gmail.com Date: Wed, 24 Mar 2010 15:42:59 +0200 Subject: Re: [flexcoders] XML Problem ? how to retreive children from XML without having the same attributs of the principal object

[flexcoders] XML Problem ? how to retreive children from XML without having the same attributs of the principal object

2010-03-24 Thread Nini7016 Nini7016
Hello :) I have a file XML. It looks like that : xml : XML = http://enterprise.netbeans.org/bpel/SimulationEmprunt1/beInAssInAcEn"; xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"; xmlns:xsd="http://www.w3.org/2001/XMLSchema";

[flexcoders] Add an DisplayObject to tabNavigator ???? Any idea ???Any help

2010-03-18 Thread Nini7016 Nini7016
Hello :) I created two tabs, in each tab i added a chlid which is DisplayObject. Unfortunatelly, it added the DisplayObject only for one tab et not the other. Although i added the same object .. There is my code : private function createTab(tabNavigator : TabNavigator, obBpmn : DisplayObject

RE: [flexcoders] Re: How to identify which child of tabNavigatoris clicked?

2010-03-17 Thread Nini7016 Nini7016
1, oldIndex will be 1 and newIndex will be 0. The demo app. posted outputs that information in the trace window. --- In flexcoders@yahoogroups.com, Nini7016 Nini7016 wrote: > > > it is me again :) > I don't understand evt.oldIndex > how we can identify which child i

RE: [flexcoders] Re: How to identify which child of tabNavigatoris clicked?

2010-03-17 Thread Nini7016 Nini7016
cationComplete="TabOnglet()"> --- In flexcoders@yahoogroups.com, Nini7016 Nini7016 wrote: > > > Hello > > > I would like to know which child of tabNavigator is clicked : > > There is my code : >

RE: [flexcoders] Re: How to identify which child of tabNavigatoris clicked?

2010-03-17 Thread Nini7016 Nini7016
rking example to start with... http://www.adobe.com/2006/mxml"; layout="absolute" applicationComplete="TabOnglet()"> --- In flexcoders@yahoogroups.com, Nini7016 Nini7016 wrote: > > > He

[flexcoders] How to identify which child of tabNavigatoris clicked?

2010-03-17 Thread Nini7016 Nini7016
Hello I would like to know which child of tabNavigator is clicked : There is my code : public function TabOnglet() { super(); this.setStyle("borderStyle" , "solid"); //this.percentHeight = 100; this.percentWidth = 100; this.

[flexcoders] how to know in which tab we have done the mouseClick ??? any idea please

2010-03-17 Thread Nini7016 Nini7016
i Shankar --- On Wed, 17/3/10, Nini7016 Nini7016 wrote: From: Nini7016 Nini7016 Subject: RE: [flexcoders] How to call an mxml from ActionScriptcreate tab To: flexcoders@yahoogroups.com Date: Wednesday, 17 March, 2010, 3:20 PM I found a solution it '

RE: [flexcoders] How to call an mxml from ActionScript----create tab

2010-03-17 Thread Nini7016 Nini7016
Wed, 17/3/10, Nini7016 Nini7016 wrote: From: Nini7016 Nini7016 Subject: RE: [flexcoders] How to call an mxml from ActionScriptcreate tab To: flexcoders@yahoogroups.com Date: Wednesday, 17 March, 2010, 3:20 PM I found a solution it 's ok :)

RE: [flexcoders] How to call an mxml from ActionScript----create tab

2010-03-17 Thread Nini7016 Nini7016
I found a solution it 's ok :) To: flexcoders@yahoogroups.com From: nahloulaha...@hotmail.com Date: Wed, 17 Mar 2010 09:46:11 +0100 Subject: [flexcoders] How to call an mxml from ActionScriptcreate tab Hello :) I created a file MXML

[flexcoders] How to call an mxml from ActionScript----create tab

2010-03-17 Thread Nini7016 Nini7016
Hello :) I created a file MXML which 'creat many tab'. Then i created an ActionScript to call this file MXML (the tab), how can i call a file MXML ?? Or do you have an other methode which enables to create a tab in actionScript directly without creating a file MXML ?? AnyIdea please Thank

RE: [flexcoders] problem with TextInput.setFocus, PopupManager, and Mac

2010-03-16 Thread Nini7016 Nini7016
Thank you very very much Alex for your answers,,, You are very very genti :) regards To: flexcoders@yahoogroups.com From: aha...@adobe.com Date: Tue, 16 Mar 2010 15:29:41 -0700 Subject: Re: [flexcoders] problem with TextInput.setFocus, PopupManager, and Mac

RE: [flexcoders] Synchronize with Flex ??? the equivalent of wait or sleep in Java-----AnyHelp please :(

2010-03-15 Thread Nini7016 Nini7016
wait or sleep in Java See http://blogs.adobe.com/aharui/2008/01/threads_in_actionscript_3.html On 3/12/10 9:15 AM, "Nini7016 Nini7016" wrote: Thank you very much for your answer Could you please give o

RE: [flexcoders] Synchronize with Flex ??? the equivalent of wait or sleep in Java

2010-03-13 Thread Nini7016 Nini7016
://blogs.adobe.com/aharui/2008/01/threads_in_actionscript_3.html On 3/12/10 9:15 AM, "Nini7016 Nini7016" wrote: Thank you very much for your answer Could you please give one example using timer and Enter_frame please ? it will be helpful for me thanks again :)

RE: [flexcoders] Synchronize with Flex ??? the equivalent of wait or sleep in Java

2010-03-12 Thread Nini7016 Nini7016
triggered by events like ENTER_FRAME and TIMER On 3/12/10 5:19 AM, "Nini7016 Nini7016" wrote: Hello ;) I would like to know how we can do the equivalent of wait or sleep In Flex please It 's very urgent thank you very much Any idea ??? Command

[flexcoders] Synchronize with Flex ??? the equivalent of wait or sleep in Java

2010-03-12 Thread Nini7016 Nini7016
Hello ;) I would like to know how we can do the equivalent of wait or sleep In Flex please It 's very urgent thank you very much Any idea ??? _ Hotmail et MSN dans la poche? H

RE: [flexcoders] Re: FlexUnit or fluint ?? which the best ???

2010-03-10 Thread Nini7016 Nini7016
t and fluint projects have merged into FlexUnit4, so which was better no longer matters. You can get FlexUnit4 at flexunit.org. --- In flexcoders@yahoogroups.com, Nini7016 Nini7016 wrote: > > > Hello :) > > > I 'm currently doing units test for my application develop

[flexcoders] FlexUnit + UIComponents

2010-03-10 Thread Nini7016 Nini7016
Hello :) I am doing unit tests to my application using FlexUnit: http://docs.flexunit.org/index.php?title=Main_Page when i run the testRunner, all my components User interface are null. I have to run my application and then run the testRunner. I tried to run my application in a browser and the

[flexcoders] FlexUnit or fluint ?? which the best ???

2010-03-10 Thread Nini7016 Nini7016
Hello :) I 'm currently doing units test for my application developped on Flex. I would like to know of anybody has used fluint "http://code.google.com/p/fluint/ " before ?? Do you know it's better to use FlexUnit or fluint ?? Do you know the advantages of fluint Do you have informations pl

[flexcoders] FlexUnit and Cairngorm ?

2010-03-09 Thread Nini7016 Nini7016
Hello :) I would like to know if any body has used FlexUnit to test an application which used the framework Cairngorm ?? I found Flunit http://code.google.com/p/fluint/ Do you think it is better please ?? Any person has tried it before ?? Thanks To: flexcoders@yahoogroups.com From: nahlo

[flexcoders] RE: Eclipse Checkstyle Plugin for Flex Builder?

2010-03-09 Thread Nini7016 Nini7016
Hello :) Thank you very much Michael :) I tried FlexPMD last week, but when i click in run PDM it didn't display anything however i followed all the instruction in this site : http://opensource.adobe.com/wiki/display/flexpmd/FlexPMD+Eclipse+plugin Did you tried it before please ??? it 's reall

RE: [flexcoders] Re: FlexUnit + Ant + Continuos Integration

2010-03-08 Thread Nini7016 Nini7016
Thank you very much :) :) :) regards, To: flexcoders@yahoogroups.com From: mportu...@yahoo.com Date: Mon, 8 Mar 2010 18:19:25 + Subject: [flexcoders] Re: FlexUnit + Ant + Continuos Integration You might try looking at: http://www.inside