[flexcoders] getting microphone to work air2 on mac

2010-07-10 Thread jack_freud
Hi, I'm trying to get the example air 2 apps I've found that will record audio to the hard drive, to work on 2 macs, without success. The apps give internal microphone as a possible audio source, but there is no sound perceived by the apps. I'm probably forgetting something simple - but poking

[flexcoders] Tilelist: empty cells when refresh dataprovider

2009-11-22 Thread jack_freud
Hi, I have a tilelist with an item renderer, and I refresh the dataprovider that is an arraycollection. The tilelist is set up to display 4 columns, with any number of rows. The number of items will not always be multiples of 4, so there may be empty cells at the end of a row. It works just

[flexcoders] Sql Server HierarchyID data type into AdvancedDataGrid?

2009-04-30 Thread jack_freud
I wonder if there's a way other than manually creating a hierarchical data structure with arraycollections, of turning the return from a query using the new HierarchyID data type from Sql Server? The return looks like this: / /1/ /1/1/ /1/2/ /1/2/ /2/ /3/ etc. Thanks, Jack

[flexcoders] background-color CSS for a href in htmlText

2009-01-22 Thread jack_freud
I'm trying to apply a style to the a element in htmlText in a TextArea component. Following David Coletta's example (http://www.colettas.org/?p=91) I can get underline or font color to work just fine, but background color is a stumper. Has anyone succeeded at doing this? Thanks, Jack

[flexcoders] flex components in pure as3 app - possible?

2008-07-10 Thread jack_freud
Is it absurd to try to code a simple app in pure as3 that uses flex components like Button and Scrollbar? I've been trying and ran into problems with a bug in the Flex framework having to do with resources (http://bugs.adobe.com/jira/browse/SDK-12205), used Rob Jellinghaus's workaround, and came

[flexcoders] Re: Tilelist, ItemRenderer not refreshing when updating dataProvider

2008-07-10 Thread jack_freud
Could it be that you need to use an ArrayCollection rather than an array? I think binding to Array only shows changes if the array itself is replaced, not its items. Jack --- In flexcoders@yahoogroups.com, calisza [EMAIL PROTECTED] wrote: The dataProvider is a property of a Cairngorm VO. So,

[flexcoders] Re: Can't bind mx:app's verticalScollPosition to a variable?

2008-06-25 Thread jack_freud
that you're scrolling the app, not the browser, which makes this all doable and cool if you want to dynamically scroll to the top of the app. Jack --- In flexcoders@yahoogroups.com, jack_freud [EMAIL PROTECTED] wrote: Hi, It seems that I can't bind a variable to the verticalScrollPosition property

[flexcoders] Can't bind mx:app's verticalScollPosition to a variable?

2008-06-22 Thread jack_freud
Hi, It seems that I can't bind a variable to the verticalScrollPosition property of my Flex app. I want to do it using Cairngorm and my model locator, not sure how else to have a command scroll my application without breaking the paradigm and sending another message out that the app is listening

[flexcoders] Flexbuilder locks up when saving CSS

2008-05-21 Thread jack_freud
I'm working on a project and have been having a thing happen where when I save a change to the CSS file I'm using, FB says it's rebuilding but never even gives a percentage, shows Not Responding in the title bar, and comes back many minutes later or not at all. Anyone have this experience, or

[flexcoders] Hide calendar for DateField

2008-04-16 Thread jack_freud
Is it possible to hide the datefield's calendar? I couldn't find a property. I tried hiding it with a little canvas but the halo to show the control has focus extends off to the right where the icon for the calendar is. Thanks!

[flexcoders] Re: Hide calendar for DateField

2008-04-16 Thread jack_freud
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jack_freud Sent: Wednesday, April 16, 2008 12:52 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Hide calendar for DateField Is it possible to hide the datefield's calendar

[flexcoders] Anyone holding on to Flex Builder 2?

2008-04-11 Thread jack_freud
I wonder if anyone has found a good reason to hold on to their installation of FB2, since FB3 even lets you compile against the 2.0.1 SDK? Also, has anyone found bugs in 3's behavior that weren't there in 2? We've had a couple things happen in apps that I could swear were working previously but I

[flexcoders] Re: Deep-linking not working in IE7

2008-02-27 Thread jack_freud
Not Found. This is with FB 3 release, which I just downloaded yesterday. Thanks! Jack --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 27 Feb 2008, jack_freud wrote: I'm doing some deep linking in Flex Builder 3, using the posted example as a template of how

[flexcoders] Deep-linking not working in IE7

2008-02-26 Thread jack_freud
I'm doing some deep linking in Flex Builder 3, using the posted example as a template of how to do it. Everything works fine in Firefox, but in IE7, it won't go back through the history at all. If I pull down the history button, it shows the previous pages as The page cannot be found. I can't

[flexcoders] Re: design view is empty

2008-02-18 Thread jack_freud
:(:(:( On Feb 18, 2008 11:02 AM, jack_freud [EMAIL PROTECTED] wrote: I was working on a component and suddenly it won't show anything in Design mode. It's just blank. I restarted Flex Builder to no avail. A clean build brings up no errors. I'm stumped. Is there some cache I can

[flexcoders] Re: Can't get web page to scroll large Flex app

2008-01-26 Thread jack_freud
for responding. Jack --- In flexcoders@yahoogroups.com, Sherif Abdou [EMAIL PROTECTED] wrote: Browser does not add Scroll Areas, it is Flex that handles that since it is an Application. If you want Scrollbars just set the horizontalScrollPolicy to on - Original Message From: jack_freud

[flexcoders] data scroll effect for tilelist

2008-01-25 Thread jack_freud
I'm trying to find out if FB 3 has indeed implemented the DataChangeEffect for TileList? I see things about it on Adobe and even an example in a blog, but my FB 3 beta 3 doesn't seem to know about it. What I'm really trying to do is to get a smooth scrolling list, like you see here:

[flexcoders] Can't get web page to scroll large Flex app

2008-01-25 Thread jack_freud
Hi, I have a Flex app that's quite long, more than 900 pixels. If it were HTML, the browser would automatically add scrollbars for the content. But the browser doesn't seem to notice that the app is bigger than the viewable area of the browser. I tried putting the embedded object inside an HTML

[flexcoders] Says Building: (100%) for minutes!

2008-01-21 Thread jack_freud
I've been working on a Flex 2 for a year now, 2.01 since it came out with few problems (except having corrupted workspaces a few times) but suddenly it's taking minutes to build a project that previously took almost no time. And sometimes it says Building: (100% complete) and stays that way for a

[flexcoders] ComputeSpectrum to generate image of mp3 file

2007-11-12 Thread jack_freud
Would anyone know how to use computespectrum to generate an image that represents the whole waveform of the mp3, like what you see if you open up a music file in an audio editor? I've seen articles on making visualizers, but those are for realtime display, whereas I need a representation of the

[flexcoders] Re: keypress stops working after browser loses focus

2007-05-11 Thread jack_freud
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jack_freud Sent: Thursday, May 10, 2007 11:34 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: keypress stops working after browser loses focus What I'm making is a simple

[flexcoders] keypress stops working after browser loses focus

2007-05-10 Thread jack_freud
Hi, I'm using keypress events to rotate a sprite on a canvas. It works fine until you click on some other window on your desktop, then come back to the browser. Then you can click on things with no problem but the keypress event stops firing. I'm listening for the event in the container, as I

[flexcoders] Re: keypress stops working after browser loses focus

2007-05-10 Thread jack_freud
For what it's worth, I meant keydown. Still stuck! --- In flexcoders@yahoogroups.com, jack_freud [EMAIL PROTECTED] wrote: Hi, I'm using keypress events to rotate a sprite on a canvas. It works fine until you click on some other window on your desktop, then come back to the browser

[flexcoders] Re: keypress stops working after browser loses focus

2007-05-10 Thread jack_freud
[mailto:[EMAIL PROTECTED] On Behalf Of jack_freud Sent: Thursday, May 10, 2007 8:26 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: keypress stops working after browser loses focus For what it's worth, I meant keydown. Still stuck! --- In flexcoders@yahoogroups.com

[flexcoders] Re: keypress stops working after browser loses focus

2007-05-10 Thread jack_freud
, but it may be a while before we get around to it. -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jack_freud Sent: Thursday, May 10, 2007 10:59 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: keypress stops

[flexcoders] Hotfix to Flex 2.0.1

2007-03-22 Thread jack_freud
Not sure this was posted yet: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=kb401224

[flexcoders] Flex embedding SWF file and using it like a component

2007-03-05 Thread jack_freud
I'm planning a rather large application that has several sub-modules that I thought should be loaded individually as separate swf's to decrease load time and memory requirements since the sub-modules would never need to be loaded at the same time. I'm having trouble finding any articles on how to

[flexcoders] Re: Video is playing double

2007-02-23 Thread jack_freud
there is no need to call play after setting the source because it will auto play after having its source set. Karl Cynergy From: flexcoders@yahoogroups.com on behalf of jack_freud Sent: Tue 2/20/2007 4:22 PM To: flexcoders@yahoogroups.com Subject

[flexcoders] Video is playing double

2007-02-20 Thread jack_freud
I'm stuck on a weird problem: I've created a component that contains a VideoDisplay. When I set the source and call play(), about 1/2 the time, it seems to be playing a 2nd copy of the video in the background; at least the audio is doubled, causing an echo effect with a variable amount of delay

[flexcoders] Re: Getting a component to hear click

2007-02-16 Thread jack_freud
I was able to get it to work by adding a listener for click but I don't understand why I had to do that. Does anyone have a suggestion as to what was going on? Thanks, Jack --- In flexcoders@yahoogroups.com, jack_freud [EMAIL PROTECTED] wrote: I'm still pretty new to making components

[flexcoders] Getting a component to hear click

2007-02-15 Thread jack_freud
I'm still pretty new to making components. Basically this one is like an image that navigates to a URL in HTML-land, except that I want to make it so you can set its text and URL as properties of the component. Seems to be utterly simple. But I can't get it to hear the click event... It extends

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

2007-01-11 Thread jack_freud
I have 2 questions about the datagrid: 1) When I sort by clicking on the header, it re-sorts the grid but keeps the current row selected and at the top of the grid, in the case of all columns except 1. Any idea why it would work for most but not all columns? I see no special code pertaining to

[flexcoders] Re: Newbie: binding RadioButtonGroup to a boolean database column

2006-11-25 Thread jack_freud
checkbox, but people are used to separate yes and no radio buttons, and they're also not going to see the difference between false and null in this case. Thanks, Jack --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 23 November 2006 00:01, jack_freud wrote

[flexcoders] FlexBuilder won't launch browser anymore

2006-10-17 Thread jack_freud
Everything worked great until today when I fired up FB2 again, now suddenly it won't run my app (or any other mxml). I'm using ColdFusion locally and if I type in the URL in my browser (http://localhost:8500/[etc]) that works fine. Any ideas? I did a clean and rebuilt the workspace to no avail.

[flexcoders] Re: FlexBuilder won't launch browser anymore

2006-10-17 Thread jack_freud
Found the problem. Somehow the setting in Preferences/General/Web Browser got switched from Firefox to Mozilla, which I don't even have! Go figure. --- In flexcoders@yahoogroups.com, jack_freud [EMAIL PROTECTED] wrote: Everything worked great until today when I fired up FB2 again, now

[flexcoders] Lots of states or load SWFs?

2006-10-10 Thread jack_freud
Hi, I'm new to the paradigm and trying to get my mind around the approach to the following: If I want an outer container that lets me see three different views, each a datagrid that has nothing to do with the other 2, am I better off a) having a master application that loads each view using

[flexcoders] Re: Lots of states or load SWFs?

2006-10-10 Thread jack_freud
Now I'm wondering if tabs are the way to go? --- In flexcoders@yahoogroups.com, jack_freud [EMAIL PROTECTED] wrote: Hi, I'm new to the paradigm and trying to get my mind around the approach to the following: If I want an outer container that lets me see three different views, each

[flexcoders] Dynamically adding components to a panel?

2006-10-04 Thread jack_freud
I'm still very new to Flex so what I thought should be hard is easy and what I thought should be easy is hard! I'm trying to find out how, to make an easy example, by pressing a button, another new button would appear in the panel. Ultimately I want to make a kind of toolbar or palette, where I

[flexcoders] Re: Dynamically adding components to a panel?

2006-10-04 Thread jack_freud
Of jack_freud Sent: Wednesday, October 04, 2006 11:48 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Dynamically adding components to a panel? I'm still very new to Flex so what I thought should be hard is easy and what I thought should be easy is hard! I'm trying to find out how

[flexcoders] Looking for drag and drop examples

2006-10-03 Thread jack_freud
Hi, I wonder if anyone has got a quick sample of drag and drop where the source image acts like the toolbar in the Flex IDE, i.e. after you drag the image somewhere in the app, the source stays where it had been but a new copy of that image appears whereever you performed the drop. I'm trying

[flexcoders] Newbie widget question: those cool floating images

2006-09-22 Thread jack_freud
I'm trying to find out how a couple of those samples work, that have big thumbnail images that you can drag around, similar to Picasa... one example is the Amazon Single Search app: http://d-p.com/RIA/Amazon/index.html If you can point me in the direction, I'd really appreciate it. Jack --