Re: [tw] how to create a dropdown field in TW5 based on the contents of another tiddler?

2013-12-04 Thread Jeremy Ruston
Hi Josh

As far as the hangouts are concerned, Google seems to really have two
somewhat separate products: Hangouts, and Hangouts on Air. The former is
basically browser-based group video chat; one downloads a native browser
plugin to make it work. It takes your feed from the built in video camera
(or from a screenshare, which is jolly useful). It shows everyone as
thumbnails and then reasonably intelligently switches the larger view
between the people who are talking.

Then Hangouts on Air is the ability to live stream these chat sessions, and
have them automatically recorded to YouTube.

Looking at your question to Dylan about Bestrew hardens my resolve to make
it so that we can use whitespace within templates...

Best wishes

Jeremy.



On Wed, Dec 4, 2013 at 6:48 AM, Josh yoshise...@gmail.com wrote:

 I should have made clear I found this in the *$:/skeletons/submission*tiddler 
 on*
 http://nocategories.net/tiddlywiki/bestrew.html
 http://nocategories.net/tiddlywiki/bestrew.html*




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

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [tw] how to create a dropdown field in TW5 based on the contents of another tiddler?

2013-12-04 Thread Dylan Kinnett
Josh,

I'm interested in your project as well so let me try to explain how/what 
I've learned to make this example.

The classes that I borrowed for my table were already a part of the 
HTML/CSSstructure of TiddlyWiki5. I found them when I looked at the info view 
for 
a Tiddler, and inspected the markup that makes the table that appears 
there. Since I'm unsure yet how to add custom CSS, I was happy to see that 
there were already some classes in place to style my tables in a way that 
works out for me. Here's a more carefully formatted example. As you can see 
here, there are really only 4 classes at work here. One is for the table, 
one for each row, and within a row: one for cells on the left, and one for 
cells on the right. So far as I can tell, these classes have nothing to do 
with the behavior of TiddlyWiki data, etc. They are strictly for 
presentational/design purposes. For example the class .tw-view-field-tablegives 
the table a width of 100%. Your table will work just fine without the 
use of any of these classes at all. If you want new styles, you can make 
new classes and style them with CSS, although as I said I haven't yet tried 
that.

Here's a cleaner example of what I'm doing in the the SUBMISSION tiddler:

table class=tw-view-field-table
 tbody
   tr class=tw-view-field
 td class=tw-view-field-nameLeft Cell/td
 td class=tw-view-field-valueRight Cell/td
   /tr
 /tbody
/table

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [tw] how to create a dropdown field in TW5 based on the contents of another tiddler?

2013-12-04 Thread Josh


 Hi Jeremy


Thanks for your reply. 

1. Thanks for explaining the two google hangout products. 

2. I am not sure what you mean by *using whitespace in templates?*However I 
love the sound of *...Hardens 
My Resolve.* 

It always works out very well for all TW5 users. Thanks for all the great 
functionality you keep adding to TW5 and your continual help. 

*Looking at your question to Dylan about Bestrew hardens my resolve to 
make it so that we can use whitespace within templates...*

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [tw] how to create a dropdown field in TW5 based on the contents of another tiddler?

2013-12-04 Thread Josh


 Hi Dylan thanks for that example Very much looking forward to trying this. 


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [tw] how to create a dropdown field in TW5 based on the contents of another tiddler?

2013-12-04 Thread Josh


 Right, 


Thank you. I understand perfectly. Thanks Jeremy for working on this, and 
Dylan for your explanations. 

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [tw] how to create a dropdown field in TW5 based on the contents of another tiddler?

2013-12-03 Thread Josh
Hi Dylan, 

I really appreciate your response and all the responses before you. This is 
a great community filled with lots of people who are willing to help. 

I will definitely listen to the hangout. I am curious as to how the hangout 
works actually, does everyone use a webcam and record themselves and the 
someone stitch the feeds together using software so we can see the person 
who is talking. I am not very familiar with the Hangouts feature of Google 
Plus+.

Can you explain this code. For example, in it you refer to different 
classes, such as table class=tw-view-field-table, td 
class=tw-view-field-value, and td class=tw-view-field-name, and  
class=btn-invisible btn-dropdown 

1. Where can I find out more about these different classes and how to use 
them? I would like to implement something similar to bestrew using TW5 to 
manage change requests made by people.

table class=tw-view-field-table tbody tr class=tw-view-field td 
class=tw-view-field-name ID /td td class=tw-view-field-value 
$edit field=sub_id /$edit /td /tr tr class=tw-view-field td 
class=tw-view-field-name Work /td td class=tw-view-field-value 
$edit field=sub_work /$edit /td /tr tr class=tw-view-field 
td class=tw-view-field-name Venue /td td 
class=tw-view-field-value $edit field=sub_venue /$edit /td /tr 
tr class=tw-view-field td class=tw-view-field-nameStatus /td td 
class=tw-view-field-value p$edit-text field=sub_status tag=input 
default= placeholder=sub_status focusPopup=qualify 
$:/state/typeDropdown class=tw-edit-typeeditor/ $button 
popup=qualify $:/state/typeDropdown class=btn-invisible 
btn-dropdown{{$:/core/images/down-arrow}}/$button/p div 
class=tw-block-dropdown-wrapper $reveal state=qualify 
$:/state/typeDropdown type=nomatch text= default= div 
class=tw-block-dropdown tw-edit-type-dropdown $linkcatcher 
to=!!sub_status $list filter=[is[shadow]prefix[$:/docs/statuses/]] 
[!is[shadow]prefix[$:/docs/statuses/]] +[sort[description]]$link 
to={{!!name}}$view field=description/ ($view field=name/)/$link 
/$list /$linkcatcher /div /$reveal /div /td /tr tr 
class=tw-view-field td class=tw-view-field-name Send Date /td td 
class=tw-view-field-value $edit-text field=send_date tag=input 
type=date/$edit-text /td /tr tr class=tw-view-field td 
class=tw-view-field-name Reply Date /td td 
class=tw-view-field-value $edit-text field=reply_date tag=input 
type=date/$edit-text /td /tr /tbody /table

This entry is a skeleton. It represents an example of a single 
''submission''. It is also the template for creating new records of this 
type, described by the various fields. To change the data you want to 
record for each entry of this type, edit the fields associated with this 
skeleton, but be careful. The index list is currently built around these 
default fields. Editing the fields will only change the fields available 
for ''new'' entries, so it's best to make such changes early.

$button message=tw-new-tiddler param=$:/skeletons/submissionEnter New 
Submission/$button

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [tw] how to create a dropdown field in TW5 based on the contents of another tiddler?

2013-12-03 Thread Josh
I should have made clear I found this in the *$:/skeletons/submission*tiddler 
on* 
http://nocategories.net/tiddlywiki/bestrew.html*

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [tw] how to create a dropdown field in TW5 based on the contents of another tiddler?

2013-11-30 Thread Dylan Kinnett
The discussion in the hangout video was helpful for me to understand how 
the current functionality for dropdowns is working. I think I'm able to 
take a crack at building my own, now.

I am still curious about the possibility of a combo box as discussed in 
the hangout. Is that a feature that is planned or has it been formally 
requested? 

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [tw] how to create a dropdown field in TW5 based on the contents of another tiddler?

2013-11-25 Thread Josh
Thanks Jeremy,

I won't be able to attend but I will keenly watch the discussion afterward.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [tw] how to create a dropdown field in TW5 based on the contents of another tiddler?

2013-11-24 Thread Jeremy Ruston
Hi Josh

This is a great topic to discuss at the next hangout on Tuesday, I've made
a note on the event page to remind me:

https://plus.google.com/events/co71sqk3ctg3r6sa8fec7jbbees

Best wishes

Jeremy



On Fri, Nov 22, 2013 at 11:20 AM, Josh yoshise...@gmail.com wrote:

 This was how they did it at teamtasks in TWC
 http://teamtasks.tiddlyspace.com/#%5B%5BTeamTasks%3A%20Task%20Controls%5D%5D

 There code was |scope |ValueSwitcher type:dropdown
 valuesSource:ScopeDefinitions |

 I found the $:/core/ui/EditTemplate/type tiddler in TW5 but I am not sure
 which parts to start modifying to create my own dropdown lists. I want to
 create dropdown lists for the people involved and the stages in the process.

 \\p//Type:// $edit-text field=type tag=input default=
 placeholder=type focusPopup=qualify $:/state/typeDropdown
 class=tw-edit-typeeditor/ $button popup=qualify
 $:/state/typeDropdown class=btn-invisible
 btn-dropdown{{$:/core/images/down-arrow}}/$button/p

 div class=tw-block-dropdown-wrapper
 $reveal state=qualify $:/state/typeDropdown type=nomatch text=
 default=
 div class=tw-block-dropdown tw-edit-type-dropdown
 $linkcatcher to=!!type
 $list filter=[is[shadow]prefix[$:/docs/types/]]
 [!is[shadow]prefix[$:/docs/types/]] +[sort[description]]$link
 to={{!!name}}$view field=description/ ($view field=name/)/$link
 /$list
 /$linkcatcher
 /div
 /$reveal
 /div

 Many Thanks Josh.

 --
 You received this message because you are subscribed to the Google Groups
 TiddlyWiki group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/groups/opt_out.




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

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [tw] how to create a dropdown field in TW5 based on the contents of another tiddler?

2013-11-24 Thread Dylan Kinnett
Unfortunately, I'm unable to attend the hangouts due to scheduling conflict 
but I am definitely interested in this idea.

For my application, I have submissions which relate to works and to 
venues.  A dropdown I would use would show, for example, all the names of 
works currently entered. That alone would be useful, but additionally, if 
possible, it would be very helpful to present the user with a 
ComboBoxhttp://en.wikipedia.org/wiki/Combo_box. 
The combo part would allow for both the creation of a new works entry, 
along with the insertion of its name in the related field in the submission 
entry. 

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] how to create a dropdown field in TW5 based on the contents of another tiddler?

2013-11-22 Thread Josh
This was how they did it at teamtasks in TWC 
http://teamtasks.tiddlyspace.com/#%5B%5BTeamTasks%3A%20Task%20Controls%5D%5D

There code was |scope |ValueSwitcher type:dropdown 
valuesSource:ScopeDefinitions |

I found the $:/core/ui/EditTemplate/type tiddler in TW5 but I am not sure 
which parts to start modifying to create my own dropdown lists. I want to 
create dropdown lists for the people involved and the stages in the process.

\\p//Type:// $edit-text field=type tag=input default= 
placeholder=type focusPopup=qualify $:/state/typeDropdown 
class=tw-edit-typeeditor/ $button popup=qualify 
$:/state/typeDropdown class=btn-invisible 
btn-dropdown{{$:/core/images/down-arrow}}/$button/p

div class=tw-block-dropdown-wrapper
$reveal state=qualify $:/state/typeDropdown type=nomatch text= 
default=
div class=tw-block-dropdown tw-edit-type-dropdown
$linkcatcher to=!!type
$list filter=[is[shadow]prefix[$:/docs/types/]] 
[!is[shadow]prefix[$:/docs/types/]] +[sort[description]]$link 
to={{!!name}}$view field=description/ ($view field=name/)/$link
/$list
/$linkcatcher
/div
/$reveal
/div

Many Thanks Josh.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.