Questions tagged [clarity]

Clarity can refer to three products: CA Clarity™ PPM is a Project and Portfolio Management tool. VMware's Clarity is an extensible product-based framework for building clean, crisp, and modern web apps. Blockstack's Clarity is a Smart Contract language used to run contracts on the Stacks 2.0 blockchain.

CA Clarity™ PPM helps to Connect Strategy to Execution

  • Strategic agility– Portfolio Management gives you dynamic 'what if' and change impact analysis.
  • Improved forecasting– Financial management and budgeting keeps forecasts in line with actuals.
  • Staff utilization– Resource management ensures you have the skills and people to meet increased demand.
  • Better data– Mobile time-tracking improves the quality and accuracy of time-entry and approvals.
  • Greater insights– Role-based views and reporting makes it easier to communicate with stakeholder teams.
  • Highly configurable– Works the way you work, with flexible methodologies and Certified Stage-Gate™ processes, plus PMBOK®, PRINCE2® and support for Agile Scrum and Kanban.
  • A world class user experience— The most robust, comprehensive PPM tool available. Our customers find it intuitive, easy to use and easy to like.

source ( http://www.ca.com/us/products/detail/ca-clarity-ppm.aspx )

VMware Clarity Design System

Clarity is VMware’s extensible product-based framework for building clean, crisp, and modern apps. Clarity provides designers and developers with a library of patterns, components, and robust tools, making it easy to rapidly prototype and build beautiful and functional apps in HTML, CSS, and Angular.

source (https://vmware.github.io/clarity/)

Stacks Clarity Language

Clarity is a programming language for writing smart contracts on the Stacks 2.0 blockchain. It supports programmatic control over digital assets.

Clarity differs from most other smart contract languages in two essential ways:

  • The language is interpreted and broadcasted on the blockchain as is (not compiled)
  • The language is decidable (not Turing complete)

source (https://docs.stacks.co/write-smart-contracts/overview)

135 questions
0
votes
1 answer

Clarity Wizard - Jump to page X on open (clrWizardOpenChange)

I've created a wizard with three pages. When the wizard opens, I want to directy navigate to page two and not start one page one. I tried to use the clrWizardOpenChange Event on my wizard, but this.wizard.pages seems to be undefined or no pages are…
ChrisK
  • 99
  • 9
0
votes
0 answers

Tree View W/ the Vertical Nav

Is there a way to create a deeper tree using the vertical nav? Using the clr-vertical-nav-group and clr-vertical-nav-group-children Im only able to go as far as the first layer deep. I want to be able to have 3 or for more layers like…
0
votes
0 answers

How to add label name in default filter of Clarity Datagrid coloumn

{{subType}} [enter image description here][1] This code is creating a column in datagrid using clarity. In image i want to add label name in this clarity default filter like…
0
votes
1 answer

vmware Clarity: Define different clrCloseMenuOnItemClick behaviour per dropdown item

I have a standard Clarity dropdown menu and I need to define the "close menu on item click" behaviour per item: So a click on the first dropdown menu item should close the menu, a click on the second item shouldn't. Is this possible? I'm sure this…
Felix Engelmann
  • 399
  • 5
  • 17
0
votes
1 answer

Timer for hidden Alerts of clarity

I am trying hidde the alerts of clarity in 2-3 seconds but with this code t doesn't show , and I don't understand. import { Observable} from 'rxjs/Rx'; public timerAlert: boolean = false; ngOnInit() { let timer = Observable.timer(2000,…
EduBw
  • 866
  • 5
  • 20
  • 40
0
votes
2 answers

clr-tree-node selection not effect collapsed child nodes

I've build a component based on Clarity (v 0.13.1) Tree view, I have an issue when i am selecting\ unselecting a collapsed parent node, it's not affecting child nodes selection, and when i'm expanding him he is getting selected\unselected…
iepc
  • 1
  • 4
0
votes
1 answer

Naming convention for sql join table to keep the name short

I have two tables: provider_contact provider_contact_role Now i need a join table for those and what's coming to my mind first is: Option 1: provider_contact_provider_contact_role but this is too long. Option 2: provider_contact_role which ideally…
Suren Aznauryan
  • 984
  • 10
  • 24
0
votes
0 answers

Clarity custom filter error: ERROR TypeError: Cannot read property 'subscribe' of undefined

I am getting this error message in clarity when using custom filter using example from: https://vmware.github.io/clarity/documentation/v0.11/datagrid/custom-filtering ERROR TypeError: Cannot read property 'subscribe' of undefined Error is coming the…
Putaaka
  • 1
  • 1
0
votes
1 answer

Clarity Wizard open without as soon as I open the page

So I have a login page with a submit button that loads a new page as soon as the username and password are correct. This works fine, but at the next page I want a wizard popping up. I am using Angular + VMWare Clarity. The problem is, if I put : …
Init
  • 15
  • 1
  • 4
0
votes
1 answer

progress bar clarity to update every 5 seconds angular cli

Hy, so I am trying to programm a progress bar to update every 5 seconds. I am using clarity and angular cli. My html code looks like this: Progress Bar
0
votes
1 answer

Replace icon in Expandable row of clr-dg-row-detail in clarity

I am making use of project clarity for my project and in this there is a data grid with expandable rows where i want to replace the icon that comes as default in the data grid the default icon is as below the icon i want to replace is below Any…
nethra gowda
  • 290
  • 1
  • 4
  • 23
0
votes
1 answer

Angular JS 4 + clarity-angular ScrollTop hides Header

In Angular 4 when router changes, the page don't Scrolls Top. My solution is put a div with #top and in typescript I use ViewChild to scrollIntoView like
import { ViewChild, ElementRef } from '@angular/core'; @ViewChild('top') top:…
0
votes
1 answer

Angular Clarity: What is expected behavior of setting clrPosition to bottom-right

Any idea if using [clrPosition]=bottom-right resulted into the style left: 0px; right: auto; as shown given below in HTML for corresponding Clarity-Angular code? Clarity-Angular
Uthman
  • 9,251
  • 18
  • 74
  • 104
0
votes
0 answers

SQL Delete Trigger executing a bulk delete line by line

I am trying to query a bulk delete with a trigger, however the application that I am using (Clarity) deals with a bulk delete one line at a time. For example if a user deletes 3 rows at once, instead of firing the TRIGGER once, it will fire the…
TreasaNGC
  • 62
  • 1
  • 10
0
votes
1 answer

How to add a successful prompt

I'm trying to add a prompt after registration using this framework I would like something like this But with like 'Registration Success' or something? My code: https://gist.github.com/crowns/e116eedaddc54b3b8e1f6f68f86917d1 Framework I'm using:…
Crowns
  • 1
  • 1
1 2 3
8
9