NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 28 29 30 31 32 … 93 Next »
WizSMS

 
  • 0 Vote(s) - 0 Average
WizSMS
idkpmiller
Offline

Posting Freak

Posts: 817
Threads: 141
Joined: May 2006
#1
2008-10-09, 06:57 AM
I have had the SMS keys feature working in previous versions of GameZone, somewhere along the line it appears to have broken.

can someone explain if I want the list to be enabled with SMS key input support whats the way to do this?

Thanks
Let the Games begin...Round 2!
GameZone v2.9.6 - PVRx2 1.4.7 compatible!

[Image: 1299379.png]
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#2
2008-10-09, 03:18 PM
private WizControlManager ctlMgr = new WizControlManager();
.
.
.
.

ctlMgr.setSMS(true);

I think that's all I do.
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#3
2008-10-09, 04:20 PM
pastro Wrote:private WizControlManager ctlMgr = new WizControlManager();
.
.
.
.

ctlMgr.setSMS(true);

I think that's all I do.
Exactly right. Or, you could to it control by control, but if done via the ctlMgr, all eligible controls become SMS enabled.
idkpmiller
Offline

Posting Freak

Posts: 817
Threads: 141
Joined: May 2006
#4
2008-10-10, 05:14 AM (This post was last modified: 2008-10-10, 08:09 AM by idkpmiller.)
Thats what I have too, I have also tried playing with toggle method too can't seem to get it working. will play somemore. if I still have a problem will provide code extracts to show what I'm doing

cheers Guys

[EDIT]

I have had a play and I have this

Code:
Private ctlMgr As New WizControlManager()

Public Sub New()
.
LoadConfigValues()
.
End Sub

Public Sub LoadConfigValues()
.
ctlMgr.setSMS(True)
.
End sub()

This seems the basic I can go down to, I use VB.net so excuse the syntax.
one thing is I am testing to see if it works by trying to press alpahabet keys, tried also numeric keys both shifted and number pad, none jump down the lisiview I have. could any of the methods cancel the sms mode so I would need to re-apply?
Let the Games begin...Round 2!
GameZone v2.9.6 - PVRx2 1.4.7 compatible!

[Image: 1299379.png]
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#5
2008-10-17, 11:48 PM
I am assuming your call to loadConfigValues() occurs AFTER all the controls have been built and added to ctrlMgr.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode