Step progress indicator for javafx - javafx

I searched al stack overflow and i only found progress bars . just like progress bar in windows and ... . I am looking for a multi step progress bar. something like the ones we have in the online shopping sites when filing our information . it has for example 4 steps. 1- select product 2- fill information ... then in each step all of them are on until the step that we are in that right now. and next steps are off. is there a plugin of thrick for this in javafx?

There isn't anything like that out of the box. But it should be straightforward to build your own, just add the components representing the steps to a pane. Then highlight the component representing the current step (by changing its colour or image, etc).

Related

Slider Revolution - Randomise Logo layer to 1 of 3 images

Not sure where to start with this one so after a bit of advice.
I've got Slider Revolution set up and configured. However what I would ideally like is a global layer that is called Logo to pull from 1 of 3 files randomly, each Called Logo1.png , Logo2.png , Logo3.png
I've been able to get information for how to randomise the first slide but am struggling to work out how to do so for an image that isn't part of the slides?
Does anyone know if it's possible to do this?
I've been able to get information for how to randomise the first slide but am struggling to work out how to do so for an image that isn't part of the slides?

Customizing the looks of GitAhead to resemble TortoiseHg workbench

Is it possible to customize the looks of GitAhead to resemble TortoiseHg workbench?
I'm not asking for fonts or colors but for the position and display size of elements.
branch selection + sort and filtering in one line full width at the top
history log to be full width at the top under branch selection and filtering line
commit details to be under with split screen (left for file list, right commit message and file changes)
output log leave where it is (at the bottom)
If yes but only by modifying its source code on github https://github.com/gitahead/gitahead then I would appreciate some guidance
The design is hard coded. Any docks are used to change the look.
I tried to implement a mode to fullscreen the diffs or the commit list. Maybe you are interested in it
https://github.com/gitahead/gitahead/pull/408
At the moment the author is quite busy and is not able to have a look at all these changes.

Show my own dashboard graph in accounting Odoo10

My problem is that I would like to show a graph in the accounting dashboard of my own Journal. In the Kanban it goes completely empty and I would like to show a graph like the one shown in bank. Is this possible from the configuation of the odoo? or I have to do it through inheritance or some other way. Thanks in advance.
Yes, You can set your own journal in dashboard. You follow this step
Start debug mode
Go to Account menu -> Journals
Than go to Advance setting tab -> Enable Show journal on dashboard

3 images for drupal

as a small assignment, i am trying to build something like hotornot.com, but instead of 1 image with a rating function, i am trying to place 3 images in line, and underneath each image is a ratings (5 star module), and a voting option.. the goal is sort of choosing between the 3 images, and many users can vote on it..
any ideas?
thanks
The easiest way to build something like that, would be to use nodes with image fields (using CCK), one for each picture and then use fivestar to create the voting widget.
The rest is just a matter of styling/theming.

Qt switching between views

How do I switch between the two screens on the Qt?
For example, I have a button - static text plus a toolbar. Now I will add it to a frame and set it as a central widget. It works well for one window. What if I move it to the next window? Then I need to show some other stuff like another button, some images etc... and what if I come back to the first view again?
How do I show my old widgets back?
I'm not sure I got your problem right but, you could have different scenarios :
You could simply use groupboxes... Some widgets in groupbox1, otherWidget in groupbox2, and you display the groupbox you want to use, hiding the others...
You could use stackedWidget, which simulates "pages" of widgets stacked on top of eachothers... more informations here : http://qt.nokia.com/doc/4.6/qstackedwidget.html.
You could use other way like using tabs : http://doc.trolltech.com/4.6/qtabwidget.html
Maybe this example would be useful to you : http://qt.nokia.com/doc/4.6/dialogs-configdialog.html
Hope it helps a bit !
I'd recommend checking out Animation/States example (should be in /qt/examples/animation/states/ subdirectory of your Qt installation). It shows how to combine state machine representing application logic with presentation layer and get cool animation effects for free (of course if you don't need eye candy, you can set widgets properties without any animation).

Resources