If you download Flex Enterprise Services the sqladmin app (database manager) that's included uses RemoteObject.
Matt
-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Samir Pandurangi
Sent: Thursday, May 04, 2006 3:30 PM
To: flexcoders@yahoogrou
Hi, yes b3 is beta 3 which will be out hopefully
soon.
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of ???
Sent: Wednesday, May 03, 2006
11:33 PM
To: flexcoders@yahoogroups.com
Subject: Re: RE: [flexcoders]
Please Help. Http Service WTH
Is the Program class correctly declared inside a package test {} block?
Does Program.as live in a subdirectory called test?
-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of eairox
Sent: Thursday, May 04, 2006 7:02 PM
To: flexcoders@yahoogroups.c
On 5/5/06, a_sogor <[EMAIL PROTECTED]> wrote:
> I have GridItems that need to show "nothing"..
> But under withe space it collpases.. is there a way to create non
> collpaseing withe looking space?
See the Spacer component.
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/fle
No.
Regards,
David
Adobe
From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Tim
HoffSent: Thursday, May 04, 2006 4:15 PMTo:
flexcoders@yahoogroups.comSubject: [flexcoders] Flex2B2 to
Flex2B3
Will the difference between Beta2 and Beta3 be as signifi
Cfflex.net has a tutorial wirrten by an amazing mind Simeon.
Samir Pandurangi wrote:
> Hi there,
>
> Anyone know of a good example which illustrates the use of the
> remoteobject
> tag? I would like to see how flex 2 can be used to communicate with java
> server side objects and how the retur
All i can say is really really soon.!!
Samir Pandurangi wrote:
> Does anyone know when beta 3 is going to be released?
>
> -Samir
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcode
Thanks Graham i learned something new about the result format, Thanks
alot ;)
Graham Weldon wrote:
> Hi Faisal,
>
> Initially, I would modify your HTTPService to say:
>
> id = "stock"
> url= "" href="http://finance.yahoo.com/rss/headline?s={ticker.text}">http://finance.yahoo.com/rss/
Hi Faisal,
Initially, I would modify your HTTPService to say:
id = "stock"
url= ""http://finance.yahoo.com/rss/headline?s=%7Bticker.text%7D">http://finance.yahoo.com/rss/headline?s={ticker.text}"
useProxy = "false"
resultFormat="e4x"/>
The addition of this e4x result format
I have GridItems that need to show "nothing"..
But under withe space it collpases.. is there a way to create non
collpaseing withe looking space?
Aron
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-arch
Great news. We used FlashOrb on a project last year, and I've been recommending it ever since.
Peter
On 5/4/06, Joe Orbman <[EMAIL PROTECTED]> wrote:
Hey guys,This might be of interest to some of you (especially if you work with.NET). We just launched a public beta of the 2.1 version of our pro
Hi,
I am not able to use the actionscript class in the mxml. I have
declared a class as follows:
Class: Program.as
import mx.collections.*;
//These imports should be unnecessary in the final release
import mx.data.IManaged;
import mx.data.utils.Managed;
import mx.core.mx_
Does anyone know when beta 3 is going to be released?
-Samir
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
In my mxml file i have this:
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
Web site design
Hi there,
Anyone know of a good example which illustrates the use of the remoteobject
tag? I would like to see how flex 2 can be used to communicate with java
server side objects and how the return values are handled/processed. I know
the docs describe this to a limited extent, but it would
Manish Jethani wrote:
> On 5/5/06, Faisal Abid <[EMAIL PROTECTED]> wrote:
>
> >
> >
> > dataField="col1"/>
> >
> > dataField="col2"/>
> >
> > dataField="col3"/>
> >
>
> Your "col1
The browser does not give the Flash Player focus by default, which
is why the click is required. In IE, you can write an HTML wrapper
that sets focus to the app automatically. No such workaround on
Mozilla and Firefox as far as I know.
Doug
--- In flexcoders@yahoogroups.com, "Raheen M Sha
On 5/5/06, Faisal Abid <[EMAIL PROTECTED]> wrote:
>
>
> dataField="col1"/>
>
> dataField="col2"/>
>
> dataField="col3"/>
>
Your "col1", "col2" and "col3" need to be the names of
On 5/5/06, leo4beer <[EMAIL PROTECTED]> wrote:
> Sorry Manish but I don't think I follow you...
My bad - I confused this one with another thread. Let's go back...
> I know what setting a mask means, my problem is making my content
> respond to a scroll bar. in Flash I would do this using the s
On 5/5/06, John Wilker <[EMAIL PROTECTED]> wrote:
> I made it less confusing. login.as is loginObj.as
>
> ie: public var userLogin:loginObj = new loginObj();
>
> Login big "L" is the component.
>
> No change in behaviour however.
You said: "Login.as has a constructor which get's fired becau
Hey guys,
This might be of interest to some of you (especially if you work with
.NET). We just launched a public beta of the 2.1 version of our product
- WebORB, the new release is a full implementation of Flex Data Services
for .NET. We have added AMF3 support and now anyone using Flex on t
Okay Here you are,
The webservice calls an RSS feed FYI and obviouslt i have a text input
and a send button, which i know is right
url="" href="http://finance.yahoo.com/rss/headline?s={ticker.text}">http://finance.yahoo.com/rss/headline?s={ticker.text}" id="stock"
useProxy="false">
--- In flexcoders@yahoogroups.com, "Manish Jethani"
<[EMAIL PROTECTED]> wrote:
>
> On 5/4/06, djbrown_rotonews <[EMAIL PROTECTED]> wrote:
> > I know that the DataGrid has a filterFunction param where you can
> > specify any filtering capabilities you want to display in the
> > DataGrid. Can thi
I'm using Flex2b2 and am having problems with the Tree control. I'm
trying to get Matt Woodward's FlexForums demo working but for each
node in the xml file, the Tree displays '[object Object]'.
http://www.adobe.com/2006/mxml" xmlns="*"
layout="absolute" creationComplete="getCategories
Hi Faisal,
Can you paste in the datagrid you're trying to use, and also a sample
XML?
I feel like you might perhaps be incorrectly referencing the data in
the XML.
Regards,
Graham Weldon
Faisal Abid wrote:
Okay,
Thanks to alot of people i got that webservice working however,
Now I have
I'm trying to intercept an onMouseWheel event which I can do
successfully, but I have to mouse click on the app before the
onMouseWheel even gets fired. Is this by design or am I missing
something?
I created a default MXML Canvas application and put the following code
into the creationComplete
What format is your data in? I'm guessing you need to set dataFields on your DataGridColumns to instruct the DataGridColumn which field or property in the dataset to associate with itself.
Try tracing out your data and read up on dataField and labelFunction (labelFunction helps format your dat
--- In flexcoders@yahoogroups.com, "Manish Jethani"
<[EMAIL PROTECTED]> wrote:
>
> On 5/4/06, djbrown_rotonews <[EMAIL PROTECTED]> wrote:
> > I know that the DataGrid has a filterFunction param where you can
> > specify any filtering capabilities you want to display in the
> > DataGrid. Can thi
Okay, Thanks to alot of people i got that webservice working however,
Now I have a diffrent problem , im calling an rss feed , but when it is
retured it doesnt populate the datagrid , i mean you can see something
is populating but it is invisible , there is a scroll bar and everything
but it
I wrote an entire application framework while evaluating Laszlo before
throwing it all out to begin anew with the Macromedia tools. Laszlo
paints a nice client, but it does so thanks to Flash. I decided after
a long eval to go to the source...
We write large database applications. The things
hi Andy, Yes, I am using an HTTP
service.
Flex 2.0
I am sure what you mention is the issue.
Thanks
- Original Message -
From:
Andrew Trice
To: flexcoders@yahoogroups.com
Sent: Thursday, May 04, 2006 11:51
PM
Subject: RE: [flexcoders] Error:
faultCode - do not u
Sorry Manish but I don't think I follow you...
I know what setting a mask means, my problem is making my content
respond to a scroll bar. in Flash I would do this using the scroll
pane. how would I do this in a Flex application using AS code only?
Thanks again for your time and sorry for my ig
Will the difference between Beta2 and Beta3 be as significant as B1 to
B2?
Just wondering,
Tim Hoff
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
I made it less confusing. login.as is loginObj.asie: public var userLogin:loginObj = new loginObj();Login big "L" is the component.No change in behaviour however.
On 5/4/06, Manish Jethani <[EMAIL PROTECTED]> wrote:
On 5/4/06, John Wilker <[EMAIL PROTECTED]> wrote:
> [bindable]
>
Hi Tobias,
You don't receive 0 when using recv(), because this means that the client
side has closed the connection.
Yours,
Weyert
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40ya
To expand on Deepa's suggestion, you can easily filter an arrayCollection that is used as a dataProvider with the following code. Call the filterGrid() function from the comboBox change event.
- TH public function filterGrid():void { gridDataProvider.filterFunction=statusF
On 5/4/06, John Wilker <[EMAIL PROTECTED]> wrote:
> [bindable]
> public var userLogin:login = new login();
>
>
I'm confused. What's 'login' and what's 'Login' (capital 'L')?
It is not recommended to have two things with the same name. Try
changing the names and see
HI Anant,
I am using Flex 1.5. I also tho that i was a bug. If you try this in flash it won't fire the change event however in flex 1.5 it does. :(
Omar Ramos
On 5/4/06, Anant Gilra <[EMAIL PROTECTED]> wrote:
Setting the value in AS, without keyboard or mouse interaction shouldn't be firi
What are you doing to get this error? What
version of Flex are you using? I have seen a similar error in Flex 1.5 when a
httpService does not return valid XML.
-Andy
_
Andrew Trice
Cynergy Systems, Inc.
http://www.cynergysystems.com
Emai
On 5/4/06, djbrown_rotonews <[EMAIL PROTECTED]> wrote:
> I know that the DataGrid has a filterFunction param where you can
> specify any filtering capabilities you want to display in the
> DataGrid. Can this function call be re-issued programmatically?
You're referring to the 'filterFunction' o
On 5/4/06, leo4beer <[EMAIL PROTECTED]> wrote:
> I would still need to enable scrolling...how would you recomand that i
> do this?
Setting a mask does not affect scrolling. So scrolling will work as it
does normally.
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders
I'm getting this error 2032 stream error that seems to pester some
folks around here. From perusing the archives, seems to be related to
webservice methods having > 1 argument. So, I took my webservice
method and made it have one argument, a pipe-delimited list of values
as a workaround for no
Are you using a collection to populate
your DataGrid? If so, the filterFunction property on ICollectionView will
re-execute as changes to the collection are made and thus filter items on the
fly. If that is not happening try calling refresh() on your collection to
re-trigger the filterFun
Just getting my feet wet in Flex. I've got a main mxml file with three components. also a class file with some properties and functions.my main mxml has[bindable] public var userLogin:login = new login();
the login component hasFor
Thanks Matt, I tried the inline renderers and they
work just fine for my requirement.
I think the issue is my lack of comfort with the
eventListeners. Still learning!
- Original Message -
From:
Matt Chotin
To: flexcoders@yahoogroups.com
Sent: Thursday, May 04, 200
Hello Flexcoders,
I have an instance of a LinkBar object that has the result
of a http service as its dataProvider. Thus, it’s dynamic... My
problem is that if there are a large number of results in the http service, the
LinkBar grows and extends beyond the area of its parent container
Anybody seen this before and what does it
mean?
Error: faultCode:Client.CouldNotDecode
faultString:'Default decoder could not decode result'
faultDetail:'null'
Thanks
Sree
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archiv
Look for samples.war; the product images should be in there. On my
system, it's C:\Program Files\Macromedia\Flex\samples.war but this
may not be the default location. It should have been copied to
wherever you initially installed flex-15-win.exe.
--- In flexcoders@yahoogroups.com, "Mark D
Hi,
mx.managers.DragManager.doDrag(this, ds, event, {name: name, image: image,component: component, mxml: true});
This might help yopu out;
private function onComponentDrag(event:MouseEvent):void
{
// Get the drag initiator component from the event object.
I would still need to enable scrolling...how would you recomand that i
do this?
--- In flexcoders@yahoogroups.com, "Manish Jethani"
<[EMAIL PROTECTED]> wrote:
>
> On 5/4/06, leo4beer <[EMAIL PROTECTED]> wrote:
>
> >
> > is 'updateDisplayList' a Flex 2 method? I'm using 1.5
>
> Hmm...
>
> The
My code works fine in Flex 1.5 but I get:fff
"Implicit coercion of a value with static type 'Object' to a possibly unrelated type 'mx.core:IFlexDisplayObject"
CODEvar ds = new mx.core.DragSource();ds.addData({name: name, component: component}, "product");
mx.managers.DragManager.doDrag(this, ds,
I know that the DataGrid has a filterFunction param where you can
specify any filtering capabilities you want to display in the
DataGrid. Can this function call be re-issued programmatically? I've
got an app where I want to display some data from a jsp call, filtered
based on initial (and de
Hi Anant,
I just tried before your mail. that worked. but also
thanx a lot. Now ı have different problem.
when I run my application. I have installed the flash
8.5 for firefox,
http://localhost:8700/flex/project_1/project_1.html
this page is not able to be found by the browser.
I am unable to
Setting the value in AS, without keyboard or mouse interaction shouldn't be firing a change event. If it is doing so, its a bug. Are you using the latest Beta?Thanks,Anant.
On 5/4/06, leo4beer <[EMAIL PROTECTED]> wrote:
you can try setting __value but I guess it's not recomended--- In flexcoders
Hello flexcoders (and Adobe, I hope);
I’ve been working on getting a Flex application to
talk to an application on the local machine through an XML socket. Getting this
to work using the Windows Flash player was trivially easy. Getting it to work
using the Mac OS X Flash player has so
On 5/4/06, leo4beer <[EMAIL PROTECTED]> wrote:
>
> is 'updateDisplayList' a Flex 2 method? I'm using 1.5
Hmm...
Then you'll have to settle for masking. There's plenty of examples on
the web of how to use a mask.
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/fi
You would need to have -some- way to access the variables... You
could pass in the variables as parameters to your url-building
function (as I did in the example), or you could directly access
them as properties of ui components. I passed them as parameters in
the example for the sake of mo
thanks but it doesn't seem to work for me.
is 'updateDisplayList' a Flex 2 method? I'm using 1.5
--- In flexcoders@yahoogroups.com, "Manish Jethani"
<[EMAIL PROTECTED]> wrote:
>
> On 5/4/06, leo4beer <[EMAIL PROTECTED]> wrote:
>
> > I'm building an AS component for Flex (using as only).
> >
On 5/4/06, Scott Langeberg <[EMAIL PROTECTED]> wrote:
> Is it true that Laszlo is interpreted on the server? That you cannot produce an .swf that will run offline? That would be a deal-breaker for me..
I think they do have serverless deployment.
http://weblogs.macromedia.com/jd/archives/2005/
Is it true that Laszlo is interpreted on the server? That you cannot produce an .swf that will run offline? That would be a deal-breaker for me..
Scott
On 3/29/06, dos dedos <[EMAIL PROTECTED]> wrote:
<<
(eg. one markup generating either AJAX or Flash)>>
As far as I'm aware, there are multim
Try calling it on the underlying Connection... remoteObjectId.connection.connect(newURIGoesHere);
-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton
Sent: Thursday, May 04, 2006 5:27 AM
To: flexcoders@yahoogroups.com
Subject: [flexc
you can try setting __value but I guess it's not recomended
--- In flexcoders@yahoogroups.com, "Omar Ramos" <[EMAIL PROTECTED]> wrote:
>
> Hi Guys,
>
>
> Does anyone know a way to reset a numeric stepper value to 1 with code
> without having it fire the change event? If you do this
> stepperI
it was the width and height, thanks again
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
Hi Guys,
Does anyone know a way to reset a numeric stepper value to 1 with code without having it fire the change event? If you do this stepperInstance.value = 1; It will fire the change event. Any ideas?
Omar Ramos
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexco
Manish,
That sounds like the right track - however I am fairly unfamiliar with
both masks and/or setting the scrollRect property. Other than the
docs, do you know of or have any examples of using them? While I've not
done an exhaustive search on masking (not sure how this is done), I
spent
I can't think of anything that wouldn't be acceptable using the
default values. For example, visibility could be set to false, the
alpha of either the UIComponent or the container it is within might be
able to obscure its view, the x,y values might have pushed the visible
portion of the UICo
On 5/4/06, Mark Wales <[EMAIL PROTECTED]> wrote:
> At some seemingly arbitrary step in scaling up or down, the elements of the drawing appear on top of the Canvas or Panel in which the UIComponent is embedded. If I continue to increase or lower the scale, the drawing ceases to overflow its bor
In the response of a webservice I expect the "Id" to be of type
String. But it's not it will "parse" to Number. Which will mess up my
Id...
Look...
Id (number) : 7.20575940978773e+16
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFA
You were right, i did not set the line style.
Thanks!
--- In flexcoders@yahoogroups.com, Mark Wales <[EMAIL PROTECTED]> wrote:
>
> Not sure which version you are using, but in Flex 2 Beta 2, I also have
> a component that extends the UIComponent.
>
> When you say you are using the drawing AP
>>> On Wed, May 3, 2006 at 4:33 PM, in message
<[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote:
> Is it possible to do this ?
Yes !
Turns out MM released code and docs for this a while back @
http://www.adobe.com/products/flashremoting/downloads/components/
The only download is a Win32 MSI fil
Manish,
Thanks for the awesome help. The main
thing I was trying to gain from extending the Canvas was the borders and
background control. I was going to extend directly off of UIComponent and let
the user surround it in whatever container they wanted, but I thought this
might save them
There's no easy way to highlight them using the public API.Manish
Its not recommended to use mx_internal properties since they maybe made private later. However you could set the styleName property of the dateGrid's dayBlocksArray to the style of your choice, in say, creationComplete of your Dat
Hello,
I'm new to flex but haev an object orientated background.
I'm trying to populate a MenuBar with data from a data structure I've
implemented.
This data structure revolves round a class I've called Category that
contains an ArrayCollection of child Categories. I've been attmpting
to b
Not sure which version you are using, but in Flex 2 Beta 2, I also have
a component that extends the UIComponent.
When you say you are using the drawing API, I presume you are doing
something like this:
this.graphics.clear();
this.graphics.beginFill(0xff);
this.graphics.drawRect(-25, -25, 5
Using the drawing API inside a component.
Hi, I've made a custom component by extending the UIComponent class,
in my component I've overridden the draw() method and used drawing API
to draw a few lines.
I've embedded my component in an MXML page but I don't see the lines
I
must be doing somethi
Manish,
I can try and come up with a stand-alone example but I am basically
using the scale property to "zoom" in and out of a very large drawing.
If I zoom out (i.e. incrementally reduce scale) the elements in the
drawing get smaller. If I zoom in (increase the scaleX and scaleY by
some a
hi all,
I would like to use httpservice means my application is generate login
form and after login it will be redirect with session to another page.
all these files are jsp.
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archive
Hi Esma,Try copying all the files in en_US into a new directory tr_tr and rebuild. That should fix it.Thanks,Anant.On 5/4/06, Esma KAYA
<[EMAIL PROTECTED]> wrote:Hi you all,
As general visitors I am also new to flex - as a oneday user-I installed Flex Builder 2.0 / Flex Data Services/Flash 8.5
On 5/4/06, mahuika1 <[EMAIL PROTECTED]> wrote:
> I would like to create a custom component that displays visual
> controls such as labels etc then extend that to display other controls
> beneath the previous ones. Does any one know how I can do this or
> should I just have many small components
Is it possible to do this ?
I have a Flex app that runs on many different hosts, and would like it to be
able to reconfigure the endpoint property of it's RemoteObjects (which are
all backed by ColdFusion CFCs).
I've got the domain name into the Flex as a variable, but can't seem to get
th
I would like to create a custom component that displays visual
controls such as labels etc then extend that to display other controls
beneath the previous ones. Does any one know how I can do this or
should I just have many small components and reuse them in other
components? For example..
I
Hi you all,
As general visitors I am also new to flex - as a one
day user-
I installed Flex Builder 2.0 / Flex Data Services/
Flash 8.5 Active X for Windows/ Coldfusion Integration
kit
while creating a new project the following error
occured:
unable to open 'C:\Program Files\Adobe\Flex Builder
<[EMAIL PROTECTED]>> Hi,>I am trying to execute a small application in flex builder2.0 beta, whichtakes useid, and mailid and stores in database. But when I trying toexecute this application I am getting action script error as follows:> > > Error: faultCode:Client.CouldNotDecode faultString
Thanks Judah!Looking forward to see Moock's book!
Iuliu
> Message 1
> From: "judah" [EMAIL PROTECTED]
> Date: Wed May 3, 2006 2:21pm(PDT)
> Subject: Re: Essential ActionScript 3.0
>
> The Essential ActionScript 3.0 Pocket Reference is
> due in September. I
> checked a few other Fle
On 5/4/06, Mark Wales <[EMAIL PROTECTED]> wrote:
> I have a UIComponent inside a Canvas where I place Sprites, draw lines,
> etc. The UIComponent's dimensions are larger than the Canvas and right
> now I have the scrollbar policy set to "on" or "auto". However, when I
> scale the UIComponent (u
On 5/4/06, bhaq1972 <[EMAIL PROTECTED]> wrote:
> If you have an mxml component and its associated script file have
> the same name it doesn't like it.
>
> why is that not allowed?
Because when it's looking for component 'Foo', it finds a 'Foo.mxml'
and a 'Foo.as' and is confused which one to p
On 5/4/06, Ben Stucki <[EMAIL PROTECTED]> wrote:
> I'm looking for some feedback and help on my audio visualization component. Specifically, I'd like to know the best way to handle color and alpha properties from both nonInherited and style rules. Any suggestions for better property/component n
thanks for the advice Mike.
--- In flexcoders@yahoogroups.com, "Michael Schmalle"
<[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> You could also do;
>
> public class Textnput extends mx.controls.TextInput
>
> I agree with Manish, I am creating a large set of components and
> experiemented with usin
On 5/4/06, Michael Schmalle <[EMAIL PROTECTED]> wrote:
> Ok, tried that, does not work, there must be a bug here somewhere.
okay, I tried your code in Beta 3. Works.
For now I guess you'll have to do the centering yourself.
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/
Hi,
You could also do;
public class Textnput extends mx.controls.TextInput
I agree with Manish, I am creating a large set of components and
experiemented with using base names like that. I swear now after a
couple months it is not worth it.
Just come up witha a 1-3 letter acronym or someth
--- In flexcoders@yahoogroups.com, "Manish Jethani"
<[EMAIL PROTECTED]> wrote:
>
> On 5/4/06, leo4beer <[EMAIL PROTECTED]> wrote:
>
> > I'm building an AS component for Flex (using as only).
> > My component will contain a dynamic nap loader which the users may be
> > able to scroll.
>
> > Wha
Manish,
Yeah, I know I have tried everything even changing the parent of the pop up.
I have not tried Application.application though.
1 minute later...
Ok, tried that, does not work, there must be a bug here somewhere.
Peace, MikeOn 5/4/06, Manish Jethani <[EMAIL PROTECTED]> wrote:
On 5/
I've noticed that as well.
If you have an mxml component and its associated script file have
the same name it doesn't like it.
why is that not allowed?
(btw manish thanks for your last answer to my post)
regards
bod
--- In flexcoders@yahoogroups.com, "John C. Bland II"
<[EMAIL PROT
I know this has been beat to the ground on several messages in this forum but I wanted to see what the general consensus is for this issue in reference to the final product (or even Beta 3).I compiled my app perfectly fine until the other day when I got "An internal build error has occurred. Ple
On 5/4/06, bhaq1972 <[EMAIL PROTECTED]> wrote:
> I created my own extended TextInput control which i have named
> TextInput.mxml.
>
> but i'm getting a compiler error
>
> "Ambiguous reference to TextInput. [CODEGEN C:\Documents and
> Settings...\mycontrols\TextInput.mxml"
It might be becaus
On 5/4/06, leo4beer <[EMAIL PROTECTED]> wrote:
> I'm building an AS component for Flex (using as only).
> My component will contain a dynamic nap loader which the users may be
> able to scroll.
> What should I use in order to enable scrolling with pure AS component?
The easiest option is to m
I created my own extended TextInput control which i have named
TextInput.mxml.
but i'm getting a compiler error
"Ambiguous reference to TextInput. [CODEGEN C:\Documents and
Settings...\mycontrols\TextInput.mxml"
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/fl
Hi
I'm building an AS component for Flex (using as only).
My component will contain a dynamic nap loader which the users may be
able to scroll.
Obviously I will need to combine a scroll component inside my
component. Flash MX introduced the ScrollPane class,I've noticed Flex
does not consist th
On 5/4/06, Michael Schmalle <[EMAIL PROTECTED]> wrote:
> snippetWindow = PopUpManager.createPopUp(this, SnippetTypeWindow) as SnippetTypeWindow;
Centering is with respect to the "parent" of the pop-up (in this case,
'this'). Have you tried specifying 'Application.application'
Hi Matt,
This is an HBox MXML component.
SnippetPane.mxml (This mxml gets loaded in an HBox in the MainApp.mxml
file so there IS nesting of mxml components going on here. That is the
only difference I can see).
-
xmlns:mx="
1 - 100 of 104 matches
Mail list logo