[tw] Re: Inline Editing of tables

2012-06-25 Thread Vincent Yeh

Anthony, thank you for trying the plugin and giving feedbacks. And for your 
last question on uploading, I have no idea how to do that currently (I have 
experiences in programming but not much in javascript and the web things.) 
It will take me sometime to figure out. If someone has answers and would 
like to contribute, it will be highly appreciated.

Eric, thank you for pointing out the key point which I never knew myself.

I have been using Google Chrome for the development of this plugin 
(inspired by and modified from TableSortingPlugin v2.0.2 by Saq Imtiaz 
and GridPlugin v2.0.7 by Eric Shulman. Many thanks to them.) It seems to 
work just fine for me and I turned out to forget about other browsers. Next 
time I will try them out myself but as mentioned above most likely I do not 
have the knowledge to fix the cross-browser things. I shall be relying on 
more experienced people to do that.

Vincent

On Tuesday, June 26, 2012 2:05:25 AM UTC+8, anthony wrote:
>
> Last question...sorry for so much spam...
>
> I am using this wiki as a webbased system, when I edit the table I would 
> like for it to upload to the web versus to a local file...is there anyway 
> for that to be done?
>
> On Monday, June 25, 2012 12:55:56 PM UTC-5, anthony wrote:
>>
>> spamming...sorry
>>
>> I fixed the issue with IE, it was a version issue. I was using IE8 
>> (preferred over here) but upgraded to 9 and it is working PERFECTLY. this 
>> plugin is going to make our tiddlywiki amazing in terms of what we were 
>> trying to do.
>>
>> So in short I think IE8 may not work properly with this plugin.
>>
>> On Monday, June 25, 2012 12:22:23 PM UTC-5, Eric Shulman wrote:
>>>
>>>
>>>
>>> On Jun 25, 8:23 am, anthony  wrote: 
>>> > Just tried your plugin...am I missing something? I loaded the plugin 
>>> and 
>>> > tried your example both on my tiddly and yours and neither were 
>>> > editable...maybe I am just missing something though. 
>>>
>>> The plugin works in IE, but not in FF or other browsers. 
>>>
>>> The reason is because IE uses a different method of processing 
>>> events.  In IE, all events are processed by first setting a global 
>>> variable "event" and then invoking the appropriate onclick handler to 
>>> process the event.  However, in other browsers, the event is *passed* 
>>> to the handler as a parameter. 
>>>
>>> The plugin problem arises due to this line of code: 
>>>
>>>cell.onclick = function(){editInPlace(this,event);}; 
>>>
>>> In order to make this cross-browser compatible, it should be re- 
>>> written as: 
>>>
>>>cell.onclick = function(ev){editInPlace(this,ev|event);}; 
>>>
>>> This allows non-IE browsers to properly use the passed in event as a 
>>> variable named 'ev', while IE continues to fallback to using the 
>>> global 'event' variable. 
>>>
>>> enjoy, 
>>> -e 
>>> Eric Shulman 
>>> TiddlyTools / ELS Design Studios 
>>>
>>> WAS THIS ANSWER HELPFUL?  IF SO, PLEASE MAKE A DONATION 
>>>http://www.TiddlyTools.com/#Donations 
>>> Professional TiddlyWiki Consulting Services... 
>>> Analysis, Design, and Custom Solutions: 
>>>http://www.TiddlyTools.com/#Contact 
>>>
>>>
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/0GNwNoW-b2kJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] New alpha of TiddlyWiki5

2012-06-25 Thread Jeremy Ruston
> For some reason, viewing the new TW causes my scroll bars to show as if what
> I am seeing is huge, yet the whole wiki fits on my screen. Theme problem?

Yes, there's still a few problems with the zoomin theme. I'm in the
midst of a refactoring of the story and navigation code which should
sort things out.

Many thanks,

Jeremy

> On Mon, Jun 25, 2012 at 6:24 AM, Eric Weir  wrote:
>>
>>
>> On Jun 22, 2012, at 5:52 PM, Jeremy Ruston wrote:
>>
>> I made a little video to demonstrate some of the new features on an iPad:
>>
>> https://vimeo.com/44538974
>>
>>
>> Really cool. Looking forward to learning more as it develops.
>>
>>
>> --
>> Eric Weir
>> Decatur, GA  USA
>> eew...@bellsouth.net
>>
>> "Uncertainty is an uncomfortable position,
>> but certainty is an absurd one."
>>
>> - Voltaire
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "TiddlyWiki" group.
>> To post to this group, send email to tiddlywiki@googlegroups.com.
>> To unsubscribe from this group, send email to
>> tiddlywiki+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/tiddlywiki?hl=en.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> To unsubscribe from this group, send email to
> tiddlywiki+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/tiddlywiki?hl=en.



-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] New alpha of TiddlyWiki5

2012-06-25 Thread Steve Rutter
For some reason, viewing the new TW causes my scroll bars to show as if
what I am seeing is huge, yet the whole wiki fits on my screen. Theme
problem?

On Mon, Jun 25, 2012 at 6:24 AM, Eric Weir  wrote:

>
> On Jun 22, 2012, at 5:52 PM, Jeremy Ruston wrote:
>
> I made a little video to demonstrate some of the new features on an iPad:
>
> https://vimeo.com/44538974
>
>
> Really cool. Looking forward to learning more as it develops.
>
>
> --
> Eric Weir
> Decatur, GA  USA
> eew...@bellsouth.net
>
> "Uncertainty is an uncomfortable position,
> but certainty is an absurd one."
>
> - Voltaire
>
>  --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> To unsubscribe from this group, send email to
> tiddlywiki+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/tiddlywiki?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Tiddlyspot down?

2012-06-25 Thread Alvin
TiddlySpot is not coming up today.  What's happening?  Thanx.

On Thursday, June 21, 2012 8:16:07 AM UTC-5, ramkikura wrote:
>
> Is anyone else having problems with Tiddlyspot? The main page 
> tiddlyspot.com seems to be down. The pages I have hosted on tiddlyspot 
> are shown very slowly and I've noticed they correspond to a month old 
> versions at least. 
>
> ---
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/zWqqxX834agJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: TiddlySpot

2012-06-25 Thread Alvin
Yes, please.  And what's happening?

> this is why I avoid cloud computing

All the best, jb, in keeping that resolve.  But, IMHO, I think someday 
you'll be backed into a corner.  CC is very convenient, and very 
addictive.  And I believe that's where computers are going.  Let's hope 
that when that happens Generous People--like this behind TiddlySpot, et 
al.--outnumber the Greedy Basters.

On Sunday, June 24, 2012 6:48:24 PM UTC-5, jb wrote:
>
> TiddlySpot . . . . this is why I avoid cloud computing :-(
> Does anyone know when this might be rectified?
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/YSkw9FAyenwJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Inline Editing of tables

2012-06-25 Thread anthony
Last question...sorry for so much spam...

I am using this wiki as a webbased system, when I edit the table I would 
like for it to upload to the web versus to a local file...is there anyway 
for that to be done?

On Monday, June 25, 2012 12:55:56 PM UTC-5, anthony wrote:
>
> spamming...sorry
>
> I fixed the issue with IE, it was a version issue. I was using IE8 
> (preferred over here) but upgraded to 9 and it is working PERFECTLY. this 
> plugin is going to make our tiddlywiki amazing in terms of what we were 
> trying to do.
>
> So in short I think IE8 may not work properly with this plugin.
>
> On Monday, June 25, 2012 12:22:23 PM UTC-5, Eric Shulman wrote:
>>
>>
>>
>> On Jun 25, 8:23 am, anthony  wrote: 
>> > Just tried your plugin...am I missing something? I loaded the plugin 
>> and 
>> > tried your example both on my tiddly and yours and neither were 
>> > editable...maybe I am just missing something though. 
>>
>> The plugin works in IE, but not in FF or other browsers. 
>>
>> The reason is because IE uses a different method of processing 
>> events.  In IE, all events are processed by first setting a global 
>> variable "event" and then invoking the appropriate onclick handler to 
>> process the event.  However, in other browsers, the event is *passed* 
>> to the handler as a parameter. 
>>
>> The plugin problem arises due to this line of code: 
>>
>>cell.onclick = function(){editInPlace(this,event);}; 
>>
>> In order to make this cross-browser compatible, it should be re- 
>> written as: 
>>
>>cell.onclick = function(ev){editInPlace(this,ev|event);}; 
>>
>> This allows non-IE browsers to properly use the passed in event as a 
>> variable named 'ev', while IE continues to fallback to using the 
>> global 'event' variable. 
>>
>> enjoy, 
>> -e 
>> Eric Shulman 
>> TiddlyTools / ELS Design Studios 
>>
>> WAS THIS ANSWER HELPFUL?  IF SO, PLEASE MAKE A DONATION 
>>http://www.TiddlyTools.com/#Donations 
>> Professional TiddlyWiki Consulting Services... 
>> Analysis, Design, and Custom Solutions: 
>>http://www.TiddlyTools.com/#Contact 
>>
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/uKKi3s8iit0J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Inline Editing of tables

2012-06-25 Thread anthony
spamming...sorry

I fixed the issue with IE, it was a version issue. I was using IE8 
(preferred over here) but upgraded to 9 and it is working PERFECTLY. this 
plugin is going to make our tiddlywiki amazing in terms of what we were 
trying to do.

So in short I think IE8 may not work properly with this plugin.

On Monday, June 25, 2012 12:22:23 PM UTC-5, Eric Shulman wrote:
>
>
>
> On Jun 25, 8:23 am, anthony  wrote: 
> > Just tried your plugin...am I missing something? I loaded the plugin and 
> > tried your example both on my tiddly and yours and neither were 
> > editable...maybe I am just missing something though. 
>
> The plugin works in IE, but not in FF or other browsers. 
>
> The reason is because IE uses a different method of processing 
> events.  In IE, all events are processed by first setting a global 
> variable "event" and then invoking the appropriate onclick handler to 
> process the event.  However, in other browsers, the event is *passed* 
> to the handler as a parameter. 
>
> The plugin problem arises due to this line of code: 
>
>cell.onclick = function(){editInPlace(this,event);}; 
>
> In order to make this cross-browser compatible, it should be re- 
> written as: 
>
>cell.onclick = function(ev){editInPlace(this,ev|event);}; 
>
> This allows non-IE browsers to properly use the passed in event as a 
> variable named 'ev', while IE continues to fallback to using the 
> global 'event' variable. 
>
> enjoy, 
> -e 
> Eric Shulman 
> TiddlyTools / ELS Design Studios 
>
> WAS THIS ANSWER HELPFUL?  IF SO, PLEASE MAKE A DONATION 
>http://www.TiddlyTools.com/#Donations 
> Professional TiddlyWiki Consulting Services... 
> Analysis, Design, and Custom Solutions: 
>http://www.TiddlyTools.com/#Contact 
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/FHBa2d2nu0sJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Inline Editing of tables

2012-06-25 Thread anthony
btw thank you very much for the quick reply and just all around great work 
on this.

On Monday, June 25, 2012 12:22:23 PM UTC-5, Eric Shulman wrote:
>
>
>
> On Jun 25, 8:23 am, anthony  wrote: 
> > Just tried your plugin...am I missing something? I loaded the plugin and 
> > tried your example both on my tiddly and yours and neither were 
> > editable...maybe I am just missing something though. 
>
> The plugin works in IE, but not in FF or other browsers. 
>
> The reason is because IE uses a different method of processing 
> events.  In IE, all events are processed by first setting a global 
> variable "event" and then invoking the appropriate onclick handler to 
> process the event.  However, in other browsers, the event is *passed* 
> to the handler as a parameter. 
>
> The plugin problem arises due to this line of code: 
>
>cell.onclick = function(){editInPlace(this,event);}; 
>
> In order to make this cross-browser compatible, it should be re- 
> written as: 
>
>cell.onclick = function(ev){editInPlace(this,ev|event);}; 
>
> This allows non-IE browsers to properly use the passed in event as a 
> variable named 'ev', while IE continues to fallback to using the 
> global 'event' variable. 
>
> enjoy, 
> -e 
> Eric Shulman 
> TiddlyTools / ELS Design Studios 
>
> WAS THIS ANSWER HELPFUL?  IF SO, PLEASE MAKE A DONATION 
>http://www.TiddlyTools.com/#Donations 
> Professional TiddlyWiki Consulting Services... 
> Analysis, Design, and Custom Solutions: 
>http://www.TiddlyTools.com/#Contact 
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/ZRR-_k73NC8J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Inline Editing of tables

2012-06-25 Thread anthony
This really helped out ...some... I can now get it to work via IE but even 
with the code change ff doesn't like it. Also I can not get the edits to 
STAY...i can click on the cell and change the data but then how do I save 
the edit? it does not actually change the data to the new inputted data.

Example:

r1c2 if I click on it it gives me the cell area to change the data, then it 
says to press enter or click...I do both but no change. what am I missing?

On Monday, June 25, 2012 12:22:23 PM UTC-5, Eric Shulman wrote:
>
>
>
> On Jun 25, 8:23 am, anthony  wrote: 
> > Just tried your plugin...am I missing something? I loaded the plugin and 
> > tried your example both on my tiddly and yours and neither were 
> > editable...maybe I am just missing something though. 
>
> The plugin works in IE, but not in FF or other browsers. 
>
> The reason is because IE uses a different method of processing 
> events.  In IE, all events are processed by first setting a global 
> variable "event" and then invoking the appropriate onclick handler to 
> process the event.  However, in other browsers, the event is *passed* 
> to the handler as a parameter. 
>
> The plugin problem arises due to this line of code: 
>
>cell.onclick = function(){editInPlace(this,event);}; 
>
> In order to make this cross-browser compatible, it should be re- 
> written as: 
>
>cell.onclick = function(ev){editInPlace(this,ev|event);}; 
>
> This allows non-IE browsers to properly use the passed in event as a 
> variable named 'ev', while IE continues to fallback to using the 
> global 'event' variable. 
>
> enjoy, 
> -e 
> Eric Shulman 
> TiddlyTools / ELS Design Studios 
>
> WAS THIS ANSWER HELPFUL?  IF SO, PLEASE MAKE A DONATION 
>http://www.TiddlyTools.com/#Donations 
> Professional TiddlyWiki Consulting Services... 
> Analysis, Design, and Custom Solutions: 
>http://www.TiddlyTools.com/#Contact 
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/SvC9EePfATYJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Inline Editing of tables

2012-06-25 Thread Eric Shulman


On Jun 25, 8:23 am, anthony  wrote:
> Just tried your plugin...am I missing something? I loaded the plugin and
> tried your example both on my tiddly and yours and neither were
> editable...maybe I am just missing something though.

The plugin works in IE, but not in FF or other browsers.

The reason is because IE uses a different method of processing
events.  In IE, all events are processed by first setting a global
variable "event" and then invoking the appropriate onclick handler to
process the event.  However, in other browsers, the event is *passed*
to the handler as a parameter.

The plugin problem arises due to this line of code:

   cell.onclick = function(){editInPlace(this,event);};

In order to make this cross-browser compatible, it should be re-
written as:

   cell.onclick = function(ev){editInPlace(this,ev|event);};

This allows non-IE browsers to properly use the passed in event as a
variable named 'ev', while IE continues to fallback to using the
global 'event' variable.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

WAS THIS ANSWER HELPFUL?  IF SO, PLEASE MAKE A DONATION
   http://www.TiddlyTools.com/#Donations
Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact



-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] Re: Inline Editing of tables

2012-06-25 Thread anthony
Just tried your plugin...am I missing something? I loaded the plugin and 
tried your example both on my tiddly and yours and neither were 
editable...maybe I am just missing something though.

THANKS FOR GIVING IT A GO TOO! this will be AMAZING if accomplished.

On Sunday, June 24, 2012 12:28:04 PM UTC-5, Vincent Yeh wrote:
>
> Dear All,
>
> It seems quit a while already but if any one is still interested, I have 
> just released a TableEdit plugin that might do the job. You can visit my 
> TiddlySpace at qmowcy2.tiddlyspace.com, find the TableEdit tiddler in the 
> Public section. Comments and suggestions are welcome.
>
> Best,
>
> Vincent
>
> On Wednesday, January 16, 2008 3:41:04 AM UTC+8, Nicolas S. wrote:
>>
>> Good evening Eric, 
>>
>> I was just wondering if you had any idea of how soon in the future you 
>> planned on working on/releasing the EditableTablePlugin (see bottom of your 
>> post below)
>> Please, do note take this as a personal request for more work from you on 
>> TW, as I can already hardly believe how much you contribute to it 
>> already... ;) 
>>
>> In fact, I was just wondering if this was a distant idea in your mind or 
>> something you were already working on today, to know if it was worth 
>> waiting (even a couple more months or 6 months, I don't care) before 
>> starting a new task on my side that is going to involve a very large (>100) 
>> number of tables. This task is not urgent (well, it has to be finished some 
>> day, in like 9 months), but it might spare me so much time once this 
>> miraculous plugin would be released that I could wait a long time before 
>> starting the task, if only I knew you were to publish it in a 
>> "not-further-than-6-months" delay. 
>>
>> Thanks again for your great work anyway
>>
>> -Nicolas
>>
>> On Dec 26, 2007 11:55 PM, Eric Shulman  wrote:
>>
>>>
>>> > I'm looking for a plugin which allows to edit the content of a table
>>> > cell in a tiddlywiki simply by clicking it with your mouse cursor.
>>> > Especially in big tables, it would be much more convenient to edit 
>>> > content that way. As far as I can remember I once stumbled upon a
>>> > tiddylwiki with exact that feature, yet I can't find it any more.
>>>
>>> http://www.TiddlyTools.com/#SliceGridPlugin
>>>
>>> *generates* a grid (table) that displays tiddler slice values and
>>> includes an "edit-in-place" feature: click a value in a grid cell and
>>> it changes to an edit field.  Type your input.  Press enter (or click 
>>> away).  The value you input is then written back to the corresponding
>>> tiddler slice.
>>>
>>> Note that, currently, this feature only works within SliceGridPlugin's
>>> generated tables.  However, I am working on a re-factoring my edit-in- 
>>> place code into a separate "EditableTablePlugin" so that it CAN be
>>> used with ANY table.
>>>
>>> I let you know when it's available.
>>>
>>> -e
>>> Eric Shulman
>>> TiddlyTools / ELS Design Studios 
>>>
>>>
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/FCJWqgIpQngJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] New alpha of TiddlyWiki5

2012-06-25 Thread Eric Weir

On Jun 22, 2012, at 5:52 PM, Jeremy Ruston wrote:

> I made a little video to demonstrate some of the new features on an iPad:
> 
> https://vimeo.com/44538974

Really cool. Looking forward to learning more as it develops.

--
Eric Weir
Decatur, GA  USA
eew...@bellsouth.net

"Uncertainty is an uncomfortable position, 
but certainty is an absurd one."
 
- Voltaire

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.