lotrointerface.com
Search Downloads


Go Back   LoTROInterface > Outdated LotRO Interfaces


Post A Reply
Author Comments Comment Options
Unread 05-18-2013, 09:16 AM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 343
File comments: 984
Uploads: 21
Chiran, another option is to make the SetBackground call fault tolerant. You can do this by using "pcall":

if your original line is
Code:
YourControl:SetBackground(YourImagePath)
you would use
Code:
local success,result=pcall(Turbine.UI.Control.SetBackground,YourControl,YourImagePath);
Where YourControl is your control and YourImagePath is the path to the image (or resource ID). This way, if the image does not exist, "success" will be false after the call - you can choose to simply ignore this or add a line that outputs a message to the user indicating the error but allows the plugin to continue functioning.

In this specific case, replace line 199 in LotropadWindow.lua with
Code:
  local success,result=pcall(Turbine.UI.Control.SetBackground,self.textInput, "Chiran/Lotropad/images/" .. NoteDB[sBank .. "_" .. sSlot].ImageFile );

Last edited by Garan : 05-18-2013 at 09:21 AM.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-18-2013, 06:24 AM  
Chiran
The Undying
Interface Author - Click to view interfaces

Forum posts: 27
File comments: 308
Uploads: 2
Re: Problems after trying to set Image! :(

Hello Haldare of Gilrain!

Let's try to crack this thing then . Yes, it looks like you did set a background image for a note but then the image file was removed while the link to the image still remains. And on my part the code is not so forgiving in that case :/.

There are a couple of options I guess. One is to comment that line (199) in the code by adding double dash in front of it (--). That pretty much disables background images and the plugin should start ok.

Maybe better is to open your lotropad data file and find where the image link is and try to add an image with the same name again under the images directory.

The file should be at Lord of the Rings Online\PluginData\<lotrousername>\AllServers\Lotro padData.plugin. Open that file with notepad and find a line with ["ImageFile"] = "someimage.jpg". So check the filename you found and make 'images' directory again and place an image with that filename there. Or you can just edit line that by removing the image filename while leaving the "" characters there (to be ["ImageFile"] = ""), and then save the file. The file format is very strict and breaks easily so be careful when editing it. You have to find all lines like that to and do the same with each of them.

I hope this helps and the situation is resolved .

-Chiran

Quote:
Hi there Chiran, first of all may I thank you for taking the time to bring us valuable plugins that make our favorate game a better place to game. I am having problems with my lotropad after trying to set an image last night, I created a folder (images) in the lotropad files but it wouldnt work, so I removed the image and the folder (so back to how it was) then my lortopad button disapeared, I thought this is strange and tried to manually bring up the 'pad' and received the message "s Online\Plugins\Chiran\Lotropad\LotropadWindow.lua: 199: Failed to load background image." I dont know what to do, I'd be lost without my lotropad as I use it almost constantly for almost everything, its very valuable to me with all the information it contains. I am not very computer literate and have no clue how you guys work your 'magic' but I can however follow intructions if you could possibly show me how to fix my problem. I shall wait on your reply on tenderhooks hoping you can help me (finger and legs toes and all crossed) and many thanks again. Shirlzknight aka Haldare of Gilrain or even sometimes known as Craig
PS I think I should add I use the Lotro Plugin Compendium (LPC) and downloaded lotropad via that app!!
Chiran is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-18-2013, 05:59 AM  
shirlzknight
The Wary
 
shirlzknight's Avatar

Forum posts: 0
File comments: 15
Uploads: 0
Problems after trying to set Image! :(

Hi there Chiran, first of all may I thank you for taking the time to bring us valuable plugins that make our favorate game a better place to game. I am having problems with my lotropad after trying to set an image last night, I created a folder (images) in the lotropad files but it wouldnt work, so I removed the image and the folder (so back to how it was) then my lortopad button disapeared, I thought this is strange and tried to manually bring up the 'pad' and received the message "s Online\Plugins\Chiran\Lotropad\LotropadWindow.lua: 199: Failed to load background image." I dont know what to do, I'd be lost without my lotropad as I use it almost constantly for almost everything, its very valuable to me with all the information it contains. I am not very computer literate and have no clue how you guys work your 'magic' but I can however follow intructions if you could possibly show me how to fix my problem. I shall wait on your reply on tenderhooks hoping you can help me (finger and legs toes and all crossed) and many thanks again. Shirlzknight aka Haldare of Gilrain or even sometimes known as Craig
PS I think I should add I use the Lotro Plugin Compendium (LPC) and downloaded lotropad via that app!!

Last edited by shirlzknight : 05-18-2013 at 06:02 AM.
shirlzknight is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-03-2013, 02:35 AM  
Miss Night Owl Featherton
The Wary
 
Miss Night Owl Featherton's Avatar

Forum posts: 0
File comments: 3
Uploads: 0
Re: Re: Unable to Load

Thank you so much!!!! It's finally working. I just had to log out of the game and back in again.

Kind regards.

Last edited by Miss Night Owl Featherton : 02-03-2013 at 02:36 AM.
Miss Night Owl Featherton is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-02-2013, 09:11 AM  
Chiran
The Undying
Interface Author - Click to view interfaces

Forum posts: 27
File comments: 308
Uploads: 2
Re: Unable to Load

Quote:
I have been looking for this type of plugin for AGES! Unfortunately it says it's "unable to load LotroPad". This plugin sounds really good and I'd love to have this. Not sure what the problem is. Are the 2010 versions still available? I'd appreciate any help you can give me, thank you!
Yes, the plugin should still work even though I haven't updated it in ages. Problem could be related to where you copied the files to. I wrote something about it here:
http://chiran.lotrointerface.com/por...a=faq&faqid=17

-Chiran
Chiran is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-02-2013, 01:51 AM  
Miss Night Owl Featherton
The Wary
 
Miss Night Owl Featherton's Avatar

Forum posts: 0
File comments: 3
Uploads: 0
Unable to Load

I have been looking for this type of plugin for AGES! Unfortunately it says it's "unable to load LotroPad". This plugin sounds really good and I'd love to have this. Not sure what the problem is. Are the 2010 versions still available? I'd appreciate any help you can give me, thank you!

Last edited by Miss Night Owl Featherton : 02-02-2013 at 04:47 AM.
Miss Night Owl Featherton is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-29-2012, 11:33 AM  
Chiran
The Undying
Interface Author - Click to view interfaces

Forum posts: 27
File comments: 308
Uploads: 2
Re: misleading save messages

Quote:
So far, I haven't figured out what sequence works and what doesn't. However, I frequently find that notes I wrote are simply not there and sometimes they are.

The only thing which I am fairly certain of -- I rarely, if ever, click save all!
Have to say I'm not sure what's going on, but closing window or clicking 'save all' should write notes to disk. Other than that, the notes are saved only in memory if I remember correctly.

-Chiran
Chiran is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-10-2012, 02:36 PM  
magill
The Undying
 
magill's Avatar

Forum posts: 85
File comments: 165
Uploads: 0
misleading save messages

If you do not explicitly click "save all" in the window, but either "X" off the window, or click the quill to hide it... you frequently get the same messages:

"Lotropad save executing soon...
"Lotropad settings saved.
"Lotropad data saved.

But apparently nothing happens... sometimes.

So far, I haven't figured out what sequence works and what doesn't. However, I frequently find that notes I wrote are simply not there and sometimes they are.

The only thing which I am fairly certain of -- I rarely, if ever, click save all!
magill is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-23-2012, 03:22 PM  
Wazer95
The Wary

Forum posts: 2
File comments: 3
Uploads: 0
I love this plugin, as it helps me to keep track of all my todos and whatnots xD but was wondering if you could add an option to have the icon remain under a window if the window has been dragged over the lotropad button.

Thanks for ur work!

EDIT: btw, i havent found the option to have it fade like songbook

Last edited by Wazer95 : 01-23-2012 at 03:41 PM.
Wazer95 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-04-2011, 01:23 PM  
Chiran
The Undying
Interface Author - Click to view interfaces

Forum posts: 27
File comments: 308
Uploads: 2
Re: A few similarities to Songbook?

Quote:
I use Songbook on occasion, that is when I have a character I like to RP with more than level, and that would mainly be my minstrel or other characters that don't have any set ranged item. I like how the songbook icon fades out and was wondering if that were possible for the Lotropad or not. Also, from what I've been reading, I'm guessing that the Songbook and Pad have different save functions, but having something to automatically save like the songbook does would also be a nice feature.

Lastly, thank you so much for two indispensable plugins for this wonderful game.
Hi, thanks for the comments. Version 0.81 should have the same icon fade as Songbook. Also, Lotropad does save everything when you close the window from the small X. It also autosaves when you unload plugins (or exit the game). Rest of the time, it just keeps everything in memory. Anyhow, I still have some ideas for the next version (or Lotropad 2?) brewing :-).

-Chiran
Chiran is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-03-2011, 10:37 PM  
syahwhit
The Wary

Forum posts: 0
File comments: 8
Uploads: 0
A few similarities to Songbook?

I use Songbook on occasion, that is when I have a character I like to RP with more than level, and that would mainly be my minstrel or other characters that don't have any set ranged item. I like how the songbook icon fades out and was wondering if that were possible for the Lotropad or not. Also, from what I've been reading, I'm guessing that the Songbook and Pad have different save functions, but having something to automatically save like the songbook does would also be a nice feature.

Lastly, thank you so much for two indispensable plugins for this wonderful game.
syahwhit is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-23-2011, 08:56 AM  
Chiran
The Undying
Interface Author - Click to view interfaces

Forum posts: 27
File comments: 308
Uploads: 2
Quote:
I am having major issues with this...seems like half the time the notes I write aren't being saved - even after I click 'save all' 2 or 3 times. I log my character out and when I log another in...all the stuff (except the title) is gone.

Any ideas?
I'm not sure.. One thing to notice is that saving happens with a delay which can take as much as 30 seconds. There should be a line in the chat window that reports when a save task has been executed. Could it be that the notes that aren't being saved properly contain some suspicious characters or something?

-Chiran
Chiran is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-19-2011, 08:24 PM  
lostinjapan
The Wary

Forum posts: 0
File comments: 3
Uploads: 0
I am having major issues with this...seems like half the time the notes I write aren't being saved - even after I click 'save all' 2 or 3 times. I log my character out and when I log another in...all the stuff (except the title) is gone.

Any ideas?
lostinjapan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-13-2011, 04:34 AM  
Chiran
The Undying
Interface Author - Click to view interfaces

Forum posts: 27
File comments: 308
Uploads: 2
Re: Yet another request

Quote:
As I said before I use LotroPad as a dictionary and phrase bok for many of the Languages of Arda (Middle Earth). The biggest problem is, after I import all the text, its a pain to find the words I need. Is there any way you could implement a search or filter function into your next update?
Thanks for the feedback! I've actually followed the related thread about this. I haven't looked into this yet, but it could be tricky. There's a SetSelection method for a text box, but it might not work together with the scrolling component. However, searching the word and then somehow approximating the vertical location, then moving the scroll component according to that, could be possible. Just thinking aloud here .

-Chiran
Chiran is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-10-2011, 03:15 AM  
jeredwolffe
The Unscathed
 
jeredwolffe's Avatar
Interface Author - Click to view interfaces

Forum posts: 17
File comments: 26
Uploads: 2
Yet another request

Mae G'ovannen,

lol As the title suggests, I have another request that I know is going to be harder to implement than I would probably beleive, but that would aid many of us.

As I said before I use LotroPad as a dictionary and phrase bok for many of the Languages of Arda (Middle Earth). The biggest problem is, after I import all the text, its a pain to find the words I need. Is there any way you could implement a search or filter function into your next update?

Thanks again for this wonderful plugin

Jered Wolffe
jeredwolffe is offline Report comment to moderator   Reply With Quote Reply With Quote
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 01:01 AM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui