View Single Post
Old 03-15-2007, 05:20 PM   #1
lschneider
Newbie
 
Join Date: Mar 2007
Posts: 8
Streetdeck Modules & C#

Hey there...

I am writing a C# Streedeck Addin and I have to following problem

First, I created two modules in the "OnConnection" method.

...
moduleMainMenu = app.CreateModule("moduleMainMenu");
...
moduleMessageCenter = app.CreateModule("moduleSubMenu");
...

As you can see I have a main module. This module is supposed to be shown when my addin starts. But sometimes the sub module is shown first. I investigated that the decision which module is shown first depends on the name that is given to the "CreateModule" method. But I do not see any pattern.

How can I determine in the "OnConnection" method which module should be started first?

Thank you,
Lars
lschneider is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links