[flexcoders] Re: RPC Vs. FDS and FDS Express

2006-07-18 Thread David
So basically if you don't use FDS you won't be able to use the Push technology? What are the other major benefits to using FDS over RemoteObject? Do any of you know of a tutorial that shows how to use RemoteObject and then deploy it on a remote site? Thanks again, David

RE: [flexcoders] Re: RPC Vs. FDS and FDS Express

2006-07-18 Thread David Mendels
Hi, Push is just one feature of FDS. There is a lot more to this product. An overview is here: http://www.adobe.com/products/flex/dataservices/ Some good articles that might help are here: http://www.adobe.com/devnet/flex/articles/architecting_rias.html And here:

Re: [flexcoders] Org Chart

2006-07-18 Thread Paul Andrews
Same here: TypeError: Error #1009: Cannot access a property or method of a null object reference.at mx.containers::Panel/mx.containers:Panel::layoutChrome()at mx.core::Container/mx.core:Container::updateDisplayList()at mx.containers::Panel/mx.containers:Panel::updateDisplayList()at

RE: [flexcoders] Re: printing/zooming bugs

2006-07-18 Thread Daniel Tuppeny
Cool, thanks! From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pan TroglodytesSent: 18 July 2006 00:14To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: printing/zooming bugs I know this was asked a long time ago, but somehow I must have missed it.

Re: [flexcoders] problem with secure RTMP

2006-07-18 Thread Tom Chiverton
On Monday 17 July 2006 18:41, Dimitrios Gianninas wrote: Has anyone setup secure RTMP successfully? I have created my keystore and specified it in the services-config.xml and it just doesn't work. Port is open as well, I verified that with my network admins. Ethereal ? -- Tom Chiverton

Re: [flexcoders] Panel Problems

2006-07-18 Thread Tom Chiverton
On Saturday 15 July 2006 04:55, Troy wrote: On a current project every thing looks fine in the editor, but when tested anything that hits a particular view in a viewstack hangs. This sounds like it may be throwing an error, and you don't have the debug Flash player installed to display it.

Re: [flexcoders] PopUpMenuButton icon not working?

2006-07-18 Thread Samuel Reuben
try icon=@Embed('../assets/print_16.gif') It should work, -sam On 7/8/06, Shannon Hicks [EMAIL PROTECTED] wrote: I've tried adding an icon to the PopUpMenuButton, but it doesn't seem to work. It shows the icon in Flex Builder, but not in the compiled SWF. I've added icons to every

Re: [flexcoders] NumberFormatter Bug???

2006-07-18 Thread Samuel Reuben
I don't see this happening Dan! Which version of flex are you using? I tried it with flex 1.5 and 2.0 both seem to be giving me 1.0 Thanks, -sam On 7/3/06, Dan [EMAIL PROTECTED] wrote: Hi, I just want to ask is this a known issue? I use a numberformatter with the following

Re: [flexcoders] Flex 2 final - Buf in tabChildren of a Panel

2006-07-18 Thread Samuel Reuben
It's a bug, I'll log it in. Thanks, -sam On 6/30/06, Harald Dehn [EMAIL PROTECTED] wrote: I need to temporay disable the tabChildren of a panel. If i set the tabChildren property to false and try to change the focus with the tab key, i get the following error message: TypeError:

Re: [Junk E-Mail - LOW] [flexcoders] DataChange event in DataGrid

2006-07-18 Thread polestar11
--- Chaitu Vadlapatla [EMAIL PROTECTED] wrote: Hi tracy, did you manage to find a way to do the dataChange fire off. Thanks Chaitu. Hi Chaitu Yes, I did manage to get the dataChange to work, but I did change the code slightly. The latest Flex documentation says that one should

RE: [flexcoders] Trying out Cairngorm Login Example

2006-07-18 Thread Alex Uhlmann
Hi Malik, it seems that the model object com.adobe.cairngorm.samples.login.model.Login conflicts with another root MXML component, which is also called Login (Login.mxml). You can either use another name for the root MXML component as I did (i.e. CairngormLogin.mxml), or use absolute

Re: [flexcoders] Flex print jobs

2006-07-18 Thread Samuel Reuben
Looking into it Tom! -sam Quality Engineer, Flex On 7/4/06, Tom Chiverton [EMAIL PROTECTED] wrote: Has anyone else had problems using the printJob classes ?It seems to be failing silently for me. printJob.start() is returning OK etc. etc.index.mxml:mx:Application xmlns:mx=

[flexcoders] Re: tryin to extend the Button (flex1.5)

2006-07-18 Thread shemeshkale
MANY great tnx! it works! this is my final code: the onRelease = null is not necessary kuz a Button component allready transmit it. and the keyDown function fires a click event on ENTER key press. any comments? class myComponents.myButton extends mx.controls.Button { public function

Re: [flexcoders] Flex print jobs

2006-07-18 Thread Samuel Reuben
Hi Tom, It works fine if you give aheight and width to your object that is being printed. something like: formPrintView.width=600;formPrintView.height=300;before printing it. Thanks, -sam On 7/18/06, Samuel Reuben [EMAIL PROTECTED] wrote: Looking into it Tom! -sam Quality Engineer, Flex

Re: [flexcoders] need better supporting for printing selected pages

2006-07-18 Thread Tom Chiverton
On Tuesday 18 July 2006 00:26, Pan Troglodytes wrote: Perhaps I'm missing something, but it seems like Flex lacks the ability to make the print dialog box able to use the Page 1 of 3 choice. Short of When you ask Flex to print something, it pops up your O/Ss normal print dialogue, and it's

Re: [flexcoders] Flex print jobs

2006-07-18 Thread Tom Chiverton
On Tuesday 18 July 2006 11:10, Samuel Reuben wrote: It works fine if you give a height and width to your object that is being printed. . before printing it. blink *eh* :-) Cheers for the response - the other work around (the one we've been using in the meantime) is to put the printview in the

[flexcoders] [Flex2, FDS] Configuring RPC

2006-07-18 Thread Thomas Rühl -akitogo-
Hi list, I need to configure an RPC service in Flex Data Services. In addition, the desired application has to make use of a Messaging- and/or DataManagement-Service of the FDS environment. For that, the application needs to run under FDS, so the RPC configuration should be made in the Flax

RE: [flexcoders] [Flex2, FDS] Configuring RPC

2006-07-18 Thread João Fernandes
Thomas, To achieve this you have 3 ways ,in case you compile your app in the builder but if you compile at the server only the 2 first will work: 1) Use a merged version of CF+FDS 2) Create your RPC channel destination at runtime (Mike Nimer gave an example but can't remember where) this

[flexcoders] Re: Need help to select multiple item from a list

2006-07-18 Thread dadrobson
Sukhminder: Did you ever get an answer to this question? I've been searching the docs and the Flexcoders posts, but so far, no luck. Jim --- In flexcoders@yahoogroups.com, Sukhminder Singh [EMAIL PROTECTED] wrote: Hi there... I have 2 lists. First list contains all the items, from which a

Re: [flexcoders] [Flex2, FDS] Configuring RPC

2006-07-18 Thread Thomas Rühl -akitogo-
Hi João, thanks for the hints. Could you please please (with sugar on top of it ;-)) provide me with some more information about these two things * How can I merge the files into a single one (without FDS throwing errors all the time)? - tried that without success... * What do you mean

[flexcoders] Cairngorm.swc

2006-07-18 Thread swe_reddy
Hi There, I am trying to run my flex 2.0 application thats using Cairngorm 2 on jboss.I have copied Cairngrom.swc file appdir\WEB- INF\flex\user_classes When I am trying to bring up the .mxml page it is throwing 1 error saying unable to load SWC Cairngorm.swc Exception

Re: [flexcoders] Flex 2 .0 and .NET

2006-07-18 Thread Sajid Hussain
Hi , See these two links for .net remoting support in Flex ,its a open source project which allow remoting support,well I dint use htis ..but I read ..might be it could help u . if ur project suceed with this then let us Know Thanks... http://fluorine.thesilentgroup.com/

[flexcoders] Embed PostScript font

2006-07-18 Thread franto
Hey all,I'm new to tlist mailinglist so i want to say hello to all..I'm trying Flex2 for my employer. It's great application, but I didn't find some things in helpso I'm trying my help here1) How can I embed postscript font PFB( PFM) in Flex2, till now, i cant (it's Univers font) 2) Is it

[flexcoders] Re: Could not resolve mx:Script to a component implementation. problem

2006-07-18 Thread oktay nba
i un/reinstall the flex builder again but the problem still exists.On 7/18/06, oktay nba [EMAIL PROTECTED] wrote:hi;yesterday suddenly flex builder start to give Could not resolve mx:Script to a component implementation. error and didnt compile my codes. i couldnt find any solution to this.

RE: [flexcoders] Re: Need help to select multiple item from a list

2006-07-18 Thread Karl Johnson
Could you clarify your specific solution a little more? If I understand the original question correctly, it sounds like you have two ways of handling this. One - add each item to a stored array object when the drop event is fired on your second list. Two - You could also just loop

[flexcoders] what is wrong with this code?

2006-07-18 Thread arnold_charming
Hi! I'm having difficulties to find out what is wrong with this code. Please help me out. Kategorije.mxml --- ?xml version=1.0 encoding=utf-8? mx:Panel xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute width=245 height=465 title=Kategorije mx:XML

[flexcoders] Dragging only selected rows in datagrid

2006-07-18 Thread amolyk_flex
Hi all, In my application, I have to use the datagrid component as i need to sort some data. I also want to enable dragging for the datagrid. Now the problem is depending upon the data in a row, I want to drag that row only. so all the rows are not draggable. Can any one help me achieving

[flexcoders] Re: Urgent! Problem using ArrayUtil.toArray for a http result ( Flex 2 SDK release)

2006-07-18 Thread jmorpher03
Thanks Tim. Got it working by directly assigning the result to the dataprovider of ComboBox. Earlier (in B3) if there was a single row in the result, it was not showing up, for that, I'd used ArrayUtil.toArray (result). Now its working fine :). Yahoo! Groups

[flexcoders] Repeater problem

2006-07-18 Thread Steve Cox
All, Ive a little problem Im struggling to get my head around. Basically I have an ArrayCollection containing a CustomField object. This object contains various fields in addition to an ArrayCollection called CustomFieldItems which contains further objects. These CustomFieldObjects

[flexcoders] Could not resolve mx:Script to a component implementation. problem

2006-07-18 Thread iamthelf
hi; yesterday suddenly flex builder start to give Could not resolve mx:Script to a component implementation. error and didnt compile my apps. i couldnt find any solution to this. what is the problem. i also uninstall and reinstall the flex builder. here is a simple code:

[flexcoders] hey

2006-07-18 Thread [EMAIL PROTECTED]
Just got my BS and i wasnt even required to turn up! Just called these people (801) 697 0461, filled out a few forms and a bit of paperwork and was accredited within 3 weeks at an internationally recognised Uni! How good is that! Yahoo! Groups Sponsor

[flexcoders] Re: HTTPService in components

2006-07-18 Thread mcmcbrianfarrell
Following your advice I put the following: ?xml version=1.0 encoding=utf-8? mx:HTTPService id=usrRequest xmlns:mx=http://www.adobe.com/2006/mxml; url=usr.xml useProxy=false / These are the top 2 lines of the component. And now I get the error: Encountered mx:HTTPService at line 2

RE: [flexcoders] [Flex2, FDS] Configuring RPC

2006-07-18 Thread João Fernandes
Thomas, you couldn't find documentation because there isn't :p Adobe launched a technote how to merge cf + fds but Tom Jordahl doesn't like it very much. http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=4f079a4d but in the merging web.xml from cf and flex you should keep the cf version

[flexcoders] Drag Drop problem with browser scrolling

2006-07-18 Thread mmmmbeeeeer
Here's an interesting problem which I hope someone can help me with.I've just started playing with Flex 2 - release version and have implemented the following:1. Composite component containing a label and DataGrid in a Vboxmx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:vz="*"

Re: [flexcoders] what is wrong with this code?

2006-07-18 Thread Jeff Tapper
Try mx:Label x=10 y=316 text=[EMAIL PROTECTED] width=169/ At 08:29 AM 7/18/2006, arnold_charming wrote: Hi! I'm having difficulties to find out what is wrong with this code. Please help me out. Kategorije.mxml --- ?xml version=1.0 encoding=utf-8? mx:Panel

Re: [flexcoders] Re: HTTPService in components

2006-07-18 Thread Tom Chiverton
On Tuesday 18 July 2006 12:00, mcmcbrianfarrell wrote: Encountered mx:HTTPService at line 2 That's probably because you can't use HTTPService as the top-most thing in the file. -- Tom Chiverton This email is sent for and on behalf of

[flexcoders] SWFLoader how to access host application question

2006-07-18 Thread milan kosir
Hi all,I'd like to use SWFLoader to load some flex/AS3 swf, and when it is loaded into host application, I'd like to change some data on it, according to data in host application. I've seen examples in help about accessing loaded SWF with SystemManager, but I'd like to access host application

RE: [Junk E-Mail - MED] Re: [flexcoders] PopUpMenuButton icon not working?

2006-07-18 Thread Shannon Hicks
Nope, no change. Adobe: is this on the official bug list? Seems like an oversight that some of flex'sbasic functionality isn't working. Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Samuel ReubenSent: Tuesday, July 18, 2006 3:47 AMTo:

Re: [flexcoders] Org Chart

2006-07-18 Thread Douglas Knudsen
I have to find time to update it to the Flex 2 GR code and make it purtierI'm in knee deep with work projects, so fell behind updating it. Paying jobs come first, eh? hehe! DK On 7/18/06, Paul Andrews [EMAIL PROTECTED] wrote: Same here: TypeError: Error #1009: Cannot access a property

Re: [flexcoders] Org Chart

2006-07-18 Thread Paul Andrews
Sorry Douglas, didn't spot that bit - didn't mean to hassle you. Paul - Original Message - From: Douglas Knudsen To: flexcoders@yahoogroups.com Sent: Tuesday, July 18, 2006 2:14 PM Subject: Re: [flexcoders] Org Chart "I have to find time to update it to the Flex

[flexcoders] how to do rounded corners on just the top or just the bottom of a canvas

2006-07-18 Thread hank williams
I want to draw a canvas and only have the top have rounded corners or only the top.Can I do this or do I just need to break out the drawing functions?Hank __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] w00t

2006-07-18 Thread [EMAIL PROTECTED]
you can now officially call me Dr. :) Tookme about 2 months, butafter calling these guys (801) 697 0461 they helped get me setup and get fully accredited! Great people. Yahoo! Groups Sponsor ~-- Yahoo! Groups gets a make over. See the

Re: [flexcoders] Yahoo Maps questions

2006-07-18 Thread JesterXL
Learn from the master. Nahuel's app won in his category in the Flex Derby. As a judge, I gave him mad props for getting this to work. Here's how he did it: http://www.asfusion.com/blog/entry/inserting-yahoo-maps-in-a-flex-2-application - Original Message - From: jgraham_us [EMAIL

Re: [flexcoders] Org Chart

2006-07-18 Thread Douglas Knudsen
ok, I got the current code base working on Flex 2. Seems ViewStack does not support changeEffect anymoreanother day to tack that.http://www.cubicleman.com/cmorgchart/cmorgchart.html It should be obvious that I'm not a UI guy ;)I'm re-writing it all now and using cairngorm too. Cairngorm

RE: [flexcoders] w00t (Alert to Moderators)

2006-07-18 Thread João Fernandes
Cof* Cof* Dunno why but seems spam to me :) João Fernandes -Original Message- From: flexcoders@yahoogroups.com on behalf of [EMAIL PROTECTED] Sent: Tue 18-Jul-06 2:47 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] w00t you can now officially call me Dr. :) Tookme about 2

[flexcoders] Using Flex2 Data service fail to limit results by page in datagrid

2006-07-18 Thread abiswas1
Objective: To show a predefined number of records from the database and Populate a datagride.Say there are 50 records in the database and the requirement is to show 10 at time. MXML: Mxml file mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; xmlns=* pageTitle=Contact Manager

Re: [flexcoders] Org Chart

2006-07-18 Thread Douglas Knudsen
np! darn hot out these days and all, eh? DKOn 7/18/06, Paul Andrews [EMAIL PROTECTED] wrote: Sorry Douglas, didn't spot that bit - didn't mean to hassle you. Paul - Original Message - From: Douglas Knudsen To: flexcoders@yahoogroups.com Sent: Tuesday, July

RE: [flexcoders] Re: HTTPService in components

2006-07-18 Thread Andrew Trice
What exactly are you trying to do? Tom's right, you can't have a HTTPService as the root of a component. You could put the HTTPService inside of a Canvas, Panel, etc... If you only want the HTTPService, with extended functionality, you might want to try creating an AS class that extends the

RE: [flexcoders] how to do rounded corners on just the top or just the bottom of a canvas

2006-07-18 Thread Andrew Trice
Take a look at this example on Ben Stucki;s blog. Be sure to check out the CSS3 Box explorer. It is a great example. I havent actually tried to use it, but it looks like it might help with what you are looking for. http://blog.benstucki.net/?id=22 -Andy

[flexcoders] FLEX 2: Does anyone know what happened to the Data Panel in Flex 2?

2006-07-18 Thread efeminella
I was wondering if anyone knows what happened to the Data Panel that was available in Flex 1.5? In Flex 1.5 I could see all of the methods available in a wsdl as well as all of the parameters that each method required. Is this panle available in FLEx 2.0. Also is the Results panel which contained

[flexcoders] Scaling up.

2006-07-18 Thread Dave Wolf
No, not servers, but brain-power. To put bluntly we're looking for the best RIA developers in the world, and I figured there's no better place to look for that than Flexcoders, so here goes. Basically we are actively looking for world-class and passionate people that want to be a part of some

[flexcoders] Re: Need help to select multiple item from a list

2006-07-18 Thread dadrobson
Karl: The problem I'm having isn't with selecting the items per se. It's with sending the data to the middle tier. The value of each item is an integer, but when I try to send the values to the middle tier, the Java code interprets the array (or comma-separated list) as a single string and

RE: [Junk E-Mail - LOW] RE: [flexcoders] w00t (Alert to Moderators)

2006-07-18 Thread Shannon Hicks
You should see the Dr. for that Cof :) Shan -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of João Fernandes Sent: Tuesday, July 18, 2006 8:50 AM To: flexcoders@yahoogroups.com Subject: [Junk E-Mail - LOW] RE: [flexcoders] w00t (Alert to

Re: [flexcoders] [Flex2, FDS] Configuring RPC

2006-07-18 Thread Thomas Rühl -akitogo-
I get a Send failed error with the fault-detail being Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed Debug shows, that the NetConnection attempt seems to be made towards http://localhost:8700/flex2gateway/; - which is my flex port!? My adapted

[flexcoders] Re: what is wrong with this code?

2006-07-18 Thread arnold_charming
Hi! What can I say.THANK YOU! Now it works as it should. But please excuse my language...WTF do we have manuals? I'm using the latest version of Flex Builder anf Flash player and something that is written in official Adobe manul doesn't work. What's the purpose of this manual? --- In

[flexcoders] item renderer problem in a list

2006-07-18 Thread iamthelf
i have a list and some item renderers for the specific dataproviders. when i scroll down or up, some rows start to disappear and i see a blank row. after repeating a few times the application crashes. is it because i change the dataprovider of the list in the runtime or anything else? oktay

Re: [flexcoders] [Flex2, FDS] Configuring RPC

2006-07-18 Thread Thomas Rühl -akitogo-
YEEEAHH!! Rock 'n' Roll!!! It works, RPC works! And it's hosted on FDS, how cool's that...!? Dunno exactly why, I didn't change anything about the config files anymore, just closed and re-opened eclipse, and see - it seems the RPC calls finally work :-) Thanks again, João! You ARE my personal

Re: [flexcoders] need better supporting for printing selected pages

2006-07-18 Thread Pan Troglodytes
Tom,I don't quite follow you. When I print something from flex, under Page Range, only the All and Selection options are enabled. The Current Page and Pages are disabled. Have you tried this and gotten different results? Note that I'm actually talking about printing from *Flex*, not printing

[flexcoders] Re: Could not resolve mx:Script to a component implementation. problem

2006-07-18 Thread jermlawhorn
You have a space between and http You have xmlns:mx= http://www.adobe.com/2006/mxml; Should be xmlns:mx=http://www.adobe.com/2006/mxml; Jeremy --- In flexcoders@yahoogroups.com, oktay nba [EMAIL PROTECTED] wrote: i un/reinstall the flex builder again but the problem still exists. On

Re: [flexcoders] Could not resolve mx:Script to a component implementation. problem

2006-07-18 Thread oktay nba
it is because of your windows's language for non-Unicode programs. in flex the default compiler's locale is english. so to change this setting to english will solve your problem.oktay caglar On 7/18/06, iamthelf [EMAIL PROTECTED] wrote: hi;yesterday suddenly flex builder start to give Could not

[flexcoders] SWFLoader how to access host application

2006-07-18 Thread kosir.milan
Hi all, I'm posting this again after first unseccesfull post. I'd like to use SWFLoader to load some flex/AS3 swf, and when it is loaded into host application, I'd like to change some data on it, according to data in host application. I've seen examples in help about accessing loaded SWF with

[flexcoders] Re: Could not resolve mx:Script to a component implementation. problem

2006-07-18 Thread iamthelf
ok i find it :] it is because of windows's language for non-Unicode programs. somehow it changed to Turkish. Now it is english and there is no problem. i think it is because of the locale setting of flex compiler. oktay --- In flexcoders@yahoogroups.com, iamthelf [EMAIL PROTECTED] wrote: hi;

RE: [flexcoders] Dashboard Sample: problems

2006-07-18 Thread Matt Chotin
Compiled for the wrong player means using Beta 3 to compile but then using the released Player 9 or some other combo. Since it works sometimes this is probably not the issue, Im just mentioning what Ive seen in the past. From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Adobe Resources

2006-07-18 Thread Hindman, Jeff
Is there a PDF available of this doc to download? Thanks -- -- Jeff Hindman -Original Message-From: JesterXL [mailto:[EMAIL PROTECTED]Sent: Monday, July 17, 2006 11:54 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Adobe Resources This one works for

[flexcoders] How do I reset itemRenderer inside DataGrid when dataProvider is updated?

2006-07-18 Thread ben.clinkinbeard
Hello, I have seen this dicussed on here a bit but nothing seems to be working for me. I have a DataGrid whose dataProvider property is bound to an XMLList. One of the columns, however, uses an itemRenderer to display a checkbox with a label. The label comes from the data item, so this is what my

[flexcoders] Re: Flex and CF

2006-07-18 Thread dcooper2025
Specifically, you can just install Flex Enterprise Services on a J2EE server on the same machine as CF, configure everything and you're good to go. They live very nicely side-by-side. FYI, we've made the CF 7.0.2 doc for CF/Flex 2 integration available online where you can quickly reference

RE: [flexcoders] w00t (Alert to Moderators)

2006-07-18 Thread Steven Webster
Removed author from list; strange, Yahoo! Spamguard had filtered out some of Matt Chotin's messages, yet these ones got through. I'm saying nothing Matt. :-) -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of João Fernandes Sent: 18

[flexcoders] Re: How do I reset itemRenderer inside DataGrid when dataProvider is updated?

2006-07-18 Thread ben.clinkinbeard
Correction: even the labels are not updating sometimes. --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: Hello, I have seen this dicussed on here a bit but nothing seems to be working for me. I have a DataGrid whose dataProvider property is bound to an XMLList. One

Re: [flexcoders] need better supporting for printing selected pages

2006-07-18 Thread Tom Chiverton
On Tuesday 18 July 2006 15:38, Pan Troglodytes wrote: I don't quite follow you. When I print something from flex, under Page Range, only the All and Selection options are enabled. The Current Page and Pages are disabled. Oh, that happens on real windows/mac machines as well ? I'm still

[flexcoders] Re: Scaling up.

2006-07-18 Thread ben.clinkinbeard
Telecommuters? --- In flexcoders@yahoogroups.com, Dave Wolf [EMAIL PROTECTED] wrote: No, not servers, but brain-power. To put bluntly we're looking for the best RIA developers in the world, and I figured there's no better place to look for that than Flexcoders, so here goes. Basically

Re: [flexcoders] need better supporting for printing selected pages

2006-07-18 Thread Pan Troglodytes
Right, that's why I mostly phrased my original post in the form of suggestion rather than question. :DOn 7/18/06, Tom Chiverton [EMAIL PROTECTED] wrote:On Tuesday 18 July 2006 15:38, Pan Troglodytes wrote: I don't quite follow you.When I print something from flex, under Page Range, only the

[flexcoders] Tree ItemRenderer and Scrollbar Bug

2006-07-18 Thread sufibaba
Hi Adobe Engineers, This bug happens when the tree control is over 600 pixels in height. Basically when the vertical scrollbar is moved up and down, the tree's nodes goes haywire. I've seen this bug in the beta although in the beta, it was much worse. Currently, the problem is much more

[flexcoders] align header text to the bottom of the header cell

2006-07-18 Thread Pan Troglodytes
I have a grid with several headers with headerWordWrap=true. Some of the headers wrap and others don't need to. Unfortunately, the text in the header aligns to the top of the cell. I would like it to align to the bottom, so if there's a short, one word header it will be sitting on the bottom of

[flexcoders] Re: Tree ItemRenderer and Scrollbar Bug

2006-07-18 Thread sufibaba
Update on this bug, It seems that the bug is not in the tree's opening and closing, in my code, I have a bit of code that opens a branch node when the user clicks on the tree node row (not just on the branch opening icon). This opening code is hooked to the Tree's Click event. The problem

Re: [flexcoders] SWF Loader

2006-07-18 Thread Derek Vadneau
Hi Jesse, Would you recommend LocalConnection over ExternalInterface for this type of communication? Just wondering what the pitfalls of using ExternalInterface might be. On 7/12/06, JesterXL [EMAIL PROTECTED] wrote: Sorry, I posted the wrong link

[flexcoders] Re: How do I reset itemRenderer inside DataGrid when dataProvider is updated?

2006-07-18 Thread Tim Hoff
Hey Ben, In addition to setting the label, you have to set the selected property. var q:QName = new QName(DOCUMENT_METADATA_NAMESPACE, "PlanNumber");var r:QName = new QName(DOCUMENT_METADATA_NAMESPACE, "PlanNumberSelected");cb_planNumber.label = data[q];cb_planNumber.selected =

[flexcoders] Re: RPC Vs. FDS and FDS Express

2006-07-18 Thread David
Thanks David, i will definitely read up on them. But just to confirm, RemoteObject can be used the same way Flash Remoting works, minus any push technology and/or other FDS features? Thanks again, david Yahoo! Groups Sponsor ~-- See what's

Re: [flexcoders] SWF Loader

2006-07-18 Thread JesterXL
LocalConnection. Why? Browser support. I've seen no reports on Flashcoders, Flexcoders, or blogs about LocalConnection "not working". I've seen a few for ExternalInterface. Usually they are work aroundable, but that's one more thing to worry about in an already diffucult profession.

[flexcoders] Re: How do I reset itemRenderer inside DataGrid when dataProvider is updated?

2006-07-18 Thread Tim Hoff
Actually Ben, you shouldn't have to get the data in the itemRenderer. The data should be passed to the itemRenderer from the DataGridColumn. The itemRenderer would look like this: ?xml version="1.0" encoding="utf-8"?mx:HBox xmlns:mx="http://www.adobe.com/2006/mxml"

[flexcoders] Re: How do I reset itemRenderer inside DataGrid when dataProvider is updated?

2006-07-18 Thread ben.clinkinbeard
Thanks for the reply, Tim. Unfortunately, the selected state is not held in the data. The checkboxes should always begin unchecked, but the user can (obviously) check them. The checkboxes apparently get reused though, not all created every time, because cb_planNumber.selected = false; does not

RE: [flexcoders] w00t (Alert to Moderators)

2006-07-18 Thread Matt Chotin
I would think that I deserve a trust all messages from setting by now J From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Steven Webster Sent: Tuesday, July 18, 2006 8:03 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] w00t (Alert

[flexcoders] Re: State vars: good, bad, ugly?

2006-07-18 Thread ben.clinkinbeard
Thanks for the replies everyone. My app/TN actually has 8 states/tabs, but I still ended up going with the simple approach. In case anyone is interested, the code is below. Further thoughts still welcome. mx:TabNavigator id=tn change=updateActiveTabIndex()

[flexcoders] Serialization issues with floats

2006-07-18 Thread Mike_Robinson_98
I have a rounded float value on the server of, say 0.7887. When it gets servialized and arrives at the client it becomes 0.7886999845504761. Is there a way to maintain the precision of the source value during serialization? Or is my only choice to round it again after arriving at the client? Has

[flexcoders] Re: Scaling up.

2006-07-18 Thread ben.clinkinbeard
Just to clarify, I was wondering if the side-by-side was meant to be taken literally. Sorry if this is a dumb question. Thanks, Ben Yahoo! Groups Sponsor ~-- Something is new at Yahoo! Groups. Check out the enhanced email design.

Re: [flexcoders] how to do rounded corners on just the top or just the bottom of a canvas

2006-07-18 Thread hank williams
I have spent the morning playing with this, and aside from the fact that it seems to kill the ability to set basic parameters like background color without its own internal replacement, it seems like overkill.I seem to remember there was a way to just say round the top corners of this object.

[flexcoders] importing xml to my flex app

2006-07-18 Thread flexnewbie06
Is is possible for me to populate a list in my app with an external XML doc. So far, I have the xml doc loaded into XML object in my app using URLLoader and when I trace my_xml.toString(), my xml doc is in fact loaded the XML object. I guess my problem from here is how to access the

[flexcoders] Re: SWFLoader how to access host application

2006-07-18 Thread flexnewbie06
Milan, you may be light years ahead of me...I don't know. However, I was working on getting my Flex app to communicate with my loaded SWF and the only way I could accomplish this was to use LocalConnection. My Host app can send and listen from the loaded SWF and vica versa... I don't know if

[flexcoders] XML tree dataprovider

2006-07-18 Thread Michael
I have an xml structure that is feeding a tree. Whenever I populate the tree it shows Object as a branch and when I open that branch it shows all of the children. How do I show the object branch and only children that are tasks(and the task children)? I dont think I want to remove any

[flexcoders] Do not reloaded images in TileList

2006-07-18 Thread franto
Hi,i hope that there is some switch to not preloaded Images from web when I have TileList with some data Providerimages are downloaded based on this data providerbut when there is mroe items and scrollbar appears, and I scroll with it, all new images (or old ones which was hided) are loaded

RE: [flexcoders] Flex 2 .0 and .NET

2006-07-18 Thread Lance Linder
I have had excellent results using the open source Fluorine project on several internal projects. It doesnt support all the features of FDS like WebORB but you do get full AMF3 remoting capabilities with .NET 1.1 and 2.0. With the results I have had this far I will likely use

[flexcoders] Re: Yahoo Maps questions

2006-07-18 Thread jgraham_us
I need this to work in Flex 1.5, is there a similar way to get it to work? Basically I just need to know when the link was clicked or for that matter the marker was clicked. --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: Learn from the master. Nahuel's app won in his

[flexcoders] RE: MenuBar itemClicked event not firing

2006-07-18 Thread shahlavi
I have a menubar with menu items which have submenus and some that don't. The submenus are firing the itemClicked event as expected, however the menu items which don't have any submenus are not firing any events at all! This is directly from the Flex 2 final docs: itemClick

[flexcoders] Re: how to do rounded corners on just the top or just the bottom of a canvas

2006-07-18 Thread Doug Lowder
Hi Hank, You might be thinking of the Panel class. Setting cornerRadius on Panel with roundedBottomCorners=false results in rounded corners at the top only. I doubt this will work for the Canvas class. I got rounded corners at the top only in the CSS box explorer using: corner-radius: 10px

[flexcoders] Re: Flex and CF

2006-07-18 Thread Jim
Damon, When you say, They live nicely side-by-side, how is Coldfusion loaded? Built-in Web Server, Multiserver (JRUN4), Using IIS or Apache? Do they work side-by-side if CF is loaded with JRUN and FDS is loaded with JRUN too, on the same machine? Coldfusion developers everywhere are having

[flexcoders] Re: MenuBar itemClicked event not firing

2006-07-18 Thread Mike_Robinson_98
I just ran into this issue. Apparently menu items refer only to submenus. Menus without submenus are not considered menu items are therefore do not respond to the itemClicked MenuEvent. However, they will respond to the click MouseEvent. So it looks like you'll need 2 handlers - one for

[flexcoders] Binding 2 datagrids and videoDisplay

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

[flexcoders] Re: How do I reset itemRenderer inside DataGrid when dataProvider is updated?

2006-07-18 Thread ben.clinkinbeard
I'm sorry Stacey, I don't follow. Can you please explain further? Thanks, Ben --- In flexcoders@yahoogroups.com, Stacey Mulcahy [EMAIL PROTECTED] wrote: Can you not overwrite the data property it sets using the override and setting the data of the super to the value and doing what you want?

RE: [flexcoders] Best $$$ Price on Flex? (The Scoop)

2006-07-18 Thread Kevin Mulvihill
Actually, it turns out David is correct, exactly as stated. From the Education Purchasing FAQ at http://www.adobe.com/education/purchasing/faq.html: "Good news! You can use Adobe Education software (any title!) to produce commercial/professional paid-for work when you leave school, or

[flexcoders] Re: Adobe Resources

2006-07-18 Thread stephenmartin2
You can access all of the doc, in all available formats, from here: http://www.adobe.com/support/documentation/en/flex/ Stephen Yahoo! Groups Sponsor ~-- Yahoo! Groups gets a make over. See the new email design.

Re: [flexcoders] SWF Loader

2006-07-18 Thread Derek Vadneau
Awesome explanation, Jesse. While I don't completely agree with the blocking issue the others are enough to convince me. Thanks. On 7/18/06, JesterXL [EMAIL PROTECTED] wrote: LocalConnection. Why? Browser support. I've seen no reports on Flashcoders,

  1   2   >