Maybe I'm misunderstanding again.
This is what a developer should do so that the contents of the panel are
laid out horizontally.
I constructed Panel as a subclass of Group so that I could take advantage
of VerticalFlexLayout so that Container content area of the Panel would
grow to
I tried the approval XML script.
+1
Package
https://dist.apache.org/repos/dist/dev/flex/flexjs/0.8.0/rc1/apache-flex-fl
exjs-0.8.0-src.tar.gz
Java 1.7
OS: Mac OS X x86_64 10.12.5
Source kit signatures match: y
Source kit builds: y
README is ok: y
RELEASE_NOTES is ok: y
NOTICE is ok: y
LICENSE is
Perhaps we can look to other languages for guidance. For example, in Swift:
var val:Boolean
is illegal. It MUST be initialized or declared to be optional:
var val:Boolean = false
var val:Boolean?
The Swift people felt that leaving variables uninitialized and defaulted
caused too many issues and
Hi,
Use margins on the items.
‹peter
On 6/22/17, 9:48 AM, "yishayw" wrote:
>What is the preferred way to set gaps between columns and between rows?
>
>
>
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.247.n4.nab
I was wondering why React keeps its own DOM and why it is so fast. Perhaps
this is the reason.
On 6/22/17, 10:56 AM, "Alex Harui" wrote:
>Feel free to test your theory. It sounds like duplication of work to me
>as in: The DOM does have some sort of list so why keep our own? Making
>and manipul
You could write a new TileLayoutWithGapAndPadding to handle that specific
situation. On the JS side, TileLayout uses Flexbox and perhaps you need
more control.
‹peter
On 6/22/17, 10:14 AM, "yishayw" wrote:
>Adding margins adds a gutter on the right side of the host. This is
>probably
>because e
I just added something to TLF branch, in the DragDrop project. There is
now a dependency on Collections; does a pom file need to be changed to
reflect that or is the compile-swf-config file enough?
‹peter
On 6/27/17, 4:41 PM, "Alex Harui" wrote:
>I had to update some poms.
>
>-Alex
>
>On 6/27/1
I'm running the asdoc target in flex-asjs and it has rejected a couple of
things in Core/main/flex/Promise.as such as:
[asdoc]
/Users/pent/dev/flex-asjs/frameworks/projects/Core/src/main/flex/Promise.as(270):
col: 19 Error: Syntax error: expecting identifier before catch.
[asdoc]
[a
Also, it looks like the ASDoc example uses
>its own asdic-config.xml file in its src/main/config folder.
>
>-Alex
>
>On 6/30/17, 10:25 AM, "Peter Ent" wrote:
>
>>I'm running the asdoc target in flex-asjs and it has rejected a couple of
>>things in Core/m
I'm taking a look at this. Would you mind filing a JIRA on this?
Thanks,
Peter
On 7/19/17, 1:23 PM, "PKumar" wrote:
>Panel , close event not firing on JS side. swf side it is working fine.
>This may be an issue.
>
>On Wed, Jul 19, 2017 at 11:00 PM, Prashant Kumar
>wrote:
>
>> I am having a
its strand.
—peter
On 7/20/17, 1:45 PM, "Peter Ent" wrote:
>I'm taking a look at this. Would you mind filing a JIRA on this?
>
>Thanks,
>Peter
>
>On 7/19/17, 1:23 PM, "PKumar" wrote:
>
>>Panel , close event not firing on JS side. swf side it is wor
I needed events to bubble for the drag and drop work. While that was fine
for the Flash Player, the FlexJS/Google/Browser event mix didn't work.
Alex suggested I used setParentTarget on the event to work up the tree and
then the event would be dispatched at each level, thus mimicking bubbling.
I di
I just left things as open as possible as I recall. Thanks Harbs.
On 7/23/17, 6:06 AM, "Harbs" wrote:
>Agreed, but I think the defaults should match Flash between and HTML.
>
>He did not set stretch. Nothing was set. ³stretch² is the default css.
>
>> On Jul 23, 2017, at 12:23 PM, Alex Harui
>>
mouse
event values?
SWF: flexJSMouseEvent.screenX = swfMouseEvent.stageX;
JS: flexJSMouseEvent.screenX = jsMouseEvent.pageX;
Thanks.
Peter Ent
Adobe Systems/Apache Flex Project
ck out my browser-event branch for my attempt to make MouseEvents and
>KeyboardEvents behave the way you¹d expect.
>
>I¹m currently struggling with figuring out how to make artificially
>created MouseEvents behave properly. Maybe we should compare notesŠ
>
>Harbs
>
>> On Jul 25, 20
I must have forgotten to delete that.
Peter
> On Jul 30, 2017, at 7:20 AM, Harbs wrote:
>
> Is anyone using ClippingViewport?
>
> It seems to be extraneous at this point. Viewport does clipping by default.
>
> Thanks,
> Harbs
You make good points.
The Express package is in its infancy. I packaged things together that
were, I felt, the most common combinations, such as all Views and
Container classes have data binding. This also means Containers have
scrolling with the idea that you would use Group if you did not want
s
FlexJS. And many other ideas will come from this.
I feel the opportunity to turn a negative into a positive is a huge one
and doing this now is the best time.
Regards,
Peter Ent
Adobe Systems/Apache Flex(JS) Project
>
Hi,
While working on drag-and-drop, I've made an "interesting" discovery having to
do with the HTML-side's x and y getter functions.
Let's say you have a nesting of s:
…
…
(this structure is similar to what is generated for DataGrid).
If you attem
ishay Weiss" wrote:
>Peter,
>
>Is PointUtils.localToGlobal() not working for you? From what I understand
>it takes approach (1).
>
>From: Peter Ent<mailto:p...@adobe.com.INVALID>
>Sent: Tuesday, August 29, 2017 11:29 PM
>To: dev@flex.apache.org<mailto:dev@flex.apache.org>
&
at you’re saying. I think we worked around that issue in our app
>by relying on MouseEvent.clientX, MouseEvent.clientY. But let’s hear
>other ideas for a more complete solution.
>
>From: Peter Ent<mailto:p...@adobe.com.INVALID>
>Sent: Wednesday, August 30, 2017 4:48 P
+1 (Binding)
Peter Ent
Adobe Systems
On 9/1/17, 6:08 AM, "Christofer Dutz" wrote:
>-1 (Binding)
>
>As I mentioned, I cannot support this proposal as is as I was excluded
>from the PMC of the Fork.
>
>Chris
>
>On 2017-09-01 08:28, Alex Harui wrote:
>>
As far as I can tell I merged it. I'm not seeing anything missing from my
end. Does it look like I messed up the merge?
‹peter
On 9/3/17, 6:58 AM, "Piotr Zarzycki" wrote:
>Hi Peter,
>
>Does Drag and Drop branch was merged into develop ?
>
>Thanks,
>Piotr
>
>2017-09-03 11:55 GMT+02:00 :
>
>> See
ok.com/?url=https%3A%2F%2Fpaste.apa
>che.org%2FllyY&data=02%7C01%7C%7C440bfe3a1e55479f3b5008d4f2bd5a06%7Cfa7b1b
>5a7b34438794aed2c178decee1%7C0%7C0%7C636400342465482556&sdata=BqK2avxwMlmN
>WXKd4foDK4X9DGZGA%2F8omG90%2FlTPEJY%3D&reserved=0
>
>Thanks, Piotr
>
>2017-09-
;I just committed a fix for that.
>
>Harbs
>
>> On Sep 3, 2017, at 2:55 PM, Peter Ent wrote:
>>
>> Thanks for helping me. I don't see anything wrong on my end. The problem
>> seems to be with the JS side building ExpessJS but I don't see there is
>>
Hi,
Does anyone have the instructions on how to set up access to your
home.apache.org space? I've looked on the apache.org site and all I can find
are instructions about the old people.apache.org. I guess I haven't accessed my
home.apache.org since I set up my newer computer.
I'm going to upda
member your passphrase.
>
>-Alex
>
>On 9/13/17, 9:16 AM, "Peter Ent" wrote:
>
>>Hi,
>>
>>Does anyone have the instructions on how to set up access to your
>>home.apache.org space? I've looked on the apache.org site and all I can
>>find
l go out for coffee and I hope it works
when I get back.
—peter
On 9/13/17, 1:22 PM, "Mark Thomas" wrote:
>On 13/09/2017 18:05, Peter Ent wrote:
>> I get permission denied (public key). I remember having to set up
>> something for the old people site (I think) and have be
ion denied. Maybe that's not a
real PGP key. I looked up PGP for the Mac and found GPG Keychain which it
says makes OpenPGP keys. Just very confused.
—peter
On 9/13/17, 3:15 PM, "Mark Thomas" wrote:
>On 13/09/17 19:27, Peter Ent wrote:
>> Thanks, Mark.
>>
>> I thi
Let's say we change the Apache PROJECT name to something else that's a bit
more generic and without the JS.
I think its important that people who have Flex apps be able to do a
Google search and find our new project and on that project's main page we
have a statement about Apache Flex and the purp
Ah, OK. Somewhere I mixed up SSH with SFTP and thinking that SFTP required
PGP. I'll delete the PGP and redo the SSH private key.
—peter
On 9/13/17, 4:12 PM, "Mark Thomas" wrote:
>On 13/09/17 21:00, Peter Ent wrote:
>> My LDAP entry at id.apache.org has a Op
Success! Thanks for clarifying that.
—peter
On 9/13/17, 4:12 PM, "Mark Thomas" wrote:
>On 13/09/17 21:00, Peter Ent wrote:
>> My LDAP entry at id.apache.org has a OpenPGP Public Key Primary
>> Fingerprint set. I assume when I do sftp p...@home.apache.org it looks
&g
No (binding)
On 9/14/17, 11:37 AM, "Dave Fisher" wrote:
>VOTE Should the Project Name of the Proposed Fork be FlexJS?
>
>[ ] Yes - The forked project should be Apache FlexJS.
>[ ] No - The forked project should have another name which will be
>discussed.
>[ ] Abstain - Don¹t care what the forked
If the project name were to be "Apache Royale" and produced FlexJS, and
the Apache Royale web page/wiki referenced FlexJS and made it available
for Google searches, then anyone who was interested in or heard about
FlexJS and searched for "FlexJS" (or "Flex" or "Adobe Flex" or "Apache
Flex" or "Acti
1) Royale (binding)
2) Braid
‹peter ent
On 9/17/17, 3:19 PM, "Piotr Zarzycki" wrote:
>Hi,
>
>In this thread I've gathered list of names proposition for fork of FlexJS
>project.
>
>LIST:
>
>Royale
>Boja
>Strand
>Bead
>Limber
>Boinga
>Bra
I'm inclined to favor "Braid" over Limber (however you want to spell it)
because I can think of too many puns associated with Limber and the first
thing that comes to mind, for me, is cheese that smells.
I don't remember how to pronounce "Borja" and while English always seems
to dominate, English-
I swear all the good names are already taken. I think we just need to
throw letters into a box and shake them at this point.
‹peter
On 9/19/17, 3:48 PM, "Harbs" wrote:
>Helix is nice.
>
>Possible conflict:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.helixs
>dk.org%2F&dat
1) royale-asjs just so we can expand later if needed. I like
royale-compiler.
2) Let's get off of SVN!
‹peter
On 9/21/17, 11:42 AM, "Alex Harui" wrote:
>We have to decide a few more things for setup:
>
>1) our current repos are named flex-asjs, flex-typedefs, etc. I assume we
>want them renamed
The setter for element is in HTMLElementWrapper, the super class for
UIBase. The setter for flexes_wrapper is in UIBase. So if the element
setter were to also set the flexjs_wrapper, it would have to be an
override in UIBase to do it. At least that¹s how I understand it.
Could you elaborate a litt
be a getter (which normally returns
>the element) that’s overridden for classes which need a different one.
>That will save memory for every IUIBase created.
>
>Harbs
>
>> On Sep 26, 2017, at 3:23 PM, Peter Ent wrote:
>>
>> The setter for element is in HTMLElementW
different one.
>That will save memory for every IUIBase created.
>
>Harbs
>
>> On Sep 26, 2017, at 3:23 PM, Peter Ent wrote:
>>
>> The setter for element is in HTMLElementWrapper, the super class for
>> UIBase. The setter for flexes_wrapper is in UIBase. So if t
IUIBase object has a positioner set. I don’t
>>>know
>>> of a single class which has a different positioner than the element. It
>>> seems to me that positioner should be a getter (which normally returns
>>>the
>>> element) that’s overridden for classes wh
I have made a change the royale compiler (not committed yet) to produce a
migration commendation JSON file. This file is then used by the Flex2Royale
example app (also not committed).
You can see the result at: http://home.apache.org/~pent/Flex2RoyaleApp/
This is pretty much the same thing as b
Have you been able to build any of the examples in
royale-asjs/examples/royale? When I try to build DataBindingExample, it
fails because it cannot find flexTasks.tasks.
The build.xml is setting FLEX_HOME to ROYALE_HOME which it sets to the
royale-asjs directory. There is no flexTasks.tasks in roya
part.
‹peter
On 10/25/17, 10:33 AM, "Peter Ent" wrote:
>Have you been able to build any of the examples in
>royale-asjs/examples/royale? When I try to build DataBindingExample, it
>fails because it cannot find flexTasks.tasks.
>
>The build.xml is setting FLEX_HOME to RO
+1 I had no trouble at all following the instructions, launching the
installer, and building the SDK. Running macOS Sierra.
‹peter
On 11/8/17, 2:57 PM, "Piotr Zarzycki" wrote:
>Hi Folks,
>
>This is official thread for Vote to approve Apache Flex SDK Installer
>version 3.3 to be released.
>
>It'
I'm trying the AppoveSDK.xml script. When I do:
ant -f ApproveSDK.xml -Drelease.version=4.16.1
I get the following:
Buildfile: /Users/pent/Downloads/ApproveSDK.xml
write-out-jars-list:
[delete] Deleting: /Users/pent/Downloads/jars.txt
install-rat.jar:
install-rat.tasks.jar:
install-rat:
leasecandidate.xml scripts because
>> they would have put the right command-line in the vote thread emails.
>> IMO, it would be better to get these scripts working so they save
>> everybody time and hassle.
>>
>> -Alex
>>
>> On 11/10/17, 8:22 AM, "Pe
After getting the Approval script running and going through the license
files, etc., the whole thing ended with:
osmf-check:
osmf-download:
download-osmf-swc:
[get] Getting:
https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/
OSMF2_0.swc?format=raw
[get] To:
Hi Piotr,
Looks like a similar issue is happening to the royale-asjs executables.
What did you do to fix this for the release?
Thanks,
‹peter
On 11/15/17, 9:28 AM, "Piotr Zarzycki" wrote:
>Hi Maxim,
>
>Thank you for checking! :)
>
>Piotr
>
>2017-11-15 15:26 GMT+01:00 Maxim Solodovnik :
>
>> Bo
-1
ApproveSDK.xml
I used both Java 1.8 and Java 1.7. The script fails on the osmf.xml
download again.
macOS 10.12.6
Peter Ent
On 11/15/17, 4:15 AM, "Piotr Zarzycki" wrote:
>Hi Folks,
>
>This is a Apache Flex SDK 4.16.1 release candidate 2 Please see the
>RELEAS
The osmf download still fails for me. I tried Java 1.8 and Java 1.7 since
someone in an email thread said that seemed to be the issue.
I am going on vacation for the US Thanksgiving holiday and will be back
next week.
Regards,
Peter
On 11/15/17, 4:16 AM, "Piotr Zarzycki" wrote:
>Hi Folks,
>
>Pl
lease is
>>going
>>to take much longer.
>>I'm wondering why Alex didn't have such problems...
>>
>>Happy Thanksgiving!
>>Piotr
>>
>>
>>2017-11-20 19:41 GMT+01:00 Peter Ent :
>>
>>> The osmf download still fails fo
+1
The problem on my part which caused the failure of the installation. Once
corrected the install completed and I was able to verify it.
Regards,
Peter
On 11/20/17, 1:40 PM, "Peter Ent" wrote:
>-1
>
>ApproveSDK.xml
>I used both Java 1.8 and Java 1.7. The script
The purpose of the Mobile project was to provide code that works mainly
with either Cordova or AIR. Some components were meant to mimic iOS or
Android (which I am not familiar with at all) such as the Stacked and
Tabbed view navigators. Other components are typically found on mobile
devices and mig
Thanks. I'll take a look at it.
‹peter
On 11/7/16, 10:05 AM, "yishayw" wrote:
>Filed a bug here
>
>https://issues.apache.org/jira/browse/FLEX-35169
>
>
>
>
>--
>View this message in context:
>http://apache-flex-development.247.n4.nabble.com/FlexJS-ComboBox-Broke
>n-in-JS-tp56338.html
>Sent f
d their profile.
Regards,
Peter Ent
Adobe Systems/Apache Flex Project
ind of examples. I think that this could be a
>great scenario to introduce what we was talking in other thread about gaps
>between items.
>Do you have something already done it in this example? if not could you
>add
>it as a part of the polish?
>
>thanks!
>
>Carlos
&g
I should be checking in the flow layout that will put multiple items on a line
within the next day or so.
Peter
> On Nov 12, 2016, at 11:07 AM, Carlos Rovira
> wrote:
>
> It's in examples folder/TeamPage
>
> 2016-11-12 16:41 GMT+01:00 PKumar :
>
>> this is really inspiring. could you ple
see if it
has the same problem; DataBindingExample uses DropdownList.
Thanks,
Peter Ent
Adobe Systems/Apache Flex Project
On 11/7/16, 10:58 AM, "Peter Ent" wrote:
>Thanks. I'll take a look at it.
>‹peter
>
>On 11/7/16, 10:05 AM, "yishayw" wrote:
>
>
Thanks. I am looking into this today. Any luck trying this with
DropdownList? I'm wondering if we need both controls.
‹peter
On 11/16/16, 12:08 AM, "yishayw" wrote:
>Added info in bug report. Thanks.
>
>
>
>--
>View this message in context:
>http://apache-flex-development.247.n4.nabble.com/
Thanks. I found the cause of the problem: when the list is to be
re-displayed, the elements in the list are supposed to be removed, but
they are not and so the number of items in the drop list keeps growing
with each appearance. The items aren't repeated, just blank slots are
appearing. The element
What are the requirements for getting flex-asjs to compile with
goog.DEBUG? Is there a new version of google closure required or an
environment var to be set?
When I do an ant build in flex-asjs I get this error:
[compc]
/Users/pent/dev/flex-asjs/frameworks/projects/Language/src/main/flex/org/ap
That did the trick. Thanks.
‹peter
On 11/21/16, 4:08 PM, "Alex Harui" wrote:
>
>
>On 11/21/16, 12:01 PM, "Peter Ent" wrote:
>
>>What are the requirements for getting flex-asjs to compile with
>>goog.DEBUG? Is there a new version of google closur
I had an issue today with ComboBox and its model not being present on the
JS side; it was building SWF only. Maybe something similar is happening
for List since you mention labelField which should be part of the model
List uses. Just an idea, but its odd that you get a similar error to what
I had t
IDataProviderItemRendererMapper: ClassReference("org.apache.
>> flex.html.beads.DataItemRendererFactoryForArrayData");
>> IItemRendererClassFactory: ClassReference("org.apache.flex.core.
>> ItemRendererClassFactory");
>> IItemRenderer: ClassRefer
There are beads designed for Array (the default set) and ArrayList. You
need to change the data provider and selection models to match. There is
code that does something like: dataProvider is Array and that will be null
when the dataProvider is an ArrayList so the code will just return from
that fu
I'll look into this tomorrow.
Peter
On Dec 1, 2016, at 7:09 PM, Carlos Rovira wrote:
>>
>> Anyway, Peter might be able to better answer your question, but it appears
>> that if you create some new subclass of UIBase and have it return 'this'
>> for layoutHost and contentView, that the ListV
y which shows a simpler List without
the nesting.
‹peter
On 12/1/16, 7:40 PM, "Peter Ent" wrote:
>I'll look into this tomorrow.
>
>Peter
>
>
>On Dec 1, 2016, at 7:09 PM, Carlos Rovira wrote:
>
>>>
>>> Anyway, Peter might be able to bette
Hi,
If you go to: http://flex.apache.org/team/ you'll see a Flex Team page created
using FlexJS. Still needs a bit more styling and polish. This is driven by a
JSON file.
Take a look and let me know your thoughts. The code is in
flex-asjs/examples/flexjs/TeamPage.
Peter Ent
Adobe Sy
crete classes being used instead of interfaces.
Let me know if this seems more like what you are looking for.
—peter
On 12/2/16, 12:48 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
wrote:
>excelent Peter! I'll be waiting for this :)
>
>2016-12-02 15:47 GMT+01:
I've checked in a new example: flex-asjs/examples/flexjs/ListExample. Let
me know if this is close to what you are looking for.
—peter
On 12/2/16, 3:41 PM, "Peter Ent" wrote:
>I have something working now. It took a bit more doing than I'd like, but
>it is relatively
s looks like a great use case for an MDL-Card component [1] as a
>> container for each team member. If no one gets to it before me, I will
>> take a shot at it!
>>
>> [1] https://getmdl.io/components/#cards-section
>>
>> Regards,
>> Om
>>
>> On Fri,
ore useful functional groups would help.
‹
Peter Ent
Adobe Systems/Apache Flex Project
On 12/5/16, 6:26 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
wrote:
>Hi Sankar
>
>1. Why the 'Basic' and 'HTML' folders when holding almost same files?
>>
>
hovering over the element.
>
>On Dec 2, 2016, at 8:56 PM, Peter Ent wrote:
>
>> Hi,
>>
>> If you go to: http://flex.apache.org/team/ you'll see a Flex Team page
>>created using FlexJS. Still needs a bit more styling and polish. This is
>>driven by a JSON
I just noticed this email. I have started to look into Slider. It was an
early component, like ComboBox, and needs a little bit of work to bring it
back to life.
‹peter
On 12/2/16, 5:49 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
wrote:
>I'd want to bring this again since I think i
I updated the TeamPage code in the flex-asjs/examples/flexjs area to use
the component instead of a TextButton. Still have to push it out to
the main website, but you can build it and look at it there.
—peter
On 12/5/16, 10:59 AM, "Peter Ent" wrote:
>That's a good point. I
l.com on behalf of Carlos Rovira"
wrote:
>Great Peter, I'll be waiting to follow your changes onto MDL version
>
>Thanks for taking care of this!
>
>2016-12-05 17:41 GMT+01:00 Peter Ent :
>
>> I just noticed this email. I have started to look into Slider. It was
I have assigned the JIRA issue to myself and will be looking into this.
‹peter
On 12/6/16, 1:11 AM, "sankar" wrote:
>Can Peter or anyone from Apache dev suggest where the present development
>stays for runtime data update to DataGrid component, or even any specific
>beads way already available,
I believe the original intent was that beads like SolidBackgroundBead and
SingleLineBorderBead weren't going to be "exposed" for use by developers.
Rather, they support CSS background-color and border styles for the SWF
side. For example, if you have a Container and give it those styles,
FlexJS aut
r ComboBox now so you can give that a try.
Peter Ent
Adobe Systems/Apache Flex Project
Thanks for the details. I know we can include the assets, I'm just not
show how we [will] do it with FlexJS build files; and I'll take a look at
this.
‹peter
On 12/9/16, 12:07 PM, "Jeffry Houser" wrote:
>
>
>On 12/9/2016 9:57 AM, Peter Ent wrote:
>> Hi,
>&
dataProvider, but maintains their own state (as I recall). Perhaps they
should share more or all of the same state. After all, if you select item
3, you want each list to select its own item 3.
You should file a bug so this gets cleaned up.
Peter Ent
Adobe Systems/Apache Flex Project
On 12/11/16, 11
My experience with bead-writing is that if your bead has no dependencies
on other beads, then doing your set up in the strand-setting is the
easiest.
If your bead needs to know another bead exists, typically a view bead,
then in the strand-setter, ask for that bead using strand.getBeadByType().
I
re are cases where would be preferred over
for StringItemRenderer and I'll work something else out for DateChooser.
Thanks,
Peter Ent
Adobe Systems/Apache Flex Project.
My installation of Moonshine failed - twice.
I'm running macOS Sierra, 10.12.1.
The first time, I got the dialog saying Moonshine needed SDKs and to
install the Helper. The Helper downloaded and installed. Then Moonshine
reported it could not find any SDKs and put up a dialog box about using
Java
Having done a bunch of these, I'd like to propose something a little
controversial.
A new class, BaseBead, from which all Beads derive (you can choose not to
do this in your custom beads, just implement IBead). BaseBead has:
public function set strand(value:IStrand):void {Š}
public function get
chines/jdk1.7.0_75.jdk/Contents/Home
LANG=en_US.UTF-8
XPC_FLAGS=0x0
XPC_SERVICE_NAME=0
SHLVL=1
HOME=/Users/pent
LOGNAME=pent
_=/usr/bin/env
—peter
On 12/15/16, 11:21 AM, "Peter Ent" wrote:
>My installation of Moonshine failed - twice.
>
>I'm running macOS Sierra, 10
On 12/15/16, 12:33 PM, "Alex Harui" wrote:
>
>
>On 12/15/16, 8:22 AM, "Peter Ent" wrote:
>
>>Having done a bunch of these, I'd like to propose something a little
>>controversial.
>>
>>A new class, BaseBead, from which all Beads
;> Project: Apache Flex
>> Issue Type: Improvement
>>Affects Versions: Apache FlexJS 0.8.0
>>Reporter: Santanu Karar
>>Assignee: Peter Ent
>> Fix For: Apache FlexJS 0.8.0
>>
>>
>> At pres
Thanks for help, Joel. Making the modification of the loaded SDK did the
trick. I was able to run the HelloWorld example.
I will try to run Moonshine more often now.
‹peter
On 12/15/16, 3:33 PM, "JoelProminic" wrote:
>Hi Peter,
>
>I retested the Java 8 text, and it looks like this field is read
nding is broken or not implemented in DataGrid component
>>
>>
>> Key: FLEX-35197
>> URL: https://issues.apache.org/jira/browse/FLEX-35197
>> Project: Apache Flex
>> Issue Type: Question
>>Affec
I'm trying to use and no image is being loaded.
Looking at the ImageBase.as code, I don't see how the image src is making it to
the element that has been created. Is there a part I'm missing or is
something disconnected? I'm happy to fix it, I just didn't want to undo
something that should be
I meant url. I did not use src.
On 12/16/16, 2:39 PM, "Yishay Weiss" wrote:
>Have you tried url instead of src?
>
>
>
>From: Peter Ent<mailto:p...@adobe.com>
>Sent: Friday, December 16, 2016 9:23 PM
>To: dev@flex.apache.org<mailto:dev@flex.apache.org&
Can you try the slider in flexjs/manualtests/FlexJSTest_Panel? I used that
example to get Slider to work and to produce valueChange events on both
SWF and JS.
For both SWF and JS, the Slider is composed for two Buttons. On the JS
side, the buttons are styled to look like a thumb (rectangle, I'm af
I've decided a goal for the New Year is to use maven more and make use of the
work that has been done. I've followed the instructions on the Apache FlexJS
wiki, but have run into an error.
In flex-falcon, I do: mvn -s settings-template.xml -DskipTests clean install
and get the following error (
No. This is a pretty clean directory. I never work on flex-falcon so its
100% from the repo.
‹peter
On 12/21/16, 11:10 AM, "piotrz" wrote:
>Hi Peter,
>
>Do you have some flash builder project file in falcon folder or any other
>file which is not part of the repository?
>
>Rat may complain cause
Got a little help from Alex. Seems the clean step didn't purge all of the
old files. I guess periodically one should delete the repo and get it
again, just to remove stale things.
So now maven builds falcon cleanly.
‹thanks.
On 12/21/16, 11:48 AM, "piotrz" wrote:
>I thinkg rat.txt should point
Thanks. That was my fault. Much appreciated.
Peter
> On Dec 25, 2016, at 11:26 AM, Christofer Dutz
> wrote:
>
> Hi guys,
>
> I noticed two new examples which weren’t automatically built by the maven
> build. I fixed that ... now they should build with all the other modules.
> While List
Hi (back from vacation here in the US),
The FlexJS html.DataGrid is indeed composed of Lists which sit inside a
scrollable Viewport so they all scroll together. The DataGrid beads take
care of synchronizing the selection and produce a single change event.
The header is a ButtonBar. The DataGridCo
1 - 100 of 662 matches
Mail list logo