 |
Category: Outdated LotRO InterfacesInCalc |
Interface Information |
|
Name: |
InCalc  |
Author: |
|
Date: |
03-06-2013 01:28 PM |
Size: |
71.92 Kb |
Version: |
v1.4 |
Rate File: |
|
Calculator and Show/Hide Button
|
|
about:
This is a basic calculator that you can use in game. Do you play in Full Screen mode and get tired of alt-tabbing to add the amount of materials you need? I do! I'm sure there are more uses, feel free to find them.
The original package came from Willby's Calculator. The math portion was good and virtually untouched, but the GUI has been modified for easier use.
Features:
v1.4
- corrected tooltip operation
v1.3
- added function to show/hide UI component if user presses F12
- added german and french translations
- added icon tooltip
v1.2 - bad zip file
v1.1- Added ID to .plugin and .plugincomendium
- Corrected Plugin Manager version number
v1.0
Willby's Features- Backspace
- Addition, Subtraction, Multiplication, Division
- Highlights current operation
- Shows subtotal
- Lots of precision
New- Button Icon to show or hide the calculator for easy use.
- Right-click Icon to open/close the calculator
- Left-click drag/drop Icon to place anywhere on the screen
- Option Panel in the Plugin Manager
- Hide/Show Calculator on Start
- Hide/Show Button Icon
- Button Icon Opacity Slider
- Opacity slider right on the calculator window
- Saved settings of the current options and current placement on screen across the server
- Same keypad layout as Windows calculator
- Support for LPC
Installation:
I highly recommend just using the Lotro Plugin Compendium LunarWtr has made it simple to download/install/and update plugins that have added support for the tool. You'll find InCalc there.
If you choose not to use LPC...Download the .zip file and extract the files so you have the folder with the following DavsPlugins/InCalc. Place that folder into the Lotro plugins folder. The default location is C:\Users\YOURNAME\Documents\The Lord of the Rings Online\Plugins Once you put the folder there, you should be ready to start calculating away in game.
If you find any problems, please report them below and I will do what I can to correct them in a timely manner. Enjoy!
|
Archive List (Old Versions) |
File Name |
Version |
Size |
Author |
Date |
|
v01.3 |
47.73 Kb |
Davinna |
02-24-2013 09:10 AM |
|
v1.3 |
13.39 Kb |
Davinna |
02-20-2013 10:25 AM |
File Statistics |
User Rating: |
|
Downloads: |
18928 |
Views: |
44747 |
Favorites: |
7 |
Uploaded By: |
|
Last Modified: |
N/A |
|
|  |
|
 |
|
10-24-2017, 03:51 AM
|
|
The Undefeated
Forum posts: 6
File comments: 85
Uploads: 3
|
What OS are you running and what are the errors you are getting. I've installed it recently and had no issues.
Extremely sorry for the late reply
I use w7
...nline\Plugins\DavsPlugins\InCalc\Utils\DavsUtil s.lua:6: attempt to call global 'class' (a nil value)
...Rings Online\Plugins\DavsPlugins\InCalc\__init__.lua:12: Failed to import package "DavsPlugins.InCalc.Utils.DavsUtils".
...the Rings Online\Plugins\DavsPlugins\InCalc\Main.lua:6: Failed to import package "DavsPlugins.InCalc".
...nline\Plugins\DavsPlugins\InCalc\Utils\DavsUtil s.lua:6: attempt to call global 'class' (a nil value)
...Rings Online\Plugins\DavsPlugins\InCalc\__init__.lua:12: Failed to import package "DavsPlugins.InCalc.Utils.DavsUtils".
...the Rings Online\Plugins\DavsPlugins\InCalc\Main.lua:6: Failed to import package "DavsPlugins.InCalc".
with all the characters im getting these errors when i start it
I use lots of plugins so i dont think im missing something. I used to have back then too and it was working properly
Edit
My mistake i was missing a file all this time lol. Thanks tho
Last edited by Tangaar : 10-28-2017 at 03:24 PM.
|
|
|
11-30-2015, 02:54 PM
|
|
The Undying
Forum posts: 201
File comments: 455
Uploads: 20
|
Quote:
Anyone knows a way to load it these days? it gives me 6 errors
|
It requires the standard supplemental library from Turbine. You can either download it directly, or use Plugin Compendium and select the "Turbine Examples".
|
|
|
11-30-2015, 12:42 PM
|
|
The Undefeated
Forum posts: 8
File comments: 14
Uploads: 2
|
Quote:
Anyone knows a way to load it these days? it gives me 6 errors
|
What OS are you running and what are the errors you are getting. I've installed it recently and had no issues.
|
|
|
11-27-2015, 02:42 PM
|
|
The Undefeated
Forum posts: 6
File comments: 85
Uploads: 3
|
Anyone knows a way to load it these days? it gives me 6 errors
|
|
|
03-05-2013, 09:11 AM
|
|
The Undefeated
Forum posts: 8
File comments: 14
Uploads: 2
|
Re: Re: Re: Icon Tooltip
Quote:
The issue is that it is possible to leave the icon without firing the MouseMove event. If the user hovers the mouse over the very edge of the icon, the tooltip will be displayed, then if the user moves off the icon, the MouseMove event isn't fired because the mouse isn't moving over the icon, rather it is leaving the icon. You can avoid this by putting the code that hides the tool tip into the MouseLeave event instead of at the end of the MouseMove event since the MouseLeave event will always fire, even if the mouse was just on the edge of the icon.
|
Great thanks I will work on updating this!
|
|
|
03-04-2013, 11:14 PM
|
|
The Undying
Forum posts: 327
File comments: 939
Uploads: 20
|
Re: Re: Icon Tooltip
Quote:
Hmmm, I haven't experienced that problem. It should go away as soon as you move the mouse. At least that's what I have programmed in the script.
|
The issue is that it is possible to leave the icon without firing the MouseMove event. If the user hovers the mouse over the very edge of the icon, the tooltip will be displayed, then if the user moves off the icon, the MouseMove event isn't fired because the mouse isn't moving over the icon, rather it is leaving the icon. You can avoid this by putting the code that hides the tool tip into the MouseLeave event instead of at the end of the MouseMove event since the MouseLeave event will always fire, even if the mouse was just on the edge of the icon.
|
|
|
03-04-2013, 07:27 PM
|
|
The Undefeated
Forum posts: 8
File comments: 14
Uploads: 2
|
Re: Icon Tooltip
Quote:
Thanks for a very nice plugin.
But once the icon tooltip has been shown it doesn't seem to want to go away. Shouldn't moving the mouse away from the icon remove the tooltip?
|
Hmmm, I haven't experienced that problem. It should go away as soon as you move the mouse. At least that's what I have programmed in the script.
|
|
|
03-04-2013, 06:47 PM
|
|
The Wary
Forum posts: 4
File comments: 15
Uploads: 0
|
Icon Tooltip
Thanks for a very nice plugin.
But once the icon tooltip has been shown it doesn't seem to want to go away. Shouldn't moving the mouse away from the icon remove the tooltip?
|
|
|
02-24-2013, 08:57 AM
|
|
The Undefeated
Forum posts: 8
File comments: 14
Uploads: 2
|
Uploaded new file today! Sorry for the delay. This should fix it.
I don't know why I keep having zip file issues. 
|
|
|
02-22-2013, 01:30 PM
|
|
The Undying
Forum posts: 121
File comments: 343
Uploads: 11
|
Re: InCalc not showing installed.
Quote:
Hi Davinna,
I tried using the LOTRO Plugin Compendium to install your plugin and it downloaded to the correct folder, but I don't think it installed. It doesn't show in the "installed plugins" tab on the Plugin Compendium, nor does it refresh or show as a plugin using the in game plugins manager. Thank you for improving on this helpful little plug in.
|
It looks like the latest release of this plugin is missing its parent folder "DavsPlugins".
|
|
|
02-21-2013, 06:09 PM
|
|
The Wary
Forum posts: 4
File comments: 5
Uploads: 0
|
InCalc not showing installed.
Hi Davinna,
I tried using the LOTRO Plugin Compendium to install your plugin and it downloaded to the correct folder, but I don't think it installed. It doesn't show in the "installed plugins" tab on the Plugin Compendium, nor does it refresh or show as a plugin using the in game plugins manager. Thank you for improving on this helpful little plug in.
|
|
|
02-12-2013, 08:10 AM
|
|
The Undefeated
Forum posts: 8
File comments: 14
Uploads: 2
|
Ok, I think I have all the bugs worked out with the upload system. Enjoy! I know I have been.
Last edited by Davinna : 02-12-2013 at 01:56 PM.
|
|
|
02-11-2013, 12:50 PM
|
|
The Undefeated
Forum posts: 8
File comments: 14
Uploads: 2
|
I'm having a few .zip file problems. I should be able to get them corrected soon
|
|
|
02-10-2013, 02:36 PM
|
|
The Undefeated
Forum posts: 8
File comments: 14
Uploads: 2
|
I have a new version to be compatible with LPC, but I'm trying to understand how to get it as the main download. v1.1 is currently listed as an addon.
|
|
|
All times are GMT -5. The time now is 07:35 PM.
|
 |