[flexcoders] Flex Builder 2.0.1 vs Eclipse 3.2 & Flex 2 Plug-in

2007-01-23 Thread Robert
ther but I am evaluating MyEclipse Enterprise Workbench and wondered if anyone has tried the Flex Plug-in here. Thanks for the opinions, Robert

[flexcoders] ItemRenderer, mislabels & scrolling

2008-12-02 Thread Robert
When scrolling, the labels on the grid turn into those that the recycled item renderer used. I tried using this.data to overwrite the values every time. The new listData object has the correct label and so I thought it was working, but there is a url I need in the current rows' XML for the bu

Re: [flexcoders] FlexBuilder - error during help panel usage

2006-06-30 Thread Robert Wąs
You have something wrong with explorer config, try check "switch off script debuging" in browser settings, maybe your have also script debuger installed from microsoft site. rw Thomas Rühl -akitogo- wrote: > > > Hello list, > i just came across a new bug(?) in my FlexBuilder installation - maybe

Re: [flexcoders] E4X (PLEASE READ ANY CLUE WILL HELP)

2006-07-04 Thread Robert Wąs
gt; >> SOME DOCS >> > > Have you tried the OpenOffice site ? > > I think you want server side program that (using xslt) generate openoffice xml doc with swf data, compress them. OO docs are rather big regards to visual information stored there. Robert -- Letnia

[flexcoders] Did any prior Flex Store have Payment Services Example, or just Mock-Up?

2006-07-05 Thread Robert Thompson
The version of FlexStore in the final product does not have Check-Out where it displays what I recall were UPS and FedX selections.  It still remains extremely cool though.Did the previous Store example have a UPS example working for someone with a UPS Developer Key, or was that just a mock-up?I

Re: [flexcoders] need solution/best practice regarding VO's

2006-07-14 Thread Robert Wąs
w:PrintAreaVO=PrintAreaVO(data.printAreas[i])             //trace("is instance: "+(row is PrintAreaVO)) //traces "is instance:  true" } Robert Was Andrea Varga wrote: Hi All! I'm going to ask my question through an example. (I'm using Cairngorm, but I think

[flexcoders] how organize this project

2006-07-15 Thread Robert Wąs
classes. User and admin part has one main mxml file. If i want test one part of application flexbuilder compiles whole application. Is any trick to separate compilation of my modules? -- Robert Was -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Re: [flexcoders] .actionScriptProperties, .flexProperties, .project files with SVN

2006-07-21 Thread Robert Wąs
Maybe you  in "Adobe Flex Builder 2 Extensibility " manual you found simple solution but in practical life i found that close>open project refresh that information Robert Was Sergey Kovalyov wrote: Hi All! When working in team with SVN and updating .actionScr

Re: [flexcoders] Flex AMFPHP and VOs

2006-07-21 Thread Robert Wąs
registerClassAlias( "vd.vo.ProductVO", ProductVO ) php: class ProductVO{     public $_explicitType="vd.vo.ProductVO"; ... works for me in swf to php and reversed direction Robert Was Oriol Gual wrote: Hi, I've been using Flex and AMFPHP for a while, but

Re: [flexcoders] Flex AMFPHP and VOs

2006-07-23 Thread Robert Wąs
It is Reanaun's RemoteObjectAMF0, it works form me with php5, cairngorm 0.99, flex2 Robert Was Oriol Gual wrote: Well, it wasn't PHP 4, it was my fault. But, I still receive a plain Object, not an object of my class. I'm using Renaun's solution to connect to

[flexcoders] complex object in cairngorm

2006-07-23 Thread Robert Wąs
, but VO are bloated if i use it in different context, for example sometimes my Product should has image I manage that structure view in swf but if i want persist them that should i do - just send whole tree to server via VO and create sql queries? I use cairngorm, amfphp. -- Robert Was

[flexcoders] Flex Vs OpenLaszlo

2006-07-25 Thread Robert Kaeth
Hi,   Has anyone done a comparison between Flex2 and OpenLaszlo? If someone can share his/her experience, it will be great.   TIA -B   __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.

[flexcoders] Creating Tree from XML

2006-07-25 Thread Robert Kaeth
Hi All,   I have following XML and I would like to create a tree out of it.                The ou

[flexcoders] testing of Flex apps

2006-07-26 Thread Robert Kaeth
What is the best way to regression test a flex app ? Does flex provide any regression testing suite for testing flex apps like JUNit, HTTPUnit ?   TIA __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.

[flexcoders] FLEX2/Flash devs Need More Clarity from Adobe on New Flash Player Install Methods : i.e. New Shake-Up in FLASH Install Options (Foxfire JS disabled by default, and IE embed activation)

2006-08-05 Thread Robert Thompson
There are 2 recent events that have complicated Flash Installs that even SWFObject (formerly FlashObject) cannot handle.#1. Foxfire Now Comes Installed Default with Script Blocking.  So, the very thing that made Flash successful (almost instantaneous installation even over 56k modem) is now moot

RE: [flexcoders] TextArea scrollbar not showing at runtime

2006-08-08 Thread Robert Vollmar
Hello Mike, I am pasting some sample code below, and it seems to work ok as I click on the rows of the DataGrid.  If this works for you, could you please send me your sample code and I'll take a look at how you're implementing it?  By the way, if you send your code in a zip file, please

[flexcoders] Adobe - Please answer / Best method for Flash install for everyday users

2006-08-13 Thread Robert Thompson
Dear Adobe,Internet Explorer requires SWFObject (and it works).Firefox now disables _javascript_ and some of my potetial visitors say they can't enter the site.I've noticed Adobe appears to:1. Run/Install Flash for IE.2. Display JPEG or GIF for Flash Movies and place a notice that "This site may

[flexcoders] Migrating Large Flash AS2 project to AS3

2006-08-17 Thread Robert Stuttaford
d like to reduce the maintenance of this by rebuilding it using the Flex Framework. Is it possible to load Flex SWFs into vanilla AS3 SWFs and have them interoperate happily? It's purely the UI stuff I'll be using.   Hope this isn't too much to ask in one go :)   Thanks, Robert __._

[flexcoders] DataGrid sort direction arrow

2007-02-01 Thread Robert Chyko
Is there any way to force the sort direction arrows on a DataGridColumn to be displayed? What I need to do is save the direction a column has been sorted and then when the user reloads the app I have to set the grid up just like they last left it. I can easily enough sort the data correctly on

RE: [flexcoders] Gif animation doesnt work

2007-02-08 Thread Robert Chyko
http://dougmccune.com/blog/2007/01/17/animatedgifloader/ -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dooms Sent: Thursday, February 08, 2007 2:25 AM To: flexcoders@yahoogroups.com Subject: [flexcoder

[flexcoders] HTML in Flex

2007-02-08 Thread Robert Shaw
away from the page refresh. Robert Shaw 972-463-3515

RE: [flexcoders] custom icons to tree nodes

2007-02-22 Thread Robert Chyko
http://livedocs.macromedia.com/flex/201/html/dpcontrols_062_22.html Hard to say exactly what you need, but an iconFunction might be what you are looking for. Specifying Tree control icons The Tree control provides four techniques for specifying node icons: * The folderOpenIcon, folder

RE: [flexcoders] custom icons to tree nodes

2007-02-22 Thread Robert Chyko
hursday, February 22, 2007 2:57 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] custom icons to tree nodes The solution that Yiðit Boyar provided is what I need. My question now is the PHP code that is given above, can I

[flexcoders] DataGridColumn showDataTips problem

2007-02-22 Thread Robert Chyko
I am trying to use the showDataTips property of the DataGridColumn. The documentation states: "Datatips are tooltips designed to show the text that is too long for the row. " I swear that in Flash, the similar functionality (whatever it was called - not showDataTips) would only show the toolTi

[flexcoders] New to Flex

2007-02-23 Thread Robert Shaw
ation"> How do I manipulate the Grid that was created? Lost and no books. I am a pretty good Java programmer and this looks straight forward. Just a little lost. Robert Shaw 972-463-3515

RE: [flexcoders] Re: DataGridColumn showDataTips problem

2007-02-23 Thread Robert Chyko
] Re: DataGridColumn showDataTips problem Are you also setting the dataTipFunction property? That would cause the bahavior you're seeing. --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> , "Robert Chyko&qu

RE: [flexcoders] Just curious, A big development team or individual developers

2007-02-23 Thread Robert Chyko
For the project I am on now, it is just me. For the project that is being designed it will be a team. We have 3 inhouse Flex devs currently (myself and 2 others) and will either be hiring more or bringing in some consultants. -Original Message- From: flexcoders@yahoo

RE: [flexcoders] Re: How to get the real X & Y of a repeater item

2007-02-23 Thread Robert Chyko
or if your container uses absolute positioning you would need to use contentToGlobal -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Keun Lee Sent: Friday, February 23, 2007 2:09 PM To: flexcoders@yahoogroups.com

[flexcoders] Looking for some web developers for a small project

2007-02-26 Thread Robert Walters
Hello, I am looking for about 20 web developers to help me with a small web project. Any web language, any level of developer. And you can make some money as well. Drop me an email at [EMAIL PROTECTED] for more info ThanksRob

RE: [flexcoders] ctrl key with a combination - doesnt seem to work

2007-02-27 Thread Robert Chyko
Are you sure you want to be capturing a capital "C" (keyCode == 67)? I think I am using keyCode == 17 for lowercase "c" (but you will want to double check). -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jmorpher03 Se

RE: [flexcoders] Re: Can anyone help on getting data from a grid cell .. I know the row/column index

2007-02-27 Thread Robert Chyko
yourDataGrid.addEventListener(ListEvent.ITEM_CLICK, setColumnCopy); function setColumnCopy(){ _selectedCol = yourDataGrid.columns[event.columnIndex].dataField; Alert.show(yourDataGrid.selectedItem[_selectedCol]); } -Original Message- From: flexcoders@yahoogroups.com [ma

RE: [flexcoders] ctrl key with a combination - doesnt seem to work

2007-02-27 Thread Robert Chyko
Please disregard my reply... i got my code from a coworker and after some testing based on your post I believe the code I am using is incorrect. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jmorpher03 Sent: Monday, F

RE: [flexcoders] Re: Just curious, A big development team or individual developers

2007-02-28 Thread Robert Chyko
We plan to add an additional developer over the next two weeks (any ideas where to find a respectable one?) --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> <mailto:flexcoders%40yahoogroups.com> , "Robert Chyko&quo

[flexcoders] CodeFetcher.com Flash giveaway

2007-02-28 Thread Robert Walters
Hello, I am beta testing a new site I created for code snippets. I needed a place to store my snippets and thus created www.CodeFetcher.com What it needs now is other developers adding in their own snippets. To get people motivated I will give away 3 licenses of my Flash animation tool www.Scul

RE: [flexcoders] simulate datagrid header click, or set default sort column

2007-03-02 Thread Robert Chyko
One thing to look at would be dispatch a HEADER_RELEASE event on the datagrid. Its not the most straightforward fix, and will take a little tweaking to get to work right, but it is doable. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] Re: ctrl key with a combination - doesnt seem to work

2007-03-05 Thread Robert Chyko
I am having the same problem. At least from where I am standing there doesn't appear to be a way to capture the second key. I also get true for the value of event.ctrlKey and 17 for event.keyCode. Anyone have any insight? -Original Message- From: flexcoders@yahoogro

RE: [flexcoders] Re: ctrl key with a combination - doesnt seem to work

2007-03-05 Thread Robert Chyko
Flash Player dropping the second event, or is IE blocking it? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert Chyko Sent: Monday, March 05, 2007 10:00 AM To: flexcoders@yahoogroups.com Subject: RE

RE: [flexcoders] copy data to clipboard using action script

2007-03-08 Thread Robert Chyko
System.setClipboard("stringerr") -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of greenfishinwater Sent: Thursday, March 08, 2007 12:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] copy data

[flexcoders] Flex -> CFC access question

2007-03-13 Thread Robert Chyko
My Flex app is hitting a ColdFusion backend. If I call a function whose access is set to "remote", everything works as expected. If that remote function calls a "private" accessible function within the same .cfc using the "this" keyword, it cannot find the function. If I don't use the "this" key

RE: [flexcoders] Flex Training Experiences/Suggestions?

2007-03-14 Thread Robert Chyko
Two of my coworkers and I took those 2 particular classes through Figleaf Training in Washington DC. The instructor was very knowledgable and the training materials were pretty much your run-of-the-mill book w/ accompanying CD. Overall we were very pleased with the courses. The 3 of us are al

RE: [flexcoders] Cairngorm: When / why override clone in Events

2007-03-14 Thread Robert Chyko
This is not a Cairngorm requirement it is a Flex requirement. Anytime you subclass the Event class you are required to override Event.clone(). I believe it is mainly for event bubbling - I'm sure someone else can clarify more. -Original Message- From: flexcoders@yah

[flexcoders] Flex added to CodeFetcher.com

2007-03-27 Thread Robert Walters
Hello, I just added a Flex category to my open source code site www.CodeFetcher.com Would love if we can get a good group of Flex programmers involved. Thanks.Rob

Re: [flexcoders] Re: FDS/Hibernate/MySql data update question

2007-03-27 Thread Robert Cadena
the shell script send me an email, but, we're testing out how to work and integrate fds and wanted to see this sort of notification strategy in action. /r http://www.searchcoders.com/flex/?dataservicetransaction+php+net jwp2k_uva wrote: > Robert, > > Thanks a milli

Re: [flexcoders] Re: TypeError: Error #1034: Type Coercion failed :

2007-03-27 Thread Robert Cadena
howdy, i'm not sure what classes are defined in your modules or if you're using load-externs and external-library-path when compiling your module projects. but what i have found is that if a module has a class linked in that is the exact same class (and comes from the same swc, say framework.

Re: [flexcoders] Interfaces in Library Projects

2007-03-31 Thread Robert Cadena
Hi Adam, It sounds like flex builder is not including your interface in the swc. Go into your library's properties, select "Flex Library Build Path" on the left. On the right, select the "Classes" tab. Look through the tree and make sure that the checkbox for your interface is checked. If i

RE: [flexcoders] Loading animated gifs

2007-04-02 Thread Robert Chyko
I don't believe the Image component will actually animate the animated gif. The only thing I've seen is a component (not free) written by Doug McCune - http://dougmccune.com/blog/2007/01/17/animatedgifloader/. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECT

RE: [flexcoders] Tree bug?

2007-04-02 Thread Robert Chyko
have you tried using invalidateList? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stephane Guyot Sent: Monday, April 02, 2007 1:58 PM To: flexcoders@yahoogroups.com Cc: Nick Durnell Subject

Re: [flexcoders] Re: Apollo isn't loading my modules

2007-04-03 Thread Robert Cadena
Hi, I too am having difficulties with loading modules in apollo. Please correct me if i'm wrong but it seems that the current behaviour is that only local swfs placed and referenced from the app-storage directory can be loaded as modules? Here's a bit of code to test. First, make a regular F

RE: [flexcoders] Re: Tree bug?

2007-04-04 Thread Robert Chyko
al Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nick Durnell Sent: Wednesday, April 04, 2007 3:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Tree bug? Thanks for your suggest

RE: [flexcoders] Re: Tree bug?

2007-04-05 Thread Robert Chyko
7 4:05 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Tree bug? Hi Robert, Here is a test app which demonstrates the problem: http://www.adobe.com/2006/mxml <http://www.adobe.com/2006/mxml&g

[flexcoders] flex2 bugtracking

2006-10-31 Thread Robert W
J'm looking in google for flex bug list but not found any. Is any official or not bug list for flex2? I found some issues and i am in the balance: bugs or my incomplete knowledge. -- Robert Was -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/

Re: [flexcoders] flex2 bugtracking

2006-10-31 Thread Robert W
chive is worse that using bugtracking system. Adobe not planning something similar to eclipse/sun? Robert Joan Lafferty wrote: There is a list of bugs in the Flex 2 release notes. This isn’t a list of every bug that we have logged internally, but, just a list of bugs that we felt n

Re: [flexcoders] Accepted css properties

2006-10-31 Thread Robert W
Thanks, i found everything in ref. doc Robert Was Igor Costa wrote: Robert, did you check out the LiveDocs for it? Regards. On 10/26/06, Robert W <[EMAIL PROTECTED]pl> wrote: I not found list of accepted css properties for TextField in as3/flex2 in ref

Re: [flexcoders] Minimum size of a Flex 2.0 application

2006-11-01 Thread Robert W
Swf content can be small as possible, you swf content not must be mx:Application but for example package {     import flash.display.Sprite;         public class MyClass extends Sprite     {         ...     } } and you not embed flex framework in swf Robert Was Flex Learner wrote

[flexcoders] two-way bindind and reordering items

2006-11-03 Thread Robert W
;; xmlns:local="*" creationComplete="evCreationComplete()"> and component: TreeSubitemsEditor.mxml http://www.adobe.com/2006/mxml"; > -- Robert

Re: [flexcoders] how to learn file upload result

2006-11-06 Thread Robert W
your serwe side returns stored data. Robert Was Stacy Young wrote: At this time the flash player only returns a status code. I was stuck on this myself …I got around it by storing the result in a session variable and retrieving it via separate remote call to the server. Caution: this

[flexcoders] Flex 1.5 - Initial progress bar stuck

2006-11-19 Thread Robert Brueckmann
when the sales first went to demo. They went in for round two this past week and the app will not pass 8% on any of their machines. Any suggestions? robert l. brueckmann vice president merlin securities 712 fifth avenue new york, ny 10019 phone: 212.822.4821 fax: 212.822.4820

[flexcoders] Flex 1.5 - Initail progress bar stuck

2006-11-19 Thread Robert Brueckmann
when the sales first went to demo. They went in for round two this past week and the app will not pass 8% on any of their machines. Any suggestions? robert l. brueckmann vice president merlin securities 712 fifth avenue new york, ny 10019 phone: 212.82

RE: [flexcoders] How can I change the color of DataGrid header's bottom border?

2006-11-30 Thread Robert Vollmar
Hi Ben, The code below changes that bottom border. Is this what you're trying to do? I am sending along a screen shot. http://www.adobe.com/2006/mxml"; layout="absolute">

[flexcoders] Need light shed on Array issue

2006-12-08 Thread Robert Moss
g(slicedRegionData.source)); Without the .slice, output the exact same data, but the region detail does not auto update without using the .slice code. WHY??? Thanks for any insight on this. Robert ** Confidentiality Notice: This e-mail and any files transmitted with it are confidential t

Re: [flexcoders] Need light shed on Array issue

2006-12-12 Thread Robert Moss
Sorry for bumping this, just hoping someone has an idea.   Thanks, Robert>>> "Robert Moss" <[EMAIL PROTECTED]> 12/8/2006 4:47 pm >>> In Adobe's dashboard sample app, http://www.adobe.com/devnet/flex/samples/dashboard/  it assigns a charting component

[flexcoders] Flex Builder 2 - Setting Default Application

2006-12-22 Thread Robert Brueckmann
I have no idea where to begin my search terminology in the archive to see if anyone has asked/answered this already...I tried an infinite number of combinations to no avail, so I'm starting a new thread in hopes that someone can help. I'm using a split directory development/deployment model f

RE: {Disarmed} [flexcoders] Flex Builder 2 - Setting Default Application

2006-12-22 Thread Robert Brueckmann
Nevermind...I switch to the Flex Development perspective in Eclipse which I forgot about and found all the settings I needed to set to change the main source folder to accommodate my situation. Thanks and sorry for the useless query! robert l. brueckmann vice president merlin

RE: [flexcoders] Re: Flex 2 for Mac Release Coming Within 7 Days

2007-01-04 Thread Robert Chyko
i'm assuming it is referring to http://blogs.adobe.com/rgonzalez/flex/ scan down, there are a few posts relating to the use of modules -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Newman Sent: Thursday, Jan

RE: [flexcoders] Re: Flex 2 for Mac Release Coming Within 7 Days

2007-01-04 Thread Robert Chyko
On 04/01/07, Robert Chyko <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote: i'm assuming it is referring to http://blogs.adobe.com/rgonzalez/flex/ <http://blogs.adobe.com/rgonzalez/flex

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] Re: and I thought Adobe was a professional company. Whats going on with the upgrade

2007-01-07 Thread Robert Thompson
-r Tim Hoff <[EMAIL PROTECTED]> wrote: 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. &

Re: [flexcoders] flexbuilder 2.0.1 css editor support

2007-01-08 Thread Robert W
I found that fb conflict with WTP css editor (WTP is eclipse subproject). But i can't use wtp css editor, not flex. Maybe eclipse log show you answer. rw Paolo Bernardini wrote: > I noticed that under flexbuilder (either stand-alone or plug-in > version) preference/Flex/Editors, in version 2.0 t

Re: [flexcoders] Re: Svn & Flex

2007-01-10 Thread Robert W
If you necessary want copy files from source dir you can make this via ant script with switched off "Copy non-embedded..." option rw Jim Robson wrote: > > Lieven: > > In Flex Builder, go to Project Properties -> Flex Compiler and > deselect "Copy non-embedded files to output directory" > > Also

RE: [flexcoders] what is precompiling?

2007-01-10 Thread Robert Chyko
If you are using FDS you have the option of deploying the already compiled .swf or you can just deploy .mxml files which are then compiled on the server the first time they are accessed. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Be

RE: [flexcoders] Datagrid - sorting/losing current row, also why descending first?

2007-01-11 Thread Robert Chyko
Regarding #2, I believe this was changed with the 2.0.1 update, you would have to check the release notes to confirm. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jack_freud Sent: Thursday, January 11, 2007 12:07 PM

RE: [flexcoders] Code behind- do you use it?

2007-01-16 Thread Robert Chyko
Yesterday I just refactored the project I am working on to use code behind. I had not planned on keeping script blocks in the MXML files, but being fairly new to Flex, when everything began working correctly I sort of forgot about it until some of the script blocks started getting larger and l

RE: [flexcoders] Re: Code behind- do you use it?

2007-01-17 Thread Robert Chyko
The .mxml files get translated into .as files of the same name. So basically you then have 2 index.as files... which obviously is going to give you problems. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Danko Kozar

[flexcoders] flexcoders mail-archive search

2007-01-17 Thread Robert Brueckmann
folder in Outlook every couple of days and haven't seen anyone posting anything about this recently... Anyone? robert l. brueckmann vice president merlin securities 712 fifth avenue new york, ny 10019 p: 212.822.4821 f: 212.822.4820 -- This message has been scanned for viruses an

RE: [flexcoders] HDivideBox

2007-01-18 Thread Robert Chyko
thanks for posting the example.. this is something that is on my to-do list so I will be checking it out -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jason Hawryluk Sent: Thursday, January 18, 2007 3:12 PM

RE: [flexcoders] Re: Modules :: percentWidth and percentHeight seemingly not honored

2007-01-19 Thread Robert Chyko
I must have missed your first post, but I am having the same problem. If no one else has any other suggestions I'll have to start using ModuleManager as well. Thanks for updating us with your findings. Bob -Original Message- From: flexcoders@yahoogroups.com [mailto

[flexcoders] Flex Builder 2.0.1 vs Eclipse 3.2 & Flex 2 Plug-in

2007-01-22 Thread Robert Dickson
. Also I saw in the release notes that BEA Weblogic and one of the IBM Rational versions is supported with the plug-in. I personally haven't used either but I am evaluating MyEclipse Enterprise Workbench and wondered if anyone has tried the Flex Plug-in here. Thanks for the opinions, Robert

RE: [flexcoders] Localizing "Press Esc to exit full screen mode"?

2007-01-22 Thread Robert Chyko
Well a lot of Adobe employees are on the west coast of the US, so it is still pretty early there on a Monday morning don't worry, I'm sure you'll hear something (maybe not what you want to hear, but still something). -Original Message- From: flexcoders@yahoo

RE: [flexcoders] Re: Modules :: percentWidth and percentHeight seemingly not honored

2007-01-22 Thread Robert Chyko
Thanks Irina and Mike... got that working now. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Schmalle Sent: Saturday, January 20, 2007 7:02 PM To: flexcoders@yahoogroups.com Subject: Re: [flexc

RE: [flexcoders] extra line coming from an external text file

2007-01-23 Thread Robert Chyko
http://www.adobe.com/support/documentation/en/flex/2/releasenotes_flex2_ fds.html 85034 - TextArea uses UNIX-style line endings, which means that text data containing Windows-style carriage-return line-feed (that is, \r\n) formatting for new lines contain extra line breaks. You can use String.re

[flexcoders] Flex Example Sites online please

2007-01-23 Thread Robert Walters
Hello, Besides Yahoo Maps can I get examples of content type sites using Flex II? It seems like 99% of RIA sites are in Ajax. ThanksRob

RE: [flexcoders] CGRM :: ServiceLocator :: Modules - how to share

2007-01-24 Thread Robert Chyko
I am currently working on a project that was supposed to be a learning experience for me in using both Cairngorm and modules. I was running into the same thing you guys are and (while I hate to admit this) I had to ditch both Cairngorm and modules because my deadline is super tight and I wasn't ma

[flexcoders] DoubleClick Banner Ads in Flex

2007-01-29 Thread Robert Walters
Has anyone figured out how to embed HTML banner ads from DoubleClick or 24/7 into a Flex app? ThanksRob

[flexcoders] OpenGL vs DirectX / Vista vs. Flash Player 9 MS comments about Flash re Vista

2006-04-28 Thread Robert Thompson
PRE-TEXT: Just some encouragement.  You guys at Adobe are smart and I know you can put in a DirectX like API that is perhaps a triggered add-on to the normal Flash Player, something that says "This site includes high-end real time graphics; do you want to download the OpenGL Flash Player support

Re: [flexcoders] OpenGL vs DirectX / Vista vs. Flash Player 9 MS comments about Flash re Vista

2006-04-28 Thread Robert Thompson
ECTED]> wrote: They did that in another product, Director, and it runs hardware accelerated 3D on the web.   - Original Message ----- From: Robert Thompson To: flexcoders@yahoogroups.com Sent: Friday, April 28, 2006 6:54 AM Subject: [flexcoders] OpenGL vs DirectX / Vista vs. Fl

Re: [flexcoders] OpenGL vs DirectX / Vista vs. Flash Player 9 MS comments about Flash re Vista

2006-04-28 Thread Robert Thompson
uld just use the iframe trick. On 4/28/06, JesterXL <[EMAIL PROTECTED]> wrote:They did that in another product, Director, andit runs hardware accelerated 3D on the web.   - Original Message -From: Robert Thompson To: flexcoders@yahoogroups.comSent:

RE: [flexcoders] Flex Component Directory

2006-05-01 Thread Robert Thompson
Are we talking about a site that allows component creators to post their components, go through and approval process, then be added to a catalog, be compensated for purchase; maybe affiliate programs also?"Kelly @ Dekayd Media Inc." <[EMAIL PROTECTED]> wrote:I would use it and would be willi

Re: [flexcoders] Re: sending htmlText from RichTextEditor to webservice

2006-05-12 Thread Robert Thompson
ALL OF US WOULD BE VERY GREATFUL, I'm sure.This is a hot-topic period.I've heard rumors for quite sometime about Adobe/Macr. including some sort of Rich Text Editor.  F'load has changed their licensing policy on their control and it sucks now you have to pay for each site; MXP's rule; so do .SWC

[flexcoders] FlashPlayer 9 Adobe Developers -- Lightweight OpenGL Available

2006-05-13 Thread Robert Thompson
Did anyone read the "OpenGL & Mobile Devices" article in Dr. Dobb's Journal, Page 30, June 2006 (www.ddj.com)?I'm really focused on the client side with FLEX for the long-long-term and I want ADOBE to be able to compete and lead over Mickeysoft in their Sparkle Effort.Of course DirectX is very p

[flexcoders] Flex 1.5 - column chart question

2006-05-19 Thread Robert Brueckmann
vertical labels but it would still be nice to have that extra visual aid…   Any help would be greatly appreciated!   Thanks in advance,   robert l. brueckmann vice president merlin securities 595 madison avenue new york, ny 10022 p: 212.822.4821 f: 212.822.4820   This message

RE: [flexcoders] Flex 1.5 - column chart question

2006-05-19 Thread Robert Brueckmann
Thanks a lot Ely.  Much appreciated for both options!   robert l. brueckmann vice president merlin securities 595 madison avenue new york, ny 10022 p: 212.822.4821 f: 212.822.4820 From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ely

Re: [flexcoders] Flex 2 - Cairngorm 2 Tutorial

2006-05-19 Thread Robert Thompson
I know there is a great FLEX 1.0 example that I love called "Shopping Cart" but I can't find it for FLEX 2.0 -- are there any major changes?  I would think there would be a few.  I know the store is available for download but is it Cairngorm 2 design.Claudia Barnal <[EMAIL PROTECTED]> wrote:

[flexcoders] Flex 1.5 - windows memory usage

2006-05-31 Thread Robert Brueckmann
awfully high but I am using a lot of components within components…charts in accordion panes in viewstacks with datagrids behind them, etc….   So…I just was curious what the typical flex app running in these browsers costs my fellow developers in memory…anyone?   Thanks in advance!   robert l

[flexcoders] Release date? Maybe 15th

2006-06-06 Thread Robert Thompson
Release date?Just wondering. __Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Sea

Re: [flexcoders] I noticed something >>>> MS Vista Beta 2 out

2006-06-07 Thread Robert Thompson
Re: belowRegarding this Vista, I've seen this little thing called "Sparkle" -- a reincantation of a purely failed effort to compete against Flash back a few years ago (it was sad).  But this time around, Microsoft may intend to do what it has done to other competitors regarding Adobe, and th

Re: [flexcoders] I noticed something >>>> MS Vista Beta 2 out

2006-06-08 Thread Robert Thompson
Grudge, Wisdom, Warning or...or read again...Michael Schmalle <[EMAIL PROTECTED]> wrote: Man, You must have been burned by that stove bad.. It's not healthy holding a grudge this hard! Peace, Mike.On 6/7/06, Robert Thompson <[EMAIL PRO

RE: [flexcoders] A: YES, YES >> Is Adobe a reasonable business partner?

2006-06-08 Thread Robert Thompson
You guys at ADOBE are doing great and are going far above what many organizations will do.  And most of all YOU CAN BE TRUSTED.Anyone (like this guy) who complains about support in a Beta should have a little more patience.  By the way, you may want to make sure he doesn't have an alias named "S

RE: [flexcoders] The End, A: YES, YES >> Is Adobe a reasonable business partner?

2006-06-08 Thread Robert Thompson
Okay Valy, let's end it here...I did not start the commentary.The response was from a message to someone asking if Adobe is a reasonable business partner -- a pretty serious accusation and there's plenty of room for response to this accusation; and that's all.Although I agree commentary should n

RE: [flexcoders] A: YES, YES >> Is Adobe a reasonable business partner?

2006-06-09 Thread Robert Thompson
d outs can be informed and more of the truth many have seen in documents with their own eyes can be told to the pubic.Innovative Inventors & Patent TROLLSThe Truth About Microsoft Patents and ISVsA call to all MS ISVs to check your State LawsDue 2007.Anyone who copies the title before it'

Re: [flexcoders] Flex vs. .Net for RIA database apps; new to both

2006-06-09 Thread Robert Thompson
I think you might be interpreting the "showy shopping cart" as you call it as really a client side app that manages data mostly on the client side; and maintains integrity through publish & subscribe.If I were you, and anybody out there, I think it's rather obvious that most of us will run into

  1   2   3   4   5   6   7   8   >