-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoc.txt
41 lines (27 loc) · 1.56 KB
/
doc.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
images don't work with png, want bmp
paint bmps work fine, created by me doesn't. not sure what's wrong.
<Scale Group="Test2" Size="Small"> compiles "for FourButtons", but not "MySize1" - small is only possible when small is different from medium...
<Scale Group="Test2" Size="Small"> doesn't change anything (might only work for automatic sizing, use ScalingPolicy.IdealSizes for the rest
imageformat: bmp3 with alphachannel
convert df.bmp -define bmp:format=bmp3 -define bmp3:alpha=true f.bmp
copy commands somewhere, to reuse (strings + images)
ScalingPolicy.IdealSizes small forces always small, ScalingPolicy.IdealSizes medium forces always medium or lower ?!? - default image small?
without scalingpolicy, always large
need scaling tests for all controls, all scalings
https://docs.microsoft.com/en-us/windows/desktop/uxguide/cmd-ribbons
default sizedefinitions - or size when no sizedefinition present
scalingtests for all controls + tabs
fixme for unhandled blocks
colordropdown vs combobox
test ControlGroup in group
predefined sizedefinitions
write defaults into .ksy ?
uiribbon
- where fontcontrol images come from? - maybe just apply them by their ID, and register their ID as special commands - maybe have ids + subcontrol list... - link commandinfo, maybe put that info in there?
- transform commandhandlers, put info about special commands for fontdropdown into there
- fontcontrol subcontrols as list inside fontcontrol? - need to be able to apply sizedefinition order
test old (win7) UICC format
helpbutton
DynamicUI??
QuickAccessToolbar
test against paint/wordpad