Difference between revisions of "Talk:API/Samples/StarBasic/Office/Favorites-Menu"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
m (How to remove, and link to Extension version)
 
(3 intermediate revisions by one other user not shown)
Line 13: Line 13:
  
 
--[[User:Hgreenhough|Hgreenhough]] 15:30, 31 October 2007 (CET)
 
--[[User:Hgreenhough|Hgreenhough]] 15:30, 31 October 2007 (CET)
 +
 +
== Workaround for Windows ==
 +
 +
Create a simple short cut to "C:\Documents and Settings\%USERNAME%\Favorites" stored in path of My documents.
 +
 +
--[[User:GdD|GdD]] 08:52, 03 January 2008 (CET)
 +
 +
== Removing the menu ==
 +
 +
I had problems doing this, discussed here:
 +
 +
http://user.services.openoffice.org/en/forum/viewtopic.php?f=20&t=3161
 +
 +
Comment added to code to help others in future
 +
 +
--[[User:Hgreenhough|Hgreenhough]] 12:26, 4 March 2008 (CET)
 +
 +
== Extension version ==
 +
 +
http://extensions.services.openoffice.org/project/bookmarksmenu
 +
 +
--[[User:Hgreenhough|Hgreenhough]] 12:26, 4 March 2008 (CET)

Latest revision as of 11:26, 4 March 2008

Root

I think it would help some people if there was a comment in the code on how to write the file path for your root directory (if this can even be stated succinctly). It took me some time to figure out that, despite two colons in the path seeming wrong, I needed to use: "file:///Z:/some path/"

I haven't added a comment about it myself because (obviously) I'm no expert.

  • %20 instead of a space doesn't seem essential, but could spaces problems in some cases?
  • Are forward slashes obligatory, or can they be back slashes?
  • Is it always three slashes?
  • Case sensitivity?

--Hgreenhough 15:30, 31 October 2007 (CET)

Refreshing

Is there a way to force the menu to refresh after edits to the macro? Or do you have to exit the entire suite including quickstarter?

--Hgreenhough 15:30, 31 October 2007 (CET)

Workaround for Windows

Create a simple short cut to "C:\Documents and Settings\%USERNAME%\Favorites" stored in path of My documents.

--GdD 08:52, 03 January 2008 (CET)

Removing the menu

I had problems doing this, discussed here:

http://user.services.openoffice.org/en/forum/viewtopic.php?f=20&t=3161

Comment added to code to help others in future

--Hgreenhough 12:26, 4 March 2008 (CET)

Extension version

http://extensions.services.openoffice.org/project/bookmarksmenu

--Hgreenhough 12:26, 4 March 2008 (CET)

Personal tools