Difference between revisions of "Talk:Extensions: INX widgets and parameters"

From Inkscape Wiki
Jump to navigation Jump to search
m
m (Patrick87 moved page Talk:Extension GUI Reference to Talk:Extensions: INX widgets and parameters: Move again, hopefully for the last time, within larger refactoring scope)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
User [[User:Moini|Moini]] Added this talk into the page :
== User [[User:Moini|Moini]] Added this talk into the page : ==
 
To document:
To document:
* Multiline text fields: appearance="multiline"
* Multiline text fields: appearance="multiline"
    I could not figure out how to set the height to something else than one row ?
Hi :) Here's a screenshot:
https://imgur.com/Sn6B1UZ.png
and here's the corresponding inx file:
https://wiki.inkscape.org/wiki/index.php?title=Updating_your_Extension_for_1.0#Changes_to_parameter_definitions (click on 'Expand')
* type "description"
* type "description"
    A param of type description is replaced by label. The old format (still supported) should be put in another section.
Right! Sorry about the wrong info.
* translatable="no"
* translatable="no"
    Have to be done, but I'm not certain how it works. In some cases, the translatable element is the tag value and in other, it's an attribute.
* implements-custom-gui
[[User:Moini|Moini]] ([[User talk:Moini|talk]]) 23:53, 23 March 2020‎ (UTC)


I don't know any more than what is written here: https://wiki.inkscape.org/wiki/index.php?title=Updating_your_Extension_for_1.0#Changes_to_parameter_definitions - ask ede123 / Patrick if there's anything else that you need to know.
# Multiline text fields: appearance="multiline"
#*    I could not figure out how to set the height to something else than one row ?
# type "description"
#*    A param of type description is replaced by label. The old format (still supported) should be put in another section.
# translatable="no"
#*    Have to be done, but I'm not certain how it works. In some cases, the translatable element is the tag value and in other, it's an attribute.
# implements-custom-gui
#*    Never used it, what is it ?
[[User:KBenoit|KBenoit]] ([[User talk:KBenoit|talk]]) 01:01, 26 March 2020 (UTC)


* implements-custom-gui
# Hi :) Here's a screenshot:
    Never used it, what is it ?
#: https://imgur.com/Sn6B1UZ.png
#: and here's the corresponding inx file:
#: https://wiki.inkscape.org/wiki/index.php?title=Updating_your_Extension_for_1.0#Changes_to_parameter_definitions (click on 'Expand')
# Right! Sorry about the wrong info.
# I don't know any more than what is written here: https://wiki.inkscape.org/wiki/index.php?title=Updating_your_Extension_for_1.0#Changes_to_parameter_definitions - ask ede123 / Patrick if there's anything else that you need to know.
# See https://wiki.inkscape.org/wiki/index.php?title=Release_notes/1.0#Extension_dialogs (last item)
[[User:Moini|Moini]] ([[User talk:Moini|talk]]) 23:43, 27 March 2020‎ (UTC)


See https://wiki.inkscape.org/wiki/index.php?title=Release_notes/1.0#Extension_dialogs (last item)
For (1) what I dont get is how to set the height to a minumum of more than one line ? Does it has to be done by other (side) elements and cover the extra left automatically ? Is there other way? For (4), there's no reference to custom-gui?
 
[[User:KBenoit|KBenoit]] ([[User talk:KBenoit|talk]]) 15:31, 9 April 2020 (UTC)
[[User:KBenoit|KBenoit]] ([[User talk:KBenoit|talk]]) 01:01, 26 March 2020 (UTC)

Latest revision as of 15:48, 21 March 2021

User Moini Added this talk into the page :

To document:

  • Multiline text fields: appearance="multiline"
  • type "description"
  • translatable="no"
  • implements-custom-gui

Moini (talk) 23:53, 23 March 2020‎ (UTC)

  1. Multiline text fields: appearance="multiline"
    • I could not figure out how to set the height to something else than one row ?
  2. type "description"
    • A param of type description is replaced by label. The old format (still supported) should be put in another section.
  3. translatable="no"
    • Have to be done, but I'm not certain how it works. In some cases, the translatable element is the tag value and in other, it's an attribute.
  4. implements-custom-gui
    • Never used it, what is it ?

KBenoit (talk) 01:01, 26 March 2020 (UTC)

  1. Hi :) Here's a screenshot:
    https://imgur.com/Sn6B1UZ.png
    and here's the corresponding inx file:
    https://wiki.inkscape.org/wiki/index.php?title=Updating_your_Extension_for_1.0#Changes_to_parameter_definitions (click on 'Expand')
  2. Right! Sorry about the wrong info.
  3. I don't know any more than what is written here: https://wiki.inkscape.org/wiki/index.php?title=Updating_your_Extension_for_1.0#Changes_to_parameter_definitions - ask ede123 / Patrick if there's anything else that you need to know.
  4. See https://wiki.inkscape.org/wiki/index.php?title=Release_notes/1.0#Extension_dialogs (last item)

Moini (talk) 23:43, 27 March 2020‎ (UTC)

For (1) what I dont get is how to set the height to a minumum of more than one line ? Does it has to be done by other (side) elements and cover the extra left automatically ? Is there other way? For (4), there's no reference to custom-gui? KBenoit (talk) 15:31, 9 April 2020 (UTC)