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
2
votes
2 answers

Clarity Grid Row Expander: Can I control the opening of the detail from my function

Can I control the opening of a detail from my function? Is it possible to pass to the "clr-dg-row-detail" the EventEmitter so that I can emit in the component event about the opening of the detail.
vasaeps3
  • 31
  • 5
2
votes
1 answer

Clarity Datagrid: Is there a recommended way to disable animations when expanding a row?

I'm trying to use Clarity datagrid with expandable rows: https://vmware.github.io/clarity/documentation/datagrid/expandable-rows While the animation when expanding a row manually is nice, I have a use case in which I need to render the grid with all…
2
votes
1 answer

How can I solve socket closed when report takes long-time to run?

I am running reports in Clarity made with iReport. One of my reports is quite complex and sometimes takes a long time to run (depending on parameters). Sometimes, it takes too long and I get a message that says Socket Closed This message does…
Matt
  • 377
  • 1
  • 4
  • 14
2
votes
2 answers

Import data from CA Clarity into Excel using VBA

I am trying to download resource names and hours for a specific project from CA Clarity PPM using Excel. I need the macro to access clarity PPM(www.abcd.hosting.ca.com) using username and password and download resource details if login is correct.…
user3512070
  • 21
  • 1
  • 2
2
votes
1 answer

Coding Style for passing boolean parameters

I was just discussing a method with colleague, the usage looks a little like this: String myString = getString(fields[10], true); Now here's my question, what does true do? The obvious answer is to look at the method definition and see what it does…
Gary Lyons
  • 23
  • 2
1
vote
0 answers

Website interface does not appear in recordings and heatmaps

I have a web site, developed in Flutter. In Clarity, I can't see the interfaces, just a blank screen. Is this because of Flutter? I already appreciate the help. :) example I would like to know if it is a problem between Flutter and Clarity and so,…
1
vote
0 answers

Is it possible to use Microsoft Clarity in Electron App? Getting 400 Bad request

I am trying to use Microsft-Clarity https://clarity.microsoft.com/ in my Electron App. I have added their integration steps in Head section of my app's main page. On running the app, in network section it is shoiwng network call to…
Shubham Agrawal
  • 161
  • 1
  • 1
  • 6
1
vote
0 answers

clarity "clr-icon" - @hostlistener click does not work

I added a hostlistener to listen to onclick event. If the event.target.nodename is CLR-ICON, it will call the event emitter. When testing it out, I try to click the clr-icon and it doesn't trigger the onclick function defined for the hostListner. //…
user21
  • 1,261
  • 5
  • 20
  • 41
1
vote
0 answers

How to set up an environment to write/test Clarity smart contracts within a Django project

I'm setting up a web project that can (i) interact with the Stacks blockchain and (ii) deploy/interact with Clarity smart contracts. I need help in configuring the environment correctly. Following is how I typically setup web projects. I typically…
Hassan Baig
  • 15,055
  • 27
  • 102
  • 205
1
vote
1 answer

6 abstractions, 1 construct

Which do you prefer, and why: Typical if (this.sun.hidden === true && this.moon.visible === false) { print "its daytime" } Possible unnecessary abstraction if (isSunHidden() === true && isMoonVisible() === false) { print "its…
dittonamed
  • 940
  • 2
  • 9
  • 17
1
vote
1 answer

How to join two utf8 strings together in Clarity?

In my Clarity smart contract, I am trying to to append one string ("Hello") to another string (" to Clarity Language"). Both strings are of type string-utf8. Deploying the contract below fails with an error: expecting expression of type…
1
vote
1 answer

Set stepper in second step in clarity design angular

How can I set stepper in second step automatically when I open page in clarity design angular? https://stackblitz.com/edit/clr-stepper-demo
1
vote
1 answer

Clarity 3 upgrade: NullInjectorError on TreeFocusManagerService

today I updated my project to Angular9/Clarity3 from Angular8/Clarity2 and navigating the app I noticed some problem that I fixed, but now I'm stuck on a NullInjectorError: ERROR Error: Uncaught (in promise): NullInjectorError:…
Alex
  • 127
  • 7
1
vote
0 answers

How do I make dynamic Clarity context menus (dropdowns) under Angular work?

I'm attempting to generate a context menu on the fly using the Clarity UI library under Angular. I couldn't find a 'contextmenu' Clarity component, so I'm using the dropdown component - I realize that dropdowns are supposed to work by being…
Raymond
  • 105
  • 1
  • 2
  • 10
1
vote
2 answers

Clarity Datagrid column input filter losing focus on first keypress after moving to next page in paginated grid

Using a clarity datagrid version 2.3 Seeing an issue where if the user starts typing into the input field of datagrid column filter, the filter input focuses out automatically as soon as a key is pressed. Since the datagrid is paginated and server…
patz
  • 1,306
  • 4
  • 25
  • 42
1 2
3
8 9