[flexcoders] Menubar control Anybody?

2005-04-13 Thread nithya karthik




I use tab navigator container to display the category names and the menubar to display the subcategories under each tab.. the menu bar should appear if and only if there is any subcategory under the selected tab.. but the problm with my coe is that it displays a menubar with label- 'undefined' when there is no subcategory... when there is a subcategory it displays "[object object], 1,, [object object], null" when it is clicked.. i want to avoid this.. Please give me the code for this.. herewith i am giving the XML file code and the coresponding MXML code..
?xml version="1.0" encoding="utf-8"?mx:Panel xmlns:mx="http://www.macromedia.com/2003/mxml" width="100%" height="500"mx:TabNavigator id="tab" tabWidth="100" width="100%" height="400" verticalGap="0" marginTop="0" fillColors="[#FF,#D8DAFA]" selectedFillColors="[#9966FF,#DFBFFF]"mx:Script![CDATA[var dataObject : Object;]]/mx:Scriptmx:Repeater id="subcaty" dataProvider="{dataObject}" mx:VBox id="vb" label="{subcaty.currentItem.name}" width="100%" height="325" mx:MenuBar id="menu1" width="100%" dataProvider="{subcaty.currentItem}" labelField="name"
 / /mx:VBox/mx:Repeater/mx:TabNavigator/mx:Panel
the XML:
CategoryId1/IdNameArtistry™ Skin Care and Cosmetics/NameDescription A full range of basic to speciality skin care treatments made with the highest quality formulations to meet the needs of women today as well as a spectrum of colour for both background and feature cosmetics to match any mood or occasion.TRY™ is among the world's top five, largest selling, prestige brands of facial skincare and cosmetics. Based on a 2000 Euromonitor International study of estimated global retail sales./DescriptionImagehomephoto.jpg/ImageSubcategoryId1/IdNameDry-Skin/NameDescriptionTesting jaxb/Descriptionitem123.xml/item/Subcategory
SubcategoryId 2 /IdNameNormal Skin/NameDescription Testing jaxb/DescriptionSubcategoryId 121 /IdNameAqua/NameDescription Testing jaxb2/Descriptionitem 124.xml /item/SubcategorySubcategoryId 13 /IdNameNon-Aqua/NameDescription Testing jaxb3/Descriptionitem 124.xml /item/Subcategory/Subcategory
 SubcategoryId3/IdNameOily-Skin/NameDescriptionTesting jaxb/Descriptionitem125.xml/item /Subcategory SubcategoryId4/IdNameSensitive-Skin/NameDescriptionTesting jaxb/Descriptionitem126.xml/item /Subcategory
/Category  
Yahoo! Messenger - Communicate instantly..."Ping" your friends 
today! Download Messenger Now







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[flexcoders] Charts and fields

2005-04-13 Thread Mika Kiljunen










Hi,

I ran into problem with charts. I have an object
that contains another object and I need to make a chart using them. Lets
say that the object looks like this:



class com.mycom.myObjectX

 {

 public
var myString:String;

 public
var myOtherObject:SomeObject; // Contains a field: myNumber:Number

 }





I would like to do something like this with an array (myArray
) containing myObjectXs:



mx:ColumnChart id=bar
marginLeft=5 height=1000 width=100%
marginRight=5 dataProvider={myArray }
showDataTips=true

mx:series

  mx:Array

   mx:ColumnSeries
yField= myOtherObject.myNumber /

  /mx:Array

 /mx:series

 mx:horizontalAxis

  mx:CategoryAxis
dataProvider={myArray} categoryField=myString /

 /mx:horizontalAxis

 
mx:verticalAxis

  mx:LinearAxis
interval=100 /

 /mx:verticalAxis

/mx:ColumnChart





The problem is that yField=myOtherObject.myNumber
wont work ( yField=myNumber would work if myObjectX was a
flat object but it aint).

I just cant figure out why I cannot reference a object.field
instead of field in yField? Has anyone figured out this one? 



Thanks,

Mika



















Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.












[flexcoders] full screen panel.

2005-04-13 Thread Duccio Del Ministro

Hi flexcoders,
i need some help!!! 
I'm trying to open a panel or a popup full screen.
I've seen some flash sites using full screen mode and
i'm wondering if we can do that in flex.
Thanks 
Duccio Del Ministro



___ 
Nuovo Yahoo! Messenger: E' molto più divertente: Audibles, Avatar, Webcam, 
Giochi, Rubrica… Scaricalo ora! 
http://it.messenger.yahoo.it


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Preloading Images

2005-04-13 Thread Ketan Bengali

Might sound like a stupid question but would like to know
if there is any way to preload images in Flex like the way we do
in HTML.


-- 
Regards,

Ketan Bengali



 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Christophe Coenraets-Using Flex with iBatis

2005-04-13 Thread Francois Le Lay



Hi Barclay,

Did you check my comment on Christophe's blog? Still not working?

Cheers,
François--http://www.mfworx.com








Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










Re: [flexcoders] Re: Error: Cannot invoke method when using a VO

2005-04-13 Thread Christoph Guse

Hi Peter,

I decided to use tail -f catalina.out, which works fine for me. tail -f 
flex.log didn't work, I forgot to mention this in the last mail.
The NCD is nicer to use than cosole logging. Perhaps there is an 
appropriate tool in the next Flex version.

Greets
Christoph

Peter Farland wrote:

 Unfortunately it seems Tomcat decided it would be best to redirect 
 System.out to catalina.out

 http://jakarta.apache.org/tomcat/faq/logging.html#catalina.out

 I suggest you tail -f the Flex log, which should be in 
 /WEB-INF/flex/logs/flex.log by default (and turn off console logging 
 as there's no need to duplicate output), to watch as entries are 
 written to the file... it should get you effectively the same 
 experience as console logging.



 -Original Message-
 From: Christoph Guse [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, April 12, 2005 2:34 PM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Re: Error: Cannot invoke method when using a VO


 Hi Peter,

 my web application server is Tomcat 5.5.7, Java Version 1.5.0_02. My
 Linux is SuSE 9.2.

 I did everything you described. Here the snippet of my flex-config.xml:
 logging
 !-- level of logging - error, warn, info, debug --
 !--levelinfo/level--
 leveldebug/level

 !-- console messages are logged to System.out --
 console 
 !-- enable/disable console logging --
 enabletrue/enable
 /console

 snippet of my gateway-config.xml
 logger level=debugflex.services.logging.FlexGatewayLogger/logger

 I started Tomcat in /etc/init.d with sh tomcat5 start. No console 
 output.
 I started Tomcat in /srv/tomcat-5.5.7/bin with sh startup.sh. This is
 the directory where Tomcat is installed. No console output.

 Any Ideas?
 Christoph

 Peter Farland wrote:

 
  1. Stop web application server (which one are you using?)
 
  2. In /WEB-INF/flex/flex-config.xml, set:
 
  logging level to debug
  enable console logging
 
  3. In /WEB-INF/flex/gateway-config.xml, set:
 
  logging level to debug
 
  4. Start web application server on the command line/in a shell
 
  The console logging of the Flex Log (to which the default logger
  implementation of the AMF Gateway redirects) should write out to
  JAVA's System.out.
 
 
 
 
  -Original Message-
  From: Christoph Guse [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, April 12, 2005 12:57 PM
  To: flexcoders@yahoogroups.com
  Subject: Re: [flexcoders] Re: Error: Cannot invoke method when using 
 a VO
 
 
  Hi Peter,
 
  thanks for your answer. I'm using Flex on Linux, how is the approach to
  get a console output?
 
  Christoph
 
  Peter Farland wrote:
 
   The NetConnection Debugger is an old FP6 movie that's provided as an
   extra to Flex as old Flash Remoting customers are used to it, but it
   was not built by or for Flex.
  
   I suggest you rely on the RemoteObject AMF Gateway's own trace/debug
   level logging as it will show you the AMF traffic passing through it.
   To turn this on, simply set the logging level to Debug in the
   /WEB-INF/flex/gateway-config.xml file and restart your J2EE app. If
   you start your app server from a console window, and have console
   logging enabled for flex, you should see the traffic on screen...
   alternatively, the traffic will appear in the flex log files
   (obviously only if they're enabled) though admittedly this is less
   useful than seeing it update on the console.
  
   I'm guessing the NCD is struggling to show instances of registered
   types due to a bug in the Flash Player as those instances answer the
   test obj == null as true, but not the test obj === null as the
   strict equality operator does not attempt to cast operands before
   comparison.
  
  
   -Original Message-
   From: Christoph Guse [mailto:[EMAIL PROTECTED]
   Sent: Tuesday, April 12, 2005 4:44 AM
   To: flexcoders@yahoogroups.com
   Subject: Re: [flexcoders] Re: Error: Cannot invoke method when using
  a VO
  
  
   Hi Dan, hi cazzaran,
  
   yes, I have such a line in every of my ValueObjects.
  
   But I had errors in the POJO and in the Object.registerClass line. I
   didn't use the fully qualified name of the Java class as first and the
   fully qualified name of the ActionScript class as second argument.
   Without these errors everything works, I can send complex VO's to the
   server and they are mapped correctly.
  
   But now the NetConnectionDebugger is less useful becaus it can't show
   the values of my VO's sent to the server and sent from the server. The
   Debugger shows things like this:
  
   Debug-ID: 0
   Ereignistyp: Result
   Film-URL: http://localhost:8080/ogo-cairn/Index.mxml.swf?debug=true;
   Protokoll: http
   Quelle: Client
   Zeit: 1113295068216.74
   Datum (object #1)
   .Tue Apr 12 10:37:48 GMT+0200 2005
   Result (object #2)
   .[0]: (undefined)
   .[1]: (undefined)
   .[10]: (undefined)
   .[11]: 

Re: [flexcoders] redraw DataGrid

2005-04-13 Thread Christoph Guse

Hi Manish,

here is my code:

public function viewInfo() : Void
{
if(openInfo == false){
   
boxHeight = view.AufgabenBox.height;
dgHeight = view.AufgabenlistePanel.height;
infoHeight = view.aufgabenInfo.height;
infoInitialHeight = infoHeight;
   
var dauer = 250;
var parEffect = new Parallel();
// resize Info
var ie = new mx.effects.Resize(view.aufgabenInfo);
ie.heightFrom = infoHeight;
ie.heightTo = effectHeight;
ie.easing = easeInOutQuad();
ie.hideChildren = [view.aufgabenInfo];
ie.duration = dauer;
//resize DataGrid
var de = new Resize(view.AufgabenlistePanel);
de.heightFrom = dgHeight;
de.heightTo = dgHeight - effectHeight;
de.hideChildren = [view.AufgabenlistePanel];
de.duration = dauer;
   
parEffect.addChild(ie);
parEffect.addChild(de);
   
parEffect.playEffect();
view.AufgabenBox.height=boxHeight;
openInfo = true;
   
// Liste mit Aufgaben neu zeichnen lassen
view.AufgabenlistePanel.redraw(true);
}
else{}
   
}

The last line (view.AufgabenlistePanel.redraw(true);) doesn't work. I 
followed the instructions in Improving performance when resizing Panel 
containers in the flex documentation.

Any ideas?

Christoph

Manish Jethani wrote:

 On 4/12/05, Christoph Guse [EMAIL PROTECTED] wrote:

  in my application there is a DataGrid in a Panel (panel1) with several
  items in it. Under the DataGrid there is another panel (panel2) with a
  box in it which becomes bigger, when an item in the DataGrid is clicked.
  I resize the DataGrid and the box underneath. My problem is, that if
  there are a lot of items in the DataGrid some of the items are cut,

 Set the DataGrid to resize with the Panel.  Then the scrollbars should 
 show up.

 mx:Panel
   mx:DataGrid height=100% /
 /mx:Panel
 !-- when the panel resizes, the datagrid will too --

 I'm surprised that the Panel's scrollbars don't show up.  If this
 doesn't work for you, post some code.

 -- 
 [EMAIL PROTECTED]
 http://manish.revise.org/

 
 *Yahoo! Groups Links*

 * To visit your group on the web, go to:
   http://groups.yahoo.com/group/flexcoders/

 * To unsubscribe from this group, send an email to:
   [EMAIL PROTECTED]
   mailto:[EMAIL PROTECTED]

 * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
   Service http://docs.yahoo.com/info/terms/.



-- 

 Christoph Guse
 Löhstraße 34
 41747 Viersen
 Tel.  0 21 62 / 50 24 066
 Mobil   01 72 / 160 74 84
 VoIP  0 12 12 / 39 64 48 831




 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] redraw DataGrid

2005-04-13 Thread Manish Jethani

On 4/13/05, Christoph Guse [EMAIL PROTECTED] wrote:

 The last line (view.AufgabenlistePanel.redraw(true);) doesn't work. I
 followed the instructions in Improving performance when resizing Panel
 containers in the flex documentation.

I'm afraid I'm going to need more context.  What do you mean it
doesn't work (what should happen, what's happening, etc.)?  It'll be
nice if you can post a complete example.

-- 
[EMAIL PROTECTED]
http://manish.revise.org/


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] full screen panel.

2005-04-13 Thread Manish Jethani

On 4/13/05, Duccio Del Ministro [EMAIL PROTECTED] wrote:

 I'm trying to open a panel or a popup full screen.
 I've seen some flash sites using full screen mode and
 i'm wondering if we can do that in flex.

Some web browsers allow you to go full screen, but it mostly depends
on the user's preferences.  You'll have to use (possible
browser-specific) JavaScript to achieve this (look on Google).

-- 
[EMAIL PROTECTED]
http://manish.revise.org/


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Accordion headers and forms

2005-04-13 Thread Manish Jethani

On 4/13/05, Andrew Spaulding [EMAIL PROTECTED] wrote:

 If I have an Validation error in a form, what is the best way to show
 this in an accordion header?

Set the label property of the currently selected view to include the
error message in it.

  accordion.selectedChild.label += (Error: foo);

-- 
[EMAIL PROTECTED]
http://manish.revise.org/


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Preloading Images

2005-04-13 Thread Abdul Qabiz

Hi Ketan,

No, I am not sure. But you can do the achieve the same in two ways:

1) Embed all images in the swf using Embed metatag
2) On initialization, start a setInterval(..) which loads list of images in
background

But why would you want to do that? If you want to make sure that required
images are loaded before user starts using application, then embedding
images is the best soln IMO, but this would lead to larger filesize.



-abdul

-Original Message-
From: Ketan Bengali [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 2:31 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Preloading Images


Might sound like a stupid question but would like to know
if there is any way to preload images in Flex like the way we do
in HTML.


-- 
Regards,

Ketan Bengali



 
Yahoo! Groups Links



 





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] full screen panel.

2005-04-13 Thread Duccio Del Ministro

Thanks Manish.
Regards
Duccio
--- Manish Jethani [EMAIL PROTECTED] wrote:

-
On 4/13/05, Duccio Del Ministro [EMAIL PROTECTED]
wrote:

 I'm trying to open a panel or a popup full screen.
 I've seen some flash sites using full screen mode
and
 i'm wondering if we can do that in flex.

Some web browsers allow you to go full screen, but it
mostly depends
on the user's preferences.  You'll have to use
(possible
browser-specific) JavaScript to achieve this (look on
Google).

-- 
[EMAIL PROTECTED]
http://manish.revise.org/


-
Yahoo! Groups Links

   To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
 
   To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
 
   Your use of Yahoo! Groups is subject to the Yahoo!
Terms of Service.




___ 
Nuovo Yahoo! Messenger: E' molto più divertente: Audibles, Avatar, Webcam, 
Giochi, Rubrica… Scaricalo ora! 
http://it.messenger.yahoo.it


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] redraw DataGrid

2005-04-13 Thread Christoph Guse

Hi Manish,

as far I understood Flex an event is broadcastet when a component is 
changed and the component will be drawed again.
Example:
Flex application is a mxml file with width=100% and height=100% 
called directly in a browser. If I change the size of the browser, some 
event is broadcasted and the Flex application will be arranged so it 
fits into the new browser size.
I tried to get this effect with AufgabenlistePanel.redraw(true), but it 
failed.

Normally this new arrangement effect should be broadcasted 
automatically, but it isn't.

I think I can't post a more complete example, because my application is 
a little complex by the use of cairngorm. Did I help you somehow with my 
explanation?

Christoph

Manish Jethani wrote:

 On 4/13/05, Christoph Guse [EMAIL PROTECTED] wrote:

  The last line (view.AufgabenlistePanel.redraw(true);) doesn't work. I
  followed the instructions in Improving performance when resizing Panel
  containers in the flex documentation.

 I'm afraid I'm going to need more context.  What do you mean it
 doesn't work (what should happen, what's happening, etc.)?  It'll be
 nice if you can post a complete example.

 -- 
 [EMAIL PROTECTED]
 http://manish.revise.org/

 
 *Yahoo! Groups Links*

 * To visit your group on the web, go to:
   http://groups.yahoo.com/group/flexcoders/

 * To unsubscribe from this group, send an email to:
   [EMAIL PROTECTED]
   mailto:[EMAIL PROTECTED]

 * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
   Service http://docs.yahoo.com/info/terms/.



-- 

 Christoph Guse
 Löhstraße 34
 41747 Viersen
 Tel.  0 21 62 / 50 24 066
 Mobil   01 72 / 160 74 84
 VoIP  0 12 12 / 39 64 48 831




 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] OT:?versionChecked=false crashes JRun/Apache

2005-04-13 Thread Johan Lopes


Hi,

I just noticed that when I rewrite the versionChecked queryString on
the browser (Mozilla 1.7.3 on Windows) to false
(http://myserver.com/flex/myflex.mxml?versionChecked=false) the Jrun
Connector for Apache goes into what it looks like an infinite loop and
crashes, resulting in an internal server error.

Has anyone else ran into the same issue?

/Johan 





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Grid Header ContextMenu

2005-04-13 Thread viraf_bankwalla


Hi,

How do I create a context menu for my Header in a grid?  I have a 
HeaderRenderer and tried to cast it to a MovieObject and set the menu 
attribute, however this did not work.

Thanks.

- viraf





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] OT:?versionChecked=false crashes JRun/Apache

2005-04-13 Thread Abdul Qabiz

Hi Johan,

That's known bug, hopefully it gets fixed in next version of Flex.

-abdul 

-Original Message-
From: Johan Lopes [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 4:46 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] OT:?versionChecked=false crashes JRun/Apache



Hi,

I just noticed that when I rewrite the versionChecked queryString on
the browser (Mozilla 1.7.3 on Windows) to false
(http://myserver.com/flex/myflex.mxml?versionChecked=false) the Jrun
Connector for Apache goes into what it looks like an infinite loop and
crashes, resulting in an internal server error.

Has anyone else ran into the same issue?

/Johan 





 
Yahoo! Groups Links



 





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] DataGrid performance

2005-04-13 Thread viraf_bankwalla


I have a DataGrid with approximately 20 rows and 10 columns.  Each 
cell in the grid contains 4 other objects that are displayed.  When 
scrolling vertically the performance is poor at best.  What can I do 
to improve the performance?

I am reading the articly on Macromedia's site - however my effectStart 
and effectEnd eventHandlers are not being invoked.  I set them on a 
HBox that contains the grids.

Thanks.

- viraf





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Re: OT:?versionChecked=false crashes JRun/Apache

2005-04-13 Thread Johan Lopes


Abdul,

Thanks for the prompt reply. I was getting a bit worried I had done
something wrong while setting up Flex on my server.

/Johan 


--- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote:
 Hi Johan,
 
 That's known bug, hopefully it gets fixed in next version of Flex.
 
 -abdul 
 
 -Original Message-
 From: Johan Lopes [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, April 13, 2005 4:46 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] OT:?versionChecked=false crashes JRun/Apache
 
 
 
 Hi,
 
 I just noticed that when I rewrite the versionChecked queryString on
 the browser (Mozilla 1.7.3 on Windows) to false
 (http://myserver.com/flex/myflex.mxml?versionChecked=false) the Jrun
 Connector for Apache goes into what it looks like an infinite loop
and
 crashes, resulting in an internal server error.
 
 Has anyone else ran into the same issue?
 
 /Johan 
 
 
 
 
 
  
 Yahoo! Groups Links





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Color in textArea

2005-04-13 Thread Tom Fitzpatrick

Manish -

Thanks - but that doesn't work for my situation.

I'm trying to add the color during the process of building a string that 
will be pulled into a textArea.

Something like the following (doesn't work, but shows you what I'm trying 
to do):

?xml version=1.0?
mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml;
   xmlns=* creationComplete=
   mx:Text id=t text=start /
   mx:Button label=Color click=createText()/
   mx:Script

 function doRed(text):String
 {
 var tf = new TextFormat();
 tf.color = 0xFF;
 text.setTextFormat(tf);
 return text;
 }

 function doBlack(text):String
 {
 var tf = new TextFormat();
 tf.color = 0x00;
 text.setTextFormat(tf);
 return text;
 }

 function createText():Void
 {
 var textA = Terrific vs. ;
 var textB = Not so good;
 textA = doRed(textA);
 textB = doBlack(textB);
 t.text = textA+textB;
 }
   /mx:Script
/mx:Application

At 09:19 PM 4/12/2005, you wrote:
  I'm building strings for display in a textArea. Is there a way to
  programmatically add color to selected portions of text?

Yup.

?xml version=1.0?
mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml;
   xmlns=* creationComplete=
   mx:Text id=t text=The quick brown fox jumped over the text. /
   mx:Button label=Color click=doColor()/
   mx:Script
 function doColor():Void
 {
   var tf = t.labelField.getTextFormat(5, 10);
   tf.color = 0xFF;
   t.labelField.setTextFormat(5, 10, tf);
 }
   /mx:Script
/mx:Application

labelField is an undocumented property.  It's of type TextField.






 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Update a label

2005-04-13 Thread Fernando Barros

Hi there!

I would like to know, a better way to update a label after I changed TextInput 
property. What I did:

mx:TextInput id=txtNome keyDown=fAtualizaVar(event.ascii) maxChars=150 
width=200 /
And in my AS I have:
function fAtualizaVar(sNovoChar):Void
{
var sBotaoMsg:String;
if (isNaN(PropostaSelecionada.NCLIENTEID) == false)
sBotaoMsg = 'Update ' + txtNome.text + chr(sNovoChar);
else
sBotaoMsg = 'Insert ' + txtNome.text + chr(sNovoChar);

btnGravar.label = sBotaoMsg;
}

I would like to know if I had a way to set the property to a variable, and 
after that, automatically set the new value to the label of that button!

sLabelBut = 'Update ' + myUser;

Did I make myself clear?

Tank's in advance. As you can see I'm new on that!
 
---
Fernando Barros
Internet Officer
11 5014-7093
www.officer.com.br
---




 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Re: Grid Header ContextMenu

2005-04-13 Thread Abdul Qabiz

Yeah, Label uses Flash Textfield, But for ContextMenu, a textfield should be
selectable/editable.


Following is simple example for context-menu, if you already know how to do
it, ignore it.

##ContextMenuExample.mxml##

?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml;
initialize=addContextMenu();
mx:Script
![CDATA[



function addContextMenu()
{
var _cm:ContextMenu;
var about_cmi:ContextMenuItem;
_cm = new ContextMenu();
about_cmi  = new ContextMenuItem(About This App,
mx.utils.Delegate.create(this,showAbout));
_cm.customItems.push(about_cmi);
_cm.hideBuiltInItems();
mx.core.Application.application.menu = _cm;
}

function showAbout()
{
alert(Context Menu Example App v 1.0);
}

]]
/mx:Script
/mx:Application


-abdul


 

-Original Message-
From: viraf_bankwalla [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 5:45 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Grid Header ContextMenu



Thanks

UIObject extends MovieClip - so I thought that I could simply add it 
to any object.  How do I find out which Flex components use the 
Flash TextField ? (Do Labels use the text field ?)

Do you have an example ?


- viraf


--- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote:
 Hi,
 
 We only support context-menus at application level only, not to 
any children
 of application or to nested objects. However you can add context-
menu items
 to TextInput, TextArea or anything that uses a Flash TextField.
 
 Hopefully, in future context-menu would be supported for nested 
objects.
 
 
 But there is workaround, you can add/remove context menu items to 
main
 context menu depending upon where mouse pointer isSo if user 
right
 clicks on header, you can detect that mouse pointer is on datagrid 
header
 and add context menu items...
 
 Does it make sense?
 
 -abdul
 
 
 -Original Message-
 From: viraf_bankwalla [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, April 13, 2005 5:10 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Grid Header ContextMenu
 
 
 
 Hi,
 
 How do I create a context menu for my Header in a grid?  I have a 
 HeaderRenderer and tried to cast it to a MovieObject and set the 
menu 
 attribute, however this did not work.
 
 Thanks.
 
 - viraf
 
 
 
 
 
  
 Yahoo! Groups Links





 
Yahoo! Groups Links



 





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Update a label

2005-04-13 Thread Manish Jethani

On 4/13/05, Fernando Barros [EMAIL PROTECTED] wrote:

 mx:TextInput id=txtNome keyDown=fAtualizaVar(event.ascii) maxChars=150 
 width=200 /
 And in my AS I have:
 function fAtualizaVar(sNovoChar):Void
 {
 var sBotaoMsg:String;
 if (isNaN(PropostaSelecionada.NCLIENTEID) == false)
 sBotaoMsg = 'Update ' + txtNome.text + chr(sNovoChar);
 else
 sBotaoMsg = 'Insert ' + txtNome.text + chr(sNovoChar);
 

Where is btnGravar defined?  You could just use binding instead of doing this.

 mx:Button id=btnGravar
label={(isNaN(PropostaSelecionada.NCLIENTEID) ? 'Insert ' : 'Update
') + txtNome.text} /

-- 
[EMAIL PROTECTED]
http://manish.revise.org/


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] PrintJob() with DataGrid Timing Issue

2005-04-13 Thread convergenceii


Has anyone had any problems with a datagrid not being resized before
being printed?  Basically, within the print function, I find out what
size the page is and resize the datagrid to the available space. 
However, it doesn't get resized before the .addPage() is called, so
the printed page uses the previous size.  Since I can't call
pj.start() ahead of time, I'm not sure what else I can do, unless
there is a way to delay within a function.

Any ideas / suggestions / examples would be GREATLY appreciated. 
Thanks in advance!

Here is my function (page is simply a canvas with a VBox):

function printPage()
{
pj = new PrintJob();

if(pj.start() != true)
{
delete pj;
return;
}

_parent.width = pj.pageWidth;
reportVBox.width = pj.pageWidth;
printDataGrid.width = pj.pageWidth;

_parent.height = pj.pageHeight;
reportVBox.height = pj.pageHeight;
printDataGrid.height = 700;

this.redraw();

pj.addPage(reportVBox);

pj.send();
delete pj;
}






 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Preloading Images

2005-04-13 Thread Manish Jethani

On 4/13/05, Ketan Bengali [EMAIL PROTECTED] wrote:

 Might sound like a stupid question but would like to know
 if there is any way to preload images in Flex like the way we do
 in HTML.

Yes, and you would do it exactly like you do in HTML/JavaScript.  i.e.
use hidden image objects and toggle the visibility on mouseover.

-- 
[EMAIL PROTECTED]
http://manish.revise.org/


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Color in textArea

2005-04-13 Thread JesterXL

Use HTML text then (my_ta.htmlText = font color='#FF'red/font 
text);

- Original Message - 
From: Tom Fitzpatrick [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Wednesday, April 13, 2005 9:00 AM
Subject: Re: [flexcoders] Color in textArea



Manish -

Thanks - but that doesn't work for my situation.

I'm trying to add the color during the process of building a string that
will be pulled into a textArea.

Something like the following (doesn't work, but shows you what I'm trying
to do):

?xml version=1.0?
mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml;
   xmlns=* creationComplete=
   mx:Text id=t text=start /
   mx:Button label=Color click=createText()/
   mx:Script

 function doRed(text):String
 {
 var tf = new TextFormat();
 tf.color = 0xFF;
 text.setTextFormat(tf);
 return text;
 }

 function doBlack(text):String
 {
 var tf = new TextFormat();
 tf.color = 0x00;
 text.setTextFormat(tf);
 return text;
 }

 function createText():Void
 {
 var textA = Terrific vs. ;
 var textB = Not so good;
 textA = doRed(textA);
 textB = doBlack(textB);
 t.text = textA+textB;
 }
   /mx:Script
/mx:Application

At 09:19 PM 4/12/2005, you wrote:
  I'm building strings for display in a textArea. Is there a way to
  programmatically add color to selected portions of text?

Yup.

?xml version=1.0?
mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml;
   xmlns=* creationComplete=
   mx:Text id=t text=The quick brown fox jumped over the text. /
   mx:Button label=Color click=doColor()/
   mx:Script
 function doColor():Void
 {
   var tf = t.labelField.getTextFormat(5, 10);
   tf.color = 0xFF;
   t.labelField.setTextFormat(5, 10, tf);
 }
   /mx:Script
/mx:Application

labelField is an undocumented property.  It's of type TextField.







Yahoo! Groups Links








 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Update a label

2005-04-13 Thread Abdul Qabiz

Hi,

You can use the binding. You can bind a  variable to Button's label
property, so when variable changes button's label would be updated
implicitly..

An example,


##BindingExample.mxml##

mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml;

mx:Script
var sBotaoMsg:String = initial label;

function fAtualizaVar(sNovoChar):Void
{

if (isNaN(PropostaSelecionada.NCLIENTEID) == false)
sBotaoMsg = 'Update ' + txtNome.text +
chr(sNovoChar);
else
sBotaoMsg = 'Insert ' + txtNome.text +
chr(sNovoChar);

btnGravar.label = sBotaoMsg;
}
/mx:Script

mx:TextInput id=txtNome keyDown=fAtualizaVar(event.ascii)
maxChars=150 width=200 /
mx:Button id=btnGravar label={sBotaoMsg}/

/mx:Application 


I just used your code, note those curly-braces, that's how you bind a
property to some variable. Yeah before running this code make sure all
variables are defined. Like PropostaSelecionada is not known above code...

-abdul



-Original Message-
From: Fernando Barros [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 6:40 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Update a label


Hi there!

I would like to know, a better way to update a label after I changed
TextInput property. What I did:

mx:TextInput id=txtNome keyDown=fAtualizaVar(event.ascii)
maxChars=150 width=200 /
And in my AS I have:
function fAtualizaVar(sNovoChar):Void
{
var sBotaoMsg:String;
if (isNaN(PropostaSelecionada.NCLIENTEID) == false)
sBotaoMsg = 'Update ' + txtNome.text + chr(sNovoChar);
else
sBotaoMsg = 'Insert ' + txtNome.text + chr(sNovoChar);

btnGravar.label = sBotaoMsg;
}

I would like to know if I had a way to set the property to a variable, and
after that, automatically set the new value to the label of that button!

sLabelBut = 'Update ' + myUser;

Did I make myself clear?

Tank's in advance. As you can see I'm new on that!
 
---
Fernando Barros
Internet Officer
11 5014-7093
www.officer.com.br
---




 
Yahoo! Groups Links



 





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Color in textArea

2005-04-13 Thread Manish Jethani

On 4/13/05, Tom Fitzpatrick [EMAIL PROTECTED] wrote:

 Thanks - but that doesn't work for my situation.
 
 I'm trying to add the color during the process of building a string that
 will be pulled into a textArea.

You could make it work by adding more logic, etc.  You basically want
to embed formatting information into the text rather than the
textfield.  Sounds like a job for HTML!  Use the htmlText property and
specify font color='#FF'

-- 
[EMAIL PROTECTED]
http://manish.revise.org/


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RES: [flexcoders] Update a label

2005-04-13 Thread Fernando Barros

Ok Thks! Now I see. Sometimes I forget these things because I am used to codify 
in CFMX. Living and Learning!!

Thks again!

---
Fernando Barros
Internet Officer
11 5014-7093
www.officer.com.br
---

De: Manish Jethani [mailto:[EMAIL PROTECTED] 
Enviada em: quarta-feira, 13 de abril de 2005 10:23
Para: flexcoders@yahoogroups.com
Assunto: Re: [flexcoders] Update a label

On 4/13/05, Fernando Barros [EMAIL PROTECTED] wrote:

 mx:TextInput id=txtNome keyDown=fAtualizaVar(event.ascii) maxChars=150 
 width=200 /
 And in my AS I have:
 function fAtualizaVar(sNovoChar):Void
 {
 var sBotaoMsg:String;
 if (isNaN(PropostaSelecionada.NCLIENTEID) == false)
 sBotaoMsg = 'Update ' + txtNome.text + chr(sNovoChar);
 else
 sBotaoMsg = 'Insert ' + txtNome.text + chr(sNovoChar);
 

Where is btnGravar defined?  You could just use binding instead of doing this.

mx:Button id=btnGravar
label={(isNaN(PropostaSelecionada.NCLIENTEID) ? 'Insert ' : 'Update
') + txtNome.text} /

-- 
[EMAIL PROTECTED]
http://manish.revise.org/ 



 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] redraw DataGrid

2005-04-13 Thread Manish Jethani

On 4/13/05, Christoph Guse [EMAIL PROTECTED] wrote:


 I tried to get this effect with AufgabenlistePanel.redraw(true), but it
 failed.
 
 Normally this new arrangement effect should be broadcasted
 automatically, but it isn't.

You can call the following invalidation functions:

 invalidateLayout()
 invalidateSize()
 invalidate()

See the docs for an explanation.  I think you want to call invalidateLayout()

-- 
[EMAIL PROTECTED]
http://manish.revise.org/


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] htmlText and embedded fonts

2005-04-13 Thread Andy Goodfellow

Has this been answered anywhere? I'm having the same issues with
embedded fonts not being displayed in the htmlText of an mx:TextArea
field.

-Andy

On 1/19/05, jayar_flexer [EMAIL PROTECTED] wrote:
  
  Hi,
  i have a textarea with htmltext and want to rotate it 180 degree.
  Therefor i have to embed the font used in the textfield. But when the
  font is embedded and i use the htmlText-tag, no text will be 
  displayed in the textfield. If i click the right mouse button on the 
  textfield and select 'select all', the text is in the clipboard.
  How can i use htmltext, embedded fonts and rotation?
  Thanks,
  Jens
  
  
  
  
  
  
  Yahoo! Groups Links
  
  
 To visit your group on the web, go to:
 http://groups.yahoo.com/group/flexcoders/
   
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
   
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Debugging Flex Proxy

2005-04-13 Thread Brian Deitte
Title: Debugging Flex Proxy





Hi Ronald, that's strange. We've done load testing 
here and haven't run across such an error before. I'm not sure how to help 
you debug it, but I can suggest a setting to change: max-connections. This 
is located in flex-config.xml in two places, and I would change both of 
them. Try setting to 0, which will turn off pooling and slow down your 
proxy requests but which will cause the code to not wait in the section shown 
below. You could also try setting it to a value much higher than the 
default of 50, but suspect that won't fix the problem. 
-Brian


From: Ronald Kinion 
[mailto:[EMAIL PROTECTED] Sent: Tuesday, April 12, 2005 11:00 
PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] 
Debugging Flex Proxy

Every now and then on our production boxes we have a 
problem where the application starts taking longer and longer to respond and all 
the threads get used up on our servers (using jboss 3.2.3). If I do a 
thread dump I see a very large number of stack traces similar to 
this:
 at 
java.lang.Object.wait(Native Method)  at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.doGetConnection 
(MultiThreadedHttpConnectionManager.java:46 1)  - locked 0xcc232f40 (a 
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$ConnectionPool) 
 
at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.getConnection(M 
ultiThreadedHttpConnectionManager.java:365)  at 
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:613) 
 
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:497) 
 
at flex.server.j2ee.proxy.ProxyServlet.service(ProxyServlet.java:766) 
 
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)  at 
flex.bootstrap.BootstrapServlet.service(BootstrapServlet.java:69) 
[truncated the rest] 
I'm thinking that there is some url being called in 
our flex app that is hanging/locking and the threads are hanging around waiting 
for a response or to get unlocked. Is there anyway to tell what 
url/http-request the flex proxy is waiting on? Currently I'm only able to 
get log output for when the http-request is completed; I suppose I want the 
opposite of this, some log output for when a http-request is started.
we have tried in the past to completely turn off the 
flex proxy (in the flex-config.xml file) but then we got weird problems where IE 
browsers would cache some or all of our requests for xml data and would 
absolutely not refresh we had to turn the proxy back on. 
Any help or ideas would be appreciated. 
-- Ronald Kinion Senior Web 
Developer, MIS Zones, Inc. PH: 253-205-3000 x5162 [EMAIL PROTECTED] http://www.zones.com 







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[flexcoders] Re: Flex Cairngorm question

2005-04-13 Thread flexcoding


Hi Gurus,

Any response to the following questions about Cairngorm? Posting it 
again in the forum because the original is burried deep inside. 
Thanks for the help in advance...

Hello Guys, 

I just started Flex development two months back and we are trying to 
develop an enterprise level application. So we decided to use open 
source Cairngorm Framework v 0.9 by Iteration Two. Though it lacks 
ample documentation, we straightway found its benefits as it neatly 
separates and organizes the mxml/action script code. Kudos to the 
developers of this great framework. We found this to be very 
benefitial for a big size application. 

I have two questions releted to the Cairngorm framework for rich 
internet apps: 

Question 1. If we need to execute multiple delegate methods in 
response to one user action, should we write a command action script 
for each of the methods? Or can we just have one command 
corresponding to each user action and invoke more than one delegate 
method in the execute method of this single command? If we can do the 
latter, is there a way to know in the onResult method that the 
respons is coming from which delegate method's execution and take 
appropriate action? 

Question 2. In the Java business classes, we return POJOs. Do they 
need to be converted to MXML Value Objects? We tried to directly pass 
these pojos to the view helpers do display them in the application 
and it seems to work perfectly. Are we doing something wrong or can 
there be any design problems in doing that which I am not realizing 
at the moment? 

Thanks  Regards, 

Rohit Chhabra.





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] xml-combobox

2005-04-13 Thread ibibas


Hi pals,

In my application I have a help feature it permits to display help text if
user requests for. Is a multilang application. My initial idea to implement
this feature is to create a XML file as follows:

help_file
  obj label=screen1
field label=field11
  lang1help_text_lang11/lang1
  lang2help_text_lang12/lang2
/field
field label=field12
  lang1help_text_lang1/lang1
  lang2help_text_lang2/lang2
/field
  /obj
  obj label=screen2
field label=field21
  lang1help_text_lang21/lang1
  lang2help_text_lang22/lang2
/field
field label=field22
  lang1help_text_lang21/lang1
  lang2help_text_lang22/lang2
/field
  /obj
/help_file

In my code:

mx:Model id=helpList source=../xml/help_file.xml/

..

mx:ComboBox id=object_list backgroundColor=#FF cornerRadius=0
  dataProvider={helpList.obj} width=180
  change=selectFields(event) initialize=sort();/

In selectFields function I create dataprovider for 2nd combo:

mx:ComboBox id=field_list backgroundColor=#FF cornerRadius=0
  width=180
  change=display_help(event) initialize=sort();/

My objective is to have 2 dropdown list as shown in the figure below. Where
objecte contains the obj nodes from the XML above, i.e.
{screen1,screen2}. Once selected the objecte the camp list should be
filed with the appropiated fields {field11,field12} or {field21,field22}.
Finally when user selects field the help text is displayed in the textArea
Descripcio. I´m not able to display the contents of 2nd list once the
first is selected. Basically I don´t know how to manipulate(access nodes)
the XML contents using ActionScript API (Array). I suppose this is quite
enough to clear my problem.
Grateful if somebody could help me?. Thanks.

  (Embedded image moved to file: pic11538.pcx)


Isaac Bibás


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


pic11538.pcx
Description: Binary data


Re: [flexcoders] full screen panel.

2005-04-13 Thread Matthew Shirey



I would be interested in that information as well if you manage to find it. Might you share if you do? Thanks!

-- MatthewOn 4/13/05, Duccio Del Ministro [EMAIL PROTECTED] wrote:
Thanks Manish.RegardsDuccio--- Manish Jethani [EMAIL PROTECTED] wrote:-On 4/13/05, Duccio Del Ministro 
[EMAIL PROTECTED]wrote: I'm trying to open a panel or a popup full screen. I've seen some flash sites using full screen modeand i'm wondering if we can do that in flex.
Some web browsers allow you to go full screen, but itmostly dependson the user's preferences.You'll have to use(possiblebrowser-specific) _javascript_ to achieve this (look onGoogle).--
[EMAIL PROTECTED]http://manish.revise.org/-Yahoo! Groups Links To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/ To unsubscribe from this group, send an email to:
[EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo!Terms of Service.___Nuovo Yahoo! Messenger: E' molto pi divertente: Audibles, Avatar, Webcam, Giochi, Rubrica Scaricalo ora!
http://it.messenger.yahoo.itYahoo! Groups Links* To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
* To unsubscribe from this group, send an email to:[EMAIL PROTECTED]* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[flexcoders] Queestion about panel based applications

2005-04-13 Thread nostra72



What is the advantage of making them as oppoxed to a regular application?







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[flexcoders] getting text out of swf in flex

2005-04-13 Thread carmhuntress


Hi, I am trying to get a better understanding of how swf files work in
flex and I have a little swf file that contains a textinput field with
some text in it.  I want to hit a button and the text contained in
that swf textinput field shows up in the textinput field in my flex
application.  

Here is my fuction:
function foo() {
flextext.text = text1.text;
}
where flextest is the id of a textinput box in Flex and text1 refers
to the text box in the swf file

Now, here is the problem, flex tells me that there is no property with
the name text1.  Of course there is, but it is in my swf file?

Any ideas on how to fix this?  Thanks.






 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] htmlText and embedded fonts

2005-04-13 Thread Abdul Qabiz

Hi,

Yes, you can embed the font and use html text as well as rotate the
textarea. But when you embed the font via [Embed(..)] metatag, only normal
style of font is embedded i.e. bold  italic font outlines are not embedded.
I don't know, how to make sure that bold  italic outlines are also embedded
via metatag or Flex.


1) If you don't bold or italic styles in your text, following is the
quickest approach:


##HTMLTextWithFontEmbedding.mxml##

mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; width=425
height=400 
   mx:Style
  @font-face { fontFamily:myfont;
src:url(file:///c:/windows/fonts/Georgia.TTF); } 

   /mx:Style
   mx:Script
![CDATA[

function setText(event)
{
event.target.htmlText = font face='myfont'
color='#FF'some text/font;
}

]]

   /mx:Script

  
   mx:Label fontFamily=myfont fontSize=16 id=out _rotation=45
text=This is a label alpha=20/ 
   mx:TextArea id=_ta fontFamily=myfont _rotation=45
creationComplete=setText(event);/
/mx:Application



2) If you want bold  italic styles in your text, you can adopt following
appraoch but it requires Macromedia Flash authoring tool  knowledge to use
it:

With Flash Authoring tool, 

* create flash movie
* open library
* create three font symbols with normal, bold and italic font outlines
embedded.
* export the swf. Say its name georgiaEmbedded.swf, it has entire Georgia
font embedded with normal, bold  italic font outlines.
* copy the swf(georgiaEmbedded.swf) beside your mxml file in flex server.


Create a MXML file can have this code:

mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; width=425
height=400 
   mx:Script
![CDATA[

//embed the entire swf file, so that font symbols are merged with
the main swf generated from this mxml.
   [Embed(source=georgiaEmbedded.swf)]
var georgiaFontSWF;
  
  function setText(event)
{
   
event.target.htmlText = font face='Georgia'Normal
TextbrbBold Text/bbriItalic Text/i/font;
}
]]

   /mx:Script

  
   mx:Label fontFamily=Georgia fontSize=16 id=out _rotation=45
text=This is a label alpha=20/ 
   mx:TextArea id=_ta fontFamily=Georgia _rotation=10 width=100
height=100 creationComplete=setText(event);/

/mx:Application


Run it, it would work...

Hope that helps...

-abdul

-Original Message-
From: Andy Goodfellow [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 7:58 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] htmlText and embedded fonts


Has this been answered anywhere? I'm having the same issues with
embedded fonts not being displayed in the htmlText of an mx:TextArea
field.

-Andy

On 1/19/05, jayar_flexer [EMAIL PROTECTED] wrote:
  
  Hi,
  i have a textarea with htmltext and want to rotate it 180 degree.
  Therefor i have to embed the font used in the textfield. But when the
  font is embedded and i use the htmlText-tag, no text will be 
  displayed in the textfield. If i click the right mouse button on the 
  textfield and select 'select all', the text is in the clipboard.
  How can i use htmltext, embedded fonts and rotation?
  Thanks,
  Jens
  
  
  
  
  
  
  Yahoo! Groups Links
  
  
 To visit your group on the web, go to:
 http://groups.yahoo.com/group/flexcoders/
   
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
   
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


 
Yahoo! Groups Links



 





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] how to display the HashMap data in flex mx:DataGrid?

2005-04-13 Thread loveewind


my java object below:
public class UserVO {
private HashMap accessMap = null;
private String active= null;
private String firstName = null;
private String lastName  = null;
private String loggedOn  = null;

private String networkId = null;


/**
 * @return
 */
public HashMap getAccessMap() {
return accessMap;
}
..
}

my actionscript object below:

class com.zdus.crm.user.UserVO{
var firstName:String;
var lastName:String;
var networkId:String;
var loggedOn:String;
var active:String;
var accessMap:Object;
static var registered=Object.registerClass
(com.zdus.crm.user.UserVO,com.zdus.crm.user.UserVO);
}

I have got the hashmap on flex age from remoteobject certainly

i know treat the hashmap as a index array,but i can not do it

thank you! wait for your help online





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] getting text out of swf in flex

2005-04-13 Thread Abdul Qabiz

Hi,

You mean you have have a separate SWF file which you embedding in Flex app
and trying to communicate with Flex components?

Please make it more clear by providing more details...

-abdul 

-Original Message-
From: carmhuntress [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 9:57 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] getting text out of swf in flex



Hi, I am trying to get a better understanding of how swf files work in
flex and I have a little swf file that contains a textinput field with
some text in it.  I want to hit a button and the text contained in
that swf textinput field shows up in the textinput field in my flex
application.  

Here is my fuction:
function foo() {
flextext.text = text1.text;
}
where flextest is the id of a textinput box in Flex and text1 refers
to the text box in the swf file

Now, here is the problem, flex tells me that there is no property with
the name text1.  Of course there is, but it is in my swf file?

Any ideas on how to fix this?  Thanks.






 
Yahoo! Groups Links



 





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Re: Flex Cairngorm question

2005-04-13 Thread Allen Manning





Rohit,

1. I think I read a post that said this type of 
'command chaining'is going to be in the .99 release of Cairngorm. I 
remember reading through a few posts of people working around this limitation, 
although I haven't done it myself, sorry.

2. In Flex there is automatic translating that occurs 
between Javaand ActionScript 2 objects. 

This resource may be of use:

Converting data from Java to 
ActionScript
http://livedocs.macromedia.com/flex/15/flex_docs_en/0778.htm 

Your Java VOscan mapto AS2 
VOs.

HTH,
Allen

  
  

  


  

  Allen 
Manning, Technical Director 

  Prismix 
Ltd t: +44 (0)870 749 1100 f: +44 
(0)870 749 1200 w: www.prismix.com 








From: flexcoding [mailto:[EMAIL PROTECTED] 
Sent: 13 April 2005 16:41To: 
flexcoders@yahoogroups.comSubject: [flexcoders] Re: Flex Cairngorm 
question
Hi Gurus,Any response to the following questions 
about Cairngorm? Posting it again in the forum because the original is 
burried deep inside. Thanks for the help in advance...Hello Guys, 
I just started Flex development two months back and we are trying to 
develop an enterprise level application. So we decided to use open 
source Cairngorm Framework v 0.9 by Iteration Two. Though it lacks ample 
documentation, we straightway found its benefits as it neatly separates and 
organizes the mxml/action script code. Kudos to the developers of this great 
framework. We found this to be very benefitial for a big size application. 
I have two questions releted to the Cairngorm framework for rich 
internet apps: Question 1. If we need to execute multiple delegate 
methods in response to one user action, should we write a command action 
script for each of the methods? Or can we just have one command 
corresponding to each user action and invoke more than one delegate 
method in the execute method of this single command? If we can do the 
latter, is there a way to know in the onResult method that the respons 
is coming from which delegate method's execution and take appropriate 
action? Question 2. In the Java business classes, we return POJOs. Do 
they need to be converted to MXML Value Objects? We tried to directly pass 
these pojos to the view helpers do display them in the application and 
it seems to work perfectly. Are we doing something wrong or can there be any 
design problems in doing that which I am not realizing at the moment? 
Thanks  Regards, Rohit Chhabra.







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[flexcoders] Radio Button Custom Component

2005-04-13 Thread jwaknitz


I'm using a repeater to grab a component that makes a radiobutton 
each time.  
When the app is displayed, there are 7 radiobuttons.  The problem 
is, they are not in the same group.  They are all individually 
checkable.  I went into the component and gave the radiobutton a 
groupName=group1.  All of the radiobuttons then had the same 
groupName.  The problem was still there.  

I also tried putting the component call within a RadioButtonGroup 
component and had no luck.  

Anyone have any solutions to this?

** App:

mx:Script
![CDATA[

var compData3:Object;
var compData4:Object;

function repeaterfunc(){
if(repradio.currentItem.nodeName == response_lid){
compData3 = cont.createChild
(Components.RadioButtons.labelbuttoncomp);
compData3.compData4 = repradio.currentItem;
}
}
]]
/mx:Script

mx:Repeater id=repradio dataProvider={compData2.childNodes
[1].firstChild.childNodes} repeat=repeaterfunc()/

mx:VBox id=cont/mx:VBox


** Component:

mx:Script
![CDATA[

var compData4;

]]
/mx:Script

mx:RadioButton 
label={compData4.firstChild.firstChild.firstChild.firstChild.firstCh
ild.firstChild} groupName=group1 labelPlacement=right/






 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Re: Flex Cairngorm question

2005-04-13 Thread Mehdi, Agha

Rohit,

Q1: I haven't tried it because I never had to but I think that when the
results come back from delegate in the event object, the object also has a
property called method or operation. You can loop over the event object to
see what properties it has. If there's a property holding the method name,
you're good to go. If not then you'd need to execute the methods
synchronously and have a flag inside the command that is set to whatever
method you're going to call. In your onResult, you can than check for that
flag and execute the next method.

I'd rather create separate commands to execute each delegate's method as
opposed to using one command do all. That will help with chaining commands
easily until we have Cairngorm 0.99.

Please let me know if you have any questions.

Thanks

Agha

-Original Message-
From: flexcoding [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 8:41 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex Cairngorm question



Hi Gurus,

Any response to the following questions about Cairngorm? Posting it again in
the forum because the original is burried deep inside. 
Thanks for the help in advance...

Hello Guys, 

I just started Flex development two months back and we are trying to develop
an enterprise level application. So we decided to use open source Cairngorm
Framework v 0.9 by Iteration Two. Though it lacks ample documentation, we
straightway found its benefits as it neatly separates and organizes the
mxml/action script code. Kudos to the developers of this great framework. We
found this to be very benefitial for a big size application. 

I have two questions releted to the Cairngorm framework for rich internet
apps: 

Question 1. If we need to execute multiple delegate methods in response to
one user action, should we write a command action script for each of the
methods? Or can we just have one command corresponding to each user action
and invoke more than one delegate method in the execute method of this
single command? If we can do the latter, is there a way to know in the
onResult method that the respons is coming from which delegate method's
execution and take appropriate action? 

Question 2. In the Java business classes, we return POJOs. Do they need to
be converted to MXML Value Objects? We tried to directly pass these pojos to
the view helpers do display them in the application and it seems to work
perfectly. Are we doing something wrong or can there be any design problems
in doing that which I am not realizing at the moment? 

Thanks  Regards, 

Rohit Chhabra.





 
Yahoo! Groups Links



 





This email may contain confidential and privileged material for the sole use of 
the intended recipient(s). Any review, use, distribution or disclosure by 
others is strictly prohibited. If you are not the intended recipient (or 
authorized to receive for the recipient), please contact the sender by reply 
email and delete all copies of this message.

To reply to our email administrator directly, send an email to
[EMAIL PROTECTED]

Littler Mendelson, P.C.
http://www.littler.com





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Re: getting text out of swf in flex

2005-04-13 Thread carmhuntress


I have a mx:image tag in my flex application that references the swf
file. the swf file contains this information.
this.createClassObject(mx.controls.TextInput, text1,
this.getNextHighestDepth(), {_x:10, _y:10, text:'check this out'});  

Inside Flex Builder it actually shows me a box with my swf file that
contians the textinput box with the sample text.  

Below that I have an simple button that when click runs the function:
function foo() {
flextext.text = text1.text;
}

then below the button I have another mx:textInput with an id of
flextext.  It all seems right to me but i seem to be missing something
because I continue to get the error that text1 does not exist...  Thanks.

--- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote:
 Hi,
 
 You mean you have have a separate SWF file which you embedding in
Flex app
 and trying to communicate with Flex components?
 
 Please make it more clear by providing more details...
 
 -abdul 
 
 -Original Message-
 From: carmhuntress [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, April 13, 2005 9:57 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] getting text out of swf in flex
 
 
 
 Hi, I am trying to get a better understanding of how swf files work in
 flex and I have a little swf file that contains a textinput field with
 some text in it.  I want to hit a button and the text contained in
 that swf textinput field shows up in the textinput field in my flex
 application.  
 
 Here is my fuction:
 function foo() {
 flextext.text = text1.text;
 }
 where flextest is the id of a textinput box in Flex and text1 refers
 to the text box in the swf file
 

 Now, here is the problem, flex tells me that there is no property with
 the name text1.  Of course there is, but it is in my swf file?
 
 Any ideas on how to fix this?  Thanks.
 
 
 
 
 
 
  
 Yahoo! Groups Links





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Queestion about panel based applications

2005-04-13 Thread Tracy Spratt










A Panel is simply a container. So are
HBox, VBox, Canvas, Tile, etc. Each container is designed to lay out its
children is some specific way, and as in the case of a Panel, to provide
additional visual characteristics or behaviors.



The container you choose will depend on
the visual and functional requirements of the application you want to build.



There is no general advantage to Panels vs
any other container. There is really no such thing as a regular
application. All applications use one or more containers.



Tracy











From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005
12:21 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Queestion
about panel based applications





What is the advantage of making them as oppoxed to a regular
application? 










Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.












RE: [flexcoders] Radio Button Custom Component

2005-04-13 Thread Tracy Spratt

Why not just use straight mxml.  The following works for me.

mx:VBox id=vboxRG x=3 y=3   
   mx:Repeater id=repeaterRB dataProvider={leParameter.valuesarray}

mx:RadioButton id=RBParameter groupName=RGBParameter
data={repeaterRB.currentItem[0]}
label={repeaterRB.currentItem[labelColumn]}
click=setParameterValue(event)
width={this.width-6}/
   /mx:Repeater   
/mx:VBox

Tracy

-Original Message-
From: jwaknitz [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 1:16 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Radio Button Custom Component



I'm using a repeater to grab a component that makes a radiobutton 
each time.  
When the app is displayed, there are 7 radiobuttons.  The problem 
is, they are not in the same group.  They are all individually 
checkable.  I went into the component and gave the radiobutton a 
groupName=group1.  All of the radiobuttons then had the same 
groupName.  The problem was still there.  

I also tried putting the component call within a RadioButtonGroup 
component and had no luck.  

Anyone have any solutions to this?

** App:

mx:Script
![CDATA[

var compData3:Object;
var compData4:Object;

function repeaterfunc(){
if(repradio.currentItem.nodeName == response_lid){
compData3 = cont.createChild
(Components.RadioButtons.labelbuttoncomp);
compData3.compData4 = repradio.currentItem;
}
}
]]
/mx:Script

mx:Repeater id=repradio dataProvider={compData2.childNodes
[1].firstChild.childNodes} repeat=repeaterfunc()/

mx:VBox id=cont/mx:VBox


** Component:

mx:Script
![CDATA[

var compData4;

]]
/mx:Script

mx:RadioButton 
label={compData4.firstChild.firstChild.firstChild.firstChild.firstCh
ild.firstChild} groupName=group1 labelPlacement=right/






 
Yahoo! Groups Links



 







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Package names have to be off the root of your web app??

2005-04-13 Thread Jeff Krueger










All,



 I
have a question about package name. I have a directory structure something
like.





/net/client/etc Customer
components

/com/iterationtwo/etc Cairngorm

/dam/config  This
is where application stuff is

/dam/user

Dam.mxml The
main page of the app





All of these are in the root of my web app. To me that
is not very clean. So I wanted to move them under one folder called flex.
So now I would have



/flex/net/client/etc Customer
components

/flex/com/iterationtwo/etc Cairngorm

/flex/dam/config  This
is where application stuff is

/flex/dam/user

/flex/Dam.mxml  The
main page of the app.



Interesting thing happened when I did this. The main
page works find and finds all that components references as net.client.etc. But
I load pages dynamically from example /flex/dam/user/userAdmin.mxml in a load
control. This page does not like the reference to net.client.etc, but
instead wants flex.net.client.etc. So is this telling me that my classes
have to start in the root of my application? Also I load that page as dam/user/userAdmin.mxml.swf
inside of the Dam.mxml which I am assuming should work since it is relative
path??



Thanks





Jeff 













Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.












RE: [flexcoders] Re: getting text out of swf in flex

2005-04-13 Thread Abdul Qabiz

Hi,

You should try this:

function foo()
{
flextext.text = imageTagID.content.text1.text;
} 


Where imageTagId is reference of Image tag...

-abdul

-Original Message-
From: carmhuntress [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 11:00 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: getting text out of swf in flex



I have a mx:image tag in my flex application that references the swf
file. the swf file contains this information.
this.createClassObject(mx.controls.TextInput, text1,
this.getNextHighestDepth(), {_x:10, _y:10, text:'check this out'});  

Inside Flex Builder it actually shows me a box with my swf file that
contians the textinput box with the sample text.  

Below that I have an simple button that when click runs the function:
function foo() {
flextext.text = text1.text;
}

then below the button I have another mx:textInput with an id of
flextext.  It all seems right to me but i seem to be missing something
because I continue to get the error that text1 does not exist...  Thanks.

--- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote:
 Hi,
 
 You mean you have have a separate SWF file which you embedding in
Flex app
 and trying to communicate with Flex components?
 
 Please make it more clear by providing more details...
 
 -abdul 
 
 -Original Message-
 From: carmhuntress [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, April 13, 2005 9:57 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] getting text out of swf in flex
 
 
 
 Hi, I am trying to get a better understanding of how swf files work in
 flex and I have a little swf file that contains a textinput field with
 some text in it.  I want to hit a button and the text contained in
 that swf textinput field shows up in the textinput field in my flex
 application.  
 
 Here is my fuction:
 function foo() {
 flextext.text = text1.text;
 }
 where flextest is the id of a textinput box in Flex and text1 refers
 to the text box in the swf file
 

 Now, here is the problem, flex tells me that there is no property with
 the name text1.  Of course there is, but it is in my swf file?
 
 Any ideas on how to fix this?  Thanks.
 
 
 
 
 
 
  
 Yahoo! Groups Links





 
Yahoo! Groups Links



 





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Namespace Inheritance??

2005-04-13 Thread Minster, Jack










Can someone point me in the right direction here



I have a file, index.mxml, that uses an mxml component
DueDiligence.mxml in a subdirectory structure. DueDiligence.mxml uses an mxml
component StatePicker.mxml in a different sub directory structure. Ive
discovered that I cannot uses the StatePicker component in the DueDiligence
component without defining the proper namespace, however the StatePicker
component sits in a parallel directory to the directory in which DueDiligence
sits. Should I scrap the sub-directory structure, or is there a better
approach??? Do I just not know the proper syntax for relative namespace
references???



/index.mxml

?xml version=1.0
encoding=utf-8?

mx:Application
xmlns:mx=http://www.macromedia.com/2003/mxml

 xmlns:mod=assets.mods.*

 xmlns:comp=assets.comps.*

 xmlns=*


 themeColor=#9DC4FD


 initialize=initApp()


 pageTitle=Corporate
Security

 .

 mod:DueDiligence
id=mod_dd label=Due Diligence/

 .





/assets/mods/DueDiligence.mxml

?xml version=1.0
encoding=utf-8?

mx:Canvas 

 xmlns:mx=http://www.macromedia.com/2003/mxml

 width=100%


 height=100%

 

 comp:StatePicker
id=comp_c_state/

 





/assets/comps/StatePicker.mxml

?xml version=1.0
encoding=utf-8?

mx:HBox
xmlns:mx=http://www.macromedia.com/2003/mxml width=100%
height=100%





Getting this compilation error:

Error /corpsec/assets/mods/DueDiligence.mxml:25 

The prefix comp for element
comp:StatePicker is not bound.





thanks!





Jack D. Minster

Web Applications Developer

Corporate Web Applications

[EMAIL PROTECTED]



Playboy Enterprises, Inc.

680 N. Lake Shore
  Drive

Chicago, IL 60611













Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.












RE: [flexcoders] Package names have to be off the root of your web app??

2005-04-13 Thread Roger Gonzalez





If you shareclasses between two apps (particularly if they are 
different "heights" (depths?) in the tree) you should move the shared classes 
off to a separate root under user_classes (which is just a default directory, 
you can add additional roots to your actionscript classpath by editing your 
config).

-RogerRoger 
Gonzalez[EMAIL PROTECTED] 


  
  
  From: Jeff Krueger 
  [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 
  11:16 AMTo: flexcoders@yahoogroups.comSubject: 
  [flexcoders] Package names have to be off the root of your web 
  app??
  
  
  All,
  
   
  I have a question about package name. I have a directory structure 
  something like.
  
  
  /net/client/etc 
  Customer components
  /com/iterationtwo/etc 
  Cairngorm
  /dam/config 
   
  This is where application stuff is
  /dam/user
  Dam.mxml 
  The main page of the app
  
  
  All of these are in the root of my 
  web app. To me that is not very clean. So I wanted to move them 
  under one folder called flex. So now I would 
  have
  
  /flex/net/client/etc 
  Customer components
  /flex/com/iterationtwo/etc 
  Cairngorm
  /flex/dam/config 
   
  This is where application stuff is
  /flex/dam/user
  /flex/Dam.mxml 
   
  The main page of the app.
  
  Interesting thing happened when I 
  did this. The main page works find and finds all that components 
  references as net.client.etc. But I load pages dynamically from example 
  /flex/dam/user/userAdmin.mxml in a load control. This page does not like 
  the reference to net.client.etc, but instead wants flex.net.client.etc. 
  So is this telling me that my classes have to start in the root of my 
  application? Also I load that page as dam/user/userAdmin.mxml.swf inside 
  of the Dam.mxml which I am assuming should work since it is relative 
  path??
  
  Thanks
  
  
  Jeff 
  







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[flexcoders] Re: Radio Button Custom Component

2005-04-13 Thread jwaknitz


I need to use the components so I can test what type of node is in 
the XML.  I'm calling different components based on nodeName.  


--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] 
wrote:
 Why not just use straight mxml.  The following works for me.
 
 mx:VBox id=vboxRG x=3 y=3 
mx:Repeater id=repeaterRB 
dataProvider={leParameter.valuesarray}
 
   mx:RadioButton id=RBParameter groupName=RGBParameter
 data={repeaterRB.currentItem[0]}
 label={repeaterRB.currentItem[labelColumn]}
 click=setParameterValue(event)
 width={this.width-6}/
/mx:Repeater 
 /mx:VBox
 
 Tracy
 
 -Original Message-
 From: jwaknitz [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, April 13, 2005 1:16 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Radio Button Custom Component
 
 
 
 I'm using a repeater to grab a component that makes a radiobutton 
 each time.  
 When the app is displayed, there are 7 radiobuttons.  The problem 
 is, they are not in the same group.  They are all individually 
 checkable.  I went into the component and gave the radiobutton a 
 groupName=group1.  All of the radiobuttons then had the same 
 groupName.  The problem was still there.  
 
 I also tried putting the component call within a RadioButtonGroup 
 component and had no luck.  
 
 Anyone have any solutions to this?
 
 ** App:
 
 mx:Script
 ![CDATA[
 
 var compData3:Object;
 var compData4:Object;
 
 function repeaterfunc(){
 if(repradio.currentItem.nodeName == response_lid){
   compData3 = cont.createChild
 (Components.RadioButtons.labelbuttoncomp);
   compData3.compData4 = repradio.currentItem;
 }
 }
 ]]
 /mx:Script
 
 mx:Repeater id=repradio dataProvider={compData2.childNodes
 [1].firstChild.childNodes} repeat=repeaterfunc()/
 
 mx:VBox id=cont/mx:VBox
 
 
 ** Component:
 
 mx:Script
 ![CDATA[
 
 var compData4;
 
 ]]
 /mx:Script
 
 mx:RadioButton 
 
label={compData4.firstChild.firstChild.firstChild.firstChild.firstCh
 ild.firstChild} groupName=group1 labelPlacement=right/
 
 
 
 
 
 
  
 Yahoo! Groups Links





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Re: PrintJob() with DataGrid Timing Issue

2005-04-13 Thread convergenceii


I tried that too, but I am unable to seperate the PrintJob() methods
across more than one function (.start, .addPage, .send).  MM warns
against doing much from the time the PrintJob is started to the time
it is sent, but apparently there is more to it than just timing.

--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED]
wrote:
 I tried this myself but failed.
 
 I created the PrintJob
 Determined the page height
 Set the height of the DataGrid
 Then used doLater() to finish adding pages and sending the job.
 (doLater should have let the DG resize)
 
 Seemed reasonable, but it did not work.
 Tracy
 
 -Original Message-
 From: convergenceii [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, April 13, 2005 9:22 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] PrintJob() with DataGrid Timing Issue
 
 
 
 Has anyone had any problems with a datagrid not being resized before
 being printed?  Basically, within the print function, I find out
what
 size the page is and resize the datagrid to the available space. 
 However, it doesn't get resized before the .addPage() is called, so
 the printed page uses the previous size.  Since I can't call
 pj.start() ahead of time, I'm not sure what else I can do, unless
 there is a way to delay within a function.
 
 Any ideas / suggestions / examples would be GREATLY appreciated. 
 Thanks in advance!
 
 Here is my function (page is simply a canvas with a VBox):
 
 function printPage()
 {
   pj = new PrintJob();
   
   if(pj.start() != true)
   {
   delete pj;
   return;
   }
 
   _parent.width = pj.pageWidth;
   reportVBox.width = pj.pageWidth;
   printDataGrid.width = pj.pageWidth;
   
   _parent.height = pj.pageHeight;
   reportVBox.height = pj.pageHeight;
   printDataGrid.height = 700;
   
   this.redraw();
   
   pj.addPage(reportVBox);
   
   pj.send();
   delete pj;
 }
 
 
 
 
 
 
  
 Yahoo! Groups Links





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Radio Button Custom Component

2005-04-13 Thread Matthew Shirey



I am working with Jack and I am familiar with his problem.
There's a few reasons why we're using a component with a radio control
inside it. Our problem is that it seems to be ignoring the
groupName property. Do radio controls have to all exist inside
the same parent container to work as a group? I have looked in
the documentation and didn't see any such limitation. Maybe I
missed it. Shouldn't you be able to put radio buttons anywhere in
the application and as long as they all have the same groupName they
all behave as a group?

-- MatthewOn 4/13/05, Tracy Spratt [EMAIL PROTECTED] wrote:
Why not just use straight mxml.The following works for me.mx:VBox id=vboxRG x=3 y=3  mx:Repeater id=repeaterRB dataProvider={leParameter.valuesarray
}mx:RadioButton id=RBParameter groupName=RGBParameterdata="">label={repeaterRB.currentItem[labelColumn]}
click=setParameterValue(event)width={this.width-6}/ /mx:Repeater/mx:VBoxTracy-Original Message-From: jwaknitz [mailto:
[EMAIL PROTECTED]]Sent: Wednesday, April 13, 2005 1:16 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Radio Button Custom Component
I'm using a repeater to grab a component that makes a radiobuttoneach time.When the app is displayed, there are 7 radiobuttons.The problemis, they are not in the same group.They are all individually
checkable.I went into the component and gave the radiobutton agroupName=group1.All of the radiobuttons then had the samegroupName.The problem was still there.I also tried putting the component call within a RadioButtonGroup
component and had no luck.Anyone have any solutions to this?** App:mx:Script![CDATA[var compData3:Object;var compData4:Object;
function repeaterfunc(){if(repradio.currentItem.nodeName == response_lid){compData3 = cont.createChild(Components.RadioButtons.labelbuttoncomp);compData3.compData4

= repradio.currentItem;}}]]/mx:Scriptmx:Repeater id=repradio dataProvider={compData2.childNodes[1].firstChild.childNodes} repeat=repeaterfunc()/
mx:VBox id=cont/mx:VBox** Component:mx:Script![CDATA[var compData4;]]/mx:Script
mx:RadioButtonlabel={compData4.firstChild.firstChild.firstChild.firstChild.firstChild.firstChild} groupName=group1 labelPlacement=right/Yahoo! Groups Links
Yahoo! Groups Links* To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]* Your use of Yahoo! Groups is subject to:http://docs.yahoo.com/info/terms/









Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[flexcoders] Flex Non Comercial

2005-04-13 Thread Rich Tretola

Anyone here  from MM know how long it takes to get a response about
getting a non commercial flex licence ?

Rich


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Flex Non Comercial

2005-04-13 Thread Ryan Scott Jones

About a week or two I'd say.

-Original Message-
From: Rich Tretola [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 2:46 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Non Comercial


Anyone here  from MM know how long it takes to get a response about
getting a non commercial flex licence ?

Rich


 
Yahoo! Groups Links



 




 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Flex Non Comercial

2005-04-13 Thread Ryan Scott Jones

(But I'm not from MM.)

-Original Message-
From: Rich Tretola [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 2:46 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Non Comercial


Anyone here  from MM know how long it takes to get a response about
getting a non commercial flex licence ?

Rich


 
Yahoo! Groups Links



 




 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Flex Non Comercial

2005-04-13 Thread Steiner, Jeff

I heard back in ~3 days when I put my request in.

Jeff 

-Original Message-
From: Ryan Scott Jones [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 11:56 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Non Comercial


About a week or two I'd say.

-Original Message-
From: Rich Tretola [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 13, 2005 2:46 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Non Comercial


Anyone here  from MM know how long it takes to get a response about
getting a non commercial flex licence ?

Rich


 
Yahoo! Groups Links



 




 
Yahoo! Groups Links



 





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] howto call titlewindow vars in class imported by titlewindow?

2005-04-13 Thread stevenkeys2003


All,
I recently hit the 32k limit on one of my .as files.  This particular
.as is being included inline within a TitleWindow. There's one
particular function within it which has a very long case/switch, which
I know is causing the 32k limit to be exceeded.

I'm now trying to break this one function out as a class. The class is
being called by the TitleWindow successfully, but any TitleWindow
ids/vars I try to reference just aren't appearing.

My setup:

main titlewindow: ccardWindow.mxml
includes parent .as file inline:
mx:Script source=ccardWindowProcess.as/

ccardWindowProcess.as imports new class:

import applyBillingCycle;

class file code:

class applyBillingCycle extends ccardWindow {

public function cycleNow(){
   my giant case/switch code
}

ccardWindow.mxml (the titlewindow) calls the class method via:
applyBillingCycle.cycleNow()  embedded in a change event for a comboBox.

Now in class method cycleNow, I'm referencing ids of titlewindow:
ccardWindow.mxml and vars of ccardWindowProcess.as .. to no avail. No
errors occuring, i'm just not sure I'm referencing those variables
properly, and/or not extending what I need to be. When importing class
from titleWindow how do you reference variables of within class?







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Flex Non Comercial

2005-04-13 Thread Rich Tretola

Do you have a non comercial licence ?  Does anyone have one ?


On 4/13/05, Ryan Scott Jones [EMAIL PROTECTED] wrote:
 
 (But I'm not from MM.)
 
 -Original Message-
 From: Rich Tretola [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, April 13, 2005 2:46 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Flex Non Comercial
 
 Anyone here  from MM know how long it takes to get a response about
 getting a non commercial flex licence ?
 
 Rich
 
 Yahoo! Groups Links
 
 Yahoo! Groups Links
 
 
 
 



 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Object function

2005-04-13 Thread Fernando Barros










Hi there,



I would like to know, why cant I access my
datagrid (dgProposta) inside my function myClickHandler.click? I said that
because in my Alert.show, the SNOME from the datagrid appears. Whats the
right way?



function fApagaProposta()

{

 

 var myClickHandler=new Object();

 Alert.okLabel = Apagar;

 Alert.buttonWidth = 80;

 Alert.cancelLabel =
Cancelar;

 

 var myAlert = Alert.show('Deseja realmente
apagar a proposta de ' + dgProposta.selectedItem.SNOME + '?', 'Apagar
proposta', Alert.OK | Alert.CANCEL, _root, myClickHandler,
inforIcon, Alert.OK);



 myClickHandler.click =
function (evt)

 {

 if (evt.detail == Alert.OK)

 dgProposta.removeItemAt(dgProposta.selectedIndex);

 }

}



Thanks in advance!!







---
Fernando Barros

Internet Officer
11 5014-7093
www.officer.com.br
---













Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.












RE: [flexcoders] howto call titlewindow vars in class imported by titlewindow?

2005-04-13 Thread Tracy Spratt

If I have misunderstood you, just ignore me, but here are a few
comments:

Why are you extending ccardWindow in the applyBillingCycle class?  Just
create a custom class, pass a reference to the title window into it:

class ApplyBillingCycle {
   public var myParent:ccardWindow
   public function cycleNow(){
  //my giant case/switch code
  Var localVar:String = myParent.myVariable
   } 

Instantiate the class in ccardWindow:
ApplyBillingCycle id=abs ../

Call cycleNow:
abs.cycleNow()

Tracy

-Original Message-
From: stevenkeys2003 [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 3:25 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] howto call titlewindow vars in class imported by
titlewindow?



All,
I recently hit the 32k limit on one of my .as files.  This particular
.as is being included inline within a TitleWindow. There's one
particular function within it which has a very long case/switch, which
I know is causing the 32k limit to be exceeded.

I'm now trying to break this one function out as a class. The class is
being called by the TitleWindow successfully, but any TitleWindow
ids/vars I try to reference just aren't appearing.

My setup:

main titlewindow: ccardWindow.mxml
includes parent .as file inline:
mx:Script source=ccardWindowProcess.as/

ccardWindowProcess.as imports new class:

import applyBillingCycle;

class file code:

class applyBillingCycle extends ccardWindow {

public function cycleNow(){
   my giant case/switch code
}

ccardWindow.mxml (the titlewindow) calls the class method via:
applyBillingCycle.cycleNow()  embedded in a change event for a comboBox.

Now in class method cycleNow, I'm referencing ids of titlewindow:
ccardWindow.mxml and vars of ccardWindowProcess.as .. to no avail. No
errors occuring, i'm just not sure I'm referencing those variables
properly, and/or not extending what I need to be. When importing class
from titleWindow how do you reference variables of within class?







 
Yahoo! Groups Links



 







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Bringing a child component into focus

2005-04-13 Thread Tom Fitzpatrick

I'm dynamically creating some custom components as children of a vbox 
container. From the level of the main app, what is the best way to bring an 
individual component into focus, give a visual indication that it is in 
focus, and pass its id to a function?

- Tom






 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Flex Non Comercial

2005-04-13 Thread Matthew Shirey



I have one. It took me about two weeks to get it once it was confirmed that I qualified for it.

-- MatthewOn 4/13/05, Rich Tretola [EMAIL PROTECTED] wrote:
Do you have a non comercial licence ?Does anyone have one ?On 4/13/05, Ryan Scott Jones [EMAIL PROTECTED] wrote: (But I'm not from MM.)
 -Original Message- From: Rich Tretola [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 13, 2005 2:46 PM To: 
flexcoders@yahoogroups.com Subject: [flexcoders] Flex Non Comercial Anyone herefrom MM know how long it takes to get a response about getting a non commercial flex licence ?
 Rich Yahoo! Groups Links Yahoo! Groups LinksYahoo! Groups Links* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/* To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
* Your use of Yahoo! Groups is subject to:http://docs.yahoo.com/info/terms/









Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [flexcoders] howto call titlewindow vars in class imported by titlewindow?

2005-04-13 Thread Tracy Spratt

I neglected to pass the reference into the class:
   ApplyBillingCycle id=abs myParent={this} ../
Tracy

-Original Message-
From: Tracy Spratt [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 4:15 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] howto call titlewindow vars in class imported
by titlewindow?


If I have misunderstood you, just ignore me, but here are a few
comments:

Why are you extending ccardWindow in the applyBillingCycle class?  Just
create a custom class, pass a reference to the title window into it:

class ApplyBillingCycle {
   public var myParent:ccardWindow
   public function cycleNow(){
  //my giant case/switch code
  Var localVar:String = myParent.myVariable
   } 

Instantiate the class in ccardWindow:
ApplyBillingCycle id=abs ../

Call cycleNow:
abs.cycleNow()

Tracy

-Original Message-
From: stevenkeys2003 [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 3:25 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] howto call titlewindow vars in class imported by
titlewindow?



All,
I recently hit the 32k limit on one of my .as files.  This particular
.as is being included inline within a TitleWindow. There's one
particular function within it which has a very long case/switch, which
I know is causing the 32k limit to be exceeded.

I'm now trying to break this one function out as a class. The class is
being called by the TitleWindow successfully, but any TitleWindow
ids/vars I try to reference just aren't appearing.

My setup:

main titlewindow: ccardWindow.mxml
includes parent .as file inline:
mx:Script source=ccardWindowProcess.as/

ccardWindowProcess.as imports new class:

import applyBillingCycle;

class file code:

class applyBillingCycle extends ccardWindow {

public function cycleNow(){
   my giant case/switch code
}

ccardWindow.mxml (the titlewindow) calls the class method via:
applyBillingCycle.cycleNow()  embedded in a change event for a comboBox.

Now in class method cycleNow, I'm referencing ids of titlewindow:
ccardWindow.mxml and vars of ccardWindowProcess.as .. to no avail. No
errors occuring, i'm just not sure I'm referencing those variables
properly, and/or not extending what I need to be. When importing class
from titleWindow how do you reference variables of within class?







 
Yahoo! Groups Links



 







 
Yahoo! Groups Links



 







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Flex Non Comercial

2005-04-13 Thread JesterXL

I have one and blogged my thank you.

- Original Message - 
From: Rich Tretola [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Wednesday, April 13, 2005 3:29 PM
Subject: Re: [flexcoders] Flex Non Comercial



Do you have a non comercial licence ?  Does anyone have one ?


On 4/13/05, Ryan Scott Jones [EMAIL PROTECTED] wrote:
 
 (But I'm not from MM.)
 
 -Original Message-
 From: Rich Tretola [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, April 13, 2005 2:46 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Flex Non Comercial
 
 Anyone here  from MM know how long it takes to get a response about
 getting a non commercial flex licence ?
 
 Rich
 
 Yahoo! Groups Links
 
 Yahoo! Groups Links
 
 
 
 



 
Yahoo! Groups Links



 




 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Transition animations problem

2005-04-13 Thread Min Lieu


Is there a limitation to how many transition animations can run at the 
same time? I have an application where 5 transitions are occurring 
simultaneously. The behavior is not consistent. Most of the time, the 
animations run smoothly, but maybe 1 out of 10 times, one of the 
transitions will get stuck and not animate correctly.

Is this a known problem?

Thanks!





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Transition animations problem

2005-04-13 Thread Deepa Subramaniam

Re-drawing many target views, especially if their complex, during a
transition animation can sometimes cause the effect to play choppy. There
are a few tips to tweaking your transition effect to play in a smoother
fashion. Check them out in the Flex Client Application Performance White
Paper:

http://www.macromedia.com/devnet/flex/articles/client_perf_08.html


-Original Message-
From: Min Lieu [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 1:44 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Transition animations problem



Is there a limitation to how many transition animations can run at the 
same time? I have an application where 5 transitions are occurring 
simultaneously. The behavior is not consistent. Most of the time, the 
animations run smoothly, but maybe 1 out of 10 times, one of the 
transitions will get stuck and not animate correctly.

Is this a known problem?

Thanks!





 
Yahoo! Groups Links



 





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Transition animations problem

2005-04-13 Thread Jason Szeto

Min,

You might be running into some processing limitations of the Player.
Check your CPU usage during these transitions. There are a couple of tricks
you can use to optimize this. If the objects you are animating have child
components, you can turn off the visibility of these children while the
animation is playing, and then restore them once the animation completes. If
you don't have any children, you might consider using a simplified version
of the object when you are doing the animation. 

You can also try to stagger the transitions so that not all 5 are running at
the same time. You can use a combination of Parallel, Sequence and Pause to
get this behavior. 

Ex. 

Parallel
Sequence
Pause duration=500/
Fade/
/Sequence
Zoom/
/Parallel

Jason

-Original Message-
From: Min Lieu [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 1:44 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Transition animations problem



Is there a limitation to how many transition animations can run at the 
same time? I have an application where 5 transitions are occurring 
simultaneously. The behavior is not consistent. Most of the time, the 
animations run smoothly, but maybe 1 out of 10 times, one of the 
transitions will get stuck and not animate correctly.

Is this a known problem?

Thanks!





 
Yahoo! Groups Links



 





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Re: howto call titlewindow vars in class imported by titlewindow?

2005-04-13 Thread Tracy Spratt

Sure.

I might also recommend that you go on and move ALL the script that you
currently have included with the mx:Script source= into your helper
class.

The script include method does not help with the 32k problem, but
putting the script into a class does.  Also, you may find that the
source of a 32k issue is not always so easily determined.

Tracy

-Original Message-
From: stevenkeys2003 [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 4:28 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: howto call titlewindow vars in class imported
by titlewindow?



Thx Tracy! That worked. You rock!
-Steve

--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote:
 I neglected to pass the reference into the class:
ApplyBillingCycle id=abs myParent={this} ../
 Tracy
 
 -Original Message-
 From: Tracy Spratt [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, April 13, 2005 4:15 PM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] howto call titlewindow vars in class
imported
 by titlewindow?
 
 
 If I have misunderstood you, just ignore me, but here are a few
 comments:
 
 Why are you extending ccardWindow in the applyBillingCycle class?
Just
 create a custom class, pass a reference to the title window into it:
 
 class ApplyBillingCycle {
public var myParent:ccardWindow
public function cycleNow(){
   //my giant case/switch code
   Var localVar:String = myParent.myVariable
} 
 
 Instantiate the class in ccardWindow:
 ApplyBillingCycle id=abs ../
 
 Call cycleNow:
 abs.cycleNow()
 
 Tracy
 
 -Original Message-
 From: stevenkeys2003 [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, April 13, 2005 3:25 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] howto call titlewindow vars in class imported by
 titlewindow?
 
 
 
 All,
 I recently hit the 32k limit on one of my .as files.  This particular
 .as is being included inline within a TitleWindow. There's one
 particular function within it which has a very long case/switch, which
 I know is causing the 32k limit to be exceeded.
 
 I'm now trying to break this one function out as a class. The class is
 being called by the TitleWindow successfully, but any TitleWindow
 ids/vars I try to reference just aren't appearing.
 
 My setup:
 
 main titlewindow: ccardWindow.mxml
 includes parent .as file inline:
 mx:Script source=ccardWindowProcess.as/
 
 ccardWindowProcess.as imports new class:
 
 import applyBillingCycle;
 
 class file code:
 
 class applyBillingCycle extends ccardWindow {
   
   public function cycleNow(){
  my giant case/switch code
 }
 
 ccardWindow.mxml (the titlewindow) calls the class method via:
 applyBillingCycle.cycleNow()  embedded in a change event for a
comboBox.
 
 Now in class method cycleNow, I'm referencing ids of titlewindow:
 ccardWindow.mxml and vars of ccardWindowProcess.as .. to no avail. No
 errors occuring, i'm just not sure I'm referencing those variables
 properly, and/or not extending what I need to be. When importing class
 from titleWindow how do you reference variables of within class?
 
 
 
 
 
 
 
  
 Yahoo! Groups Links
 
 
 
  
 
 
 
 
 
 
 
  
 Yahoo! Groups Links





 
Yahoo! Groups Links



 







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Flex Non Comercial

2005-04-13 Thread Simon Fifield





I 
applied a couple of weeks ago and haven't heard a thing back since, perhaps I 
don't blog enough, but then they should at least tell me what's going 
on?

Simon

  -Original Message-From: Rich Tretola 
  [mailto:[EMAIL PROTECTED]Sent: 13 April 2005 19:46To: 
  flexcoders@yahoogroups.comSubject: [flexcoders] Flex Non 
  ComercialAnyone here from MM know how long it 
  takes to get a response aboutgetting a non commercial flex licence 
  ?Rich







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










Re: [flexcoders] Flex Non Comercial

2005-04-13 Thread Matthew Shirey



While it took me two weeks to get the license once I was approved, it
first took two weeks to get approved. I ended up calling MM twice
to try to get information on the status during those first two
weeks. I believe their approval process is very manual. I
am sure they have quick, and, as we've seen, slow response times.

-- MatthewOn 4/13/05, Simon Fifield [EMAIL PROTECTED] wrote:







I 
applied a couple of weeks ago and haven't heard a thing back since, perhaps I 
don't blog enough, but then they should at least tell me what's going 
on?

Simon

  -Original Message-From: Rich Tretola 
  [mailto:[EMAIL PROTECTED]]Sent: 13 April 2005 19:46To: 
  flexcoders@yahoogroups.comSubject: [flexcoders] Flex Non 
  ComercialAnyone here from MM know how long it 
  takes to get a response aboutgetting a non commercial flex licence 
  ?Rich







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/

To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
.


















Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[flexcoders] SharedObject across Applications

2005-04-13 Thread Matthew Shirey



I am trying to use a SharedObject to store some data that will be
access across two applications. I am finding that the second
application cannot seem to access any of the data stored by the first
though. What little information I could find on the SharedObject
in the Macromedia Developing Flex Applications and Developing Rich
Clients with Macromedia Flex books indicated that the restriction on
sharing was based on the domain of the application. Am I missing
something here?

Thank you,

-- Matthew








Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










Re: [flexcoders] Re: getting text out of swf in flex

2005-04-13 Thread Manish Jethani

On 4/13/05, carmhuntress [EMAIL PROTECTED] wrote:

 because I continue to get the error that text1 does not exist...  Thanks.

You're getting the error because the Image component really has no
property named 'text1'.  What you want is to access the 'text1'
property on the Image's content property.

  alert(image.content.text1.text)

See what this displays.

-- 
[EMAIL PROTECTED]
http://manish.revise.org/


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] xml-combobox

2005-04-13 Thread Manish Jethani

On 4/13/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


 mx:ComboBox id=object_list backgroundColor=#FF cornerRadius=0
   dataProvider={helpList.obj} width=180
   change=selectFields(event) initialize=sort();/
 
 In selectFields function I create dataprovider for 2nd combo:
 
 mx:ComboBox id=field_list backgroundColor=#FF cornerRadius=0
   width=180
   change=display_help(event) initialize=sort();/
[snip]

I would simply use data binding to set this up.

?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml;
  xmlns=*

  mx:Model id=model
root
  items label=item1
recordone/record
recordtwo/record
  /items
  items label=item2
recordthree/record
recordfour/record
  /items
/root
  /mx:Model

  mx:ComboBox id=cb1 dataProvider={model.root.items} /
  mx:ComboBox id=cb2 dataProvider={cb1.selectedItem.record} /

/mx:Application

-- 
[EMAIL PROTECTED]
http://manish.revise.org/


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] SharedObject across Applications

2005-04-13 Thread JesterXL





It's all about the domains, baby!

As long as your apps are both deployed on 
"cow.com", then just add a "/" to the 2nd parameter of your get, and it'll put 
the .sol at the top level of the domain. Currently, it's scoped to a 
folder name same as your app path. The 2nd parameter creates it's own 
folderpath/namespace. Maknig a "/" puts it at the top.

however, watch for out collisions of data since 
your both sharing. You don't have to worry about file handles or anything, 
but you know why checkin/checkout systems were invented in the first 
place...


  - Original Message - 
  From: 
  Matthew Shirey 
  
  To: flexcoders@yahoogroups.com 
  Sent: Wednesday, April 13, 2005 6:02 
  PM
  Subject: [flexcoders] SharedObject across 
  Applications
  I am trying to use a SharedObject to store some data that will 
  be access across two applications. I am finding that the second 
  application cannot seem to access any of the data stored by the first 
  though. What little information I could find on the SharedObject in the 
  "Macromedia Developing Flex Applications" and "Developing Rich Clients with 
  Macromedia Flex" books indicated that the restriction on sharing was based on 
  the domain of the application. Am I missing something here?Thank 
  you,-- Matthew







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










Re: [flexcoders] Object function

2005-04-13 Thread Manish Jethani

On 4/14/05, Fernando Barros [EMAIL PROTECTED] wrote:

 I would like to know, why can't I access my datagrid (dgProposta) inside my
 function myClickHandler.click? I said that because in my Alert.show, the
 SNOME from the datagrid appears. What's the right way? 

Scoping problem.  Use Delegate.create()

http://www.mail-archive.com/cgi-bin/htsearch?config=flexcoders_yahoogroups_comwords=Delegate.create

-- 
[EMAIL PROTECTED]
http://manish.revise.org/


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Package names have to be off the root of your web app??

2005-04-13 Thread Manish Jethani

On 4/13/05, Jeff Krueger [EMAIL PROTECTED] wrote:

 Interesting thing happened when I did this.  The main page works find and
 finds all that components references as net.client.etc.  But I load pages
 dynamically from example /flex/dam/user/userAdmin.mxml in a load control. 
 This page does not like the reference to net.client.etc, but instead wants
 flex.net.client.etc.  So is this telling me that my classes have to start in
 the root of my application?  Also I load that page as
 dam/user/userAdmin.mxml.swf inside of the Dam.mxml which I am assuming
 should work since it is relative path?? 

Not sure what you're doing, so maybe you can post an example of how
you're trying to access your classes.

See this thread:
http://www.mail-archive.com/flexcoders@yahoogroups.com/msg02833.html

Also note that ActionScript classes are different from SWF files.

-- 
[EMAIL PROTECTED]
http://manish.revise.org/


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] OT:?versionChecked=false crashes JRun/Apache

2005-04-13 Thread Blake Kadatz

 That's known bug, hopefully it gets fixed in next version of Flex.

Is that a Flex bug or a JRun bug?  Sounds a bit too easy if a malicious
user can do a denial of service just by changing the querystring.


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] SharedObject across Applications

2005-04-13 Thread peter blazejewicz







Hello everyone,

I'm not sure if that will work with Flex application but to avoid such
collision names in standalone desktop application I've used names
following package pattern:
eg:

var soName:String = "com.company.cookieName";
var so:SharedObject = SharedObject.getLocal(soName, "/");
there is a subset of characters which are not allowed in SO name but
dots are allowed
:)

hth,
regards,
Peter

Peter Blazejewicz

JesterXL wrote:
As long as your apps are both
deployed on "cow.com", then just add a "/" to the 2nd parameter of your
get, and it'll put the .sol at the top level of the domain. Currently,
it's scoped to a folder name same as your app path. The 2nd parameter
creates it's own folderpath/namespace. Maknig a "/" puts it at the top.
  
  however, watch for out
collisions of data since your both sharing. You don't have to worry
about file handles or anything, but you know why checkin/checkout
systems were invented in the first place...









Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.















Re: [flexcoders] how to display the HashMap data in flex mx:DataGrid?

2005-04-13 Thread Manish Jethani

On 4/13/05, loveewind [EMAIL PROTECTED] wrote:


 I have got the hashmap on flex age from remoteobject certainly

You want to display hashmap data into a datagrid.  If you set the
hashmap as the dataProvider, the DataGrid will _probably_ (not sure)
make all the names as columns, and all the values as data.

 mx:DataGrid dataProvider={hashmap} /

You probably don't want that.  In that case, you'll have to massage
the object into an array of objects each containing two properties --
the name and the value.

 var array:Array = new Array();
 for (var p in hashmap)
   array.push({name: p, value: hashmap[p]);

Then you'll explicitly specify two DataGridColumn's for the name and value.

-- 
[EMAIL PROTECTED]
http://manish.revise.org/


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] SharedObject across Applications

2005-04-13 Thread Matthew Shirey



Perfect! Thanks so much, that one has been driving me crazy all day!

-- MatthewOn 4/13/05, JesterXL [EMAIL PROTECTED] wrote:









It's all about the domains, baby!

As long as your apps are both deployed on 
cow.com, then just add a / to the 2nd parameter of your get, and it'll put 
the .sol at the top level of the domain. Currently, it's scoped to a 
folder name same as your app path. The 2nd parameter creates it's own 
folderpath/namespace. Maknig a / puts it at the top.

however, watch for out collisions of data since 
your both sharing. You don't have to worry about file handles or anything, 
but you know why checkin/checkout systems were invented in the first 
place...


  - Original Message - 
  
From: 
  Matthew Shirey 
  
  To: 
flexcoders@yahoogroups.com 
  Sent: Wednesday, April 13, 2005 6:02 
  PM
  Subject: [flexcoders] SharedObject across 
  Applications
  I am trying to use a SharedObject to store some data that will 
  be access across two applications. I am finding that the second 
  application cannot seem to access any of the data stored by the first 
  though. What little information I could find on the SharedObject in the 
  Macromedia Developing Flex Applications and Developing Rich Clients with 
  Macromedia Flex books indicated that the restriction on sharing was based on 
  the domain of the application. Am I missing something here?Thank 
  you,-- Matthew







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]

Your use of Yahoo! Groups is subject to the Yahoo! Terms of 









Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










Re: [flexcoders] Flex Non Comercial

2005-04-13 Thread Francois Le Lay



It's been 3 days since my reg and still haven't heard from them. Would
be cool if there was some kind of online status report... Anyway I'll
just keep working on my numerous flex projects and hope for the best at
the same time, can't wait ;)

François
--
http://www.mfworx.com








Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










Re: [flexcoders] Flex Non Comercial

2005-04-13 Thread Scott Barnes

Ditto, 

I'm awaiting one for FlexCoder.com. I'm not in a rush at the moment as
i have more work to do on it, but yeah now that yall mention it, its
been a long time since i heard anything back :)

On 4/14/05, Francois Le Lay [EMAIL PROTECTED] wrote:
  It's been 3 days since my reg and still haven't heard from them. Would be
 cool if there was some kind of online status report... Anyway I'll just keep
 working on my numerous flex projects and hope for the best at the same time,
 can't wait ;)
  
  François
  --
  http://www.mfworx.com
 
 
  
  
  Yahoo! Groups Links
  
  
 To visit your group on the web, go to:
 http://groups.yahoo.com/group/flexcoders/
   
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
   
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


-- 
Regards,
Scott Barnes
http://www.mossyblog.com
http://www.flexcoder.com (Coming Soon)


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Find..Find next.. in TreeDataProvider Ideas?

2005-04-13 Thread Tracy Spratt
Title: Find..Find  next.. in TreeDataProvider  Ideas?








I have a large Tree built programmatically of TreeNodes and would like to be able to search the dataProvider for a string match in the label property.

Since I do not want to open the nodes as I go, I cant use the methods that depend on getNodeDisplayedAt().

I can find the first match easily enough with a recursive function.

But how might I identify and flag the current position in the hierarchy so that I can re-start the search from there?

Any ideas?

Tracy









Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










Re: [flexcoders] Find..Find next.. in TreeDataProvider Ideas?

2005-04-13 Thread JesterXL
Title: Find..Find next.. in TreeDataProvider Ideas?





Various XPath methods?

http://www.xfactorstudio.com/Actionscript/AS2/XPath/


- Original Message - 
From: Tracy Spratt 

To: flexcoders@yahoogroups.com 
Sent: Wednesday, April 13, 2005 10:08 PM
Subject: [flexcoders] Find..Find next.. in TreeDataProvider 
Ideas?

I have a large 
Tree built programmatically of TreeNodes and would like to be able to 
search the dataProvider for a string match in the label 
property.
Since I do not want to 
open the nodes as I go, I can’t use the methods that depend on 
getNodeDisplayedAt().
I can find the first 
match easily enough with a recursive function.
But 
how might I identify and flag the current position in the 
hierarchy so that I can re-start the search from 
there?
Any 
ideas?
Tracy







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [flexcoders] Find..Find next.. in TreeDataProvider Ideas?

2005-04-13 Thread Tracy Spratt
Title: Find..Find next.. in TreeDataProvider Ideas?










It is nice that I can define my own
requirements: I am now searching the whole tree in one pass, and if I find a
match, I put a reference to the node in an array. The array is bound to a
results combo box. Since the items are references to the tree nodes I can do
whatever I want when an item is selected.



Thanks!

Tracy











From: JesterXL
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005
9:54 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]
Find..Find next.. in TreeDataProvider Ideas?







Various XPath methods?











http://www.xfactorstudio.com/Actionscript/AS2/XPath/

















- Original Message - 



From: Tracy Spratt






To: flexcoders@yahoogroups.com






Sent: Wednesday, April
13, 2005 10:08 PM





Subject: [flexcoders]
Find..Find next.. in TreeDataProvider Ideas?











I
have a large Tree built programmatically of TreeNodes
and would like to be able to search the dataProvider for a string match in the
label property.

Since
I do not want to open the nodes as I go, I cant use the methods
that depend on getNodeDisplayedAt().

I
can find the first match easily enough with a recursive function.

But
how might I identify and flag
the current position in the hierarchy so that I can re-start the search from
there?

Any
ideas?

Tracy












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.












RE: [flexcoders] Dynamically selecting a Tree node

2005-04-13 Thread Tracy Spratt










I have determined that a recursive
function that only manipulates the dataProvider is massively faster than this
technique that depends on opening the node and uses getNodeDisplayedAt().



The function below actually builds an
array of matches, but could just as easily break and open a matched
branch. It will traverse and test 36,000 nodes in less than 4
seconds. The selectNode function that uses getNodeDisplayedAt takes
several *minutes* to reach the bottom of the tree.



 /*

 recursive
precedent tree function  

 */ 

 private
function processTreeNode(treeNodeCur:TreeNode,sSearchString:String):Void

 {

 //Process
current node

 var
sLabel:String;

 sLabel
= treeNodeCur.getProperty(label);

 if
(sLabel.indexOf(sSearchString)  -1) {  //we
matched strings!

 maSearchResults.push(treeNodeCur);  //put
a ref to the nod on the array

 } 

 

 var
aChildren:Array = treeNodeCur.getChildNodes();

 for
(var i = 0; i  aChildren.length; ++i) {

 processTreeNode(aChildren[i],sSearchString);
//Recursive call to children

 }

 }//processPrecedentTreeNode



This function will open a branch to the
specified node:




/*

 Given a
tree node, climbs up the tree opening each parent node  

 */  

 private
function openBranchToNode(treeRef:Tree,treeNodeTarget:TreeNode):Void

 {

 var
treeDP = treeRef.dataProvider;

 var
treeNodeParent:Object = treeNodeTarget.parentNode; //
get parent of specified Node

 while
(treeNodeParent != null) {

 treeRef.setIsOpen(treeNodeParent,
true);  //
open each parent up thru tree

 treeNodeParent
= treeNodeParent.parentNode;

 }


 }//openBranchToNode











From: Robert
Brueckmann [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 17, 2005
12:43 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
Dynamically selecting a Tree node







JoseI posted a similar question a
few weeks back and got a response I was able to work withthe only
drawback to the solution is it expands the entire tree up to the node you want
selected is foundbut its a drawback Im willing to live
with because it does what youre askingIm using this code
in conjunction with a custom HistoryManager method so if a user selects a node
on the tree and then selects a second nodwe and then hits the browsers
back button, I want to go back to the last node they selected in the tree and
the following seems to do the trick when put in a function and your action,
whatever it may be that wants to dynamically select an item in the tree, calls
this function:



function
selectNode(value:String) {

var i:Number=0;

var node = yourTree.getTreeNodeAt(i);



while (node != undefined) {

if (node.getProperty(id) == value) {

 
yourTree.selectedNode = node;

  break;

} else if (yourTree.getIsBranch(node) 
!yourTree.getIsOpen(node)){

 
yourTree.setIsOpen(node, true);

}



i++;

node = yourTree.getNodeDisplayedAt(i);

}

}



The code traverses a tree and compares the
node on the trees attribute of id to the one Im passing to the
function, which was the last id the user had selectedif it matches it
sets that node in the tree to the selected node and then stops the tree
traversalif it doesnt match it checks to see if the node is a
branch and if it is, expands the tree and then continues traversal.
Its my understanding you cant really traverse nodes of the tree
in this fashion if the tree isnt expanded because indexes change, length
of the tree changes, etc, which effect the traversal and access to
nodesso this was the only fix I found, thanks to the programmers on the
list, that was able to traverse the entire tree looking for the one element I
wanted to select in the tree.





Robert L. Brueckmann



Web Developer



Merlin Securities, LLC



595 Madison Avenue



New York, NY
 10022



p: 212.822.4821
f: 212.822.4820











From: Jose Lora [mailto:[EMAIL PROTECTED]

Sent: Thursday, February 17, 2005
12:22 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Dynamically
selecting a Tree node





Hi Team,



Its been a while since I post a
question and I was wondering if the Tree experts can give me a hand on this.



Id like to use this value to
traverse a Tree component and select the node that fits the criteria.



Is this even possible? 



Any help is appreciated.



Jose Lora



Meredith Corporation 






















This message contains information
fromMerlin Securities, LLC, or from one of its affiliates, that may be
confidential and privileged. If you are not an intended recipient, please
refrain from any disclosure, copying, distribution or use of this information
and note that such actions are prohibited. If you have received this
transmission in error, please notify the sender immediately by telephone or by
replying to this transmission.












Merlin Securities, LLC is a registered
broker-dealer. Services offered 

[flexcoders] Re: Grid Header ContextMenu

2005-04-13 Thread viraf_bankwalla


Thanks - I was looking for an example on how to detect the right 
mouseDown in a header (or appropiate action to bring up the 
ContextMenu) , and determine which header the mouse was pressed in.  

Thanks

--- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote:
 Yeah, Label uses Flash Textfield, But for ContextMenu, a textfield 
should be
 selectable/editable.
 
 
 Following is simple example for context-menu, if you already know 
how to do
 it, ignore it.
 
 ##ContextMenuExample.mxml##
 
 ?xml version=1.0 encoding=utf-8?
 mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml;
 initialize=addContextMenu();
 mx:Script
 ![CDATA[
   
   
   
   function addContextMenu()
   {
   var _cm:ContextMenu;
   var about_cmi:ContextMenuItem;
   _cm = new ContextMenu();
   about_cmi  = new ContextMenuItem(About This App,
 mx.utils.Delegate.create(this,showAbout));
   _cm.customItems.push(about_cmi);
   _cm.hideBuiltInItems();
   mx.core.Application.application.menu = _cm;
   }
   
   function showAbout()
   {
   alert(Context Menu Example App v 1.0);
   }
   
 ]]
 /mx:Script
 /mx:Application
 
 
 -abdul
 
 
  
 
 -Original Message-
 From: viraf_bankwalla [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, April 13, 2005 5:45 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Grid Header ContextMenu
 
 
 
 Thanks
 
 UIObject extends MovieClip - so I thought that I could simply add 
it 
 to any object.  How do I find out which Flex components use the 
 Flash TextField ? (Do Labels use the text field ?)
 
 Do you have an example ?
 
 
 - viraf
 
 
 --- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote:
  Hi,
  
  We only support context-menus at application level only, not to 
 any children
  of application or to nested objects. However you can add context-
 menu items
  to TextInput, TextArea or anything that uses a Flash TextField.
  
  Hopefully, in future context-menu would be supported for nested 
 objects.
  
  
  But there is workaround, you can add/remove context menu items 
to 
 main
  context menu depending upon where mouse pointer isSo if user 
 right
  clicks on header, you can detect that mouse pointer is on 
datagrid 
 header
  and add context menu items...
  
  Does it make sense?
  
  -abdul
  
  
  -Original Message-
  From: viraf_bankwalla [mailto:[EMAIL PROTECTED] 
  Sent: Wednesday, April 13, 2005 5:10 PM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Grid Header ContextMenu
  
  
  
  Hi,
  
  How do I create a context menu for my Header in a grid?  I have 
a 
  HeaderRenderer and tried to cast it to a MovieObject and set the 
 menu 
  attribute, however this did not work.
  
  Thanks.
  
  - viraf
  
  
  
  
  
   
  Yahoo! Groups Links
 
 
 
 
 
  
 Yahoo! Groups Links





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Preloading Images

2005-04-13 Thread Ketan Bengali

OK. Thanks. Will try it.

Regards,

Ketan Bengali



Manish Jethani wrote:

On 4/13/05, Ketan Bengali [EMAIL PROTECTED] wrote:

  

Might sound like a stupid question but would like to know
if there is any way to preload images in Flex like the way we do
in HTML.



Yes, and you would do it exactly like you do in HTML/JavaScript.  i.e.
use hidden image objects and toggle the visibility on mouseover.

  



 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] MXMXL Editor

2005-04-13 Thread Ketan Bengali

Has anybody tried any editors apart from from Flex Builder for mxml?
Flex Builder degrades the performance of my PC.

-- 
Regards,

Ketan Bengali



 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] MXMXL Editor

2005-04-13 Thread Matthew Shirey



I'd be interested in that answer as well.Flex Builder's
performance leaves a lot to be desired.Editing multiple CSS
files practically takes the editor to a stand still.M.On 4/13/05, Ketan Bengali [EMAIL PROTECTED] wrote:  Has anybody tried any editors apart from from Flex Builder for mxml?
 Flex Builder degrades the performance of my PC.  -- Regards,  Ketan Bengali   Yahoo! Groups Links  * To visit your group on the web, go to:
 http://groups.yahoo.com/group/flexcoders/  * To unsubscribe from this group, send an email to: 
[EMAIL PROTECTED]  * Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/ 








Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[flexcoders] Running FLEX standalone as a service?

2005-04-13 Thread Scott Barnes

Anyone know the cmd line to put FLEX standalone server as a service? I
didn't do the instance j2ee approach yet i'm finding it annoying to
have the dos prompt window open


-- 
Regards,
Scott Barnes
http://www.mossyblog.com
http://www.flexcoder.com (Coming Soon)


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] MXMXL Editor

2005-04-13 Thread Brooks Andrus










Ive used XMLSPY home edition (free)
and quite enjoy it.











From: Matthew Shirey
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005
10:20 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] MXMXL
Editor





I'd be interested in that answer as well.Flex Builder's
performance leaves a lot to be desired.Editing multiple CSS files practically
takes the editor to a stand still.

M.

On 4/13/05, Ketan Bengali [EMAIL PROTECTED]
wrote:
 
 Has anybody tried any editors apart from from Flex Builder for mxml? 
 Flex Builder degrades the performance of my PC.
 
 --
 Regards,
 
 Ketan Bengali
 
 
 Yahoo! Groups Links
 
 * To visit your group on the web, go to: 
 http://groups.yahoo.com/group/flexcoders/
 
 * To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
 
 * Your use of Yahoo! Groups is subject to:
 http://docs.yahoo.com/info/terms/
 
 










Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.












Re: [flexcoders] MXMXL Editor

2005-04-13 Thread Matthew Shirey



I may give that a try. I suppose I could do that and only use
Flex Builder when I need the debugger. Isn't there an Eclipse
plugin somewhere too? I swear I read that somewhere.

-- MatthewOn 4/13/05, Brooks Andrus [EMAIL PROTECTED] wrote:
















I've used XMLSPY home edition (free)
and quite enjoy it.











From: Matthew Shirey
[mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, April 13, 2005
10:20 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] MXMXL
Editor





I'd be interested in that answer as well.Flex Builder's
performance leaves a lot to be desired.Editing multiple CSS files practically
takes the editor to a stand still.

M.

On 4/13/05, Ketan Bengali [EMAIL PROTECTED]
wrote:
 
 Has anybody tried any editors apart from from Flex Builder for mxml? 
 Flex Builder degrades the performance of my PC.
 
 --
 Regards,
 
 Ketan Bengali
 
 
 Yahoo! Groups Links
 
 * To visit your group on the web, go to: 
 http://groups.yahoo.com/group/flexcoders/
 
 * To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
 
 * Your use of Yahoo! Groups is subject to:
 http://docs.yahoo.com/info/terms/
 
 










Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/

To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.





















Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[flexcoders] any ideas about flex client side caching?

2005-04-13 Thread

Hi,all,
   In Christophe's blog, we can code our own class to
cache data. Does flex provider some other solutions
for the client_side caching?

Best Regards
Feng

_
Do You Yahoo!?
150MP3
http://music.yisou.com/

http://image.yisou.com
1G1000
http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mail_1g/


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] MXMXL Editor

2005-04-13 Thread Jeff Steiner

I love PrimalScript.  It has intellisense for mxml and, for flash
developers, they are supposed to be a decent platform.

For those that remember Cold Fusion Studio - you will feel right at home.

http://www.sapien.com/products.aspx

Jeff
http://www.flexauthority.com

- Original Message - 
From: Matthew Shirey [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Wednesday, April 13, 2005 9:19 PM
Subject: Re: [flexcoders] MXMXL Editor


I'd be interested in that answer as well. Flex Builder's performance leaves
a lot to be desired. Editing multiple CSS files practically takes the editor
to a stand still.

M.

On 4/13/05, Ketan Bengali [EMAIL PROTECTED] wrote:

 Has anybody tried any editors apart from from Flex Builder for mxml?
 Flex Builder degrades the performance of my PC.

 --
 Regards,

 Ketan Bengali


 Yahoo! Groups Links








 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] MXMXL Editor

2005-04-13 Thread Jeff Krueger










http://www.rocketboots.com.au/blog/index.cfm?mode=entryentry=29748A02-E081-51EF-A76F3A9D8308A716





Eclipse mxml editor kind of.



Jeff









From: Matthew Shirey
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005
11:00 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] MXMXL
Editor





I may give that a
try. I suppose I could do that and only use Flex Builder when I need the
debugger. Isn't there an Eclipse plugin somewhere too? I swear I
read that somewhere.

-- Matthew



On 4/13/05, Brooks
Andrus [EMAIL PROTECTED]
wrote:



I've used XMLSPY home edition (free) and quite enjoy it.











From: Matthew Shirey [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, April 13, 2005
10:20 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] MXMXL
Editor







I'd be
interested in that answer as well.Flex Builder's performance leaves
a lot to be desired.Editing multiple CSS files practically takes
the editor to a stand still.

M.

On 4/13/05, Ketan Bengali [EMAIL PROTECTED]
wrote:
 
 Has anybody tried any editors apart from from Flex Builder for mxml? 
 Flex Builder degrades the performance of my PC.
 
 --
 Regards,
 
 Ketan Bengali
 
 
 Yahoo! Groups Links
 
 * To visit your group on the web, go to: 
 http://groups.yahoo.com/group/flexcoders/
 
 * To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
 
 * Your use of Yahoo! Groups is subject to:
 http://docs.yahoo.com/info/terms/
 
 











Yahoo! Groups Links


 To visit your group on the web, go to:
 http://groups.yahoo.com/group/flexcoders/
 
  
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
  
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of
 Service. 



















Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.












Re: [flexcoders] MXMXL Editor

2005-04-13 Thread Ketan Bengali

URL for XMLSPY ??

Regards,

Ketan Bengali



Brooks Andrus wrote:

 Ive used XMLSPY home edition (free) and quite enjoy it.

 

 *From:* Matthew Shirey [mailto:[EMAIL PROTECTED]
 *Sent:* Wednesday, April 13, 2005 10:20 PM
 *To:* flexcoders@yahoogroups.com
 *Subject:* Re: [flexcoders] MXMXL Editor

 I'd be interested in that answer as well. Flex Builder's performance 
 leaves a lot to be desired. Editing multiple CSS files practically 
 takes the editor to a stand still.





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] MXMXL Editor

2005-04-13 Thread Ketan Bengali

Is it altova.com ?

Regards,

Ketan Bengali



Brooks Andrus wrote:

 Ive used XMLSPY home edition (free) and quite enjoy it.

 

 *From:* Matthew Shirey [mailto:[EMAIL PROTECTED]
 *Sent:* Wednesday, April 13, 2005 10:20 PM
 *To:* flexcoders@yahoogroups.com
 *Subject:* Re: [flexcoders] MXMXL Editor

 I'd be interested in that answer as well. Flex Builder's performance 
 leaves a lot to be desired. Editing multiple CSS files practically 
 takes the editor to a stand still.

 M.

 On 4/13/05, Ketan Bengali [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:

 Has anybody tried any editors apart from from Flex Builder for mxml?
 Flex Builder degrades the performance of my PC.

 --
 Regards,

 Ketan Bengali


 Yahoo! Groups Links


 mailto:[EMAIL PROTECTED]





 
 *Yahoo! Groups Links*

 * To visit your group on the web, go to:
   http://groups.yahoo.com/group/flexcoders/
 * To unsubscribe from this group, send an email to:
   [EMAIL PROTECTED]
   mailto:[EMAIL PROTECTED]
 * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
   Service http://docs.yahoo.com/info/terms/.




 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] MXMXL Editor

2005-04-13 Thread Matthew Shirey



Yes, that's who makes XML SPYOn 4/13/05, Ketan Bengali [EMAIL PROTECTED] wrote:
Is it altova.com ?Regards,Ketan BengaliBrooks Andrus wrote: I've used XMLSPY home edition (free) and quite enjoy it. 
 *From:* Matthew Shirey [mailto:[EMAIL PROTECTED]] *Sent:* Wednesday, April 13, 2005 10:20 PM *To:* flexcoders@yahoogroups.com
 *Subject:* Re: [flexcoders] MXMXL Editor I'd be interested in that answer as well. Flex Builder's performance leaves a lot to be desired. Editing multiple CSS files practically takes the editor to a stand still.
 M. On 4/13/05, Ketan Bengali [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:
 Has anybody tried any editors apart from from Flex Builder for mxml? Flex Builder degrades the performance of my PC. -- Regards, Ketan Bengali
 Yahoo! Groups Links mailto:[EMAIL PROTECTED]
  *Yahoo! Groups Links* * To visit your group on the web, go to: 
http://groups.yahoo.com/group/flexcoders/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]?subject=Unsubscribe * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
 Service http://docs.yahoo.com/info/terms/.Yahoo! Groups Links* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/* To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
* Your use of Yahoo! Groups is subject to:http://docs.yahoo.com/info/terms/-- -=-
 Matthew Alan Shirey Software Engineer Center for Teaching, Learning, and Technology Washington State University E-mail: [EMAIL PROTECTED] Office: 5-0476
-=-








Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [flexcoders] MXMXL Editor

2005-04-13 Thread Brooks Andrus

http://www.altova.com/download_spy_home.html

There's a stand alone version as well as an eclipse plugin for the Home
version.

-Original Message-
From: Ketan Bengali [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 11:07 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] MXMXL Editor


Is it altova.com ?

Regards,

Ketan Bengali



Brooks Andrus wrote:

 I've used XMLSPY home edition (free) and quite enjoy it.

 

 *From:* Matthew Shirey [mailto:[EMAIL PROTECTED]
 *Sent:* Wednesday, April 13, 2005 10:20 PM
 *To:* flexcoders@yahoogroups.com
 *Subject:* Re: [flexcoders] MXMXL Editor

 I'd be interested in that answer as well. Flex Builder's performance 
 leaves a lot to be desired. Editing multiple CSS files practically 
 takes the editor to a stand still.

 M.

 On 4/13/05, Ketan Bengali [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:

 Has anybody tried any editors apart from from Flex Builder for mxml?
 Flex Builder degrades the performance of my PC.

 --
 Regards,

 Ketan Bengali


 Yahoo! Groups Links


 mailto:[EMAIL PROTECTED]





 
 *Yahoo! Groups Links*

 * To visit your group on the web, go to:
   http://groups.yahoo.com/group/flexcoders/
 * To unsubscribe from this group, send an email to:
   [EMAIL PROTECTED]
   mailto:[EMAIL PROTECTED]
 * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
   Service http://docs.yahoo.com/info/terms/.




 
Yahoo! Groups Links



 





-- 
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.9.8 - Release Date: 4/13/2005




 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





  1   2   >