Bugzilla – Attachment 155206 Details for
Bug 295485
repository names are cut off
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
Simple UI testcase to show the problem
test.ycp (text/plain), 1.34 KB, created by
Stanislav Visnovsky
on 2007-08-02 14:16:17 UTC
(
hide
)
Description:
Simple UI testcase to show the problem
Filename:
MIME Type:
Creator:
Stanislav Visnovsky
Created:
2007-08-02 14:16:17 UTC
Size:
1.34 KB
patch
obsolete
>{ >{ > // Simple MultiSelectionBox example: > // > // All items are simple strings, none has an ID, no item preselected. > > UI::OpenDialog( > `VBox( > `MultiSelectionBox( `id(`selector), "Select pizza toppings:",[]), > `PushButton("&OK") > ) > ); > > UI::ChangeWidget( `selector, `Items, [`item (`id ("(http://software.opensuse.org/download/GNOME:/Community/openSUSE_Factory/|/)"), "FACTORY - GNOME:Community", false), `item (`id ("(http://software.opensuse.org/download/hamradio/openSUSE_Factory/|/)"), "FACTORY - Hamradio", false), `item (`id ("(http://software.opensuse.org/download/KDE:/Community/SUSE_Factory/|/)"), "FACTORY - KDE:Community", false), `item (`id ("(http://download.opensuse.org/distribution/SL-OSS-factory-debug/inst-source-debug/|/)"), "FACTORY - Main Repository (DEBUG)", false), `item (`id ("(http://download.opensuse.org/distribution/SL-Factory-non-oss/inst-source-extra/|/)"), "FACTORY - Main Repository (NON-OSS)", false), `item (`id ("(http://download.opensuse.org/distribution/SL-OSS-factory/inst-source/|/)"), "FACTORY - Main Repository (OSS)", true), `item (`id ("(http://software.opensuse.org/download/mozilla/SUSE_Factory/|/)"), "FACTORY - Mozilla", false)] ); > > UI::UserInput(); > UI::CloseDialog(); >}}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 295485
:
153769
|
155198
|
155199
|
155205
| 155206 |
155433