-mobile apps), I've always started by extending the
UIComponent Class since that is probably the most basic class to build
upon.
Thanks for any advice you can throw my way,
Mike
Thanks for the suggestion. But, the TitleWindow is already full and does not
have space for more textareas. What can I do in this situation?
From: valdhor valdhorli...@embarqmail.com
To: flexcoders@yahoogroups.com
Sent: Tuesday, November 8, 2011 9:25 AM
I have a TitleWindow which has
some TextArea components where end users(using the application) will
enter data to answer some questions. A reviewer needs to comment on the
entered answers. The reviewer comments would be stored in a MySQL
database using ColdFusion as the middle tier. Later, the
that called the
library function in real time, so a mouse could be tracked while live X and Y
intercepts were displayed, etc. Sorry I can't offer the source code.
Hopefully this gives you an idea of how you might proceed.
Mike
advised to do the same.
Mike
-vmargs
-Xms800m
-Xmx800m
-XX:MaxPermSize=384m
-XX:PermSize=128m
-Djava.net.preferIPv4Stack=true
Mike
\bin
I did not find any difference.
Mike
-Xms800m-Xmx800m-XX:MaxPermSize=384m-XX:Pe\
rmSize=128m-Djava.net.preferIPv4Stack=true
I would like to increase Xmx to a larger value, but get an error when I
do so. Can anyone paste a working FlashBuilder.ini file with a larger
value?
Mike
That is one of the code examples in this book:
http://www.slinnbooks.com/books/serverSide/
Mike
--- In flexcoders@yahoogroups.com, Hermes Alves hermes.al...@... wrote:
Has anyone tried to make a multi-language application using the api of google
translator?
It would be fantastic program
WebService, see my slide show and YouTube video
at http://www.slideshare.net/mslinn/using-flex-with-enterprise-web-services
Mike
I'm using Flex 4 and I set the returntype for the webservice to return an
array
of Cars - Cars[]. If the web service returns more than 1, it successfully
.
Do any of you, have any ideas as to what's causing this?
Thanks in advance for all your help,
Mike
P.S. I am using Flash Builder 4 compiling in Flex 3.5 (this problem
still existed when using Flex Builder too).
.
Mike
Once created, the WebService and Operation objects can be used many times,
including multiple concurrent invocations.
I am putting together a manuscript on enterprise-grade web services. You can
track progress at http://slinnbooks.com and/or follow me on twitter: mslinn.
Mike
am working on
can't update the SDK for a while due to enterprise computing constraints.
Mike
--- In flexcoders@yahoogroups.com, Robert VanCuren Jr robert.vancuren...@...
wrote:
You can use the arguments class to get some of this info.
http://livedocs.adobe.com/flash/9.0
Hi,
I have a AIR deployed application, and I'm running into a problem on Mac OS
X.
When I try to drag the window around by the title bar, the mouse cursor
disappears intermittently.
On Windows it's fine...
Any idea?
Thanks,
Mike
If Apache httpd is serving your Flex application, you can use mod_proxy to make
a URL pattern appear to be served from another subdomain.
Mike
--- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote:
If the two domain names match, you cannot get a new SecurityDomain. You will
need
.
Mike
Thanks Gabriel.
Mike
2010/4/3 gabriel montagné gabr...@rojored.com
On 03/04/2010, Mike Chang mik...@gmail.com mikecc%40gmail.com wrote:
I noticed in many examples on the web handler functions mostly have a
parameter event, even though the event isn't used (such as even.target).
I'm
Hi,
I'm trying to embed a font into Flex, but the font doesn't have bold style,
so anywhere the application bolds the text it shows as Times New Roman.
Any workaround? I have another font-name I'd like to use for bold.
Thanks,
Mike
Also, if I had a choice, would it be faster embedding a font or using images
- say I only have a single 200x100 sized image using the font.
On Sat, Apr 3, 2010 at 11:51 AM, Mike Chang mik...@gmail.com wrote:
Hi,
I'm trying to embed a font into Flex, but the font doesn't have bold style,
so
Oleg's right. Thanks all.
On Sat, Apr 3, 2010 at 2:06 PM, Oleg Sivokon olegsivo...@gmail.com wrote:
Samuel,
It was actually not me, who asked the question :)
Besides, from what I understood from the question - the font doesn't have
bold face, so, you cannot embed bold characters from that
Hi,
I got a couple of questions
1. Is it possible to dim the background application (as in modal dialog)
when the busy cursor is set?
2. Instead of a busy cursor, I'd like to have a progress bar in the middle
of the screen. HOw is this accomplished?
Thanks,
Sorry one more question -
I noticed that when I setbusycursor in a AIR deployed app, the regular
cursor appears alongside the busy cursor. Is there a way to remove the
regular cursor?
On Fri, Apr 2, 2010 at 10:40 AM, Mike Chang mik...@gmail.com wrote:
Hi,
I got a couple of questions
1
Disable your browser cache. I have to do this when developing.
-Mike Chabot
On Sat, Mar 20, 2010 at 7:49 PM, Rick Genter rick.gen...@gmail.com wrote:
I've been building an app with Flex Builder 3. All of a sudden when I run
my app using the debugger I no longer see my changes reflected
with, or an issue that can be handled differently, such as by
reminding suspected violators of the rules via an E-mail.
-Mike Chabot
On Sat, Mar 13, 2010 at 2:32 PM, iloveyouwisconsin
iloveyouwiscon...@yahoo.com wrote:
I have a flex app that users pay to subscribe to my content. Obviously, I
don't want
Hi, I have a function
function myfunc (a:int, b:int, c:int = 0) {
}
I want to be able to call myfunc(a, b) and have c using a default
value 0, is this possible?
I tried it but it says function expects 3 arguments.
Mike
= californiaString to object;
over = californiaString + _over to object.
Thanks,
Mike
]
this[california + _over]
Gordon Smith
Adobe Flex SDK Team
*From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
Behalf Of *Mike Chang
*Sent:* Tuesday, March 09, 2010 11:13 AM
*To:* flexcoders@yahoogroups.com
*Subject:* [flexcoders] String to object reference?
Hi,
I
Hi,
I have some buttons in my UI, and I realize that when TAB is pressed,
it automatically sets the focus to one of the buttons.
I do not wish to have this behavior. Is there a way to disable it?
Thanks,
Mike
This book has information that should be quite helpful:
http://www.slinnbooks.com/books/serverSide/
Mike
I made a video showing an example of interactively hiding data points by
filtering the chart's dataProvider. There are a number of subtleties involved
;)
http://www.youtube.com/watch?v=WV8-mE8BYOs
Mike
I cover this issue in detail in my book
(http://slinnbooks.com/books/serverSide), with code examples and explanations.
The book shows how to discover the originating domain and how to dynamically
configure data services accordingly.
Mike
I've been writing some small programs that use
You can see the source code for ObjectUtil.copy() here:
http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/ObjectUtil.as
You can use this type of code to write unit tests that exercise ActionScript
serialization and deserialization for your value
I just noticed the ObjectUtil.clone() method, new for Flex SDK 4.
public static function clone(value:Object):Object
{
var result:Object = copy(value);
cloneInternal(result, value);
return result;
}
private static function cloneInternal(result:Object,
Alex,
Do you mean that the clone() method was provided by a party other than Adobe,
and hasn't passed or won't pass a Q/A cycle?
Mike
I never got a reply to this, so I though I would try again and see if anyone
can help.
Mike
--- In flexcoders@yahoogroups.com, Mike msl...@... wrote:
I need to create an instance of a PlotSeries icon. It's easy enough to
discover the PlotSeries item renderer:
var renderer:ClassFactory
I have no control over the dataProvider at all. Performance is not an issue,
because the data extraction only happens once, and it can be time-sliced it so
the webapp does not appear to freeze. Passing through multiple event handlers,
including EnterFrame would be perfectly acceptable.
3)
any type of renderer
on demand. Hopefully constructive suggestions will be forthcoming soon.
Mike
--- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote:
Except the memory implications of rendering every row must be considered.
And I still haven't figured out what you'd do
unanswered. Hopefully this one won't suffer
the same fate! :)
Mike
I need to post the displayed data to a server, complete with formatting. The
dataProvider does not help much; I'd have to replicate the work that the
datagrid does in determining the properties displayed by each column, and
duplicate the job of the item renderers in order to extract the
Export, $7. If that product includes
source code, then it would be a worthwhile source of inspiration. Does the
download include source?
Mike
--- In flexcoders@yahoogroups.com, Flex myflexdownlo...@... wrote:
Sorry to hear your posts get unanswered. I can only suggest a 'try'...did you
of the items in the dataProvider, because the height isn't set. Then go
about inspecting the itemRenderers like you proposed earlier; to get the data
for your service call. Not the best solution, but this is an unusual use-case.
-TH
Sounds like a workable suggestion, thanks.
Mike
I must take the DataGrid as I find it. If no labelFunction is defined, that
approach won't work; also each item in the dataProvider might be manifested in
0 or more columns. This approach probably won't be general enough.
Thanks,
Mike
You should be able to do this by running
that if item renderers are used, they need to be instantiated and the text
values for each cell read out... and the export routine has to figure out how
to do this without any clues beyond what it can discover from the dataGrid.
Something to go 'hmm' about...
Mike
--- In flexcoders@yahoogroups.com
-notch developer, your standards are too low. One
cannot excel at both career paths - humans are too finite.
Mike
... who tries to excel as a developer and has great respect for excellent
designers
âYes, I can see your point. I think the two of us are the only people who
think
See http://www.slinnbooks.com/books/serverSide
Mike
displayName=Plot 2 /
/mx:series
/mx:PlotChart
mx:TabNavigator height=50% id=tab width=100% /
/mx:Application
Suggestions?
Mike
. If I put that statement anywhere in the class that it belongs to, the
error appears. Something about this class triggers the error message. If it
put the statement in a subclass of the problem class, no error results.
Suggestions?
Mike
I also get the same error any time Math.ceil() or Math.floor() is used in
another file. Math.min() and Math.max() do not generate the error message.
easily enough.
Mike
to serve a socket policy file?
Mike
On Nov 13, 2009, at 12:37 AM, Simon wrote:
I am pretty sure I have found a bug in the Flash Player regarding
socket security. According to the Adobe site I should be able to
serve a socket master policy file on port 843 from my server.
http://www.adobe.com
I want to pass Control-A to a Flex app running in a browser. Seems the
browser grabs Control-A and does not pass it to the Flex app. I tried
adding this to index.template.html:
script language=JavaScript type=text/javascript
!--
function disableCtrlModifer(evt) {
var disabled = {a:0, c:0,
Check out http://www.insideria.com/2009/09/fixed-an-internal-build-error.html
Mike
or leading might fix that. I've tried several
ideas, nothing had any effect. It would be best to modify the @font-face
declaration or the .plain CSS type declaration.
Mike
I have built many GUIs with Swing and two of the Swing Layout Manager Options
I found most useful were Flow and Border.
I have a design goal where I am creating a component that has a Data Grid
under a set of control icons. If the browser window shrinks to the point
the control icons can no
I have an MXML Component Canvas that I want to put into a Flex Library SWC.
I created a Flex Library Project with /src and /bin
I added the /images folder with the image in it that the Component Canvas
uses to /src.
I added the mxml source file for the Component to the /src
The /bin gets the
Right, I hadn't added the class that was the MXML Component, so that was it.
Ollie
Aaron Hardy wrote:
Right-click project -- Properties -- Flex Library Build Path --
Select All -- OK. Make sure it rebuilds and you should be good to go.
Aaron
Mike Oliver wrote:
I have an MXML
Hi,
One of my rows in a data grid contains items that are larger than the
default height of the cell (1 line). It's fine that it stretches, but is it
possible not to have all the rows increase by the same? All the rows are
bigger in height now.
Please help.
Mike
they either cut it out, or just
expand in the wrong way.
Please help.
Thanks,
Mike
Personally, and as a matter of pride, I would avoid reinventing the wheel.
Mike Britton
--
http://www.mikebritton.com
- Original Message -
From: Baz
To: flexcoders@yahoogroups.com
Sent: Thursday, May 14, 2009 10:40 PM
Subject: Re: [flexcoders] Re: Application Idea
You
your problem.
Doug
On Tue, May 12, 2009 at 5:56 PM, Mike Oliver moli...@corenttech.com
wrote:
Yes its the flow box see attached.
http://www.nabble.com/file/p23513630/ToolbarDemo.swf ToolbarDemo.swf
It looks like the flow box calculates its height based on all components
wrapping
I am trying to create a screen with a grid and a toolbar on top of it.
The problem is that the toolbar can have more user selectable controls in it
than will fit on small screens.
So I wanted to use the FlowBox and that works great but only if I allow for
the space between the Flowbox and the
container will show scrollbars
Tracy Spratt,
Lariat Services, development services available
_
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Mike Oliver
Sent: Tuesday, May 12, 2009 12:55 PM
To: flexcoders@yahoogroups.com
Subject
, development services available
_
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Mike Oliver
Sent: Tuesday, May 12, 2009 8:13 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] FlowBox Nesting
I said that I tried a VBox
If that tool is single threaded then don't use it since that would be
a significant downside. Instead, use a programming language like PHP,
Java, .NET, or ColdFusion.
-Mike Chabot
On Sat, May 9, 2009 at 4:28 AM, Mic chigwel...@yahoo.com wrote:
All of our business logic is within stored
://www.mikechambers.com/blog/2009/05/05/flashcamp-san-francisco-may-29th-flex-4-flash-catalyst-flex-builder-4/
and register here:
http://flashcampsf.eventbrite.com/
Feel free to ping me directly if you have any questions...
mike chambers
m...@adobe.com
What are the tradeoffs between creating a flex project with the J2EE type vs
None type?
The J2EE type is about 10% larger from what I can tell, but the None type
seems to work just fine in the browser.
If we start with None type, and then add ActionScript calls to the Remote
interface it seems
Hi,
I have a question about accessing Flex from Java.
Some context: I am writing automated JUnit integration tests that will call
the remote objects in the Flex application that is under test. We also have
Junit unit tests and will have automated Flex GUI tests ... but this
question is
Hi,
Is it possible to localize Flex application in a way that properties file
can be loaded at runtime? I know they can be made into resource modules, but
I want to avoid compiling those too.
Thanks,
Mike
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
Behalf Of *Mike Chang
*Sent:* Monday, February 02, 2009 12:47 PM
*To:* flexcoders@yahoogroups.com
*Subject:* [flexcoders] DataGrid mouseover
I have a data grid, and one of the columns I used ItemRenderer to have a
vbox and an image
duplicate requests as the user navigates
forward and back through pages, so caching along the network path is
essential to protect your servers from inadvertent DoS attacks :)
Best,
Seth
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Mike Oliver
Sent: Sunday
I have a data grid, and one of the columns I used ItemRenderer to have a
vbox and an image inside as a button.
Everything looks good except the entire column where that ItemRenderer is
used does not invoke the same mouseover events as the other columns. The
mouseover event I was looking for is
Jason,
I'm doing something similar with checkboxes and the DataGrid.
Are you able to turn the visibility of your component on/off ?
Rather than modify the dataset, you may be able to use a checkbox event
to trigger the visibility change of your display component.
~Mike
--- In flexcoders
is
upgrading, closing the window, and relaunching the same page.
Can I detect that it's less than 10, than just give user a link (redirect to
some other page), without going through how Adobe upgrades inside the
browser?
Thanks,
Mike
It seems odd or even cumbersome to tie the DateField control through to a
Date column in a JDBC database using the text property of the DateField.
The format out of the DateField doesn't match the format for a JDBC date so
you must reformat the 01/21/2009 to 2009-01-21. That's not so tough,
but
I need to do this comparison:
if (string a == string b)
a is hi
and b is also hi, but extracted from an XML file that has characters in
other encoding (shift-JIS, japanese to be exact).
this statement comes back false in Flex, which is not what I want.
the statement comes back true if the XML
What are the pros and cons to using a serverside cache or proxy cache with
Flex and AMF?
I can see a cache on a web service that is primarily a lookup service, but
don't see much if any benefit to a cache related to transactions, and for
lookup, except for really large data sets I think a client
Yes that's what it takes, thanks!
I used an itemRenderer to set the display to the label from the lookup
source for the data that was stored.
Manish Jethani wrote:
Here's what I suggest:
/* in your item editor */
public function get myCustomProperty():Object
{
var
?
Tracy
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Mike Oliver
Sent: Thursday, January 01, 2009 8:19 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Where did my CurrentTarget go?
I have a ComboBox
Ok, so the itemEditor = ComboBox with the above Override and here it is as it
stands and works (up to a point).
mx:DataGridColumn headerText=Reason Stopped
dataField=reason_med_stopped_oidCol
editorDataField=selectedItem
mx:itemEditor
mx:Component
Perhaps its because it is an itemEditor, but just tried it and value in the
editorDataField saves the label string to the Grid, not the 'data' element.
Ollie
Manish Jethani wrote:
On Sat, Jan 3, 2009 at 12:16 AM, Mike Oliver moli...@corenttech.com
wrote:
[snip]
and that saves
I want to use a ComboBox as an itemRenderer and itemEditor.
here is the
mx:DataGridColumn headerText=Route dataField=med_route_oidCol
editable=true editorDataField=text rendererIsEditor=true
mx:itemRenderer
mx:Component
mx:ComboBox
it looks to me like it is better to use a label function to render the
display value and leave the combo box for itemEditor.
That still leaves the question on how the ComboBox will display the Option
Label when in edit mode.
--
View this message in context:
Thanks, so this script would go within the
mx:ComboBox...
/mx:ComboBox
Right?
Manish Jethani wrote:
On Fri, Jan 2, 2009 at 3:59 AM, Mike Oliver moli...@corenttech.com
wrote:
it looks to me like it is better to use a label function to render the
display value and leave the combo box
I have a ComboBox as a ItemEditor and a listener
dataGrid.addEventListener(DataGridEvent.ITEM_EDIT_END, editCellEnd);
I was using
e.currentTarget.itemEditorInstance.selectedItem.value
to get at a value in the selectedItem
now I am still getting that event, but no currentTarget element?
In case anyone has this issue using Maven, try setting environment
variable MAVEN_OPTS=-Xmx512
--- In flexcoders@yahoogroups.com, ivo cervantes_v...@... wrote:
Hi,
This has come up before. You need to increase the memory available
to Java and Ant. Search the archives for ANT_OPTS
-
hope this helps someone else.
Mike Oliver wrote:
How do I tie a DateField control to a Value Object with a Timestamp column
in the database.
--
View this message in context:
http://www.nabble.com/MySql-timestamp-column-type-and-Flex-DateField-tp21196170p21209213.html
Sent from
How do I tie a DateField control to a Value Object with a Timestamp column in
the database.
I am getting
java.lang.IllegalArgumentException: Timestamp format must be -mm-dd
hh:mm:ss.f
at java.sql.Timestamp.valueOf(Unknown Source)
at
I cannot find documentation on the List Controls member elements folder and
pfolder. I see them everywhere in the examples but noplace can I find the
explanation of the difference, where would I use folder vs. pfolder and why?
--
View this message in context:
. I am still using my previous FlexBuilder.ini file,
which of course specifies all the RAM preferences.
As far as I know (at least in my case) FlexBuilder and/or Eclipse is
still only 32-bit, so they are still bound to the 32-bit limitations.
Overall - I had good luck with it.
Mike
the source from here:
http://code.google.com/p/commandproxy/
and find more info here:
http://www.mikechambers.com/blog/2008/01/17/commandproxy-net-air-integration-proof-of-concept/
Does that answer your question?
mike chambers
m...@adobe.com
On Dec 15, 2008, at 7:38 AM, flexaustin wrote:
I asked
I have a colleague that is of the opinion that SQL statements in Java Code
such as DAO classes is bad practice, that the SQL statements and parameter
tokens be externalized into Contants or property files. I maintain that is
not only not necessary in general but given our loosely coupled service
We are planning on the following organization for an Application.
Base Application this will contain a scalable application with a canvas and
an Toolbar across the top.
The Application will be secured by user login in a popup form window.
The tool bar buttons will load modules in the canvas
to convert it to a bitmap first. Either that or
recreate the chart on the server. If all you need is a simple
copy/paste solution, then the method Paul mentioned would be easier to
implement.
-Mike Chabot
On Mon, Dec 1, 2008 at 1:13 PM, sailorsea21 [EMAIL PROTECTED] wrote:
Hi everyone, is it possible
for any information that could help shed some light
on this problem.
Mike
by the vast majority. I personally
appreciate you explaining the lastResult vs. event.result methods.
Tracy
Thanks Tracy.
Mike Duncan
ISSO, Application Security Specialist
Government Contractor with STG, Inc.
NOAA :: National Climatic Data Center
151 Patton Ave.
Asheville, NC 28801-5001
suggested this, but I hope this helps.
Mike Duncan
ISSO, Application Security Specialist
Government Contractor with STG, Inc.
NOAA :: National Climatic Data Center
151 Patton Ave.
Asheville, NC 28801-5001
[EMAIL PROTECTED]
828.271.4289
jch92592 wrote:
All,
I am using an ArrayCollection
, then I can understand this
logic, but in my case, there is always at least one result. A single
child within the root element of the returned XML that is.
I appreciate the heads up though.
Mike Duncan
ISSO, Application Security Specialist
Government Contractor with STG, Inc.
NOAA :: National
Henry,
Training From the Source is a good first Flex book for most people.
-Mike Chabot
On Mon, Nov 10, 2008 at 8:00 PM, henryhokinhang [EMAIL PROTECTED] wrote:
Flex3/AIR book recommendation? I searched on amazon but I don't know
which one's good.
It turns out many of my projects won't function under 3.1.
Is there some documentation as to whatever the fundamental changes were in
this update that are breaking my apps so as to avoid it in future?
Thanks,
Mike
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf
1 - 100 of 739 matches
Mail list logo