cristianotestai Posted June 15, 2011 Posted June 15, 2011 Hi Farshad, I have some points I would like your help. 1) I need to set rounded edges for some UniPanels only. For example today I put in the css file the command "-moz-border-radius: 5px 5px 5px 5px" so that UniPanels have a rounded edge. Is there any possibility that I set it directly on the component? Some Panels i need a visual, others panels, other visual, understand? 2) There is a new perspective for avaiable EXT JS wrapped controls? 3) Possible Bug: Property AutoScrol the Main Form (mfPage) is not saved when closing the project and reopen it. (WebMode) 4) I need to load the same image (16x16 bitmap) into several components. I'm trying to load the image in a class by TResourceStream, but setting the ResourceStream for property Glyph of component UniImage, occurs Stream Read Error. 5) In WebMode, what better way to load images for the components, as in the case above? 6) Farshad on the Bug with the horizontal bar as below: > To test, put the UniPanel with Align = alTop. Running the program, at the > time of any component Exceeds vertically to the main page, over the > vertical bar, horizontal bar is Also activated. Theoretically It Should > not, But I Understand and I will try with "if's" solve the problem, not > using the Alignment property of the UniPanel. >> I see. Investigate to see if I'll Anything Can Be done about this. You Can >> use instead of Align Anchor. I tried using Anchor, but without success, because when the vertical bar is disabled, it remains an empty space on the right. Tks! Quote
Administrators Farshad Mohajeri Posted June 16, 2011 Administrators Posted June 16, 2011 Hi Farshad, I have some points I would like your help. 1) I need to set rounded edges for some UniPanels only. For example today I put in the css file the command "-moz-border-radius: 5px 5px 5px 5px" so that UniPanels have a rounded edge. Is there any possibility that I set it directly on the component? Some Panels i need a visual, others panels, other visual, understand? We may add Custom CSS in future versions. Logged #1049 2) There is a new perspective for avaiable EXT JS wrapped controls? New perspective in what sense? 3) Possible Bug: Property AutoScrol the Main Form (mfPage) is not saved when closing the project and reopen it. (WebMode) I will test it. Logged #1050 4) I need to load the same image (16x16 bitmap) into several components. I'm trying to load the image in a class by TResourceStream, but setting the ResourceStream for property Glyph of component UniImage, occurs Stream Read Error. TUniImage doesn't have a Glyph property. 5) In WebMode, what better way to load images for the components, as in the case above? UniImage1.Picture.LoadFromFile() / LoadFromStream or UniImage1.Picture.Assign or UniImage1.Url:='http://....'; 6) Farshad on the Bug with the horizontal bar as below: > To test, put the UniPanel with Align = alTop. Running the program, at the > time of any component Exceeds vertically to the main page, over the > vertical bar, horizontal bar is Also activated. Theoretically It Should > not, But I Understand and I will try with "if's" solve the problem, not > using the Alignment property of the UniPanel. >> I see. Investigate to see if I'll Anything Can Be done about this. You Can >> use instead of Align Anchor. I tried using Anchor, but without success, because when the vertical bar is disabled, it remains an empty space on the right. We have some issues already logged regarding this problem. I hope we can all or some of them resolved in next releases. Thanks Quote
cristianotestai Posted June 16, 2011 Author Posted June 16, 2011 We may add Custom CSS in future versions. Logged #1049 New perspective in what sense? I will test it. Logged #1050 TUniImage doesn't have a Glyph property. UniImage1.Picture.LoadFromFile() / LoadFromStream or UniImage1.Picture.Assign or UniImage1.Url:='http://....'; We have some issues already logged regarding this problem. I hope we can all or some of them resolved in next releases. Thanks New perspective in what sense? I'm referring to the post below. >> Well, I think it is better to change DOM properties directly rather than >> playing with CSS. I will try to make all Color/Font properties available >> in form of Properties. >> TUniPanel should be able to change background color via Color porperty. > > Well, having a way to inform the font and color directly on DOM properties > in the components will be excellent. You will register this post? >>In a post 0.85.0 release we will expose the wrapped Ext JS control so you >>can modify its property if needed. TUniImage doesn't have a Glyph property. I'm sorry, TUniSpeedButton, not TUniImage.. Tks! Quote
Administrators Farshad Mohajeri Posted June 17, 2011 Administrators Posted June 17, 2011 >>In a post 0.85.0 release we will expose the wrapped Ext JS control so you >>can modify its property if needed. OK. It is already logged for future releases. TUniImage doesn't have a Glyph property. I'm sorry, TUniSpeedButton, not TUniImage.. Logged #1052 Quote
Administrators Farshad Mohajeri Posted June 20, 2011 Administrators Posted June 20, 2011 3) Possible Bug: Property AutoScrol the Main Form (mfPage) is not saved when closing the project and reopen it. (WebMode) I can't reproduce it. How is it related to Webmode? Quote
cristianotestai Posted June 24, 2011 Author Posted June 24, 2011 I can't reproduce it. How is it related to Webmode? In my project the property AutoScroll don't are saved. I need set to True when i close and reopen the project.. strange.. I'm sorry when i said Webmode.. Best Regards. Quote
Administrators Farshad Mohajeri Posted June 24, 2011 Administrators Posted June 24, 2011 In my project the property AutoScroll don't are saved. I need set to True when i close and reopen the project.. strange.. I'm sorry when i said Webmode.. Best Regards. I tested it here and it is saved in DFM. Please specify Delphi & uniGUI version. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.