Changed: Fix the way to load ryzhome lua/xml files

--HG--
branch : compatibility-develop
hg/compatibility-develop
Nuno Gonçalves 8 years ago
parent ff1e902b5b
commit 8b2d23109f

@ -472,7 +472,8 @@ XMLInterfaceFiles = {
"commands2.xml", "commands2.xml",
"ring_access_point_filter.xml", "ring_access_point_filter.xml",
"ring_window.xml", "ring_window.xml",
"bg_downloader.xml" "bg_downloader.xml",
"ryzhome_toolbar.xml"
}; };
XMLR2EDInterfaceFiles = XMLR2EDInterfaceFiles =

@ -1,17 +1,8 @@
RyzhomeBar = {
if getUI("ui:interface:webig_ryzhome_toolbar") == nil then
local f = io.open("user/ryzhome_toolbar.xml", "r")
local xml = f:read("*a")
parseInterfaceFromString(xml)
end
if RyzhomeBar == nil then
RyzhomeBar = {
id = "ui:interface:webig_ryzhome_toolbar", id = "ui:interface:webig_ryzhome_toolbar",
saveuri = "http://app.ryzom.com/app_ryzhome/index.php?action=toolbar_save", saveuri = "http://app.ryzom.com/app_ryzhome/index.php?action=toolbar_save",
selectedPage = 1 selectedPage = 1
} }
end
function RyzhomeBar:close() function RyzhomeBar:close()
getUI("ui:interface:webig_ryzhome_toolbar").active=false getUI("ui:interface:webig_ryzhome_toolbar").active=false
@ -112,7 +103,7 @@ function RyzhomeBar:listItems()
RyzhomeBar.recently_removed_item = false RyzhomeBar.recently_removed_item = false
local framewin = getUI("ui:interface:webig_ryzhome_list_item") local framewin = getUI("ui:interface:webig_ryzhome_list_item")
framewin.opened=true --framewin.opened=true
framewin.active=true framewin.active=true
if framewin.x == 0 and framewin.y == 0 then if framewin.x == 0 and framewin.y == 0 then
local ui = getUI("ui:interface") local ui = getUI("ui:interface")

@ -1,5 +1,7 @@
<interface_config> <interface_config>
webig_ryzhome_list_item<root id="interface" x="0" y="0" w="800" h="600" active="true" /> <root id="interface" x="0" y="0" w="800" h="600" active="true" />
<lua file="ryzhome_toolbar.lua" />
<style style="button_over" <style style="button_over"
type="button" type="button"

Loading…
Cancel
Save