RE: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-05 Thread Jason Hawryluk
Definitely interested in collaborating on a solid solution, even if Adobe does come out with it built in at a later date. However if it's going to be in the final release of Flex 2.0 I would rather not waste the time. AFAIK it is not slated for Flex 2.0, but then I don't work for Adobe.  

RE: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-05 Thread Jason Hawryluk
Looks good I’ll take a look, and see if I can't get some ideas working. I'm certainly willing to share Mike that’s really no problem. I just think that being able to re-brand a app with out recompile would be so handy especially to me, and most likely many others. But to be able to do it with out g

[flexcoders] Re: Cairngorm Bindings etc

2006-06-05 Thread Tim Hoff
Hi Stacey, Here's couple of debugging thoughts. But, it's hard to tell without seeing some of your code. 1. What have you changed recently? 2. Is the model's namespace correct in the view and command? 3. Are you using curly brackets for binding in the view? Like: {ModelLocator.getInstance().dat

Re: [flexcoders] DateChooser DND?

2006-06-05 Thread Jeremy Lu
well, as an old trick, I will try getObjectUnderPoint() to see what's under the mouse, I bet  it should be an itemRenderer used to draw the date cell, and from there, you might get the chance to find whihc date it is. will try this later tonight and report back. On 6/6/06, [EMAIL PROTECTED]

[flexcoders] Cairngorm Bindings etc

2006-06-05 Thread stacey
Using Carigngorm , which i love. I have never had a problem up until now, but i can't bind to my fricking model regardless of going creating a private var to hold a model refernece or going straight to ModelLocator.getInstance().dataArray; Its driving me nuts, the bindings are definitely not takin

Re: [flexcoders] DateChooser DND?

2006-06-05 Thread stacey
I basically want to dnd onto a date on the datechooser. - for example dragOver - if you catch the event the currentTarget it brings back the dateChooser but i have no way of referencing the date it dragged over onto. Part of this is because the innards of the datechooser, from what I saw, is differ

Re: [flexcoders] ComboBox default label.

2006-06-05 Thread stacey
Reformat the result? function formatResult(p_array:Object):ArrayCollection{ var ac:ArrayCollection=new ArrayCollection(p_array); ac.addItemAt({label:"Select one "},0); return(ac); } > Hi All, > > Any idea how I can add the usual "Select An Item" as the first label to > a comb

Re: [flexcoders] Re: quick filter for datagrid

2006-06-05 Thread Jeremy Lu
well, I'm not sure about that, why not ask Sho about it ? btw, as Flex2 is very close to release, why not port your application to Beta3 ? On 6/6/06, tonyx_788 <[EMAIL PROTECTED]> wrote: Thanks for the fast reply Jeremybut do you know if this works in Flex 2 Beta1i only see it for beta 3 __._

Re: [flexcoders] DateChooser DND?

2006-06-05 Thread Jeremy Lu
what's the problem you are running into ? got a sample ? On 6/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Anyone had any luck working a dnd behaviour into the datechooser? This is one component since it was introduced in flash , that seems to always work

Re: [flexcoders] Convert a Bitmap into an Image? Flex 2

2006-06-05 Thread Luís Gustavo Sanabio
the jpegencoder.as was attached.   Gustavo Sanabio  2006/6/5, rigidcode <[EMAIL PROTECTED]>: I made a Bitmap programatically in Flex.  How do I display it as anImage. I know I can display it as a Bitmap if I put it into a UIComponent, but if I do, I can't get events on it like mouse over,etc.  I

[flexcoders] ComboBox default label.

2006-06-05 Thread willmorganuk
Hi All, Any idea how I can add the usual "Select An Item" as the first label to a comboBox? The labels are from a webservice and I'm using lableField="GAL_NAME" so there isn't one available to me. How do I add that into the dataProvider? Any help appreciated. Thanks, Will. --

Re: [flexcoders] Size of Stage when flash player 9 loads

2006-06-05 Thread Daniel Cascais
Hi John, you can try this compiler argument (project - properties - Flex Compiler - Additional compiler arguments): -default-size 600 400 where the 600 and 400 stand for the width and height. Good luck, Daniel On 6/5/06, John Grden <[EMAIL PROTECTED]> wrote: > > >Right now, it's a tiny 5

[flexcoders] DateChooser DND?

2006-06-05 Thread stacey
Anyone had any luck working a dnd behaviour into the datechooser? This is one component since it was introduced in flash , that seems to always work differently than the rest. BOOO. I am hoping I can find some way to detect the rollOverItem - but so far I have had no luck. -

[flexcoders] Size of Stage when flash player 9 loads

2006-06-05 Thread John Grden
Right now, it's a tiny 550x400 or something like that.  Is there a way to specify the size when loaded in the player rather than the browser?-- John Grden - Blitz __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: ht

Re: [flexcoders] FP9 crashes Firefox frequently

2006-06-05 Thread Michael Schmalle
I actually had it crash 2 days ago from FlexBuilder2 and debug, crashed FireFox, nuked all of my bookmarks! No virus, I know this. Plus a deadly memory leak in Flex Builder locked my computer up 2 times, I had to hit the power button. Slow downward spiral of cpu resources, that is all I can des

Re: [flexcoders] Catching a key press [Flex Beta2]

2006-06-05 Thread David Harris
OK.Thanks for that.I have ended up disaptching my own event, to the key up still happens and then a "keyingPaused" event is firedCheers,DavidOn 6/6/06, Sho Kuwamoto <[EMAIL PROTECTED]> wrote: Unfortunately, keyboard events are not cancelable, so this is not possible.   One (admittedly i

Re: [flexcoders] FP9 crashes Firefox frequently

2006-06-05 Thread Michael Schmalle
Oh yeah, I still have 1.5, and it crashes all the time, I use IE for debugging. Never upgraded well, just havn't. It's crashing on my Flex projects.. Peace, MikeOn 6/5/06, Tom Bray <[EMAIL PROTECTED]> wrote: I submitted this, but I thought I'd say it here to find out if I'm the only one wit

[flexcoders] FP9 crashes Firefox frequently

2006-06-05 Thread Tom Bray
I submitted this, but I thought I'd say it here to find out if I'm the only one with the problem.If you have Firefox 1.5.* and FP9, spend a little time on engadget.com or huffingtonpost.com and their flash-based ads will crash your browser.  It happens every 3 or 4 visits for me.  I make sure t

[flexcoders] Best way to design for Speed and Responsiveness

2006-06-05 Thread blomasky
I am building a CRM system that will start with a LOGIN window. After the user is verified, the main application window (with multiple tabbed displays). will be presented. Staying with the FLEX paradigm, I can have 2 states, the LOGIN and the VERIFIED state with the approprate panels on ea

RE: [flexcoders] Re: Cairngorm question

2006-06-05 Thread Bjorn Schultheiss
Steven, As a request.   I am very interested in your team’s ideas of the cairngorm framework that fully utilizes Flex Data Services. I assume the Flex2 release isn’t far away and I hope an example of this isn’t either.   Bjorn   From: flexcoders@yahoogroups.com [mailto:fle

Re: [flexcoders] Passing server data back to FileReference upload

2006-06-05 Thread Nathan Smith
I have the same question, can we get access to the HTTP response? On 5/2/06, mark_judd <[EMAIL PROTECTED]> wrote: Though I can get FileReference.upload() talking to my server to get files uploaded, what I'd like to do is get some sort of token returned by the server that is the server-side i

RE: [flexcoders] Catching a key press [Flex Beta2]

2006-06-05 Thread Sho Kuwamoto
Unfortunately, keyboard events are not cancelable, so this is not possible.   One (admittedly inelegant) workaround is to figure out what you want the text to be as well as the selection and do a callLater to set it after the event has percolated up the chain.   -Sho From: flexcoders@yaho

Re: [flexcoders] Catching a key press [Flex Beta2]

2006-06-05 Thread David Harris
I got this working, and then desided that due to the nature of the app I am building would create my own TextInput extending the native TextInput.This then would catch the "keyUp" event and prevent the native one from bubbling and then dispatch it's own keyUp event after X milli-seconds. I have

[flexcoders] LinearAxis title property access...?

2006-06-05 Thread Brendan Meutzner
Hi,It seems there is some contradiction regarding the title property for the LinearAxis Class... the documentation indicates it's read-write, but when I attempt to change programmatically (LinearAxisInstance.title = 'sumthin') FlexBuilder tells me it's read only... Bug? Thanks,Brendan -- F

RE: [flexcoders] Webservices not working.

2006-06-05 Thread Peter Farland
  Change   GetFileNumMod.fileNumQry.result   to   GetFileNumMod.fileNumQry.lastResult From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy RottmanSent: Monday, June 05, 2006 6:03 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Webservices not working. I a

Re: [flexcoders] F2B3 -- global keyboard event capture, problems with focus

2006-06-05 Thread Tom Bray
Matt,The docs at this location:http://livedocs.macromedia.com/labs/1/flex20beta3/0479.htmlStill say to use application.addEventListener .  After changing it to stage and waiting for applicationComplete to set up my listeners, it works the way I want it to.Thanks!-TomOn 6/5/06, Matt Horn <[E

[flexcoders] multiton

2006-06-05 Thread Doug Arthur
I'm taking a stab at creating a multiton in Flex 2.0. Is there an easier way to do it other than how I have done it in the code below? I'm looking for the best implementation.   Thanks!   package com.model { import flash.net.SharedObject; import mx.collections.ArrayCollection;  public class Rec

[flexcoders] Convert a Bitmap into an Image? Flex 2

2006-06-05 Thread rigidcode
I made a Bitmap programatically in Flex.  How do I display it as an Image. I know I can display it as a Bitmap if I put it into a UIComponent, but if I do, I can't get events on it like mouse over, etc.  I want to use the Image uicomponent.  Also, when I send my BitmapData byte array to the s

[flexcoders] Webservices not working.

2006-06-05 Thread Jeremy Rottman
I am working on a flex app and I am trying to use a webservice to transfer data between my cf server and my flex app. However, code that I know worked in flex 2b2 is not working in flex 2 b3. I have posted a really simple app below, that by all means should display information but doesnt. I know

Re: [flexcoders] UNSUBSCRIBE

2006-06-05 Thread John Dowdell
Grahame Oakland wrote: > UNSUBSCRIBE > >>From: "Tolulope Olonade" <[EMAIL PROTECTED]> >>  Just wondering why Adobe/Macromedia did not provide a download >>link for the videos on this page: Hey, he's entitled to his opinion, he shouldn't have to unsubscribe just for making a request ;-

[flexcoders] RSL: using runtime shared library prompts debug dialog [F2b3]

2006-06-05 Thread Peter Blazejewicz
Hello everyone, I'm using/testing simple RSL-based project (tested locally from Flex Builder) and it works perfectly, There is only one thing I cannot find any reference: - anytime movie is run (not with debugger session) plugin prompts debugger dialog ("Where is the Debugger or Profile runni

RE: [flexcoders] Re: Cairngorm question

2006-06-05 Thread Steven Webster
Hi guys, As I'm sure you're aware, the product team are gearing up for Flex 2 release.  As the product goes through it's final revs towards release, we're focussing our time on ensuring that the next release of Cairngorm and the samples are aligned with the final product release. There will be

[flexcoders] Re: F2B3: namespaceDeclarations() doesn't see un-prefixed namespaces

2006-06-05 Thread linflexcoder
You can use namespace("") like this: WSResultXML.namespace("").toString().length; -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED

[flexcoders] Re: Image problems

2006-06-05 Thread Peter Blazejewicz
Hi Michael, to embed images in custom mxml component in: {PROJECT}/com/ peterblazejewicz/youtube/view/renderers/ i've used: [Embed(source="/assets/images/star_sm_bg.gif")] private var backgroundIcon:Class; [Embed(source="/assets/images/star_sm_half.gif")] private var halfIcon:Class; [Embed(so

[flexcoders] Re: Topology view? - also- generating server-side images

2006-06-05 Thread bobbrose
Hey folks, I posted a while ago about topology 'views' in flex.  Some people asked for references to commercial packages to look at and maybe do something in flex.  I posted them (below), but haven't heard if anyone was able to do something interesting in flex. Another tack I may take is to use

[flexcoders] Setting an Imge to sortArrowSkin

2006-06-05 Thread vestcomprogrammer
I know in the tag you can set an imge like this: sortArrowSkin = "@Embed('heart.gif')" How would you do it in actionscript? -Bill -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%

RE: [flexcoders] F2B3 -- global keyboard event capture, problems with focus

2006-06-05 Thread Pablo Apanasionek
Matt/Anyone,   is there a way to do this at an mx:Application tag level, so that the same handler is used across all files? I'm looking for this sort of solution for Flex 1.5.   Thanks! --- Pablo Apanasionek De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de Matt HornEn

[flexcoders] Re: Question about History Management

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

RE: [flexcoders] Re: RDS problems with beta 3

2006-06-05 Thread João Fernandes
Ed, Did you install the cf_connectivity_updater ? To be able to connect RDS with FB you'll need the updater otherwise it won't work. João Fernandes -Original Message- From: flexcoders@yahoogroups.com on behalf of Ed Lovell Sent: Mon 05-Jun-06 9:19 PM To: flexcoders@yahoogroups.com Sub

RE: [flexcoders] F2B3 -- global keyboard event capture, problems with focus

2006-06-05 Thread Matt Horn
IIRC, the docs have been updated for this. Have you tried adding the listener to all keydown events on the stage? Like this:   stage.addEventListener(KeyboardEvent.KEY_DOWN, myHandler)   BTW, you can always set focus programmatically using the UIComponent’s setFocus() method.   hth,

[flexcoders] Re: quick filter for datagrid

2006-06-05 Thread tonyx_788
Thanks for the fast reply Jeremy but do you know if this works in Flex 2 Beta1 i only see it for beta 3 --- In flexcoders@yahoogroups.com, "Jeremy Lu" <[EMAIL PROTECTED]> wrote: > > there's an excellent article on Sho Kuwamoto's blog @ > > http://kuwamoto.org/2006/04/03/flex-auto-complete-text

[flexcoders] Re: RDS problems with beta 3

2006-06-05 Thread Ed Lovell
João,   Thanks for the suggestion. I've tried both port 80 and port 8500 with FB2 running on the same box as CF7 and a separate box.  The really weird thing is that I can access via RDS from CF Report Builder, but not from FB2b3.    -Ed   > From: "João Fernandes" [EMAIL PROTECTED] 

[flexcoders] Flex 2.0B3 DataGridColumn dependency

2006-06-05 Thread porsoc
I get the following warnings when I compile with dataGrid columns in my datagrid. Unable to resolve dependency on _DataGridColumn3_c. Any ideas on how to resolve this? DataGrid in question       dataField="formatted_name" />     dataField="value_description" />  

[flexcoders] Re: Object name referencing within a TitleWindow

2006-06-05 Thread rgwilson26
I am not sure if it matters but, I am working with Flex 1.5. I declared a string and gave it a title specific to the component. Then attached that String to the new object. However I am still getting undefined as my title when it creates my popup. Is there somthing else I am missing? This i

[flexcoders] Re: Flex 1.5 to 2.0 Migration

2006-06-05 Thread porsoc
Thanks Tom.  A couple things came into play here.  First I had an undefineed property from model tag reference as one of the parms to the method call.  Second there was an unneeded "this" operator in front of parms for the other function call. Josh --- In flexcoders@yahoogroups.com, Tom Chiv

RE: [flexcoders] Image problems

2006-06-05 Thread Michael
Thanks for your reply mitch.   I tried discarding the leading .. and I still get no image.  My file structure is   MainApp.mxml Images(folder) ---recycle.gif Components(folder) ---ComponentUsingImage.mxml   Is there something I am missing?  I tried embedding the image in actions

[flexcoders] 1.5 -> 2.0 Migration, my final error: Definition UIComponent could not be found.....

2006-06-05 Thread Tracy Spratt
Title: 1.5 -> 2.0 Migration, my final error: Definition UIComponent could not be found. I’ve corrected all my syntax problems and am down to this single error. In FB Problems panel: Description:    Definition UIComponent could not be found. [CODEGEN C:\dev\Flex2\source\RandD\letest\Si

RE: [flexcoders] Image problems

2006-06-05 Thread Mitch Grasso
I believe there is a bug in 3.0 that requires image embed paths to start with '/'. You can remove the leading ..   mitch From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of MichaelSent: Monday, June 05, 2006 7:23 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] I

[flexcoders] Re: Cairngorm question

2006-06-05 Thread Mike Britton
For what it's worth, I'm also interested in either the updated articles for CG2B3/Flex 2.0 or a *basic* sample application, before the Flex 2 release if possible. Mike -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http

[flexcoders] F2B3 -- global keyboard event capture, problems with focus

2006-06-05 Thread Tom Bray
I'm trying to capture global keyboard events so I can implement keyboard shortcuts in my app.  Let's say it's an email app and as soon as it loads you want to press CTRL+M to show a "New Message" popup.  The docs on handling keyboard events make it sound like this is possible, but the sample cod

RE: [flexcoders] Object name referencing within a TitleWindow

2006-06-05 Thread Tracy Spratt
You could pass in the title: showText(sTitle:String){ var textDescObj:Object = {title:sTitle}; ... Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rgwilson26 Sent: Monday, June 05, 2006 2:34 PM To: flexcoders@yahoogroups.com Subject: [fl

[flexcoders] F2B3: namespaceDeclarations() doesn't see un-prefixed namespaces

2006-06-05 Thread ben.clinkinbeard
Hello, after getting a response from my WebService, I pull a chunk of the response into a new XML object. When I print out the namespaceDeclarations().length for it, it returns 0, even though there is an 'xmlns' attribute on the root node. My ultimate goal is to remove the namespace but I can't

Re: [flexcoders] Re: DateTime in WebService

2006-06-05 Thread Douglas Knudsen
old thread I know...we are using Flex 1.5.  We have a app that uses a Oracle timestamp field.  In the Java code we use a java.util.Date and the corresponding VO in AS uses a Date.  We want all times to be EST no matter where the client app is.  So, we use the timezone offset in AS to massage all

[flexcoders] Object name referencing within a TitleWindow

2006-06-05 Thread rgwilson26
I am working on an app where I would like to reuse TitleWindow popup component many times throughout my app. However, depending where the user is in the app, it will change the title on the TitleWindow popup. I need to reference the specific initObject name each time a new TitleWindow instan

Re: [flexcoders] Framerate of Flex (Movies)

2006-06-05 Thread Luís Gustavo Sanabio
framerate default is 24 To change it, use  stage.frameRate = xxx  2006/4/26, JesterXL <[EMAIL PROTECTED]>: Flex 1.5 it's frameRate in the Application tag.  I'm sure mxmlc might of had some param for it (I believe she defaults to 24).   In Flex 2, it's -default-frame-rate: http://livedocs.mac

RE: [flexcoders] Re: Instantiation and setting problems - Example included

2006-06-05 Thread Peter Farland
Ah, right, much clearer now that I see this code. The issue is that a request to an HTTP URL via something like URLLoader is asynchronous, so the SWF script is not held up waiting for the network to respond. This means you will need to wait until the response comes back some time later, i.e. w

RE: [flexcoders] refering to a particular tab in TabNavigator FLEX1.5

2006-06-05 Thread Tracy Spratt
Per the docs, the “selectedChild” property is available on the TabNavigator.   Also, getChildAt() will return a child based on index.   Tracy   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Sandip Patil Sent: Monday, June 05, 2006 1:17 AM

[flexcoders] Flex 2.0 Beta3 | Getting data from DragSource Object

2006-06-05 Thread Dennis Riedel
Hello I tried out to drag and drop an item from one DataGrid component to another DataGrid component. That works really fine. But I do not want to have a second DataGrid but a custom component which displays the data that is dropped into it in another form. For testing purposes I´ve set for th

[flexcoders] Flex2B3 :: Panel anti-aliasing :: How do I get it back

2006-06-05 Thread Michael Schmalle
Hi, I have been having this problem a lot. When I create my own Panels IE TitleWindows, they look bad becasue there is no anti-aliasing going on. I mean the text looks ragged. I see a lot of other apps out there and they look the way they should, smooth. What am I doing wrong, dosn't make sen

RE: [flexcoders] Need Help with Animation Package

2006-06-05 Thread Alex Uhlmann
Hi Alejo,   There are quite a few changed to be done to run AP with AS3. I'm in the process of releasing an alpha version of AnimationPackage for ActionScript 3. If you're interested in testing (or anyone else), please drop me an email offlist. Also, please let me know for what use cases y

RE: [flexcoders] Re: dynamic colors for pieseries wedges

2006-06-05 Thread Ely Greenfield
Hi Jason.  I'm sorry to hear you say that. Writing a custom renderer is a straightforward thing to do.  I'd be happy to walk you through the process more if you like. Everyone's idea of a barchart or a piechart is a little different from the next guy's idea of the same, so the flex charting p

RE: [flexcoders] FusionCharts under Flex

2006-06-05 Thread Ely Greenfield
You'll probably have an easier time just building a custom renderer ;) Ely. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jason Sent: Sunday, June 04, 2006 9:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] FusionCharts under F

Re: [flexcoders] Datagrid itemEditor different per row

2006-06-05 Thread John Grden
http://labs.blitzagency.com/wp-content/xray/flex2/Xray.htmlright click>View SourceOk, just be warned, although this is open source, I haven't cleaned up the source ;)  I had 5 days (yes, 5) to convert the old Xray interface into flex2, so there's some "not so elegant code" - go easy on me ;) Wha

[flexcoders] Beta3 on win 2003.

2006-06-05 Thread sufibaba
Hi all, I have been running Flex Builder on an XP box which has CF and IIS and everything works fine.  Recently, we moved CF to a win2003 (SP1) box which is running CF7 and IIS. I am getting the following error : Send failed: Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Fai

Re: [flexcoders] Re: Flex 1.5 to 2.0 Migration

2006-06-05 Thread Tom Chiverton
On Monday 05 June 2006 16:27, porsoc wrote: > function():Array { return > [ .lname.text, .fname.text, .mname.text ]; }, Well, your guess is right. I'm amazed that ever worked, tbh, but I started stright out with AS3 :-) Are you saying Iname is a function ? If so, just change to Iname().text, o

[flexcoders] Re: Instantiation and setting problems - Example included

2006-06-05 Thread Suzy Lawson
  Thanks for your response...this error is still haunting so I included a simple example to show my problem of class variables not being able to be set after I initialize a new class. Even if I move the "generateXML" method into the complete Handlerthe same null pointer is still thrown. Any

RE: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-05 Thread mail
I've done some work in this area as well, and posted an example a few weeks ago on my blog ( http://blog.benstucki.net/?id=22 ). With a slight change it can be used to update the style of anything in the application, not just custom styles. I will try to update it toward that end tonight. Al

[flexcoders] Re: Flex 1.5 to 2.0 Migration

2006-06-05 Thread porsoc
Sorry for the confusion. The erros are occuring at the following lines.  My best guess is that the dot in front of the parms to the function call is causing the problem. 1) function():Array { return [ .lname.text, .fname.text, .mname.text ]; }, 2) function():Array { return [ .linksGrid.

[flexcoders] XMLTextarea & CSS

2006-06-05 Thread tonyx_788
hi everyonei hope this is posible in FLEXi have this text in WORD format which is a rich text(varsals, bold, italic, etc,) there are about a 1000 names each one with it's definitionfor example:A orillas de una laguna. Libro de Edmundo Batres Ledón,  Leticia Ulín Rodríguez y Carlos López Castro,

RE: [flexcoders] RDS problems with beta 3

2006-06-05 Thread João Fernandes
Ed, I had the same issue when using IIS and pointing to port 80. When using de CF instance port number It started to work. Did you try this? João Fernandes Dep. Informática - Área de Desenvolvimento Cofina media Avenida João Crisóstomo, Nº 72 . 1069-043 Lisboa P

Re: [flexcoders] Re: Flex 1.5 to 2.0 Migration

2006-06-05 Thread Tom Chiverton
On Monday 05 June 2006 13:57, porsoc wrote: > Block of code containing line 183: Which line ? > Block of code containing line 103 Which line ? -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a

[flexcoders] fdb and XML (bug ?)

2006-06-05 Thread Tom Chiverton
I can't seem to inspect or print (parts of) XML variables in the debugger, when stopped at a breakpoint. (fdb) print workflow $5 = [Object 1555160921, class='XML'] (fdb) print workflow. $6 = workflow = [Object 1555160921, class='XML'] 0 = [Object 1555479185, class='XML'] 1 = [Object 15554790

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

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

RE: [flexcoders] Re: Remoting configuration in flex-services.xml

2006-06-05 Thread Peter Farland
Hi Niladri, Examples/information for the FDS config should be in the /resources/config/ folder that was part of the FDS 2 installation (though these files will contain more complete information in the final release). However, for now here's some extra info on the Flex 2 Beta 3 config to help y

[flexcoders] RDS problems with beta 3

2006-06-05 Thread Ed Lovell
I'm having problems with Flex Builder 2 beta 3 in connecting via RDS to CFMX7.  I installed the CF_FBExtensions_B3_0515 on top of FB2b3.  In trying to configure RDS to connect to my CF7 server, all I can get is "Unable to contact the RDS server...".  I've tried two different CF7 servers and have

Re: [flexcoders] Font changes to FlexBuilder IDE (2b3)

2006-06-05 Thread Will Morgan
Found it. No help needed...:)On 6/5/06, willmorganuk <[EMAIL PROTECTED]> wrote: Hi - does anyone know how to change the font of the MXML editor? I've looked about in window>preferences and can't seem to find anything. Thanks. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/

Re: [flexcoders] Font changes to FlexBuilder IDE (2b3)

2006-06-05 Thread michael . corbridge
I think I have used in the past: window > preferences > General  > appearance > colors and fonts > text font > {select}  > {Change...}    

RE: [flexcoders] HttpServletRequest on AMF

2006-06-05 Thread Peter Farland
The flashgateway.jar is no longer shipped with Flex. In Flex 2, all services are based on a messaging framework - as such, clients can talk to endpoints on various channels using various protocols, some of which may not be over HTTP. The server side APIs all start with flex.messaging. The clas

RE: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-05 Thread Jason Hawryluk
yes exactly, basicly they load a bare bones application component with a defined   Jason -Message d'origine-De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part de Michael SchmalleEnvoyé : lundi 5 juin 2006 15:07À : flexcoders@yahoogroups.comObjet : Re:

[flexcoders] Image problems

2006-06-05 Thread Michael
Hello all, I am trying to work with drag and drop.  I have a canvas in which I put a background image to be a recycle bin.  Everything was fine for about a week and all of a sudden the image has disappeared.  I don’t know what is going on.  I cannot think of anything that has changed that

[flexcoders] Font changes to FlexBuilder IDE (2b3)

2006-06-05 Thread willmorganuk
Hi - does anyone know how to change the font of the MXML editor? I've looked about in window>preferences and can't seem to find anything. Thanks. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.c

Re: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-05 Thread Michael Schmalle
Jeremy, "real-time-change-CSS" Do you mean, Flex app loaded, user changes a style sheet, but the actual style sheet was loaded from 'some place' realtime? If so, I have an open project that is comming up. Half ported from AS2, and the rest is just 'what needs to be done'. I have way to many

[flexcoders] Re: FB2B3 :: public and static public members messed up :: Bug?

2006-06-05 Thread Michael Schmalle
Oh, I have noticed that it is not treating them as static class methods but actually package functions. IE a function defined outside of the class. I have two other classes in the same directory that follow the same class pattern and it analyzes them correctly. Peace, MikeOn 6/5/06, Michael Sc

[flexcoders] FB2B3 :: public and static public members messed up :: Bug?

2006-06-05 Thread Michael Schmalle
Hi, I have something weird that I cannot explain to myself. I have a class that resembles a ModelLocator singleton. The odd part is, FB has chosen one of my public methods to be 'public non-static' and the other 3 public non-static members are being treated as static! It's wrong in the outlin

Re: [flexcoders] quick filter for datagrid

2006-06-05 Thread Jeremy Lu
there's an excellent article on Sho Kuwamoto's blog @http://kuwamoto.org/2006/04/03/flex-auto-complete-text-input-control-v06/ it's not exactly what you want, but the way Sho filters the items in the Listbox may shed a light on your need.On 6/5/06, tonyx_788 <[EMAIL PROTECTED]> wrote:I everyone

Re: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-05 Thread Jeremy Lu
has anyone really started working on this "real-time-change-CSS" thing ?any project I can participate or take a look at ?thanks.On 6/5/06, Michael Schmalle <[EMAIL PROTECTED]> wrote: Hmm, I don't follow, you mean load a style sheet that changes fill color styles? Peace, MikeOn 6/5/06, Jaso

Re: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-05 Thread Michael Schmalle
Hmm, I don't follow, you mean load a style sheet that changes fill color styles? Peace, MikeOn 6/5/06, Jason Hawryluk <[EMAIL PROTECTED]> wrote: I was thinking more along the lines of styles for components fill colors etc. Someone had done it in Flex 1.5 and it was very slick or it ma

Re: [flexcoders] OpenAMF, Tomcat and Flex2B3

2006-06-05 Thread Carlos Rovira
That's not right, you don't need to use AdvancedGateway to map java-as classes, you can do it as well with DefaultGateway. Although use AdvancedGateway is a best practice, and you must declare your services as in the following example,         ServiceNameToUseInFlash        com.carlosrovira.MyC

[flexcoders] Re: Flex 1.5 to 2.0 Migration

2006-06-05 Thread porsoc
Tom, Thanks for the help. Block of code containing line 183: // writeWatcher id=11 shouldWriteSelf=true class=flex2.compiler.as3.binding.FunctionReturnWatcher shouldWriteChildren=true     watchers[11] = new mx.binding.FunctionReturnWatcher ("genSortName",    

Re: [flexcoders] Flex 1.5 to 2.0 Migration

2006-06-05 Thread Tom Chiverton
On Monday 05 June 2006 13:34, Josh Noland wrote: > I am having problems migrating code from flex 1.5 to flex 2.0 beta 3. I > get the following errors when I try to compile my new code. Any ideas? What is the line of code at those two points ? -- Tom Chiverton *

RE: [flexcoders] F2B3: Javascript security

2006-06-05 Thread FineLine
Hi Lisa   I came to the conclusion that it is impossible to call an external function from within Flex if the SWF file and the container HTML file are located on the local hard disk, rather than on a remote web server – with the exception that it will work in the location to which the S

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

2006-06-05 Thread 王保学
attend it   -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS Web site design

[flexcoders] Flex 1.5 to 2.0 Migration

2006-06-05 Thread Josh Noland
I am having problems migrating code from flex 1.5 to flex 2.0 beta 3.  I get the following errors when I try to compile my new code.  Any ideas?   Thanks Josh   Error _com_project1_view_entity_EntityGenInfoWatcherSetupUtil.as:182 Syntax Error: dot is unexpected. Expected a primary _expression_

[flexcoders] mx.messaging.MessagePersister, MessageStore?

2006-06-05 Thread rr_gruchalski
Hello, In documentation for Beta 3 there are classes like: - mx.messaging.MessagePersister - mx.messaging.MessageStore When I'm trying to use them from FlexBuilder I'm getting error: Type was not found or as not a complite-time statmement: MessagePersister. Type was not found or as not a c

Re: [flexcoders] Flex2b3 Drawing API

2006-06-05 Thread Tom Chiverton
On Monday 05 June 2006 12:25, Xavi Beumala wrote: > public function drawIt():void { >                var uic:UIComponent = new UIComponent(); >             uic.graphics.beginFill(0xFFCC00); >             uic.graphics.drawCircle(30, 30, 30); Ah ha, cheers ! -- Tom Chiverton *

[flexcoders] quick filter for datagrid

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

[flexcoders] Re: "No FontManager provided" after migrating to Beta 3

2006-06-05 Thread bronzemug
Ye. Thanks! you are exactly right. The package name for these java classes in the swfkit.jar is now "flash.fonts" --- In flexcoders@yahoogroups.com, "Matt Horn" <[EMAIL PROTECTED]> wrote: > > I don't remember if this is a Beta 3 change or not, but try this instead: > > >   f

[flexcoders] Re: Remoting configuration in flex-services.xml

2006-06-05 Thread niladri_gupta
Hi Thanks for the info. Could you also tell me how to modify the flex- remoting-service.xml file in order to specify the remote objects to be accessed by Client? Below I am pasting a sample code :             example.RemoteInfo     true             Are t

[flexcoders] HttpServletRequest on AMF

2006-06-05 Thread niladri_gupta
Hi I have been able to establish a remote(AMF) connection using Flex 2.0 on Websphere. Is there a way to get a handle on the current HttpServletRequest instance on the remote class? I know we need to use flashgateway.Gateway.getHttpRequest() for the same, but how does one get the instanc

Re: [flexcoders] OpenAMF, Tomcat and Flex2B3

2006-06-05 Thread Andrea Varga
Hi Carlos, Yes, I'm using AMF0, I'm using Renaun Erickson’s RemoteObjectAMF0 class. I have tested it with AMFPHP and it worked, so that part should be ok. I have read more docs, and I found that for class mappings I should use AdvancedGateway instead of DefaultGat

  1   2   >