Re: [flexcoders] Re: Resizing Panel child components when ControlBar is resized

2006-02-01 Thread Sreejith Unnikrishnan
Both the issues are related to some kind of 'refresh' - the datagrid not stretching height-wise and controlbar not resizing with panel resize! I have started noticing this with the 8.5 player. I am saying this because the same apps that I developed earlier shows this 'no-resize' problem

[flexcoders] Active X vs Plugin

2006-02-01 Thread Sreejith Unnikrishnan
Again, whats the difference between the Active X and Plugin versions of Flash Player. When should you use either of them and for what? Regards Sree -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] IE7 beta

2006-02-01 Thread Nick Weekes
In case anyone wants a break from checking out the loveliness in Flex 2 beta, here is a link to the just released Internet Explorer 7 beta: http://www.microsoft.com/windows/IE/ie7/ie7betaredirect.mspx -- Flexcoders Mailing List FAQ:

[flexcoders] Re: correct getURL settings

2006-02-01 Thread sdhfhdgs
Cheers that worked a treat. image.source = http://localhost:/myapp/;; That should do it. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups

RE: [flexcoders] Free Flex???

2006-02-01 Thread Steven Webster
The current version of Cairngorm 0.99 is written in ActionScript 2.0. We have an alpha version of Cairngorm 2.0 (the next release, we'll align with the Flex Numbering) that is very similar to Cairngorm 0.99 in functionality, but reimplemented in ActionScript 3.0. Our focus has been on allowing

[flexcoders] Re: Form containers don't allow datagrids (heght=100%) to stretch - flex 1.5

2006-02-01 Thread bhaq1972
Manish Works for me in Flex 2 - must be a bug in 1.5. Does it work if you set an explicit height for the Form? an explicit height is okay. i tried it in flex 2 alpha and i get the same result.maybe thats what differentiates the two containers. here's some test code. just swap between

RE: [flexcoders] Free Flex???

2006-02-01 Thread Steven Webster
Chris, 2.0 will be available ASAP. It's on our machines internally, we're tasked to check it against the build you guys all have got overnight, and we'll get a ZIP out to you all ASAP. This week ASAP. If we don't, it's Ali's fault. Steven -- Steven Webster Practice Director (Rich Internet

[flexcoders] Re: unselectable nodes in Tree

2006-02-01 Thread moyosaned
Solution was written almost exactly one year ago: http://jeff.mxdj.com/disabling_a_tree_node_in_a_flex_tree_control.htm --- In flexcoders@yahoogroups.com, moyosaned [EMAIL PROTECTED] wrote: How do you set one or more (Parent)node unselectable in a tree -- Flexcoders Mailing List

[flexcoders] header color chnage for inactive popup

2006-02-01 Thread Nithya R
hi, am now using a custom titlewondow component... when i have two popups one over the other i want the active popup to have the default headercolor that is set in CSS and for the inactive popup i want the headercolor to change...i use currentPage.setStyle("headerColors","[0xFF,

Re: [flexcoders] Free Flex???

2006-02-01 Thread Weyert de Boer
It's available now... -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to:

[flexcoders] FES2 + ColdFusion

2006-02-01 Thread joao_m_fernandes
Hi there, So here I go: 1) How do you process do deploy FES2 under the same context as CF? 2) Is the same approach than with Flex 1.5? 3) Is any changes to be made to the flex-config.xml ? I see there a context-root/flex/context-root should it be commented? 4) During

[flexcoders] FES2 + ColdFusion

2006-02-01 Thread João Fernandes
Hi there, So here I go: 1) How do you process do deploy FES2 under the same context as CF? 2) Is the same approach than with Flex 1.5? 3) Is any changes to be made to the flex-config.xml ? I see there a context-root/flex/context-root should it be commented? 4) During installation

RE: [flexcoders] Active X vs Plugin

2006-02-01 Thread Matt Horn
The Active X version is for IE, the Plugin is for Netscape browsers. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sreejith UnnikrishnanSent: Wednesday, February 01, 2006 3:36 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Active X vs

[flexcoders] Document ZIP link does not work!

2006-02-01 Thread Sreejith Unnikrishnan
A ZIP file containing all Flex 2 Beta 1 documentation is available from the web site. The documentation set is as follows: The link does not work! -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Active X vs Plugin

2006-02-01 Thread Sreejith Unnikrishnan
Thanks Matt. - Original Message - From: Matt Horn To: flexcoders@yahoogroups.com Sent: Wednesday, February 01, 2006 6:20 PM Subject: RE: [flexcoders] Active X vs Plugin The Active X version is for IE, the Plugin is for Netscape browsers.

[flexcoders] Cairngorm Folder Structure

2006-02-01 Thread Beck Novaes
What do you think is the best way to structure folders in a big Cairngorm Application? I'll give you two scenarios. SCENARIO 1 == In this Scenario the application is defined by the Cairngorm structure and I use Use-Case-subfolders* in the commands, views and VOs for each Use Case. +

[flexcoders] Re: Problem with CheckRowRenderer

2006-02-01 Thread Carolyn Cole
Hello, It is NEVER a good idea to send an E-mail directly to a person on a group list... The point of the list is to allow people to help if and when they have time. If you send it to a person directly they are not likely to have time immediately and/or have the expertise to help. That

RE: [flexcoders] Array.SortOn Error (Flex 1.5)

2006-02-01 Thread Matt Chotin
The intrinsic for Array that shipped with 1.5 expected the second option to be the number use-case (and therefore youre going to need to use the | operator).  You can work around this by 1) using the | operator 2) using a temporary variable typed as Object 3) go edit Array.as in

RE: [flexcoders] Cairngorm Folder Structure

2006-02-01 Thread Steven Webster
Beck, I'd err towards Scenario 2 that you described; that's what has worked for us typically. I'm not sure what you mean by Use Case in your case, but that would be a pretty high-level of granularity for me. I'd probably have a single controller, and I'd have a single ModelLocator but

RE: [flexcoders] Re: Form as CellRenderer Strangeness in 1.5

2006-02-01 Thread Matt Chotin
They're defined in different classes and may have had some legacy reasons for doing so. The API is cleaned up in 2.0. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ehogberg Sent: Sunday, January 29, 2006 10:08 PM To:

RE: [flexcoders] Problem with image and cache

2006-02-01 Thread Matt Chotin
Hmm, make sure that the complete event is firing on the Image and see if the source is right when that event fires? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Barrau Antoine Sent: Monday, January 30, 2006 10:07 AM To:

[flexcoders] Downgrade Flash Player?

2006-02-01 Thread Sreejith Unnikrishnan
Hmm ... what should I do. I installed the Beta. On the samples home page it says. Flash Player 8.5 Alpha 3 (build 211) is required to view the Beta 1 samples; the version installed in this browser is: WIN 8,5,0,212 Please update your

RE: [flexcoders] Array.SortOn Error (Flex 1.5)

2006-02-01 Thread João Fernandes
I opted for the 3rd option, It worked like a charm. The 1) wouldnt work since I wanted to sort columns differently (some caseInsensitive asc, other numeric desc, etc) Thanks Matt João Fernandes Secção de Desenvolvimento Departamento de Informática From:

RE: [flexcoders] Downgrade Flash Player?

2006-02-01 Thread Matt Chotin
Sorry, release notes were just updated. 212 is what you want. We upgraded the Player at the last minute and decided not to do another build of FES. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Sreejith Unnikrishnan Sent: Wednesday,

RE: [flexcoders] Help with XMLDecoder

2006-02-01 Thread Matt Chotin
Unfortunately those classes never really got working for random usage which is why they're not documented. We've only got them tested for HTTPService decoding (no schema) and WebService decoding. I think I would probably just get past the schema information and move straight to the ROWSET if

RE: [flexcoders] Returning XML from a Java web service to Flex (2.0)

2006-02-01 Thread Matt Chotin
Can you send the WSDL to us please? Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of thunderstumpgesatwork Sent: Monday, January 30, 2006 6:10 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Returning XML from a Java web service to

[flexcoders] flex 2 beta 1, custom event error

2006-02-01 Thread Emile Swain
Hi, Ive been trying to implement a custom event but get the following compile time error. Type annotation is not a compile-time constant:MyClassName To be honest the whole thing was botched pretty quickly but given all the code is cut and paste from the help docs Im stuck as to

AW: [flexcoders] Downgrade Flash Player?

2006-02-01 Thread Michael Horst
Title: AW: [flexcoders] Downgrade Flash Player? Hi Sree, in your flex-config.xml you'll find the Tag flash-player where the Flash version is defined. Change it to 212 and it will work. Michael -Ursprüngliche Nachricht- Von: flexcoders@yahoogroups.com im Auftrag von Sreejith

[flexcoders] Re: (1.5) Lingering modal TitleWindow shadow

2006-02-01 Thread moyosaned
It works with deletePopup, but when you only want to hide the popup... it fails again.. and yes i use doLater --- In flexcoders@yahoogroups.com, charged2885 [EMAIL PROTECTED] wrote: For efficiency, I'm not destroying a modal TitleWindow since it takes a noticable length of time to create.

[flexcoders] Tree control in Flex 2 Beta 1

2006-02-01 Thread gunnar a reinseth
Although the changes/fixes to the Tree control are much appreciated (e.g. not selecting the node when expanding it, and percentage width issues), I'm left wondering how you're supposed to add/remove child nodes to a node in the tree... When I use the new tree.getNodeDisplayedAt() method - or

[flexcoders] Recent Outages RIA

2006-02-01 Thread jwc_wensan
To All: Since RIA's (Flex Apps) are web based, it concerns me about all the news we are seeing about outages. Is it the databases crashing? If so why? Are large scale databases: MySQL, MS SQL Server, Sybase, Oracle, etc. NOT really capable of handling the volume? Are they set up wrong?

[flexcoders] Tree control in Flex 2.0 Beta 1

2006-02-01 Thread gunnar a reinseth
Although the changes/fixes to the Tree control are much appreciated (e.g. not selecting the node when expanding it, and percentage width issues), I'm left wondering how you're supposed to add/remove child nodes to a node in the tree... When I use the new tree.getNodeDisplayedAt() method - or

Re: [flexcoders] IE7 beta

2006-02-01 Thread JesterXL
How's Flash run in it? - Original Message - From: Nick Weekes To: flexcoders@yahoogroups.com Sent: Wednesday, February 01, 2006 3:39 AM Subject: [flexcoders] IE7 beta In case anyone wants a break from checking out the loveliness in Flex 2 beta, here is a link to the just

Re: [flexcoders] Recent Outages RIA

2006-02-01 Thread JesterXL
You can't insulate your code against incompetence, although, I'm sure Eiffel has an exception thrown for that. - Original Message - From: jwc_wensan [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, February 01, 2006 10:01 AM Subject: [flexcoders] Recent Outages RIA

RE: [flexcoders] Tree control in Flex 2.0 Beta 1

2006-02-01 Thread Jason Hawryluk
I agree, and to top it off the drag drop functionality is worse, not better :) event.currentTarget.getDropParent(event) always returns null so dragging between nodes = impossible. For give me if Adobe has changed allot about the tree, but a simple drag drop example using the different formats

RE: [flexcoders] IE7 beta

2006-02-01 Thread Nick Weekes
maybe its my build (XP SP2, the one MS recommends for this beta) but the browser died a lot when running the flash 8.5 activeX. there is a new fancy error handling component, which tells you what plugin has caused problems, before the IE.exe process fails. but usual beta crashes aside,

Re: [flexcoders] IE7 beta

2006-02-01 Thread JesterXL
That's ok, I get 8.5 to crash a lot. Good to hear about the speed! Now if only Firefox could.. you know... not suck, that'd be great!!! - Original Message - From: Nick Weekes To: flexcoders@yahoogroups.com Sent: Wednesday, February 01, 2006 10:43 AM Subject: RE: [flexcoders] IE7

RE: [flexcoders] Recent Outages RIA

2006-02-01 Thread Roger Gonzalez
Jester XL writes, You can't insulate your code against incompetence, although, I'm sure Eiffel has an exception thrown for that. c|nk! *bwahahahaha* Thanks, that made my morning. :-) -rg -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

RE: [flexcoders] IE7 beta

2006-02-01 Thread Nick Weekes
Hehe you know it. Although the tabbed browsing in IE7 doesnt seem as well done as FF, which seems tidier and uses the menubar better. Imho. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: 01 February 2006 15:54 To:

Re: [flexcoders] Re: Form containers don't allow datagrids (heght=100%) to stretch - flex 1.5

2006-02-01 Thread Manish Jethani
On 2/1/06, bhaq1972 [EMAIL PROTECTED] wrote: an explicit height is okay. i tried it in flex 2 alpha and i get the same result.maybe thats what differentiates the two containers. here's some test code. just swap between vbox and form. [snip] Okay, now I see. Let me log a bug... --

[flexcoders] Flex 2 Beta initial impressions

2006-02-01 Thread Jonathan Miranda
Well I moved my entire app over from Alpha to Beta (about 900 lines totalsmall fry but still)took about 5 minutes of fixing some code and deprecated tags. Best upgrade though? THE LOAD TIME! My god, I went from a 5-6 second load to 0.0001.I dont even see the loading bar anymore. Thanks

[flexcoders] Re: Flex 2 ActionScript and MXML Reference

2006-02-01 Thread Brendan Meutzner
Hey Clint, That link you provided was to the Developing... docs... the original link I'd inquired about was for the API docs... At any rate, the link you provided does in fact go to the correct Flex 2 Developing... docs, and my link from initial message is now working too. Woo Hoo!! Thanks

[flexcoders] IE Refresh Issues

2006-02-01 Thread Stacey Mulcahy
Ive created an application that interfaces with CF remoting and uses sharedobjects to retain certain information about states in the application, so that the user can return to the application and see the last state they were at in using it so to speak. This works fine. (yayJ ) Now in

Re: [flexcoders] Re: Flex 2 ActionScript and MXML Reference

2006-02-01 Thread Greg Hamer
fyi ... the original link is back up: http://livedocs.macromedia.com/labs/1/flex/langref/ It came back up last night after the Flex 2 Beta 1 download became available. So I now assume it's being down was related to Matt's Chotin's second suggestion Saturday: 2) we were a little premature in

Re: [flexcoders] Cairngorm Folder Structure

2006-02-01 Thread Beck Novaes
Hi Steve, Thanks for your thoughts. I realize it isn't the real problem in my experience with Cairngorm. In fact, I'm looking for a good way to build RIAs with Flex in a Team. For instance, I'd like to distribute some features or Use Cases to different programmers. Maybe my mistake was to

[flexcoders] Flex 1.5 HorizontalList scrolling question

2006-02-01 Thread jgraham_us
I have some thumbnails (image and text) in a HorizontalList, I am scrolling these programmatically to focus in on an item is there a way to smooth the scrolling effect? Right now the scrolling just jumps to the next item, I want to maybe apply an inertia or just smooth out the scrolling. Any

Re: [flexcoders] IE7 beta

2006-02-01 Thread Trey Long
Well, I think the whole browsing experience is pretty wicked fast. Unfortunately it's about the ugliest and messiest interface I have ever seen. Maybe it's just my particular install, but my Alt-Menu is below the address bar and the tabs are just plain ugly. -Trey Nick Weekes wrote:

RE: [flexcoders] IE Refresh Issues

2006-02-01 Thread Stacey Mulcahy
I should add that closing the browser and opening it again, works fine as well. Just IE on the refresh is the problem. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacey Mulcahy Sent: Wednesday, February 01, 2006 11:33 AM To:

[flexcoders] 2 different skins for mx.Button component inside 1 SWC theme set

2006-02-01 Thread Andriy Panas
Hello flexcoders, Is it possible to combine inside a single SWC theme multiple set of different skins for a single UI component ( say mx.Button)? Our intention is to have a single UI component (say mx.Button) with a different look and feel at the single page. Are we limited to CSS styles

[flexcoders] Cairngorm 2.0 available

2006-02-01 Thread Steven Webster
Hi folks, http://www.richinternetapps.com/archives/000143.html Enjoy. The day after beta build, just like we promised Best wishes, Steven Steven WebsterPractice Director (Rich

[flexcoders] Disable expand for tree branch

2006-02-01 Thread Brendan Meutzner
Hi, Does anyone have a solution short of a rowrenderer to disable the expand feature on a tree branch? Setting isBranch to false doesn't work if the node has children, as it automatically displays as a branch with the folder icon and expand capabilities. I've tried this in both Flex 1.5 and

[flexcoders] Mouse position across an application

2006-02-01 Thread Jonathan Miranda
All this is for Flex 2 Beta. Alright, I have a datagrid with a custom cell-renderer of a button. When the user clicks on the button, I want the menu to popup on the button or mouse cursor. My problem is, the x/y coordinates of the button are in relation to the HBox containernot the

Re: [flexcoders] Cairngorm 2.0 available

2006-02-01 Thread Abdul Qabiz
This is great news... Thanks Cairngorm team for putting it up...I know, there were several challenges while porting it or coding it.. -abdul On 2/1/06, Steven Webster [EMAIL PROTECTED] wrote: Hi folks, http://www.richinternetapps.com/archives/000143.html Enjoy. The day after beta build,

RE: [flexcoders] Mouse position across an application

2006-02-01 Thread Jonathan Miranda
Well, heres to good documentation and my lack of ability to find it before I post. myMenu.show(mx.core.Application.application.mouseX,mx.core.Application.application.mouseY); _ Jonathan Miranda Flexible Master of the Web In the game of

Re: [flexcoders] Cairngorm 2.0 available

2006-02-01 Thread Rich Tretola
Excellent Steven !Thanks for your hard work.Rich TretolaOn 2/1/06, Steven Webster [EMAIL PROTECTED] wrote: Hi folks, http://www.richinternetapps.com/archives/000143.html Enjoy. The day after beta build, just like we promised Best wishes, Steven

Re: [flexcoders] Cairngorm 2.0 available

2006-02-01 Thread João Ribeiro Junior
Congratulations Steven! 2006/2/1, Steven Webster [EMAIL PROTECTED]: Hi folks, http://www.richinternetapps.com/archives/000143.html Enjoy. The day after beta build, just like we promised Best wishes, Steven Steven WebsterPractice Director (Rich Internet

RE: [flexcoders] Cairngorm 2.0 available

2006-02-01 Thread João Fernandes
Thank you so much, João Fernandes Secção de Desenvolvimento Departamento de Informática From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steven Webster Sent: quarta-feira, 1 de Fevereiro de 2006 16:59 To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Flex 2.0 beta 1 impressions

2006-02-01 Thread David Mendels
Hi, Others can answer your main questions better than I can, but let me stress that you can still have a SWF compiled without need for a server that compiles MXML at runtime. This has not changed. -David From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Cairngorm 2.0 available

2006-02-01 Thread Steven Webster
There's an entire team who will go nuts if I take the credit for the hard work ;-) Excellent Steven !Thanks for your hard work.Rich Tretola -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] compile all MXML files at once

2006-02-01 Thread rgwilson26
I recently switched servers for FLEX and now must re-compile all my files within my application. Is there a way to compile all files at once? Also, is there a way to pre-compile components upon testing an application rather than having to compile each individual component as they are

RE: [flexcoders] How to send data to server by using Remote Object ?

2006-02-01 Thread Matt Chotin
The book that iteration::two published has some good suggestions related to these questions: Developing Rich Clients with Macromedia Flex. One of the chapters that describes this is available for download from http://www.iterationtwo.com/flexbook/index.html. Matt From:

[flexcoders] Re: IE Refresh Issues

2006-02-01 Thread douglowder
Is this for an older version of IE? I recall running into something very similar when using... IE 5.5 I think it was, with a jsp webapp. The browser chose to ignore headers concerning caching in favor of the browser's settings. There was a service pack that fixed this for that version, and

RE: [flexcoders] 2 different skins for mx.Button component inside 1 SWC theme set

2006-02-01 Thread Matt Horn
This is very possible, and documented in the About themes section of the following book: http://download.macromedia.com/pub/documentation/en/flex/2/flex2_appdev. pdf matt horn Flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andriy

[flexcoders] More on Cairngorm 2.0 Alpha

2006-02-01 Thread Steven Webster
Guys, I've posted some more details on Cairngorm 2.0 alpha here: http://www.richinternetapps.com/archives/000144.html That should offer some perspective on what has changed, both above and below the covers. Best, Steven

[flexcoders] TabNavigator and Flex2 Beta

2006-02-01 Thread Jonathan Miranda
Just noticed, when you click on a tabthe font weight changes and the label doesnt resize nowso youll get AFTA becoming AFT even when there is plenty of room. Work-around for this bug? _ Jonathan Miranda Flexible Master of the Web In the game

[flexcoders] View Source in Firefox 1.5?

2006-02-01 Thread Manish Jethani
Hi folks, Looking for feedback. Does View Source work for you in Firefox 1.5? Last I checked, Firefox 1.5 blocked the source browser window from opening up. Manish -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Beta 1 Ant Script?

2006-02-01 Thread Simeon Bateman
Hey Gang, I got enterprise services running on my mac which allows me to at least test my flex 2 code. With the alpha I found some info on compiling the mxml via ant which allowed me to deploy my apps from eclipse. I worked at it a bit last night and blogged about my progress but I am unable to

RE: [flexcoders] TabNavigator and Flex2 Beta

2006-02-01 Thread Deepa Subramaniam
Hi Jonathan I cant seem to reproduce your case. I cant size my TabNavigator such that the label for a tab is not truncated when not selected, and then truncated when selected. Could you send me some code that reproduces that case? Thanks, deepa -Original Message- From:

RE: [flexcoders] TabNavigator and Flex2 Beta

2006-02-01 Thread Stacey Mulcahy
Force the label to autosize on click? I had something similar with a cell renderer. I had to autosize it and set its width to 100 % From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Miranda Sent: Wednesday, February 01, 2006 1:25 PM To:

[flexcoders] WebService stopped working in 2.0 Beta 1

2006-02-01 Thread tobiaspatton
Hello; I finally got my web service experiment off the ground by rewriting the server as an .asmx file. However, now that I've downloaded and installed 2.0 Beta 1, it's stopped working. Here's some code I adapted from the Restaurants sample included in the Alpha distribution (but missing

Re: [flexcoders] View Source in Firefox 1.5?

2006-02-01 Thread Sreejith Unnikrishnan
The popup blocker automatically blocks the view-source URL. Clicking on allow does let you see the source though! Sree - Original Message - From: Manish Jethani To: Flexcoders Sent: Wednesday, February 01, 2006 11:56 PM Subject: [flexcoders] View Source in

Re: [flexcoders] View Source in Firefox 1.5?

2006-02-01 Thread Sreejith Unnikrishnan
Adding to it,'viewSourceURL' does not come up in the 'code-completion' of Flex Builder! - Original Message - From: Manish Jethani To: Flexcoders Sent: Wednesday, February 01, 2006 11:56 PM Subject: [flexcoders] View Source in Firefox 1.5? Hi folks,Looking for

[flexcoders] Re: IE Refresh Issues

2006-02-01 Thread Eric Raymond
Be careful. You've just applied a band-aid that now masks the underlying issue ... which will likely bite you when other users run your app. The issue is likely a bug in IE and Flashplayer. You need to make sure that the Pragma no-cache header is *not* set by your server. IE interprets

RE: [flexcoders] WebService stopped working in 2.0 Beta 1

2006-02-01 Thread Matt Chotin
Ah, this is an interesting problem. Try changing ws.fetchWSDL() to ws.loadWSDL(). We changed the name of that function. However, since the WebService needs to be dynamic because who knows what methods will be called, I'm not sure that we can raise an accurate error (and it can't be caught at

RE: [flexcoders] TabNavigator and Flex2 Beta

2006-02-01 Thread Jonathan Miranda
Yup still doesnt work. Even if I put in tabWidth to like 200 (no more percentages in Flex2 beta), it still messes up. mx:TabNavigator id=mainTN width=70% height=100% backgroundAlpha=0 marginLeft=0 marginRight=0 change=refreshDG() mx:VBox label=AFTA width=100% height=100%

Re: [flexcoders] View Source in Firefox 1.5?

2006-02-01 Thread JesterXL
Works in IE, failes in Firefox until you allow popups. - Original Message - From: Manish Jethani [EMAIL PROTECTED] To: Flexcoders flexcoders@yahoogroups.com Sent: Wednesday, February 01, 2006 1:26 PM Subject: [flexcoders] View Source in Firefox 1.5? Hi folks, Looking for feedback.

RE: [flexcoders] TabNavigator and Flex2 Beta

2006-02-01 Thread Jonathan Miranda
Got an example of this? _ Jonathan Miranda Flexible Master of the Web In the game of chess, it's important to never let your opponent see your pieces. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacey

[flexcoders] issue with combo box 100%

2006-02-01 Thread nextadvantage
I have 2 vboxs set to 100% width and inside each are combo boxes set to 100% width. The issue I have is when the data provider has a large set of characters it blows out the vboxs past 100% how can I make the combo boxes 100% without them blowing out? -- Flexcoders Mailing List FAQ:

[flexcoders] Re: Tree control in Flex 2 Beta 1

2006-02-01 Thread Michael Montagna
Hi Gunnar,The Tree control no longer provides fine grained access to the nodes and node attributes of the underlying data model, instead you can use your own contract with the data directly. So if you want to read or change your data, you would do so on that data without going through the Tree

[flexcoders] TabNavigator in Popwindow issue ?

2006-02-01 Thread Stacey Mulcahy
I seem to be having an issue getting the click event from the Tab Navigator when its in a popup window- can someone confirm if they have a chance? Main file to lauch popup: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml xmlns=*

RE: [flexcoders] TabNavigator and Flex2 Beta

2006-02-01 Thread Stacey Mulcahy
Not for a tab navigator, just throwing out thoughts J From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Miranda Sent: Wednesday, February 01, 2006 2:31 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] TabNavigator and Flex2 Beta

RE: [flexcoders] TabNavigator and Flex2 Beta

2006-02-01 Thread Stacey Mulcahy
For the cell renderer I had to do something like ( look at the label bit) That fixed the truncating bit but not sure at all about the tabNavigator. mx:HBox height=20 width=100% horizontalAlign=left mx:Image id=icon_mc source={sourceItem} width=18/mx:Image mx:Label

RE: [flexcoders] TabNavigator and Flex2 Beta

2006-02-01 Thread Deepa Subramaniam
Hi Jonathan Ok, thats definitely a bug. It something to do with the initial layout of the tab, because if you select another tab and come back to the AFTA tab youll see that it doesnt truncate (though it is a bit clipped). Ill log this for you. Im not sure of a workaround off the

[flexcoders] Re: TabNavigator in Popwindow issue ?

2006-02-01 Thread douglowder
Unless the TabNavigator control was altered for 2.0, you want to look for the change event, not click. mx:TabNavigator id=notes_viewstack change=onTabClick() Doug --- In flexcoders@yahoogroups.com, Stacey Mulcahy [EMAIL PROTECTED] wrote: I seem to be having an issue getting the click event

RE: [flexcoders] Re: TabNavigator in Popwindow issue ?

2006-02-01 Thread Stacey Mulcahy
Strange. I have another app I built that uses click on the tabNav and it worked. 2.0. But that totally works! Yay sorry for the retarded question From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of douglowder Sent: Wednesday, February 01, 2006 3:07 PM

[flexcoders] Re: Flex 2.0 beta 1 impressions

2006-02-01 Thread Michael Montagna
Hi Jonas, The Tree control has a few new attributes and classes to take advantage of AS3, e4x and to be generally consistent with other components like List. For the same reasons, we've also removed the ITreeDataProvider interface and its related classes. Things to keep in mind when using the

[flexcoders] DataGrid Bug?

2006-02-01 Thread Sreejith Unnikrishnan
I just noticed a bug with the datagrid: The issues are as follows: 1. dataGrid headerHeight=0, does not hide the header. INstead the firstRow is overlapped on the header.2. If you scroll down and then up, the some rows including the second, blanks out! I have an example posted at the

[flexcoders] .NET webservice problems

2006-02-01 Thread brownd_92
Hi there, Are there any examples of a flex app working with .NET webservices? I have been trying for ages and cant get it to work! Im using FLEX 2. Cheers Davy -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] DataGrid Bug?

2006-02-01 Thread Stacey Mulcahy
Dude I got the same kinda rendering of the labels issue with the list component and even more funky stuff with the tree component as well. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sreejith Unnikrishnan Sent: Wednesday, February 01, 2006 3:34 PM

RE: [flexcoders] DataGrid Bug?

2006-02-01 Thread Deepa Subramaniam
Title: Message Hi - This is a bug in DataGrid that is already logged in our bugbase. Thanks for the heads up. deepa -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sreejith UnnikrishnanSent: Wednesday, February 01, 2006 12:34 PMTo:

Re: [flexcoders] DataGrid Bug?

2006-02-01 Thread Sreejith Unnikrishnan
More interesting stuff! If you click on the columns even if you cannot see the header, you can still sort! If you click on the column, keep the mouse down and drag to your left or right. You can see the column selected with an alpha! Sree From:

[flexcoders] Is Flex Beta free

2006-02-01 Thread nostra72
Can someone tell me if it is and also is it one of those trial things that wears out after 30 days. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Cannot resolve mx:Script to a component name.

2006-02-01 Thread nemahl
Hi, I'm new to flex development. I was working on Flex 1.5. It was working ok. Then I downloaded Flex 2.0 Alpha and encountered the error in the subject line. The compiler simply seemednot torecognizemx:Script tag. I thought the software was something alpha and I gave up.Now, the same thing is

RE: [flexcoders] Is Flex Beta free

2006-02-01 Thread Matt Chotin
Flex Builder Beta 1 is free. All betas are usually free. It will wear out at some date well into the future when hopefully another beta will be available or we will have shipped the product. Flex Builder 2 itself when released will not be free, it will be under $1000. The Flex SDK

RE: [flexcoders] Cannot resolve mx:Script to a component name.

2006-02-01 Thread Matt Chotin
Whats the tag outside your Script tag? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of nemahl Sent: Wednesday, February 01, 2006 4:59 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cannot resolve mx:Script to a component name.

Re: [flexcoders] Is Flex Beta free

2006-02-01 Thread Martin Wood
Yes its free and it says that it lasts for 90 days. [EMAIL PROTECTED] wrote: Can someone tell me if it is and also is it one of those trial things that wears out after 30 days. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Is Flex Beta free

2006-02-01 Thread nostra72
Also is flex beta software? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO! GROUPS LINKS Visit your group "flexcoders" on the web. To

RE: [flexcoders] Is Flex Beta free

2006-02-01 Thread João Fernandes
For now, All Flex 2 (FES, FB2, Flex 2 Framework, FP8.5) are beta. For non-Beta versions you have Flex 1.5 and FB1.5. João Fernandes Secção de Desenvolvimento Departamento de Informática -Original Message- From: flexcoders@yahoogroups.com on behalf of [EMAIL PROTECTED] Sent: Wed

[flexcoders] Re: Disable expand for tree branch

2006-02-01 Thread Michael Montagna
It's probably a bug if isBranch is ignored in some cases and not others. Also, there's no need to use a custom renderer in this case. The IDataDescriptor interface allows custom implementations of the isBranch and getChildren behavior. This allows for complicated relationships between parents

Re: [flexcoders] Flex 2 Beta initial impressions

2006-02-01 Thread Greg Fuller
Cool. I was wondering if there is a big difference in the size of the swf also?Thanks, GregOn 2/1/06, Jonathan Miranda [EMAIL PROTECTED] wrote: Well I moved my entire app over from Alpha to Beta (about 900 lines total…small fry but still)…took about 5 minutes of fixing some code

  1   2   >