Jump to content

using com


olixelle

Recommended Posts

Posted

hello :)

 

well i'm working with the com interface to control DVBViewer.

everything's perfect ;)

but....

i dont know how to set the current channel, i browsed the html help but without success

could u help me ;)

 

thankls :angry:

Posted

sorry, i found the solution....

for readers, just need to change CurrentChannelNr property

Posted (edited)

hello :idiot:

 

i'd like to disable OSD from the com interface

i saw that there is an option in DVBViewer to disable osd but i dont know how to control it with the com interface

same quesiton about hiding every window items such as toolbar, status bar, and window bar :robot:

 

i tryed to find where preferences are stored but i didnt found...

 

thanks in advance :oops:

 

PS: i already search on the board... :)

Edited by olixelle
Posted (edited)

here is what i tried:

 

Me.MyManager.SetSetupValue("General", "HideMenu", "1")

Me.MyManager.SetSetupValue("General", "Statusbar", "0")

Me.MyManager.SetSetupValue("General", "Toolbar", "0")

Me.MyManager.SetSetupValue("OSD", "UseOSD", "0")

Me.MyManager.ApplyConfig()

 

but doesnt apply... :robot:

 

another question: i tried to start a record using this:

Me.MyManager.SendCommand(22)

 

but it doesnt work too....

 

please :idiot:

Edited by olixelle
  • 2 weeks later...
Posted

Setting CurrentChannelNr to the integer channel # works!

Great thread, thanks.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...