Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - CJ Controls on a Tablet PC?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CJ Controls on a Tablet PC?

 Post Reply Post Reply
Author
Message
DDJJ View Drop Down
Senior Member
Senior Member


Joined: 13 December 2004
Status: Offline
Points: 143
Post Options Post Options   Thanks (0) Thanks(0)   Quote DDJJ Quote  Post ReplyReply Direct Link To This Post Topic: CJ Controls on a Tablet PC?
    Posted: 02 March 2007 at 4:01pm
We have a customer for our VB6 app who was getting a lot of error messages regarding the TaskPanel control we were using.  After some back and forth, he mentioned that he was using a Tablet PC, and that the problem persisted whether using "keyboard mode" or a pen.
 
Will the cj controls work on a Tablet PC? 
 
Thanks.
 
Dan
 
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 04 March 2007 at 4:07am
Hi,
 
We never tested them :( Need better description what exactly problem he has, what "error messages" he has, etc
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
DDJJ View Drop Down
Senior Member
Senior Member


Joined: 13 December 2004
Status: Offline
Points: 143
Post Options Post Options   Thanks (0) Thanks(0)   Quote DDJJ Quote  Post ReplyReply Direct Link To This Post Posted: 04 March 2007 at 11:24am
I don't have a good sense of how many people are using Tablet PCs, but I suspect you may want to do a little testing.
 
Maybe oversimplifying just a little, but the most common error our customer was getting occurred when setting up task panels in our code while the main form was loading.  This error was generated as a task panel item was created as follows:
 
With Group.Items
    Set Item = .Add(ID_ACTIVEFOLDER, "Active Items", _
          xtpTaskItemTypeLink, 102)
    Item.Selected = True   'Generates error
End With
 
The error number = -2147417848
The error description = Method '~' of object '~' failed.
 
Hope this helps some.
 
Dan
 
 
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.