Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Event ID's in documentation (Read 6976 times)
Remko
YaBB Newbies
*
Offline



Posts: 12
Joined: Dec 7th, 2005
Event ID's in documentation
Dec 7th, 2005 at 11:26am
Print Post  
As we are programming in VC using MFC I always forget the ID for the event when I add an ON_EVENT macro Embarrassed.

Maybe it is possible to include the event ID's in the documentation ?

(it would be even better to incude the complete ON_EVENT macro Cheesy e.g.

Code
Select All
ON_EVENT(CMessageDiagramView, IDC_FLOWCHARTX, 0x02, OnArrowDeleted, VTS_DISPATCH )
 

  
Back to top
 
IP Logged
 
Iva
Junior Member
**
Offline


MindFusion support

Posts: 55
Joined: Aug 6th, 2005
Re: Event ID's in documentation
Reply #1 - Dec 7th, 2005 at 11:57am
Print Post  
I do most of the documentation writing around here, I will try to add these for next version' help file (at least the IDs if not the macros).
  
Back to top
 
IP Logged
 
Iva
Junior Member
**
Offline


MindFusion support

Posts: 55
Joined: Aug 6th, 2005
Re: Event ID's in documentation
Reply #2 - Dec 7th, 2005 at 11:58am
Print Post  
But then it might be logical to add dispatch ids for all methods and properties too, not much fun   Roll Eyes
  
Back to top
 
IP Logged
 
Remko
YaBB Newbies
*
Offline



Posts: 12
Joined: Dec 7th, 2005
Re: Event ID's in documentation
Reply #3 - Dec 7th, 2005 at 12:13pm
Print Post  
But those we get from the MFC wrappers .... i.e. the autocompleter helps with remembering those.
(And usage of methods/properties is by name, not by ID)
  
Back to top
 
IP Logged
 
Iva
Junior Member
**
Offline


MindFusion support

Posts: 55
Joined: Aug 6th, 2005
Re: Event ID's in documentation
Reply #4 - Dec 7th, 2005 at 2:13pm
Print Post  
Here is an updated help file that lists the dispatch id for each event:

https://mindfusion.org/_temp/fcxchm.zip
  
Back to top
 
IP Logged
 
Remko
YaBB Newbies
*
Offline



Posts: 12
Joined: Dec 7th, 2005
Re: Event ID's in documentation
Reply #5 - Dec 7th, 2005 at 2:18pm
Print Post  
Wow, that's a pretty awesome response time Cheesy

Thnx very very much !
  
Back to top
 
IP Logged
 
dflux
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 5
Joined: Sep 5th, 2006
Re: Event ID's in documentation
Reply #6 - Jun 28th, 2007 at 12:40pm
Print Post  
can you repost that link for the event IDs please.
I'm looking for some arrow events ID;  if there is an alternate way to get ID, please let me know.

Grin
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Event ID's in documentation
Reply #7 - Jun 28th, 2007 at 1:15pm
Print Post  
The IDs are now listed in the help file you get with FlowchartX, at the end of each event description. If you have an older version of the control, you can install the latest trial version just for the sake of getting the updated help:

https://mindfusion.eu/FCXdemoPro.zip

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint