heck the docs) from mxmlc.
>
>
>
> Matt
>
>
>
>
>
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of r0main
> Sent: Wednesday, October 26, 2005 7:37 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] [f
Hello,
I'd like to precompile an application into a SWF that I can deploy in
my Dev, Test and Production environment...
Yet I've got the following message when my SWF gets called via
http://pc007810d:9001/firm-web-admin/main.swf URL:
*** Security Sandbox Violation *** Connection to http//pc0078
perfectly what I needed, I can now set many dataProviders to
many ComboBox cell-renderers [in fact my ComboBox cell-renderer is
more complex, because 90% of time it displays a simple Label, but on
click it popups a ComboBox]
r0main
--- In flexcoders@yahoogroups.com, "Alistair McLeod"
Thanks Ali,
that's a good idea, simple... I'll still investigate my second option
for few minutes then I'll use your solution :-).
Ciao, r0main
--- In flexcoders@yahoogroups.com, "Alistair McLeod" <[EMAIL PROTECTED]> wrote:
> Hi r0main,
>
>
>
>
e
dataProvider to us for ComboBoxcellRenderers of this column, so each
column can have its own dataProvider to fill ComboBoxes. And a
suitable way to get those dataProvider from inside the CellRenderer...
Anyone having some Option 2 code sample ? Thanks a lot !!!
r0main
Y
I know you CAN, but does anyone DO that ?
That is have a java class aaa.bbb.Cccc mapped to AS2
vvv.www.xxx.yyy.Zzzz ???
That is the question !
Ciao, r0main
--- In flexcoders@yahoogroups.com, "Peter Farland" <[EMAIL PROTECTED]> wrote:
> Yep, you can use different packa
Hello, I was wondering :
Has anyone already mapped a different classname/package path between
Flex and Java DTO ?
Got plenty of them, but always one-to-one mapping !
Ciao, r0main
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives
Is it me or the "Flex ActionScript and MXML API Reference"
Dataprovider API doc is not correct:
addItem( label, data) : Void
[...]
Returns
The added item.
r0main
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Arch
Thanks.. I think I'll do it this way !!!
Yet I was looking to kill the 32+5 pixels margin per tab that is
hard-coded in the TabBar class [saw it using debug], but it doesn't
work as expected.
Ciao, r0main
--- In flexcoders@yahoogroups.com, "Philippe Maegerman" <[EMAIL PROT
Thanks, but this manage the way tabs are overlapping on each other
[with negative hgap's], not the size of my tabs...
r0main
--- In flexcoders@yahoogroups.com, "Philippe Maegerman" <[EMAIL PROTECTED]>
wrote:
> horizntalGap?
>
> Philippe Maegerman
> _
l tabs gets the same size
[availablesize / number of tabs], which makes my longer labels
truncated while shorter ones are crazily long for the label they
contain...
Any idea ?
Ciao, r0main
--- In flexcoders@yahoogroups.com, "Andrew Spaulding" <[EMAIL PROTECTED]> wrote:
> Sorr
Hello,
I've got a TabBar that is filled with 14 tabs, and now that bar is too
wide, but I can see on each tab about 40 pixels of inner margins... Is
there a way I can control those left and right margins inside my tabs
? Or a way I can individually set each tab's size ?
Thanks a l
One idea is to use a filter:
in viewHelper:
function addPleaseSelectMessage(inData:Array):Array {
var toReturn:Array = inData.concat(); //don't modify original
toReturn.unshift({myLabel:"blabla", myCode:0});
}
Hope this helps, ciao, r0main
--- In flexcoders@yahoogroups.com,
As usual, too fast to ask... I was testing my app in Eclipse (Internal
Web Browser).. Seems it doesn't forward some Key to the flex
application... Works perfectly in FireFox or IE...
http://www.macromedia.com/2003/mxml";>
Ciao, r0main
--- In flexcoders@yahoogroups
Hello,
is there a way to make a DataGrid "Keyboard-aware" of the event Ctrl+A
to select all rows ?
Thanks, r0main
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.
reakpoints into it, Flexbuilder opens another
file !
Any idea on how I can fix that, like doing a Dreamweaver Javascript
extensions ?
I really can't find a good way to deal with that command-line-only FDB
tool !
(or anyone with a simple graphical GUI ontop of FDB ???)
Ciao, r0main
--
Fle
Hi Robin,
so sad your website isn't viewable from Switzerland... :-(
(Still can't understand why)
r0main
--- In flexcoders@yahoogroups.com, Robin Hilliard <[EMAIL PROTECTED]> wrote:
> FYI I have posted a Flash version of the Cairngorm sample application
> with s
I really like the "not yet" David... Zorn this out ;-)
r0main
--- In flexcoders@yahoogroups.com, "David Mendels" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Not yet.
>
> Regards,
> David
> Macromedia
>
>
Did you put that swc in your flex class path, like
WEB-INF/flex/user_classes/ ?
r0main
--- In flexcoders@yahoogroups.com, "yhsphil" <[EMAIL PROTECTED]> wrote:
> Today, my boss asked me, why does this swc file doesn't work in flex
>
> same file format(swc),and AS2
log4f on sourceforge:
http://sourceforge.net/projects/log4f/
cheers, r0main
--- In flexcoders@yahoogroups.com, "andrea_wyss" <[EMAIL PROTECTED]> wrote:
> Did someone already port log4j to ActionScript?
> This would be a nice utility.
>
> I thought reading somethin
I do agree with Andrew on the view helpers states in a ModelLocator
and using bindings.
Just remember you can have many ModelLocators in an application, so
one may be dedicated at holding application-states, and another one
may be the classic one, which holds your data.
Cheers, r0main
--- In
n the same time as
Flex 2 is released... (we probably will not be able to create
applications using 100% of flex 2.0 big-big enhancements under 1.5
FlexBuilder, no ?)
Should we consider an end of year target for the release of flex 2.0 ?
Cheers, r0main
Yahoo! Groups Links
<*> To vis
Hello, googling isn't a real proof... Tried allinurl: .php, then we
should all consider doing flex with php (via amf to php) because more
pages are built on php ?!
r0main
--- In flexcoders@yahoogroups.com, Robin Hilliard <[EMAIL PROTECTED]> wrote:
> Now that was such a deliber
Wasn't SVG once introduced as the "Flash killer" because based on
standards so anyone would adopt it ? ;-)
r0main
--- In flexcoders@yahoogroups.com, "Rick Bullotta"
<[EMAIL PROTECTED]> wrote:
> David:
>
> One "convergence" question for y
php?postId=90
http://soenkerohde.com/2005/06/06/macromedia-joins-eclipse-foundation/
PDF links are here:
http://www.rewindlife.com/archives/000229.cfm
Cheers, r0main
--- In flexcoders@yahoogroups.com, "Jeroen De Vos" <[EMAIL PROTECTED]>
wrote:
> R0main,
>
> Could you send me the
.
But Eclipse being the official dev tool + pro-level quality editors
will greatly boost Flex visibility in the Java/J2EE world, + will
greatly improve code quality, fasten coding and allow a better
entreprise-level integration...
Cheers, r0main
Yahoo! Groups Links
<*> To visit your g
If you start from scratch a Flex project, and none of your developers
are Coldfusion experts, start in Java/J2EE !
Else you'll have to train people on a dying language/plateform...
That's my opinion only (I'm now gonna be flamed by all CF experts ;-)
). r0main
--- In flexcoders@
flash MX core classes: preferences/ActionScript 2/Pathes:
c:\program files\Flash MX 2004\en\First Run\Classes
->Then on my flex project's properties, ActionScript2 Project , my
path is the same as flex's default one:
-->WEB-INF/flex/user_classes
-->.
Hope this helps,
Hello, got the same problem, and a MM Gold Support...:
Yet no news on that point, seems at least it will be corrected in Flex
2.0 (= a more classic deployment and jar folder), but maybe MM will
publish a hot fix before that date...
Cheers, r0main
--- In flexcoders@yahoogroups.com, "
MXML error validation...
r0main
--- In flexcoders@yahoogroups.com, Manish Jethani
<[EMAIL PROTECTED]> wrote:
> On 5/23/05, r0main <[EMAIL PROTECTED]> wrote:
>
> > What would be very hot is that when we are editing MXML files in a
> > FAME + Eclipse environment and saving it
ers ?)
->Then Run MTASC onto the compiled file
If so, we get closer and closer to the best dev environment for Flex.
r0main
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an em
Thanks a lot... It works that way...
Now, for 100% free, I can edit MXML files and also can edit flex .as
files with MTASC::: ByeBye flexBuilder :-)
Ciao, r0main
--- In flexcoders@yahoogroups.com, "Dimitrios Gianninas"
<[EMAIL PROTECTED]> wrote:
> Hi r0main,
>
&
Dimitrios,
Which editor did you associate to *.mxml files ?
I've got a file "main.mxml", and tried "XML Editor", "XML Source Page
Editor", "Standalone Structured Source Editor", on it: Nothing good
happens... But if I rename it "main.xml&q
>From documentation on Array class
(http://livedocs.macromedia.com/flex/15/flex_docs_en/1201.htm):
apples.sortOn("Number", Array.DESCENDING);
Ciao, r0main
--- In flexcoders@yahoogroups.com, Manish Jethani
<[EMAIL PROTECTED]> wrote:
> On 5/19/05, [EMAIL PROTECTED] <
the mxml file...
Any idea ?
Ciao, r0main
--- In flexcoders@yahoogroups.com, "Dimitrios Gianninas"
<[EMAIL PROTECTED]> wrote:
> Not sure if anyone uses it, but I started using Eclipse Web Tools for
> MXML editing. You can specify the MXML schema and works it wonderfully
Hello Alberto,
Cairngorm is an open-source framework to help you build robust flex
applications.
CairgormStore is a re-writting of the original FlexStore using
Cairngorm instead of raw flex coding, so you can see how much more
readable the application becomes.
Ciao, r0main
--- In flexcoders
! :-)
Now I'll configure X-Men eclipse plugin and I will edit directly .mxml
files from within Eclipse...
AS2 Life's going to be lightweight, versionned, and easy !
romain
--- In flexcoders@yahoogroups.com, "r0main" <[EMAIL PROTECTED]> wrote:
> Hello,
> I'm tryi
that path should be with Flex... Any idea ?
Thanks a lot, r0main
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of
Also there's benoit implementation:
http://groups.yahoo.com/group/flexcoders/message/8730
We are currently discussing in the Cairngorm committee to provide the
best i18n implementation in the post-next Cairngorm release (not the
0.99 soon to be released, but the next one)...
Romain
--- In flexc
lex webapp as war ?
2/Can MM guys respect a simpler WEB-INF/lib in V2 ?
Thanks, r0main
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
Hi,
personnally I had to implement the first solution (portal & webapp
servers two different servers)...
The main problem is you'll have to use a different entry point for
your RemoteObject than the portal server, if webapp server isn't
"public", you'll have to use a gatewayed URL (I'm using the pl
oders@yahoogroups.com, "reubenbrown13" <[EMAIL PROTECTED]>
wrote:
>
> Macromedia has an article about metrics in Flex:
> http://www.macromedia.com/devnet/flex/articles/analytic_app.html
>
> I have not tried any of the suggestions yet, but it might help.
>
>
&g
Hello,
has anyone an idea on how I can get metrics an MXML and AS2 files on a
given flex project ?
Yet all I can do is count my files (43 mxml views, 351 AS files w/o
FlexUnit tests), but I'd like to have codelines per files, total
codelines, average by package etc...
Idea ?
Thanks, romain
Hello,
a simpler solution is to have a viewstack with you 15 views (may be
any container (vbox, hbox, vdividedbox, etc.)), that viewstack
standing for example on the right of your tree.
Now when people select a leaf on your tree, simply change the
viewstack index !
(ps: it has nothing to do with
Yep,
I knew that the debugger (flexbuilder one) allows me to view mx.*
source code... Useful to trace unexpected behaviours occuring on the
mx.* side... Did that trick once : Inherit a "buggy" (my point of
view) mx.* component and overwrite the "faulty" method by a cleaner
one (at least in my opi
Thanks again Manish,
that trick do the job !
Romain
--- In flexcoders@yahoogroups.com, Manish Jethani
<[EMAIL PROTECTED]> wrote:
> On Apr 5, 2005 12:35 PM, r0main <[EMAIL PROTECTED]> wrote:
>
>
> > While both binding & direct way of changing value do update i
Thanks alot Manish for the Tab style, that's exactly what I was
looking for...
About the Icon: the following mxml app have three buttons, the first
one changes the icon of the first tab in a binding way, the second in
a direct way, and the third allows me to control the icon's value...
While bo
Hello,
not sure global-multicasting is a "better" event handling than the
Cairngorm's core-handling.
In the past a good software re-design allowed me to skip a lot of
requirements I was asking Steven to put into Cairngorm, like event
sequencing...
Can't a central model fit your need ?
(updated b
display in
tabs, like right aligning that icon when the label itself is
left-aligned
-> Also, how can I change the icon associated with a given tab and
have that tab's icon refresh (ie. changed visually ) ?
Thanks, r0main
Yahoo! Groups Links
<*> To visit your gro
Hello,
don't know it that helps,
but you can certainly use dg.columns property, which returns you an
array of DataGridColumn, on which you can switch by labelFunction to
differentiate you two columns.
Ciao, r0main
--- In flexcoders@yahoogroups.com, "Simon Fifield" <[EMAIL
gt; Also, how can I change the icon associated with a given tab and
have that tab's icon refresh (ie. changed visually ) ?
Thanks, r0main
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this
Whaoo, a wish list, that was my biggest wish ! ;-)
(MM engineers: don't be afraid, that huge load of data on
macromedia.com servers will not be spam or any DOS attack, only me
filling my wishes for Flex :-) )
r0main
--- In flexcoders@yahoogroups.com, Matt Chotin <[EMAIL PROTECTED
Hi MM folks,
why doesn't the DateFormatter object have a non-static parse()
function that TAKE into consideration the formatString given ?
Grrr, I have to code that by myself...
Ciao, r0main
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yaho
Hi,
building "real" applications in Flex without using a framework like
Cairngorm is like building a dynamic website without Struts, you can,
but it will kill your ability to meet any deadline !
Currently I'm building a 100+ screens intranet flex application, I
really have to say I would not even
r"
function with a method that don't have a look at the grid's selected
date (had to debug step by step to find that one)... But I was
wondering if a cleaner solution exist.
Bye, r0main
--- In flexcoders@yahoogroups.com, Matt Chotin <[EMAIL PROTECTED]> wrote:
> Next vers
lso a simple question: Is there a way to avoid allowing the user to
set the date to null by re-selecting the date selected ?
(In some apps, some dates can never be null)
Thanks, r0main
Dear Tarik,
looks like there a lot of crap messages in any flashlog.txt, mine
looks typically like :
Warning: 'mx' has no property 'MULTIPLE_CONCURRENCY'
at ()
Warning: 'mx' has no property 'ENVELOPE_TYPE'
at ()
...
Warning: Reference to undeclared variable, ''
at onMouseMove()
[N-times]
...
Warn
Thanks...
I'm on that track... Do you know what properties the "itemRollOut"
event-object must have ?
(Still looking for someone nice enough to release a cardboard with all
events objects (+properties) / per object / eventHandling function)
r0main
--- In flexcoders@yahoogr
Thanks Dirk... I'll try...
I was just wondering what event was triggered when I pass my mouse
over the list selectedItem line and then quit that line... That's then
the label on the list gets "updated"... So I could manually raise that
event on the list object...
r0main
pass my mouse over the selected line of my list that name gets
refreshed...
Any Idea on how to refresh that label automatically ?
r0main
http://www.macromedia.com/2003/mxml";>
Hello
World
60 matches
Mail list logo