[tw] Re: Is it possible to send timed pagerefresh (F5) through a txtTheme (kioskmode)?

2010-06-20 Thread Mike
scriptsetTimeout(story.closeAllTiddlers();restart();,6);/ script If this is placed in MainMenu or another startup tiddler it should refresh the entire document every 6ms (10 min) Mike On Jun 19, 6:02 pm, Måns humam...@gmail.com wrote: Hi TwWizards I'm trying to develop a customized

[tw] Re: Is it possible to send timed pagerefresh (F5) through a txtTheme (kioskmode)?

2010-06-20 Thread Måns
Hi Mike Thanks for the script: scriptsetTimeout(story.closeAllTiddlers();restart();,6);/script If this is placed in MainMenu or another startup tiddler it should refresh the entire document every 6ms (10 min) Can I somehow make sure this only happens when my InfoTheme is active? ie put

[tw] Re: Is it possible to send timed pagerefresh (F5) through a txtTheme (kioskmode)?

2010-06-20 Thread Eric Shulman
Can I somehow make sure this only happens when my InfoTheme is active? ie put the script into a div only active in the infoPageTemplate? - And make sure that the pagerefresh falls back to the initial Url ie #txtTheme:InfoTilstand HovedSlide ? If you use

[tw] Re: Is it possible to send timed pagerefresh (F5) through a txtTheme (kioskmode)?

2010-06-20 Thread Mike
The URL should not change. . . (should be able to test and verify, my url is file:///E:/documents/tw/TestWiki.htm#chkRandomTheme:true with no problems) The div should also work if referenced via your theme as specified or just via ViewTemplate span macro=tiddler myRestartScript/span HTH, Mike On

[tw] Using popupwindow with tiddlywiki (for reminders etc)

2010-06-20 Thread rouilj
Hello all: One of the thing I miss for a calendar app is a popup window to remind you when you need to go to an appointment. Has anybody integrated the jquery based: http://rip747.github.com/popupwindow/ with http://www.tiddlytools.com/#CalendarPlugin or ReminderMacros

[tw] Re: Is it possible to send timed pagerefresh (F5) through a txtTheme (kioskmode)?

2010-06-20 Thread Måns
Hi Eric |Init|InfoThemeInit| |Reset|InfoThemeReset| Then, in [[InfoThemeInit]], write: window.refreshTimerID=setTimeout(story.closeAllTiddlers();restart();, 6); and in [[InfoThemeReset]], write:    clearTimeout(window.refreshTimerID); Thanks for helping me in integrating the

[tw] Re: Is it possible to send timed pagerefresh (F5) through a txtTheme (kioskmode)?

2010-06-20 Thread Måns
Hi again Now I've run through the cycle a few times - and it is only refreshed 1 time - and not again? I will test it with FF when i get a chance - for now I have to use Google Chrome... [[InfoTilstand]] Here's my code: |Init|InfoTilstand##init| |Reset|InfoTilstand##reset| !init //{{{

[tw] FamilyTree TW by Jon Robson

2010-06-20 Thread Tobbe
Hi, I'm asking Jon Robson if he's around here anymore. I've been playing around with your FamilyTree TW and re-design the layout so it has good color for me who is colorblind. JON ROBSON's site with the plugins and macros to get things working

[tw] Re: Is it possible to send timed pagerefresh (F5) through a txtTheme (kioskmode)?

2010-06-20 Thread Måns
Maybe this the way to go, for the embedded systems: http://windowssecrets.com/support-alert/2008/06/19/14-Free-auto-refresh-add-ins-for-your-browser - however I haven't found a plugin for Google Chrome yet.. regards Måns Mårtensson On 20 Jun., 19:55, Måns humam...@gmail.com wrote: Hi again Now

[tw] Re: FamilyTree TW by Jon Robson

2010-06-20 Thread Måns
Hi Tobbe Here's a screen-dump of my design so far. It ain't ready yet and I need to translate everything to swedish also.http://pici.se/pictures/vehNmCssn.png It's beautifull you know... Good work I'd love to try it out and look at the CSS internals. Will you publish a prototype for the

[tw] Re: Is it possible to send timed pagerefresh (F5) through a txtTheme (kioskmode)?

2010-06-20 Thread Måns
I found a specialized html/javascript code for refreshing browser/page here: http://www.myrefresher.com/samples/javascript_html_refresh_code.html.zip However I don't know if it's any better than the codebit I've got already - or how to implement it. It seems that you'll have to have it written

[tw] Re: FamilyTree TW by Jon Robson

2010-06-20 Thread Tobbe
Don't know it this works but here we go -- https://dl-web.dropbox.com/get/TW/genealogy.html?w=fa691c1e -

[tw] Re: Is it possible to send timed pagerefresh (F5) through a txtTheme (kioskmode)?

2010-06-20 Thread Måns
Is it possible to use the META tag in the customized pagetemplate to invoke the pagerefresh routine?? META HTTP-EQUIV=Refresh CONTENT=5; URL=http://MySlideShow#txtTheme; regards Måns Mårtensson On 20 Jun., 20:55, Måns humam...@gmail.com wrote: I found a specialized html/javascript

[tw] IE7 style behavior. Default tiddler won't style until stylesheet is opened then closed

2010-06-20 Thread Alex Hough
Hello The TW [1] is exhibiting some unusual behavior in IE7. When if first loads, the display area does overlaps the menu - the IntroMenu tiddler. When you open stylesheet for editing, then close it without changing anything, IE7 styles it the same as the other browsers. Any help most

[tw] Re: FamilyTree TW by Jon Robson

2010-06-20 Thread Måns
Hi Tobbe --- ---https://dl-web.dropbox.com/get/TW/genealogy.html?w=fa691c1e --- --http://tinyurl.com/27dyshg

[tw] Re: FamilyTree TW by Jon Robson

2010-06-20 Thread Tobbe
I knew it :) http://db.tt/5WxKcI //Tobbe On 20 Juni, 21:19, Måns humam...@gmail.com wrote: Hi Tobbe --- ---https://dl-web.dropbox.com/get/TW/genealogy.html?w=fa691c1e

[tw] Re: FamilyTree TW by Jon Robson

2010-06-20 Thread Måns
It's great Tobbe :-) Thanks for sharing. If you'd like to localize all standard commands etc - you should copy this: http://svn.tiddlywiki.org/Trunk/association/locales/core/en/locale.en.js into a tiddler and tag it with systemConfig. It explains how to localize everything in a snap... I've made

[tw] Re: FamilyTree TW by Jon Robson

2010-06-20 Thread passingby
Its beautiful Tobbe. Very aesthetic, just like your earlier works. But unfortunately I do not know german. Can you publish one in English? I hope somebody is keeping a track of all these new version of TWs which came out since past one year. Like Tobbe's earlier GTD and others. Keep up the

Re: [tw] Re: Inserting macros with commentplugin

2010-06-20 Thread Anthony Muscio
I suspect I over answered your Question Tobias, But can you tell me how to insert a macro with the comment plugin ? Thanks Tony TonyM If you have not found an easy way to do it with TiddlyWiki, you have missed something. www.tiddlywiki.com On Wed, Jun 16, 2010 at 09:17, Anthony Muscio

Re: [tw] Re: link to local files and folders

2010-06-20 Thread Anthony Muscio
There are a few ways to do this. Here is a quick dump of one Use http://www.Remotely-Helpful.com/TiddlyWiki/LaunchApplication.htmlhttp://www.remotely-helpful.com/TiddlyWiki/LaunchApplication.html in windows usuing cmd /c filepath/filename.ext will launch the associated application according to