Jump to content

News and Old Points


cristianotestai

Recommended Posts

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!

Link to comment
Share on other sites

  • Administrators

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

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

  • Administrators

>>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

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...