You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by pctechtv <ch...@pctechtv.com> on 2015/04/14 21:20:04 UTC

Flash Builder not showing desktop Application

While learning Flash Builder, I am testing a simple application that runs in
a browser, the code is like so:

When I run the application in a browser it shows up fine, but when I set the
a project up with the settings for Desktop Application I can't getting
anything to show up. I have no problems listed in the problems view. Does
anybody have some advice on why I don't see a compiled application. Thanks



--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Flash-Builder-not-showing-desktop-Application-tp10092.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Flash Builder not showing desktop Application

Posted by Alex Harui <ah...@adobe.com>.
And also more details on “settings for Desktop Application”.  Do you have
a second Flash Builder project with a copy of the code or sharing code or
tweaking files outside of Flash Builder?

Flash Builder does some magic to the -app.xml file and tweaks some default
visibility settings for AIR apps.

-Alex

On 4/14/15, 12:55 PM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:

>Can you share some code of what you are trying to do?
>
>Thanks,
>Om
>On Apr 14, 2015 12:53 PM, "pctechtv" <ch...@pctechtv.com> wrote:
>
>> While learning Flash Builder, I am testing a simple application that
>>runs
>> in
>> a browser, the code is like so:
>>
>> When I run the application in a browser it shows up fine, but when I set
>> the
>> a project up with the settings for Desktop Application I can't getting
>> anything to show up. I have no problems listed in the problems view.
>>Does
>> anybody have some advice on why I don't see a compiled application.
>>Thanks
>>
>>
>>
>> --
>> View this message in context:
>> 
>>http://apache-flex-users.2333346.n4.nabble.com/Flash-Builder-not-showing-
>>desktop-Application-tp10092.html
>> Sent from the Apache Flex Users mailing list archive at Nabble.com.
>>


Re: Flash Builder not showing desktop Application

Posted by pctechtv <ch...@pctechtv.com>.
Thanks, very helpful!



--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Flash-Builder-not-showing-desktop-Application-tp10092p10103.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Flash Builder not showing desktop Application

Posted by Alex Harui <ah...@adobe.com>.
In theory, if you created a Flex Project and chose Application Type of
Desktop, Flash Builder would have tweaked the -app.xml file for you, and
you would have started off with a WindowedApplication instead of a regular
Application.

-Alex

On 4/14/15, 5:34 PM, "pctechtv" <ch...@pctechtv.com> wrote:

>Thanks for the additional help this forum is the bomb, usually when you
>post
>first message on forums you don't get feed back right away, with this
>simple
>problem help has been non stop! Great!! I have solved the problem with
>help
>from the members the attachment was just a picture of solution to problem
>here it is again. Thank you all so much!!
>
>http://pctechtv.com/forumpic/nibFlex/fbVisibility.jpg
>
>
>
>--
>View this message in context:
>http://apache-flex-users.2333346.n4.nabble.com/Flash-Builder-not-showing-d
>esktop-Application-tp10092p10099.html
>Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: Flash Builder not showing desktop Application

Posted by pctechtv <ch...@pctechtv.com>.
Thanks for the additional help this forum is the bomb, usually when you post
first message on forums you don't get feed back right away, with this simple
problem help has been non stop! Great!! I have solved the problem with help
from the members the attachment was just a picture of solution to problem
here it is again. Thank you all so much!!

http://pctechtv.com/forumpic/nibFlex/fbVisibility.jpg



--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Flash-Builder-not-showing-desktop-Application-tp10092p10099.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Flash Builder not showing desktop Application

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Okay,  saw the code in the Nabble forum view (looks like the code gets
stripped in the mail)

Try changing s:Application to s:WindowedApplication in your desktop
project.

Thanks,
Om
On Apr 14, 2015 2:29 PM, "Mark Line" <ma...@gmail.com> wrote:

> Have you attached something? Attachments are stripped off the emails on
> here. Maybe post the project on github? Dropbox, drive etc?
> On 14 Apr 2015 9:36 pm, "pctechtv" <ch...@pctechtv.com> wrote:
>
> > I can see the code in the post. That is the only code I have. I am only
> > trying to follow along with instruction, not really do anything. I can
> see
> > the application in web browser but not when I try to send to an AIR
> > application. Should I have more code? Thanks
> >
> >
> >
> > --
> > View this message in context:
> >
> http://apache-flex-users.2333346.n4.nabble.com/Flash-Builder-not-showing-desktop-Application-tp10092p10095.html
> > Sent from the Apache Flex Users mailing list archive at Nabble.com.
> >
>

Re: Flash Builder not showing desktop Application

Posted by Mark Line <ma...@gmail.com>.
Have you attached something? Attachments are stripped off the emails on
here. Maybe post the project on github? Dropbox, drive etc?
On 14 Apr 2015 9:36 pm, "pctechtv" <ch...@pctechtv.com> wrote:

> I can see the code in the post. That is the only code I have. I am only
> trying to follow along with instruction, not really do anything. I can see
> the application in web browser but not when I try to send to an AIR
> application. Should I have more code? Thanks
>
>
>
> --
> View this message in context:
> http://apache-flex-users.2333346.n4.nabble.com/Flash-Builder-not-showing-desktop-Application-tp10092p10095.html
> Sent from the Apache Flex Users mailing list archive at Nabble.com.
>

Re: Flash Builder not showing desktop Application

Posted by pctechtv <ch...@pctechtv.com>.
Thanks both of you! I am loving this forum already!!!! You led me right to
the problem 

Alex wrote
> Flash Builder does some magic to the -app.xml file and tweaks some default
> visibility settings for AIR apps.

Had to set my in app.xml I set all lines to visible just to try. Great
advice thanks.
<http://apache-flex-users.2333346.n4.nabble.com/file/n10096/fbVisibility.jpg> 




--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Flash-Builder-not-showing-desktop-Application-tp10092p10096.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Flash Builder not showing desktop Application

Posted by pctechtv <ch...@pctechtv.com>.
I can see the code in the post. That is the only code I have. I am only
trying to follow along with instruction, not really do anything. I can see
the application in web browser but not when I try to send to an AIR
application. Should I have more code? Thanks



--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Flash-Builder-not-showing-desktop-Application-tp10092p10095.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Flash Builder not showing desktop Application

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Can you share some code of what you are trying to do?

Thanks,
Om
On Apr 14, 2015 12:53 PM, "pctechtv" <ch...@pctechtv.com> wrote:

> While learning Flash Builder, I am testing a simple application that runs
> in
> a browser, the code is like so:
>
> When I run the application in a browser it shows up fine, but when I set
> the
> a project up with the settings for Desktop Application I can't getting
> anything to show up. I have no problems listed in the problems view. Does
> anybody have some advice on why I don't see a compiled application. Thanks
>
>
>
> --
> View this message in context:
> http://apache-flex-users.2333346.n4.nabble.com/Flash-Builder-not-showing-desktop-Application-tp10092.html
> Sent from the Apache Flex Users mailing list archive at Nabble.com.
>