[flexcoders] Binding 2 datagrids and videoDisplay

2006-07-18 Thread tonyx_788
hi everyone,i have two datagrids1st datagrid id="datagrid1" dataprovider="myxml.xml"2nd datagrid id="datagrid2" dataprovider="{datagrid1.selectedItem.video}"and a videoDisplay source="{datagrid2.selectedItem.video}" i tried with [EMAIL PROTECTED] and nothingi get this errorno bitrate match

[flexcoders] Problem with videos, using e4x

2006-07-31 Thread tonyx_788
i'm using e4x to make a search in a xml file, the first video displays ok but when i select the second one it'll throw me an error NO BITRATE MATCHmaybe this is something easy but idon't know how to do it, please

[flexcoders] Newbie question videodisplay problem

2006-08-03 Thread tonyx_788
i'm going crazy with FLEX Any one knows why i get NO BITRATE MATCH when selecting a second video from a list component i'm using e4x to make a filter search on a xml file, it works fine my problem is with the video display component my MXML looks something like this (won't compile) .

[flexcoders] datagrid.selectedItem in list

2006-08-03 Thread tonyx_788
what i want is to keep each name i select in the datagrid to stay in the list so i know the last 10 names i clicked on the datagrid mx:List id=lista x=652 y=382 height=57 width=288 dataProvider={datagrid.selectedItem.name}/mx:List -- Flexcoders Mailing List FAQ:

[flexcoders] HistoryManager with selectedItem??????

2006-08-07 Thread tonyx_788
hi all i'm not sure if this can be done? what i want to do is to save the last 10 items clicked in my datagrid is it posible?, i know there should be something about this cause datagrid supports dragdrop so maybe clicking an item in datagrid could act as dragdrop any ideas? -- Flexcoders

[flexcoders] MyPrintPreview,,,,,how to print images?

2006-08-12 Thread tonyx_788
this print example is from the Flex help it just prints the textwhat i want is to print the image on my swfLoader or mx:image componentany one know how to do it i already try the live docs UICOMPONENT class but don't know which one is itimport mx.printing.FlexPrintJob;import MyPrintView;

[flexcoders] Problem after displaying video in TextArea

2006-08-14 Thread tonyx_788
Hi, i'm almost finish with my work but i have one last problemi'm using e4x to make a datagrid filter searchso i have a textinput,datagrid and a textareamx:TextInput id="inputText" width="134" change="xlc.refresh()" fontSize="12" /mx:DataGrid dataProvider="{xlc}"

[flexcoders] click=dg2.dataProvider = dg1.selectedItem------Save item????

2006-08-18 Thread tonyx_788
hi i was wondering if theres a way to save the last 5 items cliked in dg1 to dg2 here's what i saw in an example but it won't keep the items thanks ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=serv.send()

[flexcoders] focus new row?

2006-08-23 Thread tonyx_788
hi all i have this code to delete rows in my grid but if there is no selected row it gives an error what i would like is to set focus on the new row so it won't give any errorto add Rows[Bindable]private var _xlcdatagrid:XMLListCollection;[Bindable]private var _xlcdatagrid2:XMLListCollection =

[flexcoders] AUTO DELETE ITEMS IN DATAGRID

2006-08-29 Thread tonyx_788
IS THERE ANY EXAMPLE TO DELETE THE FIRST ITEM IN A DATAGRID AFTER I ADDED 5? HERE IS MY CODE TO ADD ITEMS FROM ONE DATAGRID TO ANOTHER import mx.collections.XMLListCollection; import mx.rpc.events.ResultEvent; import mx.controls.TextInput import mx.controls.Alert import

[flexcoders] Video still playing in background

2006-12-05 Thread tonyx_788
Hello i have a little problem and hope somebody could help me i'm trying to load diferent video files (made with swishvideo)with a Datagrid and a SWFLoader the first one plays ok but if i select another one before the first one finishes the sound keeps playing i tried SoundMixer.stopAll(); but i

[flexcoders] panorama Viewer without scrollbars

2007-02-05 Thread tonyx_788
hi all does any one have a code to make a Panorama Viewer something like this http://www.360dof.com/360-flash-panorama-viewer.html i only need to be able to move the picture when the mouse moves over it and hide the scrollbars Tnx

[flexcoders] Regexp wont work cause of the b labels

2007-03-10 Thread tonyx_788
Hi all i'm looking for a regular expression for mi app im using CDATA inside my XML so when i try to make a filter search it wont work cause of the B or i before the text lets say in my xml i have something like this: name![CDATA[bAcademia./b]]/name it dont work if i type academia but if i put

[flexcoders] Re: Regexp wont work cause of the b labels

2007-03-14 Thread tonyx_788
are you saying there is no way to start a filter search after the b tag? without typing it first --- In flexcoders@yahoogroups.com, Paul DeCoursey [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, tonyx_788 tonyx_788@ wrote: Hi all i'm looking for a regular expression for mi app

[flexcoders] Re: Regexp wont work cause of the b labels

2007-03-14 Thread tonyx_788
html tag at the beginning if it exists. I am not an expert at regular expressions so this might fail some test cases. --- In flexcoders@yahoogroups.com, tonyx_788 tonyx_788@ wrote: are you saying there is no way to start a filter search after the b tag? without typing it first

[flexcoders] Mouse over image 180 pan

2007-05-11 Thread tonyx_788
hi guys i wonder if any one have a sample like a 360 pan viewer what y really need is to move over an 180 image so when it gets to the edge of it, it'll stop, i have a sample but is made in java not in FLEX thx

[flexcoders] Error after loading swf

2007-06-05 Thread tonyx_788
Hi all, i get this error Error: Unable to load ''. after loading a swf and my app just stops working here is part of my code. *main mxml private function ShowPano():void { var SWFLoaderInstance:Panoramica2 =

[flexcoders] Re: Error after loading swf

2007-06-05 Thread tonyx_788
a debug version of it to see where it is getting stuck. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tonyx_788 Sent: Tuesday, June 05, 2007 8:21 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Error after loading swf

[flexcoders] Re: Error after loading swf

2007-06-05 Thread tonyx_788
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tonyx_788 Sent: Tuesday, June 05, 2007 8:21 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Error after loading swf Hi all, i get this error Error: Unable to load ''. after loading a swf and my app just

[flexcoders] Re: focus new row?

2006-08-30 Thread tonyx_788
I'll try the code gracias Aral -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to:

[flexcoders] extend textarea in PrintJob?

2006-08-31 Thread tonyx_788
hi all, anyone knows how to print all the text of the textarea component it only prints the component but not the text also the text is bigger then the one in the texarea i also would like to know how to add a mx:image component next to the textarea i tried using the FormPrintView.mxml Example

[flexcoders] removeItemAt(0); only 5 items in my datagrid (please, please, please help)

2006-09-02 Thread tonyx_788
hi all, since i'm really new in Flex don't know how to do this what i want is to call removeitem after a 6 item is added in my datagrid so it will always have 5 items and check if there's that item already and remove it and add a new one at the last row somebody in this group gave me this code

[flexcoders] Re: AUTO DELETE ITEMS IN DATAGRID

2006-09-03 Thread tonyx_788
--- In flexcoders@yahoogroups.com, Nate Hardt [EMAIL PROTECTED] wrote: Does this work? datagrid.dataProvider.removeItemAt(0); On Aug 29, 2006, at 4:14 PM, tonyx_788 wrote: IS THERE ANY EXAMPLE TO DELETE THE FIRST ITEM IN A DATAGRID AFTER I ADDED 5? HERE IS MY CODE TO ADD ITEMS

[flexcoders] removeItemAt(0) don't work

2006-09-03 Thread tonyx_788
can somebody please help me with this i just want to removeItemAt(0) when 6 items in my datagrid automatically public function AutoB():void{ if (this._xlcdatagrid2.length = 2){ _xlcdatagrid2.removeItemAt(0); } } -- Flexcoders Mailing List FAQ:

[flexcoders] Re: AUTO DELETE ITEMS IN DATAGRID

2006-09-04 Thread tonyx_788
thanks for the help now this is what i came up with but i get this error in my datagrid component undefined methodany ideas?private function AutoB():void{if (_xlcdatagrid2.length =

Re: [Junk E-Mail - LOW] [flexcoders] removeItemAt(0) don't work

2006-09-04 Thread tonyx_788
hi thanks for trying to help my dataprovider is _xlcdatagrid2 this compiles ok i have no problem with it but when i put in my datagrid dataChange="datagrid2.selectedIndex.AutoB()" i get this error undefined methodhere is the code to pass data to datagrid2import

[flexcoders] Re: focus new row?

2006-09-04 Thread tonyx_788
hi after i tried the code came up with another problem what if i want to automatically removeItemAt(0) when 5 items in my datagrid this is what i have so far but i get an error in datagrid component private function AutoB():void{ if (_xlcdatagrid2.length = 2) {

[flexcoders] Problem with video display and xml

2006-10-06 Thread tonyx_788
hi, i have a little problem, what i want to do is set the visible propertie to true only if there is a video file (flv) in my xml but since there has to be a video tag in the xml even if there is no video, my code always sets the videoD visible propertie to true //**AS CODE ... private

[flexcoders] flash is not inthe center of my app

2006-10-17 Thread tonyx_788
corner of flash can somedbody tell me why is this happening i even tried to do it with a simple app with now resizable panel or canvas and still have the same problem here is the link so you can see it http://mx.geocities.com/tonyx_788/prueba.zip copy and paste -- Flexcoders Mailing List FAQ

[flexcoders] How do i unload a swf after selecting a next one?

2006-10-29 Thread tonyx_788
what i'm trying to do is to have a code to unload the swf automatically after i select another on. this swf's are load via xml when i select another one it just loads the new one and keeps playing the other one until it finishes. i can make a code to stop via a button but what if the users

[flexcoders] 2 Datagrids and 1 Popup with Videodisplay

2006-06-05 Thread tonyx_788
hi everyonei've been for weeks trying to figure out how to do this, i hope somebody can help meI have 2 datagrids, first one is bind to an xmlmx:DataGridid="datagrid"dataProvider="{datos}" x="2" y="71" width="150"

[flexcoders] 2 Datagrids y 1 Popup con Videodisplay

2006-06-05 Thread tonyx_788
Hola atodos sabe alguien como hacer para a darle click a un nombre el cual estaen un datagrid este me muestre un video en un popuppondre un ejemploTengo mi primer datagridmx:DataGridid="datagrid"dataProvider="{datos}"x="2" y="71" width="150"

[flexcoders] quick filter for datagrid

2006-06-05 Thread tonyx_788
I everyone i think my cuestion is simple i have a datagrid with 1000 names (this names are in a xml file) what i one to do is to put an input text so when somebody is looking for a specific name he just start typing and the datagrid start showing only what is being type on the textinput one

[flexcoders] TextArea, XML y CSS ¿como se hace?

2006-06-05 Thread tonyx_788
hola a todos espero esto sea posible en FLEXresulta que tengo un texto en WORD este texto contiene versalitas, cursivas, letras gruesas, etc,son aproximadamente 1000 nombres cada uno con su deficion por ejemploA orillas de una laguna. Libro de Edmundo Batres Ledón, Leticia Ulín Rodríguez y

[flexcoders] Re: quick filter for datagrid

2006-06-05 Thread tonyx_788
-control-v06/ it's not exactly what you want, but the way Sho filters the items in the Listbox may shed a light on your need. On 6/5/06, tonyx_788 [EMAIL PROTECTED] wrote: I everyone i think my cuestion is simple i have a datagrid with 1000 names (this names are in a xml file

[flexcoders] Re: Question about History Management

2006-06-05 Thread tonyx_788
Hi everyone i have Flex 2 Beta1 any one of u have an example code for this history managment button --- In flexcoders@yahoogroups.com, Andriy Panas [EMAIL PROTECTED] wrote: Hello Matt, Yes, for Flex 1.5, history management requires the server. But still, history management works for

[flexcoders] Re: quick filter for datagrid

2006-06-06 Thread tonyx_788
[EMAIL PROTECTED] wrote: well, I'm not sure about that, why not ask Sho about it ? btw, as Flex2 is very close to release, why not port your application to Beta3 ? On 6/6/06, tonyx_788 [EMAIL PROTECTED] wrote: Thanks for the fast reply Jeremy but do you know if this works in Flex 2

[flexcoders] Re: quick filter for datagrid

2006-06-07 Thread tonyx_788
. On 6/7/06, tonyx_788 [EMAIL PROTECTED] wrote: the problem is i'm almost finish with my project and the last time i tried to install beta3 it throw me lots of errors after i finish i'll install it the other thing is that sho's example it's only for comboboxes and i have a text

[flexcoders] Re: Viewing HTML

2006-06-08 Thread tonyx_788
hi Suzy i think Phil is talking about coenraets blog, this is the link hope it helps http://www.coenraets.com/apps/iframe/index.htm **Saludos** Tony --- In flexcoders@yahoogroups.com, Phil Marston [EMAIL PROTECTED] wrote: Hi Suzy, I can't remember which blog I saw it on (one of the Adobe

[flexcoders] Is it posible to bind this xml to textarea?

2006-06-09 Thread tonyx_788
is it posible to bind this kind of xml to a FLEX Textarea? doument:document-content text:p text:style-name=P1 text:span text:style-name=T1A orillas de una laguna./text:span text:p text:style-name=P2Libro de Edmundo Batres Ledón, Roque Ballinas Ballinas, Francisco Fonz

[flexcoders] stupid question, CSS and XML

2006-06-09 Thread tonyx_788
Hi,anyone knows how i can make a specific text (in a textarea) boldhere is part of theXML*datosnombre dato="A orillas de una laguna."desc B353/B Libro de Edmundo Batres Ledón, B353/BRoque Ballinas Ballinas, B353/BFrancisco Fonz Chan, consta de 75 pp. La edición fue de 1,000

[flexcoders] datatips in datagrid, whats wrong?

2006-06-09 Thread tonyx_788
anybody knows why datatips are to slow or sometimes don't show at all? mx:DataGrid id=datagrid dataProvider={datos} width=180 height=100% editable=false fontFamily=garamond fontSize=14 mx:layoutConstraints mx:Anchor horizontalCenter=10 verticalCenter=0/ /mx:layoutConstraints mx:columns mx:Array

[flexcoders] Re: Exportar DataGrid(flex) a Excel

2006-06-10 Thread tonyx_788
que version de FLEX estas usando? da un poco mas de datos para que lo usaran? van a imprimirlo? van a editarlo en excel? para que lo quieres a excel? --- In flexcoders@yahoogroups.com, Mónica Cantillo [EMAIL PROTECTED] wrote: Hola Tengo que hacer las siguientes cosas ... y soy nueva on Flex

[flexcoders] XML and CSS Bold Text

2006-06-13 Thread tonyx_788
hii have this xml text as a data provider...nombre dato="Abdo Andrade, Alberto. "descMédico cirujano. Nació el lt;bgt;13 de mayo de 1957 lt;/bgt;, originario../desc...and this CSSb {font-family: Garamond;font-size:17;color: #00;font-weight: bold;}i know i can not use b/b in XML cause FLEX

[flexcoders] Re: accessing HttpService in Beta 3

2006-06-13 Thread tonyx_788
hi mike is that all of your code??? post the ActionScript code, if you have any. and part of the xml to, --- In flexcoders@yahoogroups.com, mikewertheim [EMAIL PROTECTED] wrote: I'm having trouble accessing an HttpService in Beta 3. The problem I'm having is similar to the one described in

[flexcoders] e4x (undefined has no properties)

2006-06-13 Thread tonyx_788
this my mxml?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.macromedia.com/2005/mxml" creationComplete="srv.send()" viewSourceURL="srcview/index.html" mx:Script ![CDATA[ private function filterProduct(item:Object):Boolean {return item.name.match(new RegExp("^" +

[flexcoders] e4x (couple of questions)

2006-06-15 Thread tonyx_788
i'll put where my problems are in red1.- whats the regular _expression_ so when typing it don't matter if is a or á and if using tab it keeps matching words2.-i can't see the pictures in mx:image, why?3.- when i click on mx:list if there is a video i see an error4.-datatips popup all the

[flexcoders] XML CSS (new in FLEX)

2006-06-21 Thread tonyx_788
Helloi have this xml with a CDATA as u can seecatalog libro nameA orillas de una laguna./name desc![CDATA[ la iUJAT/i a través bDACS/b]]/desc/libro/catalogand this CSS fileTextArea{font-family: Garamond;font-size:16;margin-left:6;margin-right:6;}in flashUJAT a través DACSMY QUESTION IS HOW DO

[flexcoders] E4X (PLEASE READ ANY CLUE WILL HELP)

2006-07-03 Thread tonyx_788
HIIL'TRY TO EXPLAIN THIS AND I HOPE I HAVE ANY ANSWER, TO KNOW WHAT TODO THE CODE AT THE END OF THE MESSAGE IS FROM AN OPENOFFICE DOCUMENT (SOMETHING LIKE MS WORD) I'M TRYING TO DEVELOP AN APPLICATION THAT CAN READ ITI ALREADY HAVE ONE APP WICH HAS 2 XML FILES AS DATAPROVIDERSTHIS IS IT (FLEX2

[flexcoders] Re: e4x (undefined has no properties)

2006-07-04 Thread tonyx_788
--- In flexcoders@yahoogroups.com, Antonio Silva [EMAIL PROTECTED] wrote: Hi i'm using Flex 2 Beta1 also i would like to make another question how can i load another xml file when pressing a button and automatically unload the other one??

[flexcoders] last Cellpress (back button)

2006-07-04 Thread tonyx_788
hello; i know this maybe a stupid question but i don't know how to do it. is there any way with MXML to make a back and forward lets say i have a datagrid with pedro pablo paco luis tony if i click pedro and then luis then click on the back button it will go back to pedro i don't wan't to use

[flexcoders] last Cellpress (back button)

2006-07-04 Thread tonyx_788
hello; i know this maybe a stupid question but i don't know how to do it. is there any way with MXML to make a back and forward lets say i have a datagrid with pedro pablo paco luis tony if i click pedro and then luis then click on the back button it will go back to pedro i don't wan't to use

[flexcoders] Hyperlink to an elemment in textarea

2006-07-05 Thread tonyx_788
hello, is it posible? i know in xml this is a hyperlink to a web page a href=//www.anyweb.com/a but how do i make a link in a textarea to an elemment in the xml? what i want to do is reference a word or a phrase to another text in the xml like in html Yahoo! Groups

[flexcoders] Datatip (show everything in the xml)

2006-07-06 Thread tonyx_788
hello;iknow this maybe something easy to do but don't know howwhen the app compiles and i put the mouse over a name it shows the datatip but with all in the xmlanybody know why?xml catalog libro name id="12"A orillas de una laguna./name desc![CDATA[Libro de Edmundo Batres Ledón, Roque

[flexcoders] datagrid.selectedItem.image (don't work)

2006-07-06 Thread tonyx_788
i'm using e4x 2questions everything else works great but the images won't show when using e4x,if i use http it'll display the image ok anyone knows why? and the datatip willshow everything on the xml, when hover the datagrid why? ... mx:DataGrid dataProvider={xlc} height=419

[flexcoders] Problem auto Refresh in datagrid

2006-07-06 Thread tonyx_788
the problem is that everytime i click on any name or scroll on the datagrid it refreshes to fast anyone know something so it wll go slower mx:DataGrid dataProvider={xlc} height=419 editable=false width=150 id=datagrid scroll=true change=xlc.refresh(),cargarDatos.refresh() x=0 y=0

[flexcoders] Re: datagrid.selectedItem.image (don't work)

2006-07-07 Thread tonyx_788
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tonyx_788 Sent: Thursday, July 06, 2006 9:33 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] datagrid.selectedItem.image (don't work) i'm using e4x 2questions everything else works great

[flexcoders] compile error (Please help)

2006-07-08 Thread tonyx_788
i'm really new in FLEX 2 b1 and ACTIONSCRIPTanyone knows why i get this error when flash compilesError: code:Client.URLRequired string:'A URL must be specified with useProxy set to false.' detail:'null' at mx.rpc.http::HTTPService/send() at mx.rpc.http.mxml::HTTPService/send() at

[flexcoders] Re: datagrid.selectedItem.image (don't work)

2006-07-08 Thread tonyx_788
--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: There is no imagen anywhere in that xml. How do you expect to find it? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tonyx_788 Sent