Giter Site home page Giter Site logo

etheadev / styledcomponents Goto Github PK

View Code? Open in Web Editor NEW
125.0 125.0 27.0 29.36 MB

Components similar to Delphi VCL Buttons, Toolbar, DbNavigator, BindNavigator, ButtonGroup and CategoryButtons with Custom Graphic Styles, and an advanced, full-customizable TaskDialog, also with animations!

License: Apache License 2.0

Pascal 100.00% Batchfile 0.01%
bootstrap button delphi dialogs

styledcomponents's Issues

Problema

Compilando con Delphi 10.2 mi da errore sulla IDETheme.Utils. Da dove la aggiungo?

Flickering

How do we avoid the terrible flickering on the styled toolbar buttons when resizing the form?

Documentation

You should mention in your documentation that the units: Vcl.AngularButtons, Vcl.BootstrapButtons and Vcl.StandardButtons should also be included in the application uses declaration, since without these units in runtime there's no change in appearence.

TStyledButton issue

Good morning Carlo,
I was trying your components before replacing some of the ones I currently use under certain circumstances.

TStyledButton:
Would it not be possible to introduce the TRANSPARENT property as for TStyledSpeedButton or TStyledGraphicButton ?

For all the button types mentioned in the line above:

  • At Design Time I associate an Action ( with an image and a caption defined ) which are reported correctly in the property of TStyledButton.
  • I remove the Caption manually from the object inspector ( In that button I only want the image and not the caption )
  • At runtime it puts back the caption ( it takes from the action associated with the button ).

I solved it by forcing the caption:='' in create event of the form but couldn't you register the change in the .dfm so that even at runtime it reads that information directly ?

Thanks

Alberto

Suggestion for StyledButton component

I want to congratulate you on the StyledButton component. Fantastic!
I would suggest two implementations:

  • Background transparency (like SpeedButton)
  • Capture SVG image

I believe it would be even better with these implementations.

Edilson Paio

A suggestion for TStyledCategoryButtons

TStyledCategoryButtons It is recommended to add an icon position property, which can be customized to the left or right of the Categorys, similar to the NavMenu on the web
web_nav

Translation

Hi, I need to write applications for french people, so a minor change would be appreciated :

Move the ButtonName from implementation section to interface section inside Vcl.StyledTaskDialog.pas
With this little adjustment it could be possible to use differents languages in user interface ๐Ÿ‘

Example:

// French
ButtonNames[mbYes]:='Oui';
ButtonNames[mbNo]:='Non';

//German
ButtonNames[mbYes]:='Ja' ;
ButtonNames[mbNo]:='Nein';

// with resourcestrings
resourcestring
MB_YESSTR_SPANISH = 'Si';
MB_NOSTR_SPANISH = 'No';

....
ButtonNames[mbYes]:=MB_YESSTR_SPANISH ;
ButtonNames[mbNo]:=MB_NOSTR_SPANISH ;

Glyph sizing

hi,

in case when there are several StyledNavigators on form, then glyphs of last one are different (smaller).

Attaching picture and project source.

I'm running Delphi 11.3.
Custom Design PPI is 150.
Display Scale is 150 also.

Not sure if it is issue of StyledNav or not.
Any thoughts are welcome.
Thanks,

Antanas
demo.zip
pic1

Wrap the Button Text

Hi. I just started fiddling with StyledComponents. Great work!!
Is there any way to wrap the button text?

glyph ok

d10.2.3
glyph ok BUT for it to work imageindex HAS to be -1

index

1.how do i change the index to imagelist? i cannot
2.glyph sould recieve what format? as i have my own expert and
it does not see my choice

TaskDialog Demo

This is the TaskDialog Demo at run-time:

image

Can you please provide a better layout? Thank you for the StyledComponents library - you are great!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.