Re: [flexcoders] Debug button launching wrong file.

2010-06-25 Thread Clark Stevenson
Hey mate.

Thanks for your help!

I decided to go for the boring... copy and paste option but finally it works
:D

I wont be setting a new default application again any time soon!

Clark.

On 25 June 2010 10:05, dorkie dork from dorktown <
dorkiedorkfromdorkt...@gmail.com> wrote:

>
>
> You can go into your project properties and remove all the applications
> except the main one. You can add them back later. Also go into the menu Run
> > Debug > Other. Remove or modify those as well. You may want to restart and
> clean as well. If it still persists post back. If you do post back I'd say
> go into the Flex project properties and check for rogue application
> references in the XML. I'd then say clean and restart. These files are in
> the project root and hidden. If it still persists post back. If you do post
> back I'd then say you're wasting too much time tracking down a project
> properties related problem. In that case create a NEW blank project and copy
> the original files (not folders) into it. Recreate any folders. If it's in
> SVN copy the files out and try reverting back to an earlier version. Then
> recheck out the project again. Then of course paste in your local files. DO
> NOT COPY or PASTE directories from your original project if it is using SVN.
> Doing so will copy the hidden svn folders.
>
>
> On Fri, Jun 25, 2010 at 3:31 AM, Clark Stevenson wrote:
>
>>
>>
>> Hey all,
>>
>> I have a habit of hitting the debug tool button in FB4, lastnight i
>> right clicked on a MXML component and hit "set as default
>> application".
>>
>> However, i didnt mean to do that. I have set the default app back to
>> Main.mxml but when i click the debug button, Main.mxml never runs. I
>> need to select the arrow, select Main.mxml and click that.
>>
>> This morning i have debugged 10 times and 6 of those times i used the
>> debug button by habit So incredibly frustrating.
>>
>> Where i can stop this from happening? So i can set debug button back
>> to Main.mxml
>>
>> Cheers,
>>
>> Clark.
>>
>
>  
>


Re: [flexcoders] Debug button launching wrong file.

2010-06-25 Thread dorkie dork from dorktown
You can go into your project properties and remove all the applications
except the main one. You can add them back later. Also go into the menu Run
> Debug > Other. Remove or modify those as well. You may want to restart and
clean as well. If it still persists post back. If you do post back I'd say
go into the Flex project properties and check for rogue application
references in the XML. I'd then say clean and restart. These files are in
the project root and hidden. If it still persists post back. If you do post
back I'd then say you're wasting too much time tracking down a project
properties related problem. In that case create a NEW blank project and copy
the original files (not folders) into it. Recreate any folders. If it's in
SVN copy the files out and try reverting back to an earlier version. Then
recheck out the project again. Then of course paste in your local files. DO
NOT COPY or PASTE directories from your original project if it is using SVN.
Doing so will copy the hidden svn folders.

On Fri, Jun 25, 2010 at 3:31 AM, Clark Stevenson wrote:

>
>
> Hey all,
>
> I have a habit of hitting the debug tool button in FB4, lastnight i
> right clicked on a MXML component and hit "set as default
> application".
>
> However, i didnt mean to do that. I have set the default app back to
> Main.mxml but when i click the debug button, Main.mxml never runs. I
> need to select the arrow, select Main.mxml and click that.
>
> This morning i have debugged 10 times and 6 of those times i used the
> debug button by habit So incredibly frustrating.
>
> Where i can stop this from happening? So i can set debug button back
> to Main.mxml
>
> Cheers,
>
> Clark.
>  
>


[flexcoders] Debug button launching wrong file.

2010-06-25 Thread Clark Stevenson
Hey all,

I have a habit of hitting the debug tool button in FB4, lastnight i
right clicked on a MXML component and hit "set as default
application".

However, i didnt mean to do that. I have set the default app back to
Main.mxml but when i click the debug button, Main.mxml never runs. I
need to select the arrow, select Main.mxml and click that.

This morning i have debugged 10 times and 6 of those times i used the
debug button by habit So incredibly frustrating.

Where i can stop this from happening? So i can set debug button back
to Main.mxml

Cheers,

Clark.