Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-19-2004, 08:19 PM
Junior Member
 
Join Date: Jun 2004
Posts: 4
Default About Box

Hi,

tried to launch the About Box with:
Application.about();
but the Application Object doesn't have a metod about() anymore.

How can I do this in v.2.1r2?

Thanks,
cable.
Reply With Quote
  #2 (permalink)  
Old 06-20-2004, 03:25 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:About Box

There isn't an 'Application.About" method. However, you can do like this
Code:
function about()
{
Application.sendMessage(getMainWnd().handle, 0x0112, 0x800c, 0);
}

about();
Reply With Quote
  #3 (permalink)  
Old 06-20-2004, 02:05 PM
Junior Member
 
Join Date: Jun 2004
Posts: 4
Default Re:About Box

Thanks for quick reply!
and now it works.
I'd searched for hours before posting that question ...

Theres one more question:
how can I launch the help window?

And to implement the features of the standard context menu at
another place (button or menu), is it possible to get the source code
of the context menu?

Regards,
cable.



Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:11 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.