Re: [flexcoders] Flex Documentation Team - Showing Related Technology

2006-10-11 Thread dorkie dork from dorktown
- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of dorkie dork from dorktown > Sent: Wednesday, October 11, 2006 12:37 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Flex Documentation Team - Showing Related Technology > > I've been r

[flexcoders] Flex Documentation Team - Showing Related Technology

2006-10-11 Thread dorkie dork from dorktown
I've been reading through, again, the documentation on DataProviders in Chapter 7 of the Flex Developers guide and I thought it might be useful to know where all this form and structure and framework comes from or is inspired by. I would like to be able to teach other developers and tell this, "Dat

Re: [flexcoders] TabBar - selected tab text pushed down

2006-10-11 Thread dorkie dork from dorktown
I have noticed this too. I think that it is not that the text is pushed down one pixel. It is that the text on a non selected tab is pushed up one pixel until it is selected. At least on my tabbar as all the text seems to be too high. I and another developer have been testing this but we haven't

[flexcoders] Load new page in frame in neighbor frameset - Flex and HTML as friends

2006-10-10 Thread dorkie dork from dorktown
I'm using a Flex menu in one frame and HTML in the other. When a user clicks on a button in my Flex app I would like to load a new page in the right html frame. I've been studying the ExternalInterface API and the NavigateToUrl class. Is there a way to do something like this: function loadNewPage

[flexcoders] Text Input woes. Can the text be lowered?

2006-10-09 Thread dorkie dork from dorktown
I have this code: http://www.adobe.com/2006/mxml"; layout="horizontal"> It creates a nice text input. The text inside though is aligned rather high. I think this is the baseline. Is there a way to offset this? Judah

[flexcoders] Dissolve Effect in an Application and Accordion

2006-10-09 Thread dorkie dork from dorktown
Sorry for the newb question but I'm trying to add dissolve effect to accordion component and the application component. I sorta need both. But neither ways I've attempted seem to work. I set showEffect on the application to my dissolve and that did not work and then set the visibility to false in t

Re: [flexcoders] Cannot view swf on server (jsp jboss) DetectFlashVer is not defined

2006-10-09 Thread dorkie dork from dorktown
AIL PROTECTED]> wrote: > On Friday 06 October 2006 22:26, dorkie dork from dorktown wrote: > > Error: DetectFlashVer is not defined > > Source File: http://localhost:8080/ybmain/menu/menuList.do?tabId=3 > > Line: 1123 > > > > Line 1123 is: > > var hasProductIn

[flexcoders] Gradient Fill from LEFT to RIGHT

2006-10-08 Thread dorkie dork from dorktown
I would like to apply a gradient fill from left to right on the application or hbox component. Something assigned through css styles or tag attributes. TIA Judah -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-arch

[flexcoders] Re: Cannot view swf on server (jsp jboss) DetectFlashVer is not defined - Solved

2006-10-06 Thread dorkie dork from dorktown
physical directory it was actually necessary to specify the file path they were in. So I changed this: to this: and it found it. Judah On 10/6/06, dorkie dork from dorktown <[EMAIL PROTECTED]> wrote: > I have been trying for a few hours now and I still cannot see my swf > file o

[flexcoders] Cannot view swf on server (jsp jboss) DetectFlashVer is not defined

2006-10-06 Thread dorkie dork from dorktown
I have been trying for a few hours now and I still cannot see my swf file on the page I am accessing. I have copied in the code from an html page and I keep getting an error: Error: DetectFlashVer is not defined Source File: http://localhost:8080/ybmain/menu/menuList.do?tabId=3 Line: 1123 Line 1

Re: [flexcoders] Background behind the background is flashes grey. Want it white and nerdy

2006-10-06 Thread dorkie dork from dorktown
gt; Hi, > > > > I have had the same problem, I think it has something to do with how you > > are initializing the Application tag. > > > > Judah, why don't you post the top part of your app's code so we can see. > > > > Peace, Mike > > &

[flexcoders] OT: Messages sent to list do not show up

2006-10-05 Thread dorkie dork from dorktown
I am sending emails from a google account and do not show up on the list. I looked in gmail settings and yahoo groups settings and I did not see anything. If I check my sent mail folder the message is in there with replies under it. Is there something I'm missing? -- Flexcoders Mailing List FAQ

[flexcoders] Background behind the background is flashes grey. Want it white and nerdy

2006-10-05 Thread dorkie dork from dorktown
I set the background color of my app to white. But when the app first loads the background is the original dark grey. This is quickly replaced when the app loads but there is a flash of grey there. At certain times when the app is resizing or things are geting redrawn or when the browser is resizi

Re: [flexcoders] Re: Wanted - Using Flex with my specific Database - Step by Step Tutorials

2006-10-05 Thread dorkie dork from dorktown
Tracy, Randy, Yeah thats the key. Its not difficult if there is a guide. I can hack it but that usually takes away all the benefit of what has already been created for us. And often it is the one flex developer that is required to know everything. I'd rather focus and work on the front end because

[flexcoders] Wanted - Using Flex with my specific Database - Step by Step Tutorials

2006-10-04 Thread dorkie dork from dorktown
I was going to ask this yesterday but I find documentation on using Flex to connect to a database nearly non-existant, you know what I mean? I would like to see a step by step tutorial that says, "Here is how you make a search page, results page, detail page and edit page in Flex WITH", and this i

Re: [flexcoders] Re: SQL Server and Flex 2

2006-10-04 Thread dorkie dork from dorktown
I was going to ask this yesterday but I find documentation on using Flex to connect to a database nearly non-existant, you know what I mean? I would like to see a step by step tutorial that says, "Here is how you make a search page, results page, detail page and edit page in Flex WITH", and this i

Re: [flexcoders] Flex pulling in data from the HTML and can HTML hold my XML dataprovider?

2006-10-03 Thread dorkie dork from dorktown
n Monday 02 October 2006 22:50, dorkie dork from dorktown wrote: > > * Browser loads HTML page in browser - > Embedded Flex swf loads - > > > Embedded Flex swf looks at html page and gets values off page (maybe tries > > What we do is use flash vars with SWFObject by Geoff S

Re: [flexcoders] Re: Flex pulling in data from the HTML and can HTML hold my XML dataprovider?

2006-10-03 Thread dorkie dork from dorktown
all i can say is... flipping sweet!On 10/2/06, ben.clinkinbeard <[EMAIL PROTECTED]> wrote: http://www.onflex.org/FXT/--- In flexcoders@yahoogroups.com, "dorkie dork from dorktown"<[EMAIL PROTECTED]> wrote:>> I have a very complicated project that I would like your

[flexcoders] Flex pulling in data from the HTML and can HTML hold my XML dataprovider?

2006-10-02 Thread dorkie dork from dorktown
I have a very complicated project that I would like your help with. The reason it's complicated is because I can't change anything in the backend, the information getting pushed to the client. I can modify the html and rearrange it to my liking. So my only option is to do it the ghetto way and p

Re: [flexcoders] Can Flex Data Services Compile on the Fly?

2006-08-29 Thread dorkie dork from dorktown
In a somewhat related question is there any limitations to this approach? For example, if you have the single server license of FDS (that comes with Flex 2) installed on a single server is there a limit to the number of clients that connect to it to compile with it? IE Does FDS crap out if you hav

<    1   2   3   4   5