Friday, May 23, 2008
Saturday, April 26, 2008
GoOOCon2008
From the 10th to 13th April I was in Prague, Czech Republic for GoOOCon, an OpenOffice.org conference hosted by Novell.
Posted by Shaun McDonald at 11:09 pm 0 comments go to http://blog.shaunmcdonald.me.uk/
Labels: GoOOCon, ooocon, OpenOffice
Thursday, April 17, 2008
Planet OSM.fr
There is now a French version of planet OSM.
Posted by Shaun McDonald at 4:18 pm 0 comments go to http://blog.shaunmcdonald.me.uk/
Labels: OpenStreetMap
Tuesday, April 01, 2008
Device Removal
Posted by Shaun McDonald at 5:21 pm 3 comments go to http://blog.shaunmcdonald.me.uk/
Sunday, March 30, 2008
OOO: Possible fix for the command timed out error on Leopard
With a change in the way that X11 works on Leopard, the X11 version of OpenOffice.org has been giving an error message on startup saying "command timed out". With previous versions of Mac OS X, OpenOffice.org had to make sure that X11 was running first be trying to start OpenOffice.org.
on openSoffice(aFile)"...."end openSoffice" with the following:Please comment on how this works for you.
on openSoffice(aFile)
if (atLeastOSXVersion(10, 5, 0)) then
-- if we have leopard, we don't need to manually start the X server first
set theCmd to "sh " & (quoted form of (POSIX path of getOOProgramPath() & "soffice")) & " "
do shell script theCmd & aFile & shellTerminator()
else
set theDisplay to startXServer()
if (theDisplay is equal to "error") then
return
end if
set theEnv to "DISPLAY=" & theDisplay & " ; export DISPLAY; "
set theCmd to "sh " & (quoted form of (POSIX path of getOOProgramPath() & "soffice")) & " "
do shell script theEnv & theCmd & aFile & shellTerminator()
-- logEvent("open CMD: " & theEnv & theCmd & aFile)
end if
end openSoffice
Posted by Shaun McDonald at 8:58 pm 72 comments go to http://blog.shaunmcdonald.me.uk/
Labels: Apple, AppleScript, bug, Mac OS X, OpenOffice
Thursday, March 27, 2008
OpenOffice.org 2.4 on Mac OS X [Update: now available]
The release of OpenOffice.org 2.4 (X11 version) is a little behind the other platforms due to a lack of resources in the QA process, as many of the resources have been placed on the upcoming aqua version. It will be another few days to week before they are available on the mirrors and the Mac Port download pages will be updated at that point.
Posted by Shaun McDonald at 2:49 pm 0 comments go to http://blog.shaunmcdonald.me.uk/
Labels: Aqua, Download, Mac OS X, OpenOffice
Sunday, March 23, 2008
ITV Catch Up through the browser on a Mac
Wednesday, March 19, 2008
New OpenOffice.org Aqua Development Release
Head over to the OpenOffice.org Mac Porting web site for the latest development build.
- Printing now uses an aqua native print dialog
- Various bugs, crashes, performance, and cosmetic improvements
- The native file picker should work now (though there are 2 unlabeled checkboxes)
- The QuickStarter is now supported on Mac OS X
- Copy and Paste now works in the Hyperlink dialog
- Icons are no longer shown in the menus by default on Mac OS X
- Extentions can now be installed through the GUI
- Improved scrolling when using a scroll wheel
- Real version number is shown in the Mac OS X Finder's Get Info Window.
- The recent items list in the Apple menu is now populated
- Faster loading and saving of files
- New Start Centre
Posted by Shaun McDonald at 7:23 pm 5 comments go to http://blog.shaunmcdonald.me.uk/
Labels: Aqua, Mac OS X, OpenOffice
Thursday, March 06, 2008
Apple's Developer Site has Crashed
With the news that Apple has released the SDK for the iPhone, their developer site is currently unavailable. It seems to be have exceeded Apple's expectations in terms of demand.
Posted by Shaun McDonald at 8:58 pm 0 comments go to http://blog.shaunmcdonald.me.uk/
Labels: Apple, gps, OpenStreetMap
Sorting Tables in a MediaWiki
I've noticed that a number of tables in the Wikipedia are sortable. Further research found that it is implemented through client side javascript, when a table has the class="sortable". It is available in MediaWiki 1.9 or later.
Posted by Shaun McDonald at 12:07 am 0 comments go to http://blog.shaunmcdonald.me.uk/
Labels: Mac Port, MediaWiki, OpenOffice, Wikipedia

