Community Page
- blog.garethj.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Thanks manatlan - that looks like a really useful tool. Will save me some time next time I need to do it.
- you should look at : http://www.manatlan.com/page/py2deb which does the same thing ...
- no worries Gareth - thanks for all the help youre sharing with everyone x hope portfolio goes well! all the best x
- Ubuntu has had its own solutions to *some* of these problems for a while (gnome-app-install) so I assume they are hesitant to swap to something else. Richard seemed to think they were very...
- Thanks for the overview Gareth. I'm surprised your Ubuntu install didn't put package kit on straight away, it's been default in Fedora so long I guess I've taken it for granted now.
Jump to original thread »
Ok, getting very technical from my normal postings but I found this really difficult to track down so thought it was worth posting somewhere. I’ve creating an application inside the Eclipse framework and wanted to write some HTML and display inside the SWT browser widget. It’%
... Continue reading »
9 months ago
9 months ago
The key was in the following post:
http://dev.eclipse.org/newslists/news.eclipse.p...
This meant I had to read in the initial HTML file and replace a marker with the actual base url within the plugin (which I had retrieved using the method above) and all went swimmingly! Thanks for posting this and giving me a clue in the first place!
9 months ago
9 months ago
I was close but one extra step was needed. The feature that held my HTML needed to be unpacked (tick the box in feature.xml to say it should be unpacked when installed) - then the base tag worked.
9 months ago
Will be useful info for anyone else that has the same issue (and me if I need to do it) so thanks for posting up the answer.