Search the web
Sign In
New User? Sign Up
voodoopad · VoodooPad Users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1132 - 1161 of 1627   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1132
Gus, I want to run one of the Lua scripts I/we wrote in the preflight process. Currently the script runs from within the Script Plugins menu. What do I need to...
Andy Fragen
ajfragen
Offline Send Email
Feb 5, 2009
12:36 am
1133
... This would be the preflight process when doing a web export? I imagine that your Lua script access bits of the document, which regular web export preflight...
Gus Mueller
ccgus
Offline Send Email
Feb 5, 2009
7:39 am
1134
So I should add it to a trigger. I was really trying to incorporate the whole thing into the web export plugin. One less thing to remember to do (create...
Andy Fragen
ajfragen
Offline Send Email
Feb 5, 2009
4:18 pm
1135
I have some numeric values in my page meta data however when I use the following code to grab those values for a script they seem to be converted to text and I...
Andy Fragen
ajfragen
Offline Send Email
Feb 5, 2009
4:29 pm
1136
I figured it out. I needed to do a coercion with tonumber(). Andy...
Andy Fragen
ajfragen
Offline Send Email
Feb 5, 2009
4:54 pm
1137
When I hit the "ESC" key, VoodooPad gives me a drop-down list of possible completions for the word (just like TextEdit). Is it possible to get similar...
lorinhochstein
Offline Send Email
Feb 6, 2009
3:03 pm
1138
... "Edit » Complete Page Name" command (or you can use the quicker Command + K shortcut : )...
a!e
bomberstudios
Offline Send Email
Feb 6, 2009
3:16 pm
1139
... Beautiful, just what I was looking for!...
lorinhochstein
Offline Send Email
Feb 6, 2009
4:07 pm
1140
Hi, I'm looking for a way to add images by script. Looking at VPItem I found the method createImageWithOption_ but i don't undestarnd how it works. Any hints? ...
Massimiliano
mbelletti
Offline Send Email
Feb 6, 2009
7:28 pm
1141
How do I close a page using Applescript? close page "bah" of document 1 doesn't work jem...
Jan Erik Moström
je_mostrom
Offline Send Email
Feb 6, 2009
9:07 pm
1142
Hi, Can you give a bit more information. What exactly would your workflow be? Regards, Mark ... [Non-text portions of this message have been removed]...
Mark Perrin
patchling
Offline Send Email
Feb 7, 2009
10:41 am
1143
I've started to create some python scripts to use with VoodooPad and have a couple of questions. First my script looks like this VPScriptSuperMenuTitle = "jem"...
Jan Erik Moström
je_mostrom
Offline Send Email
Feb 8, 2009
11:37 am
1144
I don't know the answers to your other questions, but to get your "ö" to look right, put a 'u' in front of your strings. This causes the string to be...
anjirokhan
Offline Send Email
Feb 8, 2009
6:04 pm
1145
... Thanks, it seem to help. jem...
Jan Erik Moström
je_mostrom
Offline Send Email
Feb 8, 2009
6:13 pm
1146
Jan, ... Looks wrong to me as it feels your change may be discarded; perhaps the following would be better, ... aid ... [Non-text portions of this message have...
Adrian Bool
ajbool
Offline Send Email
Feb 8, 2009
6:15 pm
1147
Are you wanting to add an image into a VoodooPad page, or are you wanting to embed an image into the document? thanks, -gus ... -- August 'Gus' Mueller Flying...
Gus Mueller
ccgus
Offline Send Email
Feb 8, 2009
6:37 pm
1148
... There's no way to do this, but I'll take it as a feature request. thanks, -gus -- August 'Gus' Mueller Flying Meat Inc. http://flyingmeat.com/...
Gus Mueller
ccgus
Offline Send Email
Feb 8, 2009
6:37 pm
1149
... This is the correct way. The version below will probably cause bad data to be put into the page (a None value), since the method appendString_() doesn't...
Gus Mueller
ccgus
Offline Send Email
Feb 8, 2009
6:41 pm
1150
... This is a bug in VoodooPad, and I've got a report open for it already (creating more than 1 page from a script, causes only the first one to show up right...
Gus Mueller
ccgus
Offline Send Email
Feb 8, 2009
6:51 pm
1151
Gus, Sorry for spreading disinformation... But does the mutableString call not return a new, changeable, copy of attString, causing Jan to include the old...
Adrian Bool
ajbool
Offline Send Email
Feb 8, 2009
6:52 pm
1152
... The mutableString call returns a reference to the contents of the attributed string. From the docs: "Returns the character contents of the receiver as an...
Gus Mueller
ccgus
Offline Send Email
Feb 8, 2009
7:20 pm
1153
Gus, Mark thank you for your reply. I want to embed images into the document. My problem is lack in cocoa skill. But finally I've found the trick. How I asked...
Massimiliano
mbelletti
Offline Send Email
Feb 9, 2009
1:41 pm
1154
Hello, I'm fairly new with VoodooPad and I think I am pretty much up to speed but the one thing I can't figure out is how to split a table cell. It doesn't...
Mark Thalman
ijuggle5
Offline Send Email
Feb 11, 2009
5:14 pm
1155
After having discovered the python interface I been toying with a few ideas (noting serious, just playing "what-if" with myself) and I got a few questions (my...
Jan Erik Moström
je_mostrom
Offline Send Email
Feb 12, 2009
11:26 am
1156
Can't help you specifically, but I believe the voodoopad table function is based entirely on the generic mac SimpleText tables - so you can try searching for...
John Griffin
jackdavinci
Offline Send Email
Feb 12, 2009
5:42 pm
1157
Actually, you want to search on "TextEdit" and not SimpleText :) (Simple text was OS 9's version of TextEdit). I did that and found this info: ...
Gus Mueller
ccgus
Offline Send Email
Feb 12, 2009
6:47 pm
1158
Hello Jan, comments inline below: ... You can (directly from the text view), but it's not really supported and it'll probably change in a future release (it...
Gus Mueller
ccgus
Offline Send Email
Feb 12, 2009
6:58 pm
1159
To make it clearer, I think this means you should make the table as detailed/nested as you need it to be at the start, and then merge everything that need not...
Jeevs Sinclair
jeevs77
Offline Send Email
Feb 12, 2009
8:32 pm
1160
... I was toying with the idea of a basic converter to markdown. But before going to sleep yesterday I remembered that there is an HTML to markdown converter...
Jan Erik Moström
je_mostrom
Offline Send Email
Feb 13, 2009
7:33 am
1161
I use multiple windows in my VoodooPad documents, and I synchronize (with subversion) between work and home. My work monitor is wider than my home monitor, and...
lorinhochstein
Offline Send Email
Feb 14, 2009
6:40 pm
Messages 1132 - 1161 of 1627   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help