В Wed, 14 Jan 2015 22:11:07 +0100
Johnny Rosenberg <
gurus....@gmail.com> писал:
> Project="Abnormal project|Default project|Ego project|My project|Zebra
> Project"
> yad --width=500 --form --item-separator="|" --field="Projekt":CBE "$Project"
>
> In this made-up case I want the projects listen in alphabetic order, but I
> want ”Default project" to be pre-selected. How can I do that? I'm sure I
> just missed something.
>
add `^' char for marking default selection
yad --form --field "combo:cb" "one!^two!three"
in this example "two" will be a pre-selected
>
> Thanks in advance.
>
>
>
> Kind regards
>
> Johnny Rosenberg
> ジョニー・ローゼンバーグ
>
> --
> You received this message because you are subscribed to the Google Groups "yad-common" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
yad-common+...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.
--
Victor Ananjevsky <
anan...@gmail.com>