JP1 Remotes Forum Index JP1 Remotes


FAQFAQ SearchSearch 7 days of topics7 Days MemberlistMemberlist UsergroupsUsergroups RegisterRegister
ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in

keymap-master v8.03 available!
Goto page 1, 2  Next
 
Post new topic   Reply to topic    JP1 Remotes Forum Index -> JP1 - Software
View previous topic :: View next topic  
Author Message
Mark Pierson
Expert


Joined: 03 Aug 2003
Posts: 3017
Location: Connecticut, USA

                    
PostPosted: Fri Dec 05, 2003 7:30 pm    Post subject: keymap-master v8.03 available! Reply with quote

The latest version of KM (v8.03) is available.

The only real change is (hopefully) fixing the Run-Time error encountered by Excel 97 users. I could not test this to confirm (XL97 is at work and I won't be back there until Tuesday), so any feedback would be appreciated.
_________________
Mark
Back to top
View user's profile Send private message Send e-mail Visit poster's website
mr_d_p_gumby
Expert


Joined: 03 Aug 2003
Posts: 1370
Location: Newbury Park, CA

                    
PostPosted: Fri Dec 05, 2003 9:45 pm    Post subject: Re: keymap-master v8.03 available! Reply with quote

Mark Pierson wrote:
I could not test this to confirm (XL97 is at work and I won't be back there until Tuesday), so any feedback would be appreciated.
It works OK for me in XL97 now, so I think it will be OK for others as well.
_________________
Mike England
Back to top
View user's profile Send private message
silron1



Joined: 04 Nov 2003
Posts: 95
Location: Manchester - UK

                    
PostPosted: Sat Dec 06, 2003 3:06 am    Post subject: Reply with quote

Also works great for me with XL'97 - many thanks for resolving the issue so quickly.
Very Happy
Ron
Back to top
View user's profile Send private message
Mark Pierson
Expert


Joined: 03 Aug 2003
Posts: 3017
Location: Connecticut, USA

                    
PostPosted: Sat Dec 06, 2003 5:44 am    Post subject: Re: keymap-master v8.03 available! Reply with quote

Quote:
It works OK for me in XL97... works great for me with XL'97...

Some of the best news I've had all week! Wink
_________________
Mark
Back to top
View user's profile Send private message Send e-mail Visit poster's website
gfb107
Expert


Joined: 03 Aug 2003
Posts: 3411
Location: Cary, NC

                    
PostPosted: Tue Dec 09, 2003 10:03 am    Post subject: Reply with quote

Mark,

Does it make sense to remove KM's "save as RM upgrade" feature, since RM's "import KM file" code does a better job?

RM does a better job only because there's more information in the KM file that RM can use to figure it out than the RM file allows.
_________________
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Back to top
View user's profile Send private message Visit poster's website
Mark Pierson
Expert


Joined: 03 Aug 2003
Posts: 3017
Location: Connecticut, USA

                    
PostPosted: Tue Dec 09, 2003 7:23 pm    Post subject: Reply with quote

gfb107 wrote:
Does it make sense to remove KM's "save as RM upgrade" feature, since RM's "import KM file" code does a better job?

To be honest, I don't have any opinion one way or the other. It doesn't take up much overhead since it's all done in VBA, but if you really think RM is better at importing, I could remove the feature.
_________________
Mark
Back to top
View user's profile Send private message Send e-mail Visit poster's website
gfb107
Expert


Joined: 03 Aug 2003
Posts: 3411
Location: Cary, NC

                    
PostPosted: Tue Dec 09, 2003 8:07 pm    Post subject: Reply with quote

Mark Pierson wrote:
gfb107 wrote:
Does it make sense to remove KM's "save as RM upgrade" feature, since RM's "import KM file" code does a better job?

To be honest, I don't have any opinion one way or the other. It doesn't take up much overhead since it's all done in VBA, but if you really think RM is better at importing, I could remove the feature.

RM definetely imports a saved KM upgrade better than it loads a "save as RM" KM upgrade. This is because RM can make use of the positional structure inherent in the format of the KM saved file. This makes it possible to better match buttons, particularly in those cases where KM has different button names for different device modes. In the "saved as RM" format, the only identification for a button is the button name, which isn't always consistent across device types.

I also think having only 1 way to convert file formats will reduce support issues.
_________________
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Back to top
View user's profile Send private message Visit poster's website
Mark Pierson
Expert


Joined: 03 Aug 2003
Posts: 3017
Location: Connecticut, USA

                    
PostPosted: Tue Dec 09, 2003 8:13 pm    Post subject: Reply with quote

gfb107 wrote:
RM definetely imports a saved KM upgrade better than it loads a "save as RM" KM upgrade.

I also think having only 1 way to convert file formats will reduce support issues.

Gee, and I just made the RM button more prominent on the Setup sheet 8)

I'll remove it for the next release (and it's gonna cost ya big if you ever want it returned!). Wink
_________________
Mark
Back to top
View user's profile Send private message Send e-mail Visit poster's website
David_Levin



Joined: 22 Oct 2003
Posts: 41

                    
PostPosted: Sat Dec 13, 2003 8:05 pm    Post subject: Reply with quote

I guess it's just me...

Loading 8.03 into Excel 97 open up the Microsoft Visual Basic Debugger with a pop up....

Compile error:
Can't find project of library

Another window shows:

=================================

Code:
'check for Analysis Toolpak installed (English version only)
If Application.International(xlCountryCode) = 1 Then
    If Application.AddIns("Analysis ToolPak").Installed = False Then
        msg = ""
        msg = msg + "The Microsoft Excel Analysis Toolpak must be installed and" + vbLf
        msg = msg + "enabled for keymap-master to function properly." + vbLf + vbLf
        msg = msg + "Please use the Tools, Add-Ins... command to enable it and" + vbLf
        msg = msg + "then re-open keymap-master."
        MsgBox msg, vbOKOnly + vbInformation, kmApp + " - Analysis ToolPak Required"
        'close the file and exit


=================================

Code:
msg = ""


is highlighted
_________________
dlevin_99@yahoo.com
Back to top
View user's profile Send private message Send e-mail
usblipitor



Joined: 10 Oct 2003
Posts: 516
Location: Greenbelt, MD

                    
PostPosted: Sat Dec 13, 2003 11:32 pm    Post subject: Reply with quote

Is this the first time you are using KM?

Before the very first time you use KM ever, you have to install the analysis toolpacks as describbled in the KM readme that comes packaged with KM. The following is a quote from the readme that comes with KM:
README FILE THAT COMES WITH KM wrote:
KM REQUIRES the Microsoft Excel Analysis ToolPak to function
properly. Go to Tools, Add-Ins..., and make sure the "Analysis
ToolPak" is checked (for specific details, see the Microsoft
Excel help file). If you're using a non-English version of Excel
and/or the ToolPak, please see the "ToolPak Notes" section below.

Usually this means spending about an hour finding the Excel discs which you may need when installing the toolpack. The program is well worth it BTW! Hoppy Hippodays!
_________________
-Steve
Beginner's Guide
CodeSearchFAQ
JP1Files
Back to top
View user's profile Send private message
David_Levin



Joined: 22 Oct 2003
Posts: 41

                    
PostPosted: Sun Dec 14, 2003 12:19 am    Post subject: Reply with quote

usblipitor wrote:
Is this the first time you are using KM?


no, I've run it many times - I can switch to 8.00 and run it without problems.

Thanks
_________________
dlevin_99@yahoo.com
Back to top
View user's profile Send private message Send e-mail
usblipitor



Joined: 10 Oct 2003
Posts: 516
Location: Greenbelt, MD

                    
PostPosted: Sun Dec 14, 2003 12:49 am    Post subject: Reply with quote

David_Levin wrote:
I can switch to 8.00 and run it without problems
Oops on my part! My Bad! I just saw that toolpack message and found my foot was in my mouth! Embarassed
_________________
-Steve
Beginner's Guide
CodeSearchFAQ
JP1Files
Back to top
View user's profile Send private message
Mark Pierson
Expert


Joined: 03 Aug 2003
Posts: 3017
Location: Connecticut, USA

                    
PostPosted: Sun Dec 14, 2003 6:13 am    Post subject: Reply with quote

David_Levin wrote:
Loading 8.03 into Excel 97 open up the Microsoft Visual Basic Debugger with a pop up....

Compile error:
Can't find project of library

I assumed that when the guys above reported that the other error was gone, all was well. Confused I haven't got a clue where to start looking, and no way to track it down for at least a few days.
_________________
Mark
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Mark Pierson
Expert


Joined: 03 Aug 2003
Posts: 3017
Location: Connecticut, USA

                    
PostPosted: Sun Dec 14, 2003 7:28 am    Post subject: Reply with quote

David_Levin wrote:
Loading 8.03 into Excel 97 open up the Microsoft Visual Basic Debugger with a pop up....

Compile error:
Can't find project of library

Can you try v8.04 and let me know if you still get any errors?
_________________
Mark
Back to top
View user's profile Send private message Send e-mail Visit poster's website
David_Levin



Joined: 22 Oct 2003
Posts: 41

                    
PostPosted: Sun Dec 14, 2003 11:52 am    Post subject: Reply with quote

Mark Pierson wrote:
Can you try v8.04 and let me know if you still get any errors?


Still didn't work - exact same error - I don't know if it's just my setup. If I'm the only one complaining manybe it's on my end....

Excel 97 SR-2, Win XP Service Pack 1

Here's the Debugger Screen that pops up:
http://home.earthlink.net/~dlevinsprint/km8_04_error.JPG
(view it full size to make it visible)
_________________
dlevin_99@yahoo.com
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic       JP1 Remotes Forum Index -> JP1 - Software All times are GMT - 5 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

Powered by phpBB © 2001, 2005 phpBB Group
Top 7 Advantages of Playing Online Slots The Evolution of Remote Control