Giter Site home page Giter Site logo

etheadev / styledcomponents Goto Github PK

View Code? Open in Web Editor NEW
122.0 17.0 26.0 27.61 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%
button delphi dialogs bootstrap

styledcomponents's People

Contributors

carlobarazzetta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

styledcomponents's Issues

Problema

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

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!

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 ;

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.

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

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

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

Flickering

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

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.