HeDiBo

Forum Replies Created

Viewing 20 posts - 781 through 800 (of 1,174 total)
  • Author
    Posts
  • in reply to: Icons not found in imagelist in other (data) module #56467
    HeDiBo
    Participant
    'Support' wrote:

    Thank you for the demo-app.

    DataModule is not created there, this is a reason why imagelist is not used.

    That was quite stupid of me blush.gif

    In my application the module with the images was not created.

    in reply to: Vertical scroll bar in TsWebBrowser not skinned #56466
    HeDiBo
    Participant
    'Support' wrote:

    Is it possible to make a test-app for this issue?

    Here it is:

    [attachment=8238:acWebBrws.zip]

    in reply to: Round Button #56446
    HeDiBo
    Participant

    Is the round button still in the planning (it's not present in 12.04)?

    in reply to: Icon in TsFilenameEdit unclear #56381
    HeDiBo
    Participant
    'Stephane wrote:

    I would like to suggest AlphaSkins team to put those icons into the skin.

    No icons will be generic enough to fit all possible skins.

    I like the idea.

    However, if Icons are made with a transparent background, in most skins they're alright.

    in reply to: Icon in TsFilenameEdit unclear #56440
    HeDiBo
    Participant
    'Support' wrote:

    This glyph will be better, I think.

    That's entirely a matter of opinion.

    I think the picture of a page, like you propose now, is not a very clear button for the purpose to select a file.

    This is the picture Delphi uses:

    [attachment=8226:OpenFile.png]

    Looks quite clear to me.

    in reply to: Standard hint colors for Ubuntu skin wrong #56400
    HeDiBo
    Participant
    'Support' wrote:

    I have updated this skin, try it:

    That did the trick a3.gif Thanks

    in reply to: New semitransparent gradients in skins #56358
    HeDiBo
    Participant

    Thanks rolleyes.gif

    in reply to: Round Button #56357
    HeDiBo
    Participant
    'Support' wrote:

    Developer can draw a button with any size of button in own skins.

    I'm thinking about a creation of round button with dynamic radius. Maybe such button will be added soon.

    Great a3.gif

    in reply to: Grid lines too pronounced in dark skins #56333
    HeDiBo
    Participant
    'Support' wrote:

    I'm planning to add a special field in the skin editor tool and each skin will have own grid color.

    Your code will be used for skins where this color is undefined.

    Would that work for third party grids too?

    in reply to: Grid lines too pronounced in dark skins #56327
    HeDiBo
    Participant

    I did some testing and I noticed that you use a 77% setting in the Developer Express Grids.

    I tried that, and I found that this is a universally correct setting:

    Code:
    Palette[pcGrid] := BlendColors(Palette[pcEditText], Palette[pcEditBG], 77);

    Hope you can change this.

    in reply to: Grid lines too pronounced in dark skins #56325
    HeDiBo
    Participant
    'Support' wrote:

    I think, I have found a workaround. I will try to implement it in the nearest release (v12.01)

    I'm still having problems with the new gridlines in TsListView.

    This is the result for the Cappuccino skin:

    [attachment=8206:Dark Gridlines 30.jpg]

    Because the gridlines are so dark now, you don't see them anymore.

    This is the result if the grid lines are drawn in 100% Palette[pcEditText]:

    [attachment=8207:Dark Gridlines 100.jpg]

    I'm not saying the 100% EditText color is the one to use for all skins. But for dark skins it is much better.

    in reply to: Grid lines too pronounced in dark skins #56324
    HeDiBo
    Participant
    'Support' wrote:

    I think, I have found a workaround. I will try to implement it in the nearest release (v12.01)

    It works well now in a TsListView. a3.gif

    However I still have a problem with third party components, that are set to adhere to “GRID”.

    Example is TjvDBGrid.

    Can you apply a similar approach as you did with TsListView?

    in reply to: Grid lines too pronounced in dark skins #56313
    HeDiBo
    Participant
    'Support' wrote:

    I think, I have found a workaround. I will try to implement it in the nearest release (v12.01)

    That would be brilliant a7.gif

    in reply to: TsPageCoontrol introduces OnPageChanging event #56310
    HeDiBo
    Participant
    'Support' wrote:

    OnChanging is a standard event which occurs before switching of pages and allows to cancel this switching.

    The OnPageChanging event has been added in the package with additional “NewPage” parameter. So, developer can check a new tab and decide – cancel changing to this page or allow it.

    Online help is under construction now, I hope to uptodate it soon.

    Nice addition. That newpage can come in handy a3.gif

    A non-trivial update of the documentation (help file or PDF file) is much needed.

    in reply to: Grid lines too pronounced in dark skins #56268
    HeDiBo
    Participant
    'Stephane wrote:

    TsDBGrid is a VCL control build from scratch. It is not based on Windows' LISTVIEW control. It (DBGrid) can do whatever it wants. Contrairy to the LISTVIEW control. You set colors and Windows paint them. But there is no color property for the grid lines.

    The Listview has these events:

    OnCustomDraw, OnCustomDrawItem, OnCustomDrawSubItem, OnAdvancedCustomDraw, OnAdvancedCustomDrawItem, and OnAdvancedCustomDrawSubItem

    they are called regardless of the OwnerDraw property.

    The CustomDraw procedure is a protected class and overridable. So, that's a nice point to custom draw the cells of the TsListView.

    Also the TsListView manipulates the OnAdvancedCustomDrawItem event already. Looks like a good place to tend to the cells.

    By the way, TsDBGrid is not built from scratch. It derives from the TDBGrid class. But the drawing of the cells is indeed taken over completely.

    in reply to: Grid lines too pronounced in dark skins #56265
    HeDiBo
    Participant
    'Support' wrote:

    The problem is that grid lines are drawn by the Windows system, used color is clBtnFace there.

    Have a look at this picture:

    [attachment=8198:Dark Grid.jpg]

    It is a TsDBGrid shown with Cappuccino skin. Apparently darker lines are possible.

    in reply to: Grid lines too pronounced in dark skins #56257
    HeDiBo
    Participant
    'Support' wrote:

    The problem is that grid lines are drawn by the Windows system, used color is clBtnFace there.

    Maybe that's the answer. AC should paint the grid lines itself.

    in reply to: Grid lines too pronounced in dark skins #56244
    HeDiBo
    Participant

    Since this is a general problem for skins that use grids. the handling of all dark skins has to be changed.

    in reply to: TsTreeViewEx looses caption if wider than tree width #56243
    HeDiBo
    Participant
    'Support' wrote:

    Thank you for screenshots, I will try to improve it in the nearest release.

    Do you uses AC v12 or v11?

    V11.26

    in reply to: Grid lines too pronounced in dark skins #56232
    HeDiBo
    Participant
    'TAZ' wrote:

    This is interesting. According to my Cappuccino, grid lines are more pronounced which are not great but not bad. It would be cool to have grid line thickness but the result maybe the same. Using v11.26.

    Perhaps the black background being used causes the grid lines to become really pronounced. One thing you could check is putting both images under a microscope and verify their thickness. Also, the light one's edges might blend more into the background than the dark's ones edges. You never know.

    Your picture is for a two column list. That looks not too bad.

    My picture was for a 14 column list. That looks absolutely awful.

Viewing 20 posts - 781 through 800 (of 1,174 total)