Archangel35757
@archangel35757
New Member
Joined: Feb 14, 2024
Topics: 47 / Replies: 351
Reply
RE: [SDK] HELP – Creaing an Exporter Modeless Dialog ProgressBar…

Klunk-1: I’ll share a little tip with you. the first thing to do when you want to find out how to do something or how a function is should be used i…

11 years ago
Forum
Reply
RE: [SDK] HELP – Creaing an Exporter Modeless Dialog ProgressBar…

Thanks. Looking at this now… …trying to wrap my head around his class EvalColProgressCallback and class ProgCallback. Do I need those Callback clas…

11 years ago
Forum
Reply
RE: [SDK] HELP – Creaing an Exporter Modeless Dialog ProgressBar…

@Klunk-1 – I’m just trying to dive deeper and learn… there is another plugin (which I did not write, but have the source code to, and they called a cu…

11 years ago
Forum
Reply
RE: [SDK]Exporter Plug-in Questions– Cleanup?

Ok… so that seemed to make it crash faster– no dallying around. I finally got the debugger working… although it’s all greek to me. 😮 It told m…

11 years ago
Forum
Reply
RE: [SDK]Exporter Plug-in Questions– Cleanup?

Edit: Thanks Klunk… I will experiment with your last example. Also, I’ve added the following to the progressbar’s dialog procedure and will give it …

11 years ago
Forum
Reply
RE: [SDK]Exporter Plug-in Questions– Cleanup?

Thank you very much for the examples… for now I think I will leave it as I have it globally defined: static ROFFexportOptions g_ExportOptions; …and …

11 years ago
Forum
Reply
RE: [SDK]Exporter Plug-in Questions– Cleanup?

I’ll try it in the ROFFexport constructor/destructor. But I thought it had to be declared as static to use in the static dialog callbacks? Edit: Wha…

11 years ago
Forum
Reply
RE: [SDK]Exporter Plug-in Questions– Cleanup?

Perhaps I need to add a WM_DESTROY case to ProgressDlgProc ??? case WM_DESTROY: // Perform cleanup tasks??? PostQuitMessage(0); bre…

11 years ago
Forum
Topic
Forum
Replies: 14
Views: 55
Reply
RE: [SDK]: Exporter class method for NoteTrack Collection…

I just wanted to post an update here in case anyone ever attempted to recycle this code snippet… wrapping up my exporter (just need to implement that …

11 years ago
Forum
Reply
RE: [SDK]: Exporter class method for NoteTrack Collection…

OK, so that fixed it. How embarrassing… @Klunk-1 and @denisT – Thank you both. So here is the final code for my exporter’s CollectNotes method: …

11 years ago
Forum
Reply
RE: [SDK]: Exporter class method for NoteTrack Collection…

:argh: well I will fix that in a jiffy… I overlooked doing that inside the CollectNotes method.

11 years ago
Forum
Reply
RE: [SDK]: Exporter class method for NoteTrack Collection…

The CollectNotes method gets passed in a private class member variable which is declared as: private: . . . NoteKeyTab m_noteList; std::vector<Poi…

11 years ago
Forum
Reply
RE: [SDK]: Exporter class method for NoteTrack Collection…

Do you see anything wrong with how I’m trying to catalog the notes by frame?

11 years ago
Forum
Page 16 / 27