[flexcoders] Re: CRUD in XML

2007-01-07 Thread devisbalsemin
Yes it's correctly, I have a simple xml file, and i wish to understand if it's possibile Insert, Selecet update delete record into a xml file Thanks devis ps. Ok if't possibile only with HTTPSERVICE... --- In flexcoders@yahoogroups.com, greg h [EMAIL PROTECTED] wrote: devis, Could you

[flexcoders] Re: and I thought Adobe was a professional company. Whats going on with the upgrade

2007-01-07 Thread Tim Hoff
As a personal request, might I ask that this thread be closed. It's very easy to take pot-shots from the sidelines. But, from what I can tell, most on this list are serious people that appreciate the hard work and dedication that Adobe has provided. Granted, Flex isn't mature yet as a product.

RE: [flexcoders] How to clear a TileList of its items?

2007-01-07 Thread Sascha
This also didn't help. Is there any invalidate method I have to call at a certain time? The dataProvider might be empty after this but it feels as if my TileList has still garbage in it or I need to wait until a screen refresh. The exception also occurs somewhere in the depths of the component

[flexcoders] How to get a full local copy of the language reference

2007-01-07 Thread Collin Peters
Here is how I got the full docs stored locally: -extract eclipse-3.2.1\plugins\com.adobe.flexbuilder.help_2.0.155577\doc.zip somewhere -this will get you a frameless version of the language reference... to get the full frames read on -I made a cygwin shell script to do this for me (attached)

Re: [flexcoders] Re: and I thought Adobe was a professional company. Whats going on with the upgrade

2007-01-07 Thread Scott Barnes
Agreed :) ( I got half-way down and went *noise..noise...noise...heh go Claus...noise..noise*) :) On 1/7/07, Tim Hoff [EMAIL PROTECTED] wrote: As a personal request, might I ask that this thread be closed. It's very easy to take pot-shots from the sidelines. But, from what I can tell,

[flexcoders] Re: proxy callproperty problem

2007-01-07 Thread Webdevotion
sorry, made a typo flash_proxy override function callProperty( methodName:* , ... args ):* { return serviceProxy[methodName.toString()].apply(serviceProxy,args ); }

Re: [flexcoders] How to clear a TileList of its items?

2007-01-07 Thread Webdevotion
Oh yes, To remove all items from a tilelist you just use collection = new ArrayCollection(); In my example the dataprovider is refilled as a proof of concept. Commenting the line: collection = new

[flexcoders] mx:DataGrid variable columns

2007-01-07 Thread nasawebguy
I have tables in the database that the user can change via a ColdFusion application, therefore the columns in my Flex DataGrid need to be dynamic. How do I modify the code below to dynamically generate the gridcolumns? Thanks, Don Kerr ?xml version=1.0 encoding=utf-8? mx:Application

[flexcoders] Drop and Drop in the grid layout container

2007-01-07 Thread pereanend
Does Anyone knows how to implement draop and rop in the grid layount container?

RE: [flexcoders] Re: and I thought Adobe was a professional company. Whats going on with the upgrade

2007-01-07 Thread Mark R. Jonkman
Hi David While I'm not the original poster and realize (via the other posts on this thread) that the changes are documented, they aren't immediately available from where you would expect to find them on the website. For example: http://www.adobe.com/support/flex/ The top line says Current

[flexcoders] Re: Rotating mx:Label is not working for me...any ideas??

2007-01-07 Thread tinkiknit
I'll give it a try when i get back to work on Monday... Thanks! Christine --- In flexcoders@yahoogroups.com, Mac Martine [EMAIL PROTECTED] wrote: Arial.ttf is not bold, so it is thrown off when you set fontWeight to bold. ?xml version=1.0 encoding=utf-8? mx:Application

[flexcoders] Flex Builder 2.0.1 crashe

2007-01-07 Thread roman_dolgov
FYI: I've noticed that Flex Builder 2.0.1 doesn't handle well library dependency in one case: If you create a Flex Library Project, then create a folder inside of the project, add a library file (swc) inside of the folder and add dependency on the this library in the project properties the Flex

RE: [flexcoders] Max OS X Flex Builder 2.01 License Issue

2007-01-07 Thread matt wicks
Yeah I'm in the same boat ... _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bill Gercken Sent: 06 January 2007 15:38 To: flexcoders@yahoogroups.com Subject: [flexcoders] Max OS X Flex Builder 2.01 License Issue Hi, I down loaded the OS X release of

[flexcoders] proxy callproperty problem

2007-01-07 Thread Webdevotion
Hello, I've been staring into the dark since yesterday on this one. I extend Proxy and implement IEventDispatcher public dynamic class RemotingProxy extends Proxy implements IEventDispatcher{ // my class } somewhere in my class I have the callProperty method flash_proxy override

[flexcoders] How do I check the current version of Flex Charting?

2007-01-07 Thread Walter
After running the Flex Builder 2.0.1 updater (Plug-In update) I am unsure as to if I still need to update my Flex Charting installation. The release notes/install docs are not very clear about this (at least to me). Does anyone know how I can check the version of Flex Charting I am currently

[flexcoders] Re: Flashmaps and Flex 2

2007-01-07 Thread VERBAL
--- In flexcoders@yahoogroups.com, Rick Root [EMAIL PROTECTED] wrote: Has anyone tried integrationg Flashmaps (www.flashmaps.com) into a Flex 2 application? A google query for flashmaps Flex 2doesn't yield many results... Rick Replying to a very old post here, Rick did you ever

Re: [flexcoders] New signature of IFlexModuleFactory.create() in 2.0.1 ?

2007-01-07 Thread Paul Evans
On 6 Jan 2007, at 04:17, John Kirby wrote: I have a compile error in 2.0.1 Mac but not in Mac Beta : 1144: Interface method create in namespace mx.core:IFlexModuleFactory is implemented with an incompatible signature in class _weathercharts_mx_managers_SystemManager. Has the API been

Re: [flexcoders] Re: flex 2.0.1 feedback from the trenches

2007-01-07 Thread Paul Evans
On 5 Jan 2007, at 21:05, fuad_kamal wrote: -installed without uninstalling the beta, still worked fine, and my flex projects were preserved although in the known issues it said they wouldn't I suspect it is the workspace that is incompatible rather than the project files? On 5 Jan 2007, at

[flexcoders] FormItem Override

2007-01-07 Thread Bruce Denham
I submitted this earlier in the week, but it got buried amid the Flex 2.0.1 excitement. Here it is again: How can I override the FormItem component so that it renders its label and requirement indicator ABOVE the contained input item. There's a strong usability reason for wanting to do this, as

Re: [flexcoders] Re: and I thought Adobe was a professional company. Whats going on with the upgrade

2007-01-07 Thread Robert Thompson
You don't have to read it Tim. It's Bruce's personal opinion just as your request is a personal request. It's real simple, you don't own this ofrum. And I'm not sure personal requests are given priority here. I happen to agree with Bruce; and I'm totally devoted to Adobe.

Re: [flexcoders] Max OS X Flex Builder 2.01 License Issue

2007-01-07 Thread Paul Andrews
I don't have a Mac, but to me it seems a retrograde step to have separate PC and Mac licences. Other software I have allows usage on either platform and I can easily envisage a situation where developers might be working on PCs on one project then have to switch to a Mac for another company.

RE: [flexcoders] How to clear a TileList of its items?

2007-01-07 Thread Sascha
Yes, it indeed removes all items from the TileList (same like the other approaches mentioned by Clint) but if I try after this to populate the TileList with new items I get the exception. So what can I do to load new items into a TileList that had items before but was cleared? Thanks for any

[flexcoders] Re: and I thought Adobe was a professional company. Whats going on with the upgrade

2007-01-07 Thread Tim Hoff
Fair enough Robert. Go ahead, make this flashcoders 2. Subject dropped. -TH btw, all I own is my keyboard. --- In flexcoders@yahoogroups.com, Robert Thompson [EMAIL PROTECTED] wrote: You don't have to read it Tim. It's Bruce's personal opinion just as your request is a personal

Re: [flexcoders] Re: CRUD in XML

2007-01-07 Thread greg h
Devis, The short answer is yes. Yes Flex can manipulate your XML data in whatever way you may require. If you could please describe your overall requirement and architecture? For instance, where will you XML file be stored? Are you ultimately storing the XML file on your server? Or is your

[flexcoders] Since I started the thread, let me end it now

2007-01-07 Thread boy_trike
1st, Let me appologise to anyone who was offended by the SUBJECT of my post (re: is adobe a professional company). Yes, it was meant to shake people up (hopefully those who work at adobe. It was over the top, and put in perspective, the way the upgrade was handled was NOT that big of a

[flexcoders] Re: Since I started the thread, let me end it now

2007-01-07 Thread Tim Hoff
Thanks Bruce. It's nothing personal. :) -TH --- In flexcoders@yahoogroups.com, boy_trike [EMAIL PROTECTED] wrote: 1st, Let me appologise to anyone who was offended by the SUBJECT of my post (re: is adobe a professional company). Yes, it was meant to shake people up (hopefully those who

RE: [flexcoders] flex2ant

2007-01-07 Thread Lance Linder
Very nice work! I thought about doing something like this before and ended up taking a bit of a different approach. What I did was create a task that can read the flex project files and from these use mxmlc and compc to build the projects. What I figured is that if Flex Builder is creating the

[flexcoders] Re: use custom object and canvas ?

2007-01-07 Thread wifi19
Thanks Happy new year! Wifi19 --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: The easiest way to change components is to use a ViewStack. Will this work for you? Tracy From: flexcoders@yahoogroups.com

[flexcoders] change menu style

2007-01-07 Thread wifi19
hie. i use mx:MenuBar labelField=@label itemClick=menuHandler(event); dataProvider={menuBarCollection} height=25 x=0 y=0 / i want to change menu style or graphic representation can you help me Regards !

Re: [flexcoders] How to get a full local copy of the language reference

2007-01-07 Thread Simeon Bateman
At the bottom of this page is a link to download all the documentation in a single zip format. This includes the language ref in its framed version. http://www.adobe.com/support/documentation/en/flex/ Good Luck. simeon On 1/7/07, Collin Peters [EMAIL PROTECTED] wrote: Here is how I got

Re: [flexcoders] Re: and I thought Adobe was a professional company. Whats going on with the upgrade

2007-01-07 Thread Robert Thompson
FYI, my comment was based on errata not the Subject Line. I think everyone here likes Adobe or they wouldn't be using their software to base their solutions on it. To be clear, I was agreeing with the body of the message, not the subject line. No need for flame wars here.

[flexcoders] What will Apollo do for me.

2007-01-07 Thread boy_trike
I am building a system in Flex / CF / MSSQL 2K5 to replace a client server app written in Delphi. This is being deployed to the local file server and the users (OK, it's a telemarketing system and I do appologise to those who get called :), about 30 of them are accessing it with sub 1

[flexcoders] Advanced Flex Training.

2007-01-07 Thread boy_trike
I have been using Flex for about 6 months, building 2 fairly large / complex applications and am ready to take the next step in my flex knowledge. The authorized Adobe training classes seemed focused on beginners. Where / Who / How do I get smarter with Flex / Actionscript. I would be

Re: [flexcoders] How to clear a TileList of its items?

2007-01-07 Thread Webdevotion
Hey Sascha, Try to compile and use my example. Just create a new Flex Project. Maybe you ran into a debug error. Please be sure that all your debug sessions have stopped in the debugger by pressing the red square button. Sometimes I have to restart my Builder in order to get rid of those

Re: [flexcoders] What will Apollo do for me.

2007-01-07 Thread Weyert de Boer
http://weblogs.macromedia.com/mesh/archives/2006/11/update_on_apoll.html Looks like it will support access to the file system, and support to the 'windowing api' so I think you can do some nice things with it. I am building a system in Flex / CF / MSSQL 2K5 to replace a client server app

Re: [flexcoders] Advanced Flex Training.

2007-01-07 Thread greg h
Bruce, Wow! I sure hope that your question surfaces some Flex training opportunities that I have not heard about yet. Following is how things currently look to me ... Short answer: MAX http://www.adobe.com/events/max/, and now 360Flex.orghttp://360flex.org/ . Blah, blah, blah answer: I

[flexcoders] Flex 2 - Event after a screen is fully constructed, but before it can be seen

2007-01-07 Thread Libby
Hello flexSperts : ) I want to do some prep work within my screen that requires all parts of it to be constructed first. Is there a built-in event that fires just before the screen is visible, but guarantees all parts are constructed, that I could listen for? Maybe it occurs right after I

[flexcoders] CSS and background image?

2007-01-07 Thread malik_robinson
Hi, I have an image I want to use for a header in this application, I have that working fine however, I am unsure how I can apply the following style. The image is 600px wide or so, and then I want this background image to repeat and fill the rest of my container. .masthead { padding: 0px;

[flexcoders] Bah! History manage THIS mother f.....!

2007-01-07 Thread Mikey
Howdy all, Sorry to start my first/second post off on a bad note but it's warrented. Let's start with the error: ArgumentError: Error #2082: Connect failed because the object is already connected. at flash.net::LocalConnection/connect() at mx.managers::HistoryManagerImpl$iinit() at

[flexcoders] Background Image Style for Selection in TileList

2007-01-07 Thread Kyle Hayes
Good Morning all, Is there a way to apply a background image to the selected item in a tileList control? If not and I wanted to use the Flash skinner, which component do I change in the Flash Skinning template, since I didn't see an option for TileList or something similar? Thanks, Kyle

Re: [flexcoders] How to clear a TileList of its items?

2007-01-07 Thread Webdevotion
Please look into my example more closely. When you click the button I first clear the list and then fill it again with new items from an arraycollection ; ) collection = new ArrayCollection(); // clears the list collection = new

RE: [flexcoders] Max OS X Flex Builder 2.01 License Issue

2007-01-07 Thread Joost Nuijten
Yeah, I agree. It's a bit outdated. This is what I found on the Adobe site: * If I am currently running Flex Builder 2 for Windows, can I trade-in my Windows product for the new Macintosh 2.0.1 product? Yes. Customers who purchased the English language product via Adobe's Volume

[flexcoders] UHandled status even on local connection

2007-01-07 Thread Grant Davies
Hi guys, I have a flash 8 swf I'm loading into my flex app using SWFLoader (its a mapping component written in flash8), The application crates a local connection called mapContainerConnection. In flex I setup the connection: toFlash_lc = new LocalConnection();

Re: [flexcoders] Re: Flashmaps and Flex 2

2007-01-07 Thread DannyT
Have you tried contacting them? They seem very Adobe friendly so maybe they have something in the works? On 06/01/07, VERBAL [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Rick Root [EMAIL PROTECTED] wrote: Has anyone tried integrationg Flashmaps

Re: [flexcoders] Advanced Flex Training.

2007-01-07 Thread Anatole Tartakovsky
Bruce, If you are looking for code review, it might be simplier to contact guru of your choice and ask for 1-3 days of teleconferencing - in this case cost of the preparation will be on your side. You can also describe/show you code upfront to see if they might be interested/had experience in

[flexcoders] remoting problemen after 2.0.1 installation

2007-01-07 Thread Webdevotion
I'm having problems connecting from any AS3 project since I installed 2.0.1 today on my localhost. Can anyone give me some pointers ? Working with CFMX 7.0.2. Tnx !

[flexcoders] Is it possible to have an invisible component?

2007-01-07 Thread David Harris
Does anyone know if the is a simple way to have a namespace:Tag / that has no visible state? I have an AS class that I would like to call namespace:MyASClass /... Cheers, David

Re: [flexcoders] eclipse, FB, and Peter's FDS plugin

2007-01-07 Thread Douglas Knudsen
ok, installed the update. Had one out-of-memory notice already...upped my JVM memory settings and things are sweeter. For those J2EE folks out therehow the heck do you get a Tomcat project in eclipse to see the DB drivers? I have DB access working fine if I access a app under the webapps

[flexcoders] Type Coercion Failure

2007-01-07 Thread stldvd
Hi, I'm pretty new to Flex but familiar with earlier versions of AS. Can anyone provide a clear explanation of what is happening when this message appears within a Flex project: TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::[EMAIL PROTECTED] to

Re: [flexcoders] What will Apollo do for me.

2007-01-07 Thread DannyT
It will also allow for local caching which might help with performance increases as well as file I/O (which I believe you already have with zinc?). I've written a fair bit about Apollo on my blog (some factual, some opinoin) and there's the mxna smart category. Mike

RE: [flexcoders] Re: Flashmaps and Flex 2

2007-01-07 Thread Grant Davies
no they don't have a flex one yet, They suggested the javascript interface. I wrapped it in my own flash 8 container with a local connection and am calling it from flex via a local connection. Grant ... b l u e t u b e i n t e r a c t i v e. .: grant

Re: [flexcoders] Docs included in 2.0.1 are broken

2007-01-07 Thread greg h
Collin, Perhaps someone else can explain how the docs installed with FB2 are packaged, and how they can accessed outside of FB2. Personally, I just download the following: http://www.adobe.com/go/flex_documentation_zip The link above is among the bottom most links on the Flex 2 Documentation

Re: [flexcoders] eclipse, FB, and Peter's FDS plugin

2007-01-07 Thread Douglas Knudsen
yeah, as in NOW. read from the site: Plug-inhttp://www.adobe.com/support/documentation/en/flex/2/install.html#fbplugin- Install this version of Flex Builder 2 if you are currently using Eclipse 3.1.2 (3.2 on Macintosh OS X) ugh, no 3.2 support for non MACs?? WT? DK On 1/5/07, Dimitrios

Re: [flexcoders] Bah! History manage THIS mother f.....!

2007-01-07 Thread Shannon Hicks
I have this problem, but only on one computer out of 4. It happens when, on that computer, I have more than one Flex app open at a time. It doesn't matter if I run the debugging plugin or the production plugin, I have the same problem. The production plugin, of course, doesn't throw an error,

[flexcoders] Lines in a TextArea

2007-01-07 Thread richmcgillicuddy
I have a TextArea and want to know how many lines the text is. Better yet, a simple height number on how much height the text (actually htmltext) takes up. Is there a way to do this? Rich

[flexcoders] Alpha of simple subcomponent

2007-01-07 Thread richmcgillicuddy
In creating a simple popup dialog based off a panel, when I show the dialog, it appears with an alpha of about .6 but is always semi-transparent. I can change the alpha of the various components in the application, or in the component dialog but it always appears semi-transparent. Any ideas?

RE: [flexcoders] How to clear a TileList of its items?

2007-01-07 Thread Sascha
Thanks for the example Bram but it doesn't help me in this case. My implementation is a bit more involved so let me explain the details . My custom TileList extends TileList and is fully written in AS. The application I'm working on has a menu like the ones that many applications have. It has a

[flexcoders] Re: Scrolling without a scrollbar

2007-01-07 Thread graysonpierce
Benjamin, I finally got around to testing this out. I was able to do this in the css: thumbDownSkin: Embed(source=empty.swf); thumbIcon: Embed(source=empty.swf); thumbOverSkin: Embed(source=empty.swf); thumbUpSkin: Embed(source=empty.swf); trackSkin:

RE: [flexcoders] Lines in a TextArea

2007-01-07 Thread Sascha
textArea.textHeight for the whole textheight in pixels or textArea.getLineMetrics(0).height would only return the height of line nr. 0. Hth, Sascha _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of richmcgillicuddy Sent: Monday, 08 January,

RE: [flexcoders] flex2ant

2007-01-07 Thread Sascha
Actually I would like to use Ant in Eclipse running with Flex2 PlugIn to build my projects! For AS2 is always used AS2Ant with FDT and MTASC and it was the best! Unfortunately things look different for Flex Builder. Building the project with an Ant task is slower than using Flex Builder and

[flexcoders] Re: CRUD in XML

2007-01-07 Thread devisbalsemin
Thanks for your help.. we wish to use only Flex and ActionScript and XML for our demo. We are testing flex on a linux pos machine ibm touchscreen, for a simple rental dvd. (sorry for my english) At the first time we wont use other Adobe tech (Flex data Service or webServer side)... Now we are

[flexcoders] Re: Flex2 - Where to start

2007-01-07 Thread oneproofdk
Thanks for all your great reply's. My prior programming experiences is primarily programming VBscript, for ASP pages and standalone VBscripting. I've been programming VBscript for perhaps 4-5 years now, but never did make the jump to OOP - PHP or .NET at any time before now. (If it works - dont

[flexcoders] Re: CRUD in XML

2007-01-07 Thread devisbalsemin
http://www.adobe.com/devnet/flex/quickstart/accessing_xml_data/src/XMLAssembleTransform/index.html your link it's very good, but how i can reflect the change also in the xml file? Devis --- In flexcoders@yahoogroups.com, greg h [EMAIL PROTECTED] wrote: Devis, The short answer is yes.

[flexcoders] Re: Scrolling without a scrollbar

2007-01-07 Thread graysonpierce
Please disregard. Since HorizontalList doesn't do variable length, this question is somewhat of a moot point. --- In flexcoders@yahoogroups.com, graysonpierce [EMAIL PROTECTED] wrote: Benjamin, I finally got around to testing this out. I was able to do this in the css: