A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: 2 Questions.

  1. #1
    Member
    Join Date
    May 2006
    Posts
    55

    2 Questions.

    Hi,

    Why I can not open 2 instances of CS4 or CS3. That is very annoying if I need to work on 2 applications.

    What is the meaning by Main(this.parent.parent.parent.parent);

    Thanks

  2. #2
    half as fun, double the price senocular's Avatar
    Join Date
    Feb 2002
    Location
    San Francisco, CA (USA)
    Posts
    4,361
    1. One instance of the CS3/CS4 application can open many files so it would be wasteful to have multiple instances of the application open.

    2. It means that the current object (this) has 4 parents, and the last parent is of the type Main. The value of that statement is the value of that 4'th parent with the associated type "Main" (where Main() cast that value to indicate its type)

  3. #3
    Member
    Join Date
    May 2006
    Posts
    55
    thanks for the reply

    Well I think if you have many pages opened for some project than in the same instance you open files of another project is little difficult to work with.

    Microsoft and almost all the IDs support multiple instances. Well just asked if there is any way to use multiple instances but looks like that is no way. So I understand that.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center