I try different things, it looks like root folder for CF10 is
/Applications/ColdFusion10/cfusion/
Not /Applications/ColdFusion10/
The root URL should be http://localhost/
For Web root i try "/Library/WebServer/Documents" or "/private/etc/apache2"
i got error: You do not have write permission for t
On 9/9/13 1:51 PM, "jfb" wrote:
>I feel so stupid Alex :)
>I typed the code in dreamweaver using the design mode instead of code
>mode.
I've made a similar mistake before.
>The index.cfm file is displaying the content fine.
>What should I use as web root and root URL in Flash Builder?
I believ
Yup. HTTPService is nice for basic stuff, but if you need anything more complex
(like handling binary data), it falls short.
On Aug 27, 2013, at 4:11 AM, Jerry Hamby wrote:
> Instead of using HTTPService, I had to use URLRequest.
I had used it for a while, but then discovered that it didn't play very well
with https. Also, the need for a socket server was a pain…
I ended up just using HTTPService and URLLoader. I built a wrapper to handle
binary and xml type data. I cache the response type and forward that in a
custom e
I feel so stupid Alex :)
I typed the code in dreamweaver using the design mode instead of code mode.
The index.cfm file is displaying the content fine.
What should I use as web root and root URL in Flash Builder?
--
View this message in context:
http://apache-flex-users.246.n4.nabble.com/F
Little Dropbox tip:
If you add "?dl=1" to the end of a link to a dropbox file, the browser will
download it instead of displaying the file contents.
So:
https://dl.dropboxusercontent.com/u/84958/Browser.fxp
Becomes:
https://dl.dropboxusercontent.com/u/84958/Browser.fxp?dl=1
and it downloads pr
Alex,
The apache is working because I get "It Works!" for http://localhost.
Also I get display any html content if I use
http://localhost/~username/index.htm
The issue is the cfm files. I will look into httpd.conf.
Thanks
--
View this message in context:
http://apache-flex-users.246.n4.nab
Hi I have added an FXP project (this is a Flex example) via the link
I wrote it in FB 4.6
Air 3.7
Flex SDK 4.9.1
Simply allows you to navigate to any website.
Tested on a Mac using the FB simulator and on an iPad4
I will leave the FXP available until the end of this month.
Hope this helps and is
Hi Fred,
Resolved the issue of wondering where these dependencies were by forcing
updates using mvn clean install -U
Thanks for your assistance.
Lyndon
--
View this message in context:
http://apache-flex-users.246.n4.nabble.com/4-10-0-Maven-Artifacts-tp2616p2648.html
Sent from the Apache
Hi Phil. Sure, I'd be really interested. This would probably solve all my
upcoming problems. Thanks!
Mat
On Mon, Sep 9, 2013 at 11:47 AM, Phil wrote:
> You could use the built-in webkit "component" which can of course, render
> most/all html/css functionality.
>
> I could send you a small mobi
You could use the built-in webkit "component" which can of course, render
most/all html/css functionality.
I could send you a small mobile example for using this as a browser if this
would be helpful.
Phil
Sent from my iPad
> On 9 Sep 2013, at 15:32, Mathieu St-Gelais wrote:
>
> Hello peopl
If you hit just "http://localhost"; what do you get? Maybe the apache http
server isn't set up? I think there is an httpd.conf file that has two
settings that need to point to
/Applications/ColdFusion9/wwwroot
On 9/9/13 4:53 AM, "jfb" wrote:
>Hi Alex,
>Thanks for your reply and help.
>Yes, the
So I was still experiencing the same issue whenever I would extend the
GridItemRenderer class. I was finding that element.getLayoutMatrix() was
returning null here:
https://github.com/apache/flex-sdk/blob/develop/frameworks/projects/spark/src/spark/components/gridClasses/DataGridDragProxy.as#L161
Not sure if it fits your requirements but have you tried listening for
FlexEvent.ENTER instead?
On 09/09/2013 11:51, derChris wrote:
Hi,
I have problems getting an Event when the "Enter" - Button on a softKeyboar
is clicked on iOs (iPod Touch 5G).
The TextArea is using the skin "spark.skins
By "complex", I mean more than only basic HTML tags, which could be set in
a standard label... My client thinks he might have to display, for example,
an HTML div with CSS styling. As Saul just said, the mx:HTML component is
not available in a mobile project.
I'll check the StageWebView, and hope
1- That's not the commands used to build the SDK you're showing me but the
ones to convert it, so, try to use the 4.10 SDK provided by the Installer to
be sure it is suitable to the one expected by the converter.
2- If you've converted 4.6 and superiors version and want them to be used by
FM6.x, s
Happy this helped.
Any ideas on the 4.6 com.adobe.Listener problem when the sign-air goal
attempts to create our air application?
Without seeing your pom.xml, I can't say but I would make sure I have set
to the adl.exe location first and added those dependencies to
the FM6.x direct dependencies:
Hi Fred,
Just changed my repo settings to allowRedeploy and they're uploading
successfully!!! - Thanks for this.
Any ideas on the 4.6 com.adobe.Listener problem when the sign-air goal
attempts to create our air application?
Thanks again.
Lyndon
--
View this message in context:
http://apache
Fred,
I tried
H:\downloads\mavenizer>java -Dhttp.proxyHost=websense -Dhttp.proxyPort=8080
-cp
target/flex-sdk-converter-1.0.jar SDKGenerator C:\lgim\SDK\FDK\sdkhome
C:\lgim\S
DK\FDK\fdktarget false
and
H:\downloads\mavenizer>java -Dhttp.proxyHost=websense -Dhttp.proxyPort=8080
-cp
target/flex-
That shouldn't work in a mobile project.
Check this out . it may be of help
http://www.judahfrangipane.com/blog/2011/01/16/stagewebview-uicomponent/
adobe have his own StageWebView component. But is kinda a pain.
regards
-Original Message-
From: Matthew Weir [mailto:mattcomm...@yahoo.co
The reason of those missing pom.xml / artefacts can be either you didn't
follow all the steps to build a SDK suitable to use with an IDE (that's why
I asked you the commands you used to build it) or/and didn't follow the ones
of the Maven converter (see the readme, especially the points regarding t
Hi Fred and others and thank you all for your quick responses.
Fred,
I 'built' the fdk from the 4.10.XXX sdk downloaded from the apache flex
website then used the maveniser generator, followed by attempted deployment
with the mavenizer deployer. Some artificats are successfully uploaded such
as
I'm not entirely sure what you're meaning by complex... but this was working in
4.6
http://flex.apache.org/"/>
From: Mathieu St-Gelais
To: users@flex.apache.org
Sent: Monday, September 9, 2013 10:32 AM
Subject: Displaying HTML content in AIR
Hello people
Hello people
I have searched through the newsgroup, and wasn't able to find any answer
to my question: how can I show "complex" HTML content in a mobile AIR
application (deployed on iOS and Android)?
I have found this discussion, but that's about it :
http://mail-archives.apache.org/mod_mbox/flex
1- Ah ok, then look at
http://www.mnkartik.com/2013/01/could-not-transfer-artifact-error-400.html
What I usually do for artifacts not built and deployed from Maven project as
this one, is I create another repository, I use it for what I add manually
with "Allow Redeploy" snapshots and releases.
400 response code indicates invalid authorization.
1) Check your .m2/settings.xml that you have credentials entered for the
Nexus you're uploading to.
2) Make sure you actually have permissions to deploy to that repository.
On Mon, Sep 9, 2013 at 9:28 AM, Davori wrote:
> Additinally when I ins
> I'm have built the 4.10.0.20130801 apache flex sdk
Do you mean from the sources ?
If yes, what are the commands you used to build it and covert it ?
>I switched to the 4.6.X sdk
I assume you downloaded this one as well with the relative Air SDK, ran the
Maven converter and then the deployer,
Additinally when I inspect my repo i see this even though the output from the
deployer command instruction is as such for many of the artifacts:
Uploading:
http://10.204.30.56:8082/nexus/content/repositories/Maven3Repository/
com/adobe/flex/framework/advancedgrids/4.10.0.20130801/advancedgrids-4.1
Hi,
I'm have built the 4.10.0.20130801 apache flex sdk and encounter this
problem when trying to deploy to my nexus repository using the SDKDeployer
within the mavenizer.
Return code is: 400, ReasonPhrase:Bad Request
I switched to the 4.6.X sdk to see if my credentials were incorrect however
mo
... and I want to close the SoftKeyBoard when the
"Enter-Button"/"return" is clicked...
--
View this message in context:
http://apache-flex-users.246.n4.nabble.com/Getting-Enter-Clicked-event-Flex-Mobile-iOs-spark-skins-mobile-TextAreaSkin-tp2618p2627.html
Sent from the Apache Flex User
I want multiline entry... but I don't won't explicit line breaks...
Christian
Am 09.09.2013 14:45, schrieb Maurice Amsellem [via Apache Flex Users]:
> If you don't want to allow multi-line entry, why not using spark
> TextInput instead ? It works exactly as you describe, and you can
> further
If you don't want to allow multi-line entry, why not using spark TextInput
instead ? It works exactly as you describe, and you can further customize the
label of the Enter key.
Maurice
-Message d'origine-
De : derChris [mailto:christian.kie...@goal-games.de]
Envoyé : lundi 9 septembr
Hi,
I have problems getting an Event when the "Enter" - Button on a softKeyboar
is clicked on iOs (iPod Touch 5G).
The TextArea is using the skin "spark.skins.mobile.TextAreaSkin"...
The only Event I get "sometimes" is the Event.CHANGE or
TextOperationEvent.CHANGE...
But is there a way to get
Hi Alex,
Thanks for your reply and help.
Yes, the web root should be: Web root: /Applications/ColdFusion9/wwwroot
But since I set the webserver in the CF as: /private/etc/apache2
I think the web root is different because it is not validating the CF
settings when I am creating a new Flex project.
I
> . I think the Installer Guys are currently working on integrating the
Mavenizer into the installer, to make things even easier.
True, well, first I'm working to speed up the installation process then I'll
work on the feature to add the Maven step to the installer.
-Fred
-Message d'origine-
So I tried rolling out the patch in the above ticket and I soon started
experiencing the same issue Mario Specht has, which is the null pointer in
MatricUtil (being passed in a null matrix).
I found there might be a problem with this:
https://github.com/apache/flex-sdk/blob/develop/frameworks/proj
Most Projects don't rely on libs with licenses not allowing to publish.
The Problem is that Flex relys on the FlashPlayer and Air runntime. This
belongs to Adobe and Adobe doesn't give us the permission to publish the
airglobal and playerglobal libs. Users would still have to manually download
Hi, it has been explained many times, so, you can use mail archives to
search for the threads, the mail archive address is on the web site.
In short, we can't use a repo that serves the Adobe artifacts needed in the
SDK because of legal reasons, it would change in the future.
-Fred
-Message
What is the reason for not publishing the artifacts to central or at
least Apache's Maven repo? It's great that there is a tool, but most
Apache projects publish their artifacts.
On Sep 9, 2013, at 3:55 AM, "christofer.d...@c-ware.de"
wrote:
> Yes, the mavenizer was built exactly for that.
>
>
Yes, the mavenizer was built exactly for that.
If you want to build your Flex application with Maven, you should use the
Version 6.0.1 of Flexmojos, which was modified to work with the new mavenized
FDKs.
Chris
Von: Matt Hughes [hughes.m...@gmail.com]
G
40 matches
Mail list logo