When trying to use this bundle to "Fetch Post", the rb process get's stuck trying to open a cocoa dialogue window and when I force quit the rb process, the following message is returned repeatedly in the open text document:
2006-06-05 22:42:18.007 CocoaDialog[6820] Unknown dialog type secure- standard-inputbox. Available types: fileselect, msgbox, yesno-msgbox, ok-msgbox, textbox, progressbar, inputbox, standard-inputbox, dropdown, standard-dropdown.
Anybody have a solution?
You'll need to do one of the following:
Option 1: Update to the latest cutting edge release of TextMate (build 1060) which has the updated CocoaDialog app that supports the secure-standard-inputbox option.
Option 2: If you don't want to use the cutting edge release, but want a CocoaDialog app that works with the Blogging bundle, checkout the "Support" directory from the subversion repository. In it, you'll find a CocoaDialog.app under the "bin" directory there. The path from the subversion repository is: http://anon:anon@macromates.com/svn/Bundles/trunk/Support/bin/ Copy that into the TextMate application to replace the older CocoaDialog in this location: /Applications/TextMate.app/Contents/SharedSupport/Support/bin/
-Brad
On Jun 5, 2006, at 7:48 PM, Michael Gregoire wrote:
When trying to use this bundle to "Fetch Post", the rb process get's stuck trying to open a cocoa dialogue window and when I force quit the rb process, the following message is returned repeatedly in the open text document:
2006-06-05 22:42:18.007 CocoaDialog[6820] Unknown dialog type secure-standard-inputbox. Available types: fileselect, msgbox, yesno-msgbox, ok-msgbox, textbox, progressbar, inputbox, standard-inputbox, dropdown, standard-dropdown.
Anybody have a solution?
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
I actually am running the cutting edge release build 1060.
I'll check for the CocoaDialog.app though.
On Jun 5, 2006, at 11:52 PM, Brad Choate wrote:
You'll need to do one of the following:
Option 1: Update to the latest cutting edge release of TextMate (build 1060) which has the updated CocoaDialog app that supports the secure-standard-inputbox option.
Option 2: If you don't want to use the cutting edge release, but want a CocoaDialog app that works with the Blogging bundle, checkout the "Support" directory from the subversion repository. In it, you'll find a CocoaDialog.app under the "bin" directory there. The path from the subversion repository is: http://anon:anon@macromates.com/svn/Bundles/trunk/Support/bin/ Copy that into the TextMate application to replace the older CocoaDialog in this location: /Applications/TextMate.app/Contents/SharedSupport/Support/bin/
-Brad
On Jun 5, 2006, at 7:48 PM, Michael Gregoire wrote:
When trying to use this bundle to "Fetch Post", the rb process get's stuck trying to open a cocoa dialogue window and when I force quit the rb process, the following message is returned repeatedly in the open text document:
2006-06-05 22:42:18.007 CocoaDialog[6820] Unknown dialog type secure-standard-inputbox. Available types: fileselect, msgbox, yesno-msgbox, ok-msgbox, textbox, progressbar, inputbox, standard-inputbox, dropdown, standard-dropdown.
Anybody have a solution?
_ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Michael,
What happens when you run this from the terminal: /Applications/TextMate.app/Contents/SharedSupport/Support/bin/ CocoaDialog.app/Contents/MacOS/CocoaDialog
I see this:
Usage: CocoaDialog type [options] Available types: fileselect, filesave, msgbox, yesno-msgbox, ok-msgbox, textbox, progressbar, inputbox, standard-inputbox, secure-inputbox, secure-standard-inputbox dropdown, standard-dropdown, bubble. Global Options: --help, --debug, --title, --width, --height, --string-output, --no-newline
See http://cocoadialog.sourceforge.net/documentation.html for detailed documentation.
On Jun 5, 2006, at 8:55 PM, Michael Gregoire wrote:
I actually am running the cutting edge release build 1060.
I'll check for the CocoaDialog.app though.
On Jun 5, 2006, at 11:52 PM, Brad Choate wrote:
You'll need to do one of the following:
Option 1: Update to the latest cutting edge release of TextMate (build 1060) which has the updated CocoaDialog app that supports the secure-standard-inputbox option.
Option 2: If you don't want to use the cutting edge release, but want a CocoaDialog app that works with the Blogging bundle, checkout the "Support" directory from the subversion repository. In it, you'll find a CocoaDialog.app under the "bin" directory there. The path from the subversion repository is: http://anon:anon@macromates.com/svn/Bundles/trunk/Support/bin/ Copy that into the TextMate application to replace the older CocoaDialog in this location: /Applications/TextMate.app/Contents/SharedSupport/Support/bin/
-Brad
On Jun 5, 2006, at 7:48 PM, Michael Gregoire wrote:
When trying to use this bundle to "Fetch Post", the rb process get's stuck trying to open a cocoa dialogue window and when I force quit the rb process, the following message is returned repeatedly in the open text document:
2006-06-05 22:42:18.007 CocoaDialog[6820] Unknown dialog type secure-standard-inputbox. Available types: fileselect, msgbox, yesno-msgbox, ok-msgbox, textbox, progressbar, inputbox, standard-inputbox, dropdown, standard- dropdown.
Anybody have a solution?
__ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
_ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
I updated the Support directory and everything works fine now. Thanks Brad.
Peace Mike
On Jun 6, 2006, at 12:11 AM, Brad Choate wrote:
Michael,
What happens when you run this from the terminal: /Applications/TextMate.app/Contents/SharedSupport/Support/bin/ CocoaDialog.app/Contents/MacOS/CocoaDialog
I see this:
Usage: CocoaDialog type [options] Available types: fileselect, filesave, msgbox, yesno-msgbox, ok-msgbox, textbox, progressbar, inputbox, standard-inputbox, secure-inputbox, secure-standard-inputbox dropdown, standard-dropdown, bubble. Global Options: --help, --debug, --title, --width, --height, --string-output, --no-newline
See http://cocoadialog.sourceforge.net/documentation.html for detailed documentation.
On Jun 5, 2006, at 8:55 PM, Michael Gregoire wrote:
I actually am running the cutting edge release build 1060.
I'll check for the CocoaDialog.app though.
On Jun 5, 2006, at 11:52 PM, Brad Choate wrote:
You'll need to do one of the following:
Option 1: Update to the latest cutting edge release of TextMate (build 1060) which has the updated CocoaDialog app that supports the secure-standard-inputbox option.
Option 2: If you don't want to use the cutting edge release, but want a CocoaDialog app that works with the Blogging bundle, checkout the "Support" directory from the subversion repository. In it, you'll find a CocoaDialog.app under the "bin" directory there. The path from the subversion repository is: http://anon:anon@macromates.com/svn/Bundles/trunk/Support/bin/ Copy that into the TextMate application to replace the older CocoaDialog in this location: /Applications/TextMate.app/Contents/SharedSupport/Support/bin/
-Brad
On Jun 5, 2006, at 7:48 PM, Michael Gregoire wrote:
When trying to use this bundle to "Fetch Post", the rb process get's stuck trying to open a cocoa dialogue window and when I force quit the rb process, the following message is returned repeatedly in the open text document:
2006-06-05 22:42:18.007 CocoaDialog[6820] Unknown dialog type secure-standard-inputbox. Available types: fileselect, msgbox, yesno-msgbox, ok-msgbox, textbox, progressbar, inputbox, standard-inputbox, dropdown, standard- dropdown.
Anybody have a solution?
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
__ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
_ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi there,
I just checked out r3732 of the blogging bundle and I'm getting this error when I try and fetch a post
/Users/josh/Library/Application Support/TextMate/Pristine Copy/ Bundles/Blogging.tmbundle/Support/lib/blogging.rb:419:in `post_to_document': undefined method `strip' for nil:NilClass (NoMethodError) from /Users/josh/Library/Application Support/TextMate/Pristine Copy/ Bundles/Blogging.tmbundle/Support/lib/blogging.rb:547:in `fetch' from /tmp/temp_textmate.ijne6g:3
It doesn't seem to matter which post I try and fetch. I'm running TM 1103, OS X.4.6 and ruby 1.8.4. On the server side I have Drupal 4.7.2 using the MovableType XML RPC engine.
Can anyone help?
Thanks in advance,
- -J
- -- Joshua Lock incandescant@googlemail.com
Sorry-- this bundle is untested with Drupal. It's been known to work with MT, WordPress and Typo. That's it. I've not had a chance to look at Drupal yet. TextPattern 4.03 now has metaweblog api support, but it has some issues (one being an invalid Content-Type response).
I've checked in a fix for this particular bug you've reported. Let me know if it gets you any further.
-Brad
On Jun 19, 2006, at 11:33 AM, Joshua Lock wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi there,
I just checked out r3732 of the blogging bundle and I'm getting this error when I try and fetch a post
/Users/josh/Library/Application Support/TextMate/Pristine Copy/ Bundles/Blogging.tmbundle/Support/lib/blogging.rb:419:in `post_to_document': undefined method `strip' for nil:NilClass (NoMethodError) from /Users/josh/Library/Application Support/TextMate/Pristine Copy/Bundles/Blogging.tmbundle/Support/lib/blogging.rb:547:in `fetch' from /tmp/temp_textmate.ijne6g:3
It doesn't seem to matter which post I try and fetch. I'm running TM 1103, OS X.4.6 and ruby 1.8.4. On the server side I have Drupal 4.7.2 using the MovableType XML RPC engine.
Can anyone help?
Thanks in advance,
- -J
Joshua Lock incandescant@googlemail.com
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (Darwin)
iD8DBQFElu39YDFdGYo657IRAirMAJ9Va2wcgNg6whwDZIhc6Syf2n/MwgCfcUPq +iipSaC66BwF3wN1uypRVLc= =npc+ -----END PGP SIGNATURE-----
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Brad you're a gent!
That seems to have fixed it!
Thanks,
- -J
On 19 Jun 2006, at 19:51, Brad Choate wrote:
Sorry-- this bundle is untested with Drupal. It's been known to work with MT, WordPress and Typo. That's it. I've not had a chance to look at Drupal yet. TextPattern 4.03 now has metaweblog api support, but it has some issues (one being an invalid Content-Type response).
I've checked in a fix for this particular bug you've reported. Let me know if it gets you any further.
-Brad
On Jun 19, 2006, at 11:33 AM, Joshua Lock wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi there,
I just checked out r3732 of the blogging bundle and I'm getting this error when I try and fetch a post
/Users/josh/Library/Application Support/TextMate/Pristine Copy/ Bundles/Blogging.tmbundle/Support/lib/blogging.rb:419:in `post_to_document': undefined method `strip' for nil:NilClass (NoMethodError) from /Users/josh/Library/Application Support/TextMate/Pristine Copy/Bundles/Blogging.tmbundle/Support/lib/blogging.rb:547:in `fetch' from /tmp/temp_textmate.ijne6g:3
It doesn't seem to matter which post I try and fetch. I'm running TM 1103, OS X.4.6 and ruby 1.8.4. On the server side I have Drupal 4.7.2 using the MovableType XML RPC engine.
Can anyone help?
Thanks in advance,
- -J
Joshua Lock incandescant@googlemail.com
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (Darwin)
iD8DBQFElu39YDFdGYo657IRAirMAJ9Va2wcgNg6whwDZIhc6Syf2n/MwgCfcUPq +iipSaC66BwF3wN1uypRVLc= =npc+ -----END PGP SIGNATURE-----
_ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
- -- Joshua Lock incandescant@googlemail.com