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

Query for input control wont work in Jaspersoft, but works in My SQL Server

I have an input control that will need to be populated by a query. When I wrote the code in My SQL Server, it works perfectly as planned. However, when I put it in the the input control, the drop down is blank. Are cases not allowed in the input…
Matt
  • 377
  • 1
  • 4
  • 14
0
votes
1 answer

Unexpected type (File) of the resource with URI with JasperReports

I have a main report, and need one of the fields to be a hyperlink to another report (using that field as the parameter of the second report). I right clicked, and clicked Hyperlink Link Target - Blank Link Type -…
Matt
  • 377
  • 1
  • 4
  • 14
0
votes
1 answer

Create and update JasperReports Server users

How to get the source code of create and update JasperReports Server roles job in clarity 14.3? How to redeploy the code after making changes ?
harun prasu
  • 95
  • 3
  • 17
0
votes
2 answers

Programmatically login to clarity bypassing sso redirect

I'm having troubles setting up a project that access to my company's clarity application. I've successfully configured a service reference (in my VisualStudio project) to the XOG I'm trying to connect to. My actual code is the following: …
Tobia Zambon
  • 7,479
  • 3
  • 37
  • 69
0
votes
0 answers

How to stretch image without losing clarity

How do I stretch a image without losing clarity? I am using
If I change 1100px to 100% will…
0
votes
1 answer

Trigger update does not work when creating a new request

I am new to DB Oracle, When I create a new request in Clarity (that is a project & portfolio management application) or when I change the status of a request, I would like to update the field status to the new value of mb_status_idea. The following…
mOna
  • 2,341
  • 9
  • 36
  • 60
0
votes
1 answer

VB.NET Delegate code clarification

I am trying to figure out what this piece of code does. It errors often (not in a system damaging way) but enough that it bothers me. It would be great if I could get some more information on what exactly is going on here and any suggestions on how…
stewsha
  • 1,829
  • 2
  • 13
  • 16
-1
votes
1 answer

How to get the soonest date in relation to another date field

Say I have a date field in one table (table a): +---------+------------+ | item_id | Date | +---------+------------+ | 12333 | 10/12/2020 | +---------+------------+ | 45678 | 10/12/2020 | +---------+------------+ Then I have another table…
hanbanan
  • 81
  • 5
-1
votes
1 answer

MPMoviePlayerController in iPhone

I have a problem with MPMoviePlayerController in iPhone device. It is playing in my iPhone device without clarity(cant see the video content properly ). However It is playing in my simulator properly. Can any one tell me a way to fix this problem..
Vipin
  • 4,718
  • 12
  • 54
  • 81
-1
votes
1 answer

Is it possible to have two "THEN" statements with one condition?

For example, if I had a condition I needed to be met, then I need another thing done to the column values, how would I go about doing that? CAST( CASE WHEN TRY_CAST(CON_ORDERS_MIN.CONCAT_ITEM AS numeric) = o.ORDER_ID THEN NULL …
hanbanan
  • 81
  • 5
-1
votes
2 answers

How to trigger Clarity form validation without simulating focus events?

How can I trigger the validation of the new Clarity 0.13 forms? I'm using reactive forms and I want to trigger the validation without actually focusing/unfocusing the inputs. This will be necessary in my application when a user hits "Save" before…
Felix Engelmann
  • 399
  • 5
  • 17
-2
votes
1 answer

Attempting to install Clarinet on raspberry pi 3b

I downloaded clarinet from here and am following the installation guide, however I get this error when installing on a raspberry pi: failed to add native library/home/pi/clarity/clarinet/target/release/gn_out/obj/librusty_v8.a: file too small to be…
-2
votes
1 answer

Programming with Clarity Design

I'm new in the experience of clarity design use. And I have a mission: To develop a WEB Site using Clarity Design Framework. Additionally, I want to use Angular CLI for to create the "pattern of interface". However, into now, I'm thinking about…
-2
votes
3 answers

Why not do all the operations in the main thread(Android)?

This is a clarifying question regarding the AsyncTask class and a specific example of using the class to do a networking operation(grabbing data). How is the onPostExecute method running synchronously after the doInBackground operation any…
committedandroider
  • 8,711
  • 14
  • 71
  • 126
1 2 3
8
9