#scriptui resultados da pesquisa
Clearly #ScriptUI does not use the same algorithm when rendering an IconButton and an Image (based on the same PNG.) Notice how smoother is the IconButton! The difference is sensible on HiDPI displays [tested in Win10.] Question is, how to get an Image rendered as an IB?
(…) Works in #InDesign #ScriptUI CC/CS6/CS5/CS4 (maybe in other Adobe apps?) Tested in Windows & macOS ↓
🐛 On Win platforms #ScriptUI CC adds an extra space when rendering a non-breaking hyphen (U+2011) in a multiline StaticText. The bug occurs as soon as a new line (\r) is inserted in the widget. [Does not affect CS6/CS5/CS4, nor macOS.] gist.github.com/indiscripts/e9…
[EN] Good to know: the property `EditText.graphics.backgroundColor` still works fine in #ScriptUI for #FrameMaker. This is what we learned throughout this discussion: community.adobe.com/t5/indesign-di…
#ScriptUI CC #bug Did you notice that a StaticText fails to size a string accurately? Neither the automatic width nor the `graphics.measureString()` method are reliable!
[WIP] Trying to do new things with #ScriptUI: youtube.com/watch?v=VUGTUl…
怒りに任せて書きました SUIのtabbedpanelはキャメルケースにすると怒られる - DTPab #はてなブログ#ExtendScript #ScriptUI uske-s.hatenablog.com/entry/2024/01/…
uske-s.hatenablog.com
SUIのtabbedpanelはキャメルケースにすると怒られる - DTPab
怒られるのがtabbedpanel側ではなく、追加しようとするtab側ってのも解せないんですよ キャメルケースの tabbedPanel では怒られが発生する 全部小文字だとOK! 全部小文字 そうするとちゃんとSUIダイアログが表示される そういうとこだぞ なので、今さらなんだけど、各SUIコントロールは全部小文字表…
[EN] In the making of #Claquos 3 for #InDesign (pie chart builder). #ScriptUI #ExtendScript UI Preview 2: youtu.be/s5Rn0Ig3wzw
#IdExtenso | Added a dev tool `StaticTextMetrics.jsx` for testing and fixing biases introduced by `measureString()` in #ScriptUI CC. → github.com/indiscripts/Id… See also github.com/indiscripts/Id…
😡 The sneaky way that Adobe dismantles #ScriptUI year after year, in small steps and for no reason, perfectly illustrates the frustration that we developers have long felt with this company. Switching to CC 2024, they decided to disable the color of StaticText widgets.
[EN] Awesome #ScriptUI Dialog Builder, by Joonas Pääkkö: scriptui.joonas.me
ScriptUI内でタブ入力どうするんだっけと思ったら、Opt + Tabで入力できて幸せだった。 なんか仕込まないといけないかと思った。 #javascript #adobe #scriptui
📣Presque tous les produits indiscripts (fenêtre de paramètres avancés) font planter InDesign 14.0.2 sous Mac OS. Il s'agit d'un bug générique #ScriptUI signalé début avril. Faites savoir à Adobe que vous attendez ardemment un correctif: indesign.uservoice.com/forums/601180-…
🙏 Want to help us fully diagnose this #ScriptUI bug? Go below and test the sample script ↓ community.adobe.com/t5/indesign-di…
[EN] Need a scrollable region in #ScriptUI? Interesting approaches are discussed here: community.adobe.com/t5/indesign-di…
📣Most indiscripts products (advanced settings dialog) make InDesign 14.0.2 crash on Mac OS. This is a generic #ScriptUI bug, reported on April 5. Add your voice to get it fixed from Adobe: indesign.uservoice.com/forums/601180-…
#IdExtenso now provides `Edit` and `EditInteger` factories, advanced #ScriptUI controls that deal much better with EditText events & validation mechanisms. → github.com/indiscripts/Id… → github.com/indiscripts/Id…
Amazing #ScriptUI design tool-> scriptui.joonas.me by Joonas Pääkkö
[EN] Need a scrollable region in #ScriptUI? Interesting approaches are discussed here: community.adobe.com/t5/indesign-di…
(…) Works in #InDesign #ScriptUI CC/CS6/CS5/CS4 (maybe in other Adobe apps?) Tested in Windows & macOS ↓
怒りに任せて書きました SUIのtabbedpanelはキャメルケースにすると怒られる - DTPab #はてなブログ#ExtendScript #ScriptUI uske-s.hatenablog.com/entry/2024/01/…
uske-s.hatenablog.com
SUIのtabbedpanelはキャメルケースにすると怒られる - DTPab
怒られるのがtabbedpanel側ではなく、追加しようとするtab側ってのも解せないんですよ キャメルケースの tabbedPanel では怒られが発生する 全部小文字だとOK! 全部小文字 そうするとちゃんとSUIダイアログが表示される そういうとこだぞ なので、今さらなんだけど、各SUIコントロールは全部小文字表…
Interesting. Looks very similar to a UI scaling issue we reported (a long time ago) with #ScriptUI images 🤔
🙏 Want to help us fully diagnose this #ScriptUI bug? Go below and test the sample script ↓ community.adobe.com/t5/indesign-di…
😡 The sneaky way that Adobe dismantles #ScriptUI year after year, in small steps and for no reason, perfectly illustrates the frustration that we developers have long felt with this company. Switching to CC 2024, they decided to disable the color of StaticText widgets.
#IdExtenso now provides `Edit` and `EditInteger` factories, advanced #ScriptUI controls that deal much better with EditText events & validation mechanisms. → github.com/indiscripts/Id… → github.com/indiscripts/Id…
[EN] Common issues involving #ScriptUI scrollbars, multiple windows, and other things… community.adobe.com/t5/indesign-di…
[EN] Good to know: the property `EditText.graphics.backgroundColor` still works fine in #ScriptUI for #FrameMaker. This is what we learned throughout this discussion: community.adobe.com/t5/indesign-di…
【記事紹介】ScriptUIって結構とっつきづらいですよね。そんなあなたにSUIでちょっと楽できる2件。 #ScriptUI #ExtendScript uske-s.hatenablog.com/entry/2018/08/… uske-s.hatenablog.com/entry/2018/08/…
uske-s.hatenablog.com
ボタンを横並びにしたカスタムダイアログ - DTPab
ScriptUIでダイアログを作るのが面倒くさいと思いません? かといってconfirmメソッドの「はい・いいえ」とか「Yes・No」って内容じゃないんだよな…というときありますよね? そういうときのためにちょっとしたカスタムボタンのダイアログです。 コードの最後に例文を載せましたが、引数を 5 4 つ取ります。 【8…
#IdExtenso Some users reported that our `CheckList` widget for #ScriptUI may not display properly on older systems (due to missing character glyphs). So the factory now automatically provides an alternate appearance. Code: github.com/indiscripts/Id… Details: github.com/indiscripts/Id…
【記事紹介】ScriptUIって結構とっつきづらいですよね。そんなあなたにSUIでちょっと楽できる2件。 #ScriptUI #ExtendScript uske-s.hatenablog.com/entry/2018/08/… uske-s.hatenablog.com/entry/2018/08/…
uske-s.hatenablog.com
ボタンを横並びにしたカスタムダイアログ - DTPab
ScriptUIでダイアログを作るのが面倒くさいと思いません? かといってconfirmメソッドの「はい・いいえ」とか「Yes・No」って内容じゃないんだよな…というときありますよね? そういうときのためにちょっとしたカスタムボタンのダイアログです。 コードの最後に例文を載せましたが、引数を 5 4 つ取ります。 【8…
【記事紹介】ScriptUIって結構とっつきづらいですよね。そんなあなたにSUIでちょっと楽できる2件。 #ScriptUI #ExtendScript uske-s.hatenablog.com/entry/2018/08/… uske-s.hatenablog.com/entry/2018/08/…
uske-s.hatenablog.com
ボタンを横並びにしたカスタムダイアログ - DTPab
ScriptUIでダイアログを作るのが面倒くさいと思いません? かといってconfirmメソッドの「はい・いいえ」とか「Yes・No」って内容じゃないんだよな…というときありますよね? そういうときのためにちょっとしたカスタムボタンのダイアログです。 コードの最後に例文を載せましたが、引数を 5 4 つ取ります。 【8…
【記事紹介】ScriptUIって結構とっつきづらいですよね。そんなあなたにSUIでちょっと楽できる2件。 #ScriptUI #ExtendScript uske-s.hatenablog.com/entry/2018/08/… uske-s.hatenablog.com/entry/2018/08/…
uske-s.hatenablog.com
ボタンを横並びにしたカスタムダイアログ - DTPab
ScriptUIでダイアログを作るのが面倒くさいと思いません? かといってconfirmメソッドの「はい・いいえ」とか「Yes・No」って内容じゃないんだよな…というときありますよね? そういうときのためにちょっとしたカスタムボタンのダイアログです。 コードの最後に例文を載せましたが、引数を 5 4 つ取ります。 【8…
#SmartSort tip ⁝ Due to #ScriptUI quirks it may be hard (on some monitors) to select a language near the bottom of the drop-down list, e.g. Turkish. A way to avoid that is to preset the language in #InDesign. → indiscripts.com/category/proje…
【記事紹介】ScriptUIって結構とっつきづらいですよね。そんなあなたにSUIでちょっと楽できる2件。 #ScriptUI #ExtendScript uske-s.hatenablog.com/entry/2018/08/… uske-s.hatenablog.com/entry/2018/08/…
uske-s.hatenablog.com
ボタンを横並びにしたカスタムダイアログ - DTPab
ScriptUIでダイアログを作るのが面倒くさいと思いません? かといってconfirmメソッドの「はい・いいえ」とか「Yes・No」って内容じゃないんだよな…というときありますよね? そういうときのためにちょっとしたカスタムボタンのダイアログです。 コードの最後に例文を載せましたが、引数を 5 4 つ取ります。 【8…
【記事紹介】ScriptUIって結構とっつきづらいですよね。そんなあなたにSUIでちょっと楽できる2件。 #ScriptUI #ExtendScript uske-s.hatenablog.com/entry/2018/08/… uske-s.hatenablog.com/entry/2018/08/…
uske-s.hatenablog.com
ボタンを横並びにしたカスタムダイアログ - DTPab
ScriptUIでダイアログを作るのが面倒くさいと思いません? かといってconfirmメソッドの「はい・いいえ」とか「Yes・No」って内容じゃないんだよな…というときありますよね? そういうときのためにちょっとしたカスタムボタンのダイアログです。 コードの最後に例文を載せましたが、引数を 5 4 つ取ります。 【8…
【記事紹介】ScriptUIって結構とっつきづらいですよね。そんなあなたにSUIでちょっと楽できる2件。 #ScriptUI #ExtendScript uske-s.hatenablog.com/entry/2018/08/… uske-s.hatenablog.com/entry/2018/08/…
uske-s.hatenablog.com
ボタンを横並びにしたカスタムダイアログ - DTPab
ScriptUIでダイアログを作るのが面倒くさいと思いません? かといってconfirmメソッドの「はい・いいえ」とか「Yes・No」って内容じゃないんだよな…というときありますよね? そういうときのためにちょっとしたカスタムボタンのダイアログです。 コードの最後に例文を載せましたが、引数を 5 4 つ取ります。 【8…
🧵(1/4) When rendering texts #ScriptUI CC does not display the subpart of a string beyond the \0 (NUL) character. E.g. "abc\0xyz" is shown as "abc". But the text property of your widget still hosts the "\0xyz" suffix you've initially loaded :-)
【記事紹介】ScriptUIって結構とっつきづらいですよね。そんなあなたにSUIでちょっと楽できる2件。 #ScriptUI #ExtendScript uske-s.hatenablog.com/entry/2018/08/… uske-s.hatenablog.com/entry/2018/08/…
uske-s.hatenablog.com
ボタンを横並びにしたカスタムダイアログ - DTPab
ScriptUIでダイアログを作るのが面倒くさいと思いません? かといってconfirmメソッドの「はい・いいえ」とか「Yes・No」って内容じゃないんだよな…というときありますよね? そういうときのためにちょっとしたカスタムボタンのダイアログです。 コードの最後に例文を載せましたが、引数を 5 4 つ取ります。 【8…
My first #scriptUI is working in @AdobeAE!Thanks a lot to @aeioweyou , your tutorials are awesome! #motiongraphics
#ScriptUI rendering differences are always a majestic PITA (here ESTK, PS, ID). Don't mention HTML extension please!
[EN] Good to know: the property `EditText.graphics.backgroundColor` still works fine in #ScriptUI for #FrameMaker. This is what we learned throughout this discussion: community.adobe.com/t5/indesign-di…
Clearly #ScriptUI does not use the same algorithm when rendering an IconButton and an Image (based on the same PNG.) Notice how smoother is the IconButton! The difference is sensible on HiDPI displays [tested in Win10.] Question is, how to get an Image rendered as an IB?
Thanks to #IndyFont I finally have my personal #ScriptUI icon font in InDesign. Type B for Button, C for Checkbox, Pb for Progressbar etc.
(…) Works in #InDesign #ScriptUI CC/CS6/CS5/CS4 (maybe in other Adobe apps?) Tested in Windows & macOS ↓
🐛 On Win platforms #ScriptUI CC adds an extra space when rendering a non-breaking hyphen (U+2011) in a multiline StaticText. The bug occurs as soon as a new line (\r) is inserted in the widget. [Does not affect CS6/CS5/CS4, nor macOS.] gist.github.com/indiscripts/e9…
#ScriptUI CC #bug Did you notice that a StaticText fails to size a string accurately? Neither the automatic width nor the `graphics.measureString()` method are reliable!
#IdExtenso | Added a dev tool `StaticTextMetrics.jsx` for testing and fixing biases introduced by `measureString()` in #ScriptUI CC. → github.com/indiscripts/Id… See also github.com/indiscripts/Id…
Something went wrong.
Something went wrong.
United States Trends
- 1. Texans 24.3K posts
- 2. James Cook 4,031 posts
- 3. #MissUniverse 49.9K posts
- 4. Sedition 225K posts
- 5. #TNFonPrime 1,349 posts
- 6. Christian Kirk 2,315 posts
- 7. Will Anderson 2,545 posts
- 8. Shakir 2,916 posts
- 9. Davis Mills 1,462 posts
- 10. Lamelo 9,408 posts
- 11. Prater N/A
- 12. Treason 120K posts
- 13. Cheney 104K posts
- 14. #htownmade 1,166 posts
- 15. Paul George 1,968 posts
- 16. TMNT 6,165 posts
- 17. Seditious 125K posts
- 18. Jalen Suggs N/A
- 19. #BUFvsHOU 1,392 posts
- 20. Commander in Chief 64.7K posts