Re: Bullet Application Script?

2010-07-30 Thread Andre Garzia
Scott, I just did a routine that converts from something like: * first level ** second level *** third level ** back to second level ** stay on second level * first level again into a nested bullet list to be used in RevBrowser rect. Only one way, from that to ul or ol lists. Is this what you

Re: Bullet Application Script?

2010-07-30 Thread Scott Rossi
Recently, Andre Garzia wrote: I just did a routine that converts from something like: * first level ** second level *** third level ** back to second level ** stay on second level * first level again into a nested bullet list to be used in RevBrowser rect. Only one way, from that to

Re: Bullet Application Script?

2010-07-30 Thread Jeff Massung
On Fri, Jul 30, 2010 at 12:18 AM, Scott Rossi sc...@tactilemedia.comwrote: Does anyone have a routine for applying bullets to a block of text? I writing a script that can apply and remove bullet characters from a block of text and it occurred to me that maybe I'm reinventing the wheel here

Re: Bullet Application Script?

2010-07-30 Thread Andre Garzia
Scott, I am at work now, when I arrive home I will pick that code and post it here. It is a little hacky but it works, basically it is a loop with a variable that tells the indent level, we keep track of the previous indent level as well, when that variable changes, I check how many levels we

Re: Bullet Application Script?

2010-07-30 Thread Mark Wieder
Bob- Friday, July 30, 2010, 10:22:46 AM, you wrote: Well the first thing is to print out the block of text in question. Next you have to staple it to something vertical like a piece of wood on a stick. After that it is a simple matter of getting your handgun (or firearm of your choosing)

Re: Bullet Application Script?

2010-07-30 Thread Bob Sneidar
If it only needs to work on Macs then option-8 produces a bullet •. On other platforms I am fairly certain it's a different key combo. It would be a simple matter of checking the platform and stuffing a variable with the appropriate character. You would have to have a converter script if the

Re: Bullet Application Script?

2010-07-30 Thread Bob Sneidar
Well the first thing is to print out the block of text in question. Next you have to staple it to something vertical like a piece of wood on a stick. After that it is a simple matter of getting your handgun (or firearm of your choosing) and applying the bullets as you say. Hope this helps. ;-)

Re: Bullet Application Script?

2010-07-30 Thread Scott Rossi
If you can somehow find video way way back from the 2nd RevCon in Monterey, you'd see I built a Rev stack for just this purpose... Regards, Scott Rossi Creative Director Tactile Media, UX Design On Jul 30, 2010, at 10:22 AM, Bob Sneidar b...@twft.com wrote: Well the first thing is to print

Bullet Application Script?

2010-07-29 Thread Scott Rossi
Does anyone have a routine for applying bullets to a block of text? I writing a script that can apply and remove bullet characters from a block of text and it occurred to me that maybe I'm reinventing the wheel here and somebody has already built something like this. Thanks in advance to anyone

Re: Bullet Application Script?

2010-07-29 Thread Chipp Walters
Yes, you seem to be on your own :-) I did create a bunch of code to generate the HTML for bullet points based on tabs, but I think it's different than what you're talking about. BTW, do you know if you can set the alphaimage of a new image to an existing RGB image without having to do the math