View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0011171 | MMW v4 | Framework: Scripts/Extensions | public | 2013-08-17 06:30 | 2013-08-17 06:32 |
Reporter | zvezdan | Assigned To | |||
Priority | none | Severity | feature | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0011171: SDBUIImage (or SDBUIPicture) control needed | ||||
Description | It would be like Visual Basic's Image control which doesn't have DC and doesn't respond to keyboard and mouse, unlike VB's Picture control that has DC. Using such control it could be possible to use ICO or GIF files with transparent background and if you put such control over some another control, e.g. Button, you would see that button under the transparent parts of the Image background. This could be practical solution to simulate buttons with images instead of caption. Such control could have Image (or Picture) read/write string property with a path to some external picture file. However, I think it is simpler and maybe even better if such property has SDBImage object as a type instead of string, but in that case ISDBImage::ImageData should be read/write property, not just read-only. If you want to be generous, you could add several another properties to such control similar to Image control of Forms ActiveX, e.g. PictureAlignment (TopLeft, TopRight, Center, BottomLeft, BottomRoght), PictureSizeMode (Clip, Stretch, Zoom), PictureTiling... | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||