Re: [flexcoders] Stupid question: Adding dollars

2009-09-17 Thread Howard Fore
In the debugger, does it show the values in the ArrayCollection members before you try to use the function? In other words can you trace the value assignment back to when the ArrayCollection is populated? -- Howard Fore, howard.f...@hofo.com "The worthwhile problems are the ones you can r

Re: [flexcoders] JQuery questions

2009-09-17 Thread Howard Fore
that JQuery solves really well is providing a cross-browser way to find and manipulate the DOM but it's not going to solve the other CSS related cross-browser issues. -- Howard Fore, howard.f...@hofo.com "The worthwhile problems are the ones you can really solve or help solve, the ones

Re: [flexcoders] this group isn't very good

2009-08-03 Thread Howard Fore
For heaven's sake don't fork the community, just use Google to search the group. Put use the following line in your search terms: site:tech.groups.yahoo.com inurl:flexcoders -- Howard Fore, howard.f...@hofo.com "The worthwhile problems are the ones you can really solve or help

Re: [flexcoders] Eclipse and flex setup questions

2009-07-14 Thread Howard Fore
Tom, what does XSD4MXML do? The info on the Google Code page doesn't make it clear how it relates to code hinting. -- Howard Fore, howard.f...@hofo.com "The worthwhile problems are the ones you can really solve or help solve, the ones you can really contribute something to. ... No prob

Re: [flexcoders] How to copy a arraycollection to a another

2009-07-06 Thread Howard Fore
Sorry, can't help you there, having never bothered with Verity and CFSearch myself. -- Howard Fore, howard.f...@hofo.com "The worthwhile problems are the ones you can really solve or help solve, the ones you can really contribute something to. ... No problem is too small or too trivial

Re: [flexcoders] How to copy a arraycollection to a another

2009-07-06 Thread Howard Fore
ObjectUtil.copy() But also see http://www.darronschall.com/weblog/2007/08/on-transient-objectutilcopy-and-casting.cfm -- Howard Fore, howard.f...@hofo.com "The worthwhile problems are the ones you can really solve or help solve, the ones you can really contribute something to. ... No probl

Re: [flexcoders] green background

2009-05-29 Thread Howard Fore
http://www.google.com/search?q=flex+change+background+color -- Howard Fore, howard.f...@hofo.com "The universe tends toward maximum irony. Don't push it." - Jeff Atwood On Fri, May 29, 2009 at 5:13 PM, [p e r c e p t i c o n] < percepti...@gmail.com> wrote: > > >

Re: [flexcoders] Any ETA for Flex SDK 3.4 getting released?

2009-05-28 Thread Howard Fore
I wouldn't pass that around as a hard and fast date. From what I heard at 360Flex it's not feature complete yet, so there's still some hoops to jump through. -- Howard Fore, howard.f...@hofo.com "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Printing PDF417 barcodes in Flex...

2009-05-19 Thread Howard Fore
that site! -- Howard Fore, howard.f...@hofo.com "The universe tends toward maximum irony. Don't push it." - Jeff Atwood On Tue, May 19, 2009 at 3:28 PM, Laurence MacNeill wrote: > Can you give me an example of how that would work? I have no clue > how to do such a thing. >

Re: [flexcoders] Printing PDF417 barcodes in Flex...

2009-05-19 Thread Howard Fore
Why couldn't you just call the servlet from mx:httpService? What's the output from the servlet? If it's a bitmap graphic file (jpeg, gif, png) you won't need a font. -- Howard Fore, howard.f...@hofo.com "The universe tends toward maximum irony. Don't push it." -

Re: [flexcoders] Storing an array in a Database?

2009-05-16 Thread Howard Fore
t;> > it so far. There's GOT to be a better way. Please help. >> > >> > >> > Laurence MacNeill >> > Mableton, Georgia, USA >> > >> >> >> >>No virus found in this incoming message. >>Checked by AVG - www.avg.com >>

Re: [flexcoders] Re: Flex Builder on Linux been scrapped ?

2009-05-04 Thread Howard Fore
to buy Flex Builder even if it was going to be available on Linux? -- Howard Fore, howard.f...@hofo.com "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] swf module close function

2009-03-26 Thread Howard Fore
42dbdc8-e469-446f-b4cf-1e62079f6847 > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links > > > > -- -- Howard Fore, howard.f...@hofo.com "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Write to an XML file

2009-03-11 Thread Howard Fore
http://www.adobe.com/devnet/flex/quickstart/accessing_xml_data/ -- Howard Fore, howard.f...@hofo.com "The universe tends toward maximum irony. Don't push it." - Jeff Atwood On Wed, Mar 11, 2009 at 6:28 AM, christophe_jacquelin < christophe_jacque...@yahoo.fr> wrote: > H

Re: [flexcoders] Flex 3 Tree - Moving Nodes

2009-03-11 Thread Howard Fore
Ah, didn't see the code attachment... -- Howard Fore, howard.f...@hofo.com "The universe tends toward maximum irony. Don't push it." - Jeff Atwood On Wed, Mar 11, 2009 at 7:16 AM, Howard Fore wrote: > How are you detecting if it is over the top or bottom portion of a nod

Re: [flexcoders] Tree filter nodes to hide leaves

2009-03-11 Thread Howard Fore
How about using the XML in an XMLListCollection and using a filter function? http://blog.flexexamples.com/2007/08/04/filtering-an-xmllistcollection-using-the-filterfunction-property-and-regular-expressions/ -- Howard Fore, howard.f...@hofo.com "The universe tends toward maximum irony. Don&#

Re: [flexcoders] Flex 3 Tree - Moving Nodes

2009-03-11 Thread Howard Fore
How are you detecting if it is over the top or bottom portion of a node? -- Howard Fore, howard.f...@hofo.com "The universe tends toward maximum irony. Don't push it." - Jeff Atwood On Tue, Mar 10, 2009 at 8:30 AM, Yves Riel wrote: > What I finally did was to overload som

Re: [flexcoders] Flex 3 Tree - Moving Nodes

2009-03-09 Thread Howard Fore
between the dragSource's dragItems and the item that exists in the tree at the calculatedDropIndex. Through this comparison you'll know if you're dropping onto a branch or leaf node and can handle it appropriately. -- Howard Fore, howard.f...@hofo.com "The universe tends toward

Re: [flexcoders] e-Paper website using Adobe Flex

2009-02-19 Thread Howard Fore
Could you elaborate on what you mean by "e-Paper"? Do you mean a news website, with headlines and such? On Thu, Feb 19, 2009 at 4:23 AM, Joule doc wrote: > i would like know if there any posibble to build e-Paper website using > adobe flex ? > -- Howard Fore, howard

Re: [flexcoders] Navigate in Flex application

2009-02-05 Thread Howard Fore
creen shown in the example. On Thu, Feb 5, 2009 at 4:49 AM, christophe_jacquelin < christophe_jacque...@yahoo.fr> wrote: > How to navigate between pages of an application in flex, as we can do > in html ? -- Howard Fore, howard.f...@hofo.com "The universe tends toward maximu

[flexcoders] Manning Publishing 50% discount

2009-01-31 Thread Howard Fore
Just saw this on dzone: > Through February 3, 2009, you can save 50% in any purchase at Manning. Just > use coupon code refcardz50 when you check out at www.manning.com. http://java.dzone.com/announcements/limited-time-50-all-manning-bo Note that this is 50% off the total purchase. --

Re: [flexcoders] Re: How to get data from many rows in DataGrid?

2009-01-27 Thread Howard Fore
ay > > what the Array look like? > > I have not see a demo > -- Howard Fore, howard.f...@hofo.com "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] How to get data from many rows in DataGrid?

2009-01-26 Thread Howard Fore
the many ids if I select many DataGrid rows? How to enable > DataGrid can be selected many rows? > -- Howard Fore, howard.f...@hofo.com "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Files converted in Mac not recognizable

2009-01-23 Thread Howard Fore
please. > Thanks in advance... > > > > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Alternative FAQ location: > https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-4

Re: [flexcoders] Why this error with getDefinitionByName?

2009-01-15 Thread Howard Fore
erenceError: Error #1065: Variable TextInput is not defined. > > Enri > -- Howard Fore, howard.f...@hofo.com "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] How to call MXML from JSP

2009-01-14 Thread Howard Fore
e can be by an .htm file, or .asp, or .cfm (that's what I'm doing). -- Howard Fore, howard.f...@hofo.com "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Re: How to create universal event handler?

2009-01-12 Thread Howard Fore
dEvent(MyEvent.MY_EVENT) > dispatchEvent(new MyFutureChildEvent(MyEvent.MY_EVENT) -- Howard Fore, howard.f...@hofo.com "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] How to create universal event handler?

2009-01-12 Thread Howard Fore
I need to be able to handle > MyEvent.Evt2 and MyChildEvent.Evt1 and my FutureChildEvent.EvtX. > How can this be achieved? -- Howard Fore, howard.f...@hofo.com "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Flex accessing java object

2008-12-31 Thread Howard Fore
http://www.adobe.com/devnet/flex/flex_java.html On Tue, Dec 30, 2008 at 11:47 PM, telu_karun wrote: > Can any guide me how to use flex with java objects. -- Howard Fore, howard.f...@hofo.com "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Re: Flex 3 - Export to Microsoft Excel?

2008-12-02 Thread Howard Fore
cf-1e62079f6847 > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups > Links > > > > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Re: login system with flex and coldfusion

2008-11-24 Thread Howard Fore
e.com/flexcoders%40yahoogroups.comYahoo! Groups > Links > > > > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Re: login system with flex and coldfusion

2008-11-24 Thread Howard Fore
troduction. On Mon, Nov 24, 2008 at 8:21 AM, stinasius <[EMAIL PROTECTED]> wrote: > hello is there something more simple to understand than that? one that > uses one cfc > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] flex/coldfusion login snippet

2008-11-21 Thread Howard Fore
http://www.google.com/search?q=coldfusion+flex+login+example On Fri, Nov 21, 2008 at 10:13 AM, stinasius <[EMAIL PROTECTED]> wrote: > hi guys i need help on flex/coldfusion login. > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Re: Is there a licence for the Flex framwork?

2008-11-16 Thread Howard Fore
uot;framework_3.0.0.477.swf." > > > --- In flexcoders@yahoogroups.com, "Howard Fore" <[EMAIL PROTECTED]> > wrote: > > > > Maybe I'm missing something but what kind of scenario would require > > redistributing the framework? > > > &g

Re: [flexcoders] Re: Is there a licence for the Flex framwork?

2008-11-14 Thread Howard Fore
hat you write," but > > for a company worried about this kind of thing, that's not a useful > > answer. > > > > So can anyone help me out? Is there a licence somewhere for this > kind > > of thing? > > > > > >

Re: [flexcoders] Flex form components

2008-11-11 Thread Howard Fore
, or whatever happens before you send the values. -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] running flex on a headless server

2008-11-10 Thread Howard Fore
gt; hook or by crook. Could someone please help me with this? I would greatly > appreciate it as I > have been struggling to get this to work for quite some time. > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Flex 3 installation

2008-11-10 Thread Howard Fore
copy of Flex 3. How do I uninstall current one, > so it will accept new serial number? > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] sending a Flex Object() to a cfc

2008-11-07 Thread Howard Fore
From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Howard Fore > *Sent:* Friday, November 07, 2008 10:41 AM > *To:* flexcoders@yahoogroups.com > *Subject:* Re: [flexcoders] sending a Flex Object() to a cfc > > > > Have you tried creating an Actionscript c

Re: [flexcoders] httpservice/save-as question

2008-11-07 Thread Howard Fore
gt; in the backend modify the HTTP headers in the response to my flex > export-to-csv request, but the browser neers displays > its open/save dialog - the response always gets directed back to the flash > player. > > Is there a way to make this work? > > Thanks, > Glenn > > > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] sending a Flex Object() to a cfc

2008-11-07 Thread Howard Fore
oups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Alternative FAQ location: > https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847 > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups > Links > > > > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] how synchronising flex remoteobject and coldfusion

2008-11-05 Thread Howard Fore
/flexcoders/files/flexcodersFAQ.txt > Alternative FAQ location: > https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847 > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups > Links > > > > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Re: Do you use a Mac?

2008-10-29 Thread Howard Fore
9, 2008 at 10:39 AM, Weyert de Boer <[EMAIL PROTECTED]> wrote: > Well, Leopard Server runs in a virtual machine. It's supported by VMWare > Fusion and Parallels under OSX. > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Re: Do you use a Mac?

2008-10-29 Thread Howard Fore
) on a vm? > > I recently installed it on my Sony VAIO, so if it runs there it should run > on a VM as well... > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Re: Do you use a Mac?

2008-10-29 Thread Howard Fore
ble the machine. Not sure how stable it is. I'm tempted by that from time to time as I pine for a new Macbook or MacBook Pro to replace my battered-and-dented-but-still-working PowerBook. But so far I'm still saving my pennies. -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Multiple Project deployment

2008-10-29 Thread Howard Fore
ilding it?, or doing it to your framework to select which deployment > you'll be released?, > > thanks for the help.. :) > > On Tue, Oct 28, 2008 at 3:05 AM, Howard Fore <[EMAIL PROTECTED]> wrote: > >> The approach I'd try would be to separate the work into three piec

Re: [flexcoders] Multiple Project deployment

2008-10-27 Thread Howard Fore
xcoders/files/flexcodersFAQ.txt > Alternative FAQ location: > https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847 > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups > Links > > > > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Do you use a Mac?

2008-10-24 Thread Howard Fore
Aye. A longtime mantra of mine is that you can never have too much RAM or hard disk, doesn't matter which platform. :-) On Fri, Oct 24, 2008 at 1:52 PM, Jatin Nanda <[EMAIL PROTECTED]> wrote: > I could do with more RAM though > -- Howard Fore, [EMAIL PROTECTED] "The

Re: [flexcoders] Re: Do you use a Mac?

2008-10-24 Thread Howard Fore
anic and you want to work on Apple's car you will find that > everything consists of a roseish/shiny plastic things which don't > allow hammering/screwing and other actions. But their conform with > every National Standard. > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Calculate a BPM Song by calculating interval between two clicks (TAP Button)

2008-10-10 Thread Howard Fore
ch it perfectly. On Fri, Oct 10, 2008 at 10:38 AM, Flap Flap <[EMAIL PROTECTED]>wrote: > Yeah thanks ;) > > Ok so I made the test and result are the same. > I think I will keep all the interval to produce an average... > > Thanks > > -- Howard Fore, [EMAIL PR

Re: [flexcoders] Calculate a BPM Song by calculating interval between two clicks (TAP Button)

2008-10-10 Thread Howard Fore
No, I don't know one way or another, just suggesting it as a test. On Fri, Oct 10, 2008 at 10:21 AM, Flap Flap <[EMAIL PROTECTED]>wrote: > You think that KeyEvent can be more accurate than click ? > > I will give a try. > -- Howard Fore, [EMAIL PROTECTED] "The u

Re: [flexcoders] Calculate a BPM Song by calculating interval between two clicks (TAP Button)

2008-10-10 Thread Howard Fore
g (about 10 BPM of gap)... > > I have make a mistake or it is just a flash player limitation ? > > -- > Benoît Milgram / Flapflap > http://www.kilooctet.net > > I'm also a music mashup / bootlegs producer : > http://www.djgaston.net > > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Changing Tree Node Colour on MouseOver

2008-10-10 Thread Howard Fore
If i move the Mose over the Parent Tree Node then i want Yellow > Coloue ,for SubNodes i want any other Colour (other than Yellow) > If anyone Knows ,Please Tell Me > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Re: Flex 3 Layout of long form

2008-10-10 Thread Howard Fore
That looks pretty cool! On Fri, Oct 10, 2008 at 8:55 AM, oneworld95 <[EMAIL PROTECTED]> wrote: > You might find the CForm component handy for complex Form layouts: > http://flexed.wordpress.com/2008/01/02/component-cform-v10/ > -- Howard Fore, [EMAIL PROTECTED] "The u

Re: [flexcoders] Flex 3 Layout of long form

2008-10-10 Thread Howard Fore
o with CF and the Flash Remoting capabilities that Adobe has built for it but I don't see that those would be requirements for what you've set out here. -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] ComboBox in Component won't open to Saved Value

2008-10-08 Thread Howard Fore
s. That's why they evolve, to make those difficult things easier and impossible things merely difficult. -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Log4J like library

2008-10-08 Thread Howard Fore
om <http://renaun.com/blog/flex-components/>, and > log4f<http://sourceforge.net/projects/log4f/>but they don't provide > functionalities that are required for an AIR app. For > example I am searching for Rolling File Target, externally file based > configuration etc. >

Re: [flexcoders] Sending parameters to server

2008-10-02 Thread Howard Fore
what is different?? > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

[flexcoders] Refreshing datagrid with itemRenderer and variableRowHeight

2008-10-01 Thread Howard Fore
height is shown. Any ideas on what's going on here? If I resize the window, even by a pixel, the datagrid refreshes and redraws and everything is fine. -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Re: red 5 and flex and javer

2008-09-19 Thread Howard Fore
On Fri, Sep 19, 2008 at 12:48 PM, sniperbe <[EMAIL PROTECTED]> wrote: > > oh sorry, i am dislicie so i use short text, sorry about that, i look > to pay, i make php an html websites but i usles with felx > Perhaps you could use the spell check to give a more professional appear

[flexcoders] Using dragging in a data grid to update data in the dataprovider

2008-09-18 Thread Howard Fore
at column? Any suggestions or shoves in the right direction are greatly appreciated. -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Re: Flex Project Struture

2008-09-17 Thread Howard Fore
components for the old > project we need them to show up in our new project. So we want to > point to the same library or folder for both applications. > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Flex Project Struture

2008-09-17 Thread Howard Fore
own dev > environment setup the way they like it as far as workspaces and such are > concerned, and that leaves the project open to developers who may be using > the sdk and command line to compile by reducing flex builder dependencies. > -- Howard Fore, [EMAIL PROTECTED] "Th

Re: [flexcoders] Hi..

2008-09-08 Thread Howard Fore
lex. I know the basics but could anybody give me any > tutorial to build a full featured RIA > using Flex in very quick time. -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] AMFPHP and date/datetime data from MySQL

2008-09-04 Thread Howard Fore
e this : 12/13/01 > > Any sugestion how to have this as in corect way or if I could convert > "12/13/01" this string to dateobject > > Sajid > > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Re: flex interface with coldfusion

2008-08-31 Thread Howard Fore
izard not being supported on mac ) > > > > > Alan > > On Aug 30, 2008, at 9:19 PM, rachelmaxim wrote: > > > There are many tutorials on Adobe's website that show the basics of > using Flex and ColdFusion together. > > > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Adobe has no love for Mac users?

2008-08-31 Thread Howard Fore
>- Coldfusion query builder > > > > For the love of God why? > > > Alan > > > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Vertical Scroll Bar in Browser, can be done?

2008-08-30 Thread Howard Fore
have to contact the designer to tell her to change > ALL her design cause of this scrollbars :( > > thnx in advance. > > > __ > Correo Yahoo! > Espacio para todos tus mensajes, antivirus y antispam ¡gratis! > Regístrate

Re: [flexcoders] Re: How to get selectedIndex from itemRenderer

2008-08-29 Thread Howard Fore
hought there might be a way to ask the ItemRenderer for the DataGrid's column for the SelectedIndex (in the renderer, not the DataGrid). On Fri, Aug 29, 2008 at 11:05 AM, Amy <[EMAIL PROTECTED]> wrote: > --- In flexcoders@yahoogroups.com, "Howard Fore" <[EMAIL PROTECTED]&

[flexcoders] How to get selectedIndex from itemRenderer

2008-08-29 Thread Howard Fore
mirror the index of the selected row in the DataGrid. I need it to pass to a ComboBox in a popup that will appear when the user double clicks it. -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] dragable datagrid

2008-08-29 Thread Howard Fore
help me out suggesting the best way to develop a drag > gable data grid component instead of putting it in pods. > > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Results of Direct Phone Call to Scene7.com

2008-08-28 Thread Howard Fore
is a bitch. Even Acer or Dell are better in that > regard. > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Will Scene 7 turn Adobe into a competitor of it's ISVs like Microsoft ???

2008-08-27 Thread Howard Fore
young and experienced alike should be concerned about the > efforts they put into technology platforms, and how the results of their > work can be compromised (in Microsoft's case well documented in the 1990's) > to a great extent. > -- Howard Fore, [EMAIL PROTECTED] "The

Re: [flexcoders] Flex Builder

2008-08-27 Thread Howard Fore
obe team > thinks seriously about adding it. It's a very highly used feature in > the Java world. > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Re: Flex app - Browser compatibility and stress testing

2008-08-27 Thread Howard Fore
gt; to your ui then you can use java script to access the flash stuff > there is docs on the site. > > http://selenium-rc.openqa.org/ > > http://code.google.com/p/flash-selenium/ > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Re: Vote or loose! MXML diff sucks, let's change it!

2008-08-26 Thread Howard Fore
It sounds to me like you aren't confused, you just disagree. :-) On Tue, Aug 26, 2008 at 12:00 PM, Troy Gilbert <[EMAIL PROTECTED]>wrote: > I'm a bit confused by those telling the original poster to go complain > to Eclipse... -- Howard Fore, [EMAIL PROTECTED] &quo

Re: [flexcoders] Repeater with controls of different heights (Flex 2)

2008-08-25 Thread Howard Fore
ave a custom control which determines it height from a member > variable in a value object that it is passed. I want a collection of > these controls to appear in a vertical list on a page, each control > being a different height. -- Howard Fore, [EMAIL PROTECTED] "The universe tend

Re: [flexcoders] Re: Vote or loose! MXML diff sucks, let's change it!

2008-08-25 Thread Howard Fore
On Sat, Aug 23, 2008 at 11:09 AM, Dmitri Girski <[EMAIL PROTECTED]> wrote: > --- In flexcoders@yahoogroups.com, "Howard Fore" <[EMAIL PROTECTED]> wrote: > > > > On Fri, Aug 22, 2008 at 1:33 PM, Dmitri Girski <[EMAIL PROTECTED]> wrote: > > >

Re: [flexcoders] Re: Vote or loose! MXML diff sucks, let's change it!

2008-08-22 Thread Howard Fore
ill vote for the Templates enhancement. > > Not having templates pisses me off continuously. > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Re: Vote or loose! MXML diff sucks, let's change it!

2008-08-22 Thread Howard Fore
Have you tried any of the commercial products? I dimly remember a tool that was doing the same sort of integration that Tortoise does but I also didn't like it for some now forgotten reason. -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Re: Vote or loose! MXML diff sucks, let's change it!

2008-08-22 Thread Howard Fore
make at least one person > happier :) > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Flex Builder Professional

2008-08-22 Thread Howard Fore
h Flex Builder Professional, > and has anyone used the capabilities of MyLyn and Mantis with Flex > Builder? > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Re: Vote or loose! MXML diff sucks, let's change it!

2008-08-22 Thread Howard Fore
s db, not stuff about code they didn't write. To turn your analogy around, if I use Flex Builder to write Java code and I have an issue there, should I harangue Adobe about it? No. I should send the issue to the Java EE team at the Eclipse Foundation. -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Re: Vote or loose! MXML diff sucks, let's change it!

2008-08-22 Thread Howard Fore
ipse (font changes notwithstanding). If you want to point out to the Eclipse community that you think their diff functionality sucks, then you are probably going to get more traction over at eclipse.org(but not if it's phrased that way :-) ). -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Re: Vote or loose! MXML diff sucks, let's change it!

2008-08-22 Thread Howard Fore
Nice...the font change doesn't work. Now *that's* a bug... On Fri, Aug 22, 2008 at 11:38 AM, Howard Fore <[EMAIL PROTECTED]> wrote: > Maybe we don't think it's Adobe's responsibility to change something that > they didn't write. The Compare tool is a

Re: [flexcoders] Re: Vote or loose! MXML diff sucks, let's change it!

2008-08-22 Thread Howard Fore
really don't like it that much use the External Tools Plugin and BeyondCompare. On Fri, Aug 22, 2008 at 11:30 AM, Dmitri Girski <[EMAIL PROTECTED]> wrote: > C'mon, guys! I don't believe that I am the only one who uses Compare > tool in Flex Builder. -- Howard Fore, [

Re: [flexcoders] Dynamic menu that reconfigures in realtime - ideas for approch?

2008-08-22 Thread Howard Fore
excoders/files/flexcodersFAQ.txt > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups > Links > > > > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Re: XMLList to ArrayCollection

2008-08-22 Thread Howard Fore
to be able to access the data easily and have only used >> Array Collections. It looks like an XMLListCollection might work. Is >> there a benefit of using one over the other? >> > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Re: XMLList to ArrayCollection

2008-08-22 Thread Howard Fore
to be able to access the data easily and have only used >> Array Collections. It looks like an XMLListCollection might work. Is >> there a benefit of using one over the other? >> > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Re: Change dataProvider at runtime?

2008-08-21 Thread Howard Fore
directly from the db? Looks like I'm down to two options, recreate the > db and over half the constructed application to deal with the changes in > code, or figure out a way to combine the tables within the application or > the Union query as you suggested. > -- Howard Fore,

Re: [flexcoders] PHP vs. Coldfusion 8 for beginner?

2008-08-20 Thread Howard Fore
ainly the most obvious difference, but the smallest in terms of real mastery and hurdles to overcome. Each language has it's own nuances and particular ways of handling the same concepts. In this way, PHP (and CF) is verrry different than Java or C. -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] PHP vs. Coldfusion 8 for beginner?

2008-08-20 Thread Howard Fore
Because it's similar to a lot of languages and the learn path to these > others will be minimized. Learning PHP you'll be able to learn C, > Java, -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] PHP vs. Coldfusion 8 for beginner?

2008-08-20 Thread Howard Fore
ate > specialized business applications tailored to data analyses and report > creation. > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] new message unpublished

2008-08-20 Thread Howard Fore
ormance to have multiple destinations? > > Regards, > Ferrie Bank > On Wed, Aug 20, 2008 at 10:27 AM, ferriejbank < [EMAIL PROTECTED]> wrote: > Hi, > > Some hours ago I posted a question in this group that still hasnt > been published yet. -- Howard Fore, [EMAIL

Re: [flexcoders] How to upgrade Flex 3 to 3.0.1?

2008-08-19 Thread Howard Fore
ch For Flex Builder Updates command does nothing for me. > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Debug Termination

2008-08-19 Thread Howard Fore
Sorry, that's what I meant On Tue, Aug 19, 2008 at 11:18 AM, Daniel Freiman <[EMAIL PROTECTED]>wrote: > No, I'd expect the detach to simply stop the debugger and have the app > keep running. I'd expect the the terminate button to stop your app somehow. > --

Re: [flexcoders] Flex Builder 3.0.1 and Eclipse 3.4 classic not working together

2008-08-19 Thread Howard Fore
is no > flex development , debug , profiler perspectives available in the menu > any one got this to work in the error log it refers to a > compatibleRequired to the osgi.bundle , but im not sure where to get > that from any help will be good cheers -- Howard Fore, [EMAIL PROTECTED] &q

Re: [flexcoders] Debug Termination

2008-08-19 Thread Howard Fore
rowser, terminate will close > the browser, thus terminating the app. If flex builder launches a tab > within a browser, the terminate button only detaches. I never really > thought about it before. Sounds like a bug to me. > -- Howard Fore, [EMAIL PROTECTED] "The universe tend

Re: [flexcoders] Debug Termination

2008-08-19 Thread Howard Fore
it's just DETATCH. Did > I change a setting accidentally somewhere or is DETATCH the only > available way to stop debugging (which still runs the application just > without debugging). > > Thanks, > -Nathan > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Re: [flexcoders] Re: Flexbuilder 3.0.1 Update

2008-08-19 Thread Howard Fore
ntman12001 <[EMAIL PROTECTED]> wrote: > Could someone please paste the link to the FB 3.01 download? Thanks. > -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood

  1   2   >