Questions tagged [stencils]

Stencils are vector shapes of common user interfaces that can be reused for rapid prototyping.

References

69 questions
0
votes
1 answer

Python pywin32 module Visio automation

I have a Visio template which has its own stencil(library of shapes). Imagine, I have stencil which has more shapes; therefore, I want to delete the stencil of the template Visio, and want to add mine. I searched this a lot on the internet but…
bailofwZ
  • 123
  • 1
  • 10
0
votes
1 answer

Global styles for StencilJs custom web component not recognized in Angular app

I've used Stencil to create a custom web component. I've set a bunch of CSS variables in /src/global/global.scss: E.g.: :root { --font-family: 'Roboto Condensed'; --font-size: 1.75rem; ... etc ... } My stencil.config.ts looks like…
mattstuehler
  • 9,040
  • 18
  • 78
  • 108
0
votes
3 answers

Stencil component not rendering the updated tabs

import { Component, h, State } from '@stencil/core'; // import '@webcomponents/custom-elements'; import '@clr/core/icon/register'; import { ClarityIcons, plusIcon } from '@clr/core/icon'; ClarityIcons.addIcons(plusIcon); @Component({ tag:…
Code
  • 1,574
  • 2
  • 23
  • 37
0
votes
2 answers

Is there anything like Visio stencils in Rhapsody?

In Visio, we can define custom stencils. In Rhapsody, can i define stencils like Visio? If yes, how?
user1766006
  • 177
  • 1
  • 14
0
votes
0 answers

StencilJS and SVG - some SVG elements don't render?

I'm using StencilJS to create a diagram in SVG. I have a TypeScript function that determines what SVG elements should be included in the SVG, sets the appropriate parameters on those elements, and returns JSX. When the JSX is rendered on screen,…
mattstuehler
  • 9,040
  • 18
  • 78
  • 108
0
votes
1 answer

Visio- How to hide Master from Stencil in run-time

Whether there is option to hide specific Master from Stencil in run-time? I tried mstr.Hidden = 1; and I got following exception: {"\n\nRequested operation is presently disabled."}.
0
votes
1 answer

How to create new template in Cornerstone theme using stencil framework

I am new to Bigcommerce, I need to create a page template in my Bigcommerce theme (Cornerstone). I have followed the documentation but its redirected to 404 page. Please help me in this. I have also tried with the below link but the Url redirected…
John Babu
  • 15
  • 4
0
votes
1 answer

Keep product id same from csv import products

I want a solution from your idea I want to keep product id same which one I have listed into my product CSV. As I know when we import the products the products id field should be ignored, but I want to use the id from my list in CSV I do not want…
R.K.Bhardwaj
  • 2,168
  • 1
  • 14
  • 24
0
votes
1 answer

How to set process.env.PORT on Stencil-JS app

Does anyone know the proper way to edit the process.env.PORT property in a StencilJS app?
hamada
  • 1
  • 1
0
votes
1 answer

how to add mouse image Scroller in big commerce product gallery?

I am trying to scroll product images on mouse hover with javascript but its not working, however, the thumbnail is scrolling but the main image not showing I want to scroll the main image on mouse drag. here is the website…
R.K.Bhardwaj
  • 2,168
  • 1
  • 14
  • 24
0
votes
1 answer

How to access other embedded form fields of stencil in the Alfresco ADF component?

How to access other embedded form fields of stencil in the Alfresco ADF component? Can any one provide solution in this?
user8030367
  • 81
  • 4
  • 18
0
votes
1 answer

I cannot load a custom shape in Rappid/jointJS using function fromJSON

In my Stencil I have many shapes of type basic.Circle which work great so far with codes similar to the following one: new joint.shapes.basic.Circle({ size: { width: 5, height: 3 }, attrs: { circle: { width: 50, height: 30, fill:…
0
votes
1 answer

How to make Visio stencil opened by default

I try to make my macro available by default on any opened Visio drawing. In Excel there is Personal.xlsb, but Visio... I only found that way: saved that macro in the .vssm file, and now i need to open the .vssm in every document where i want my…
Foreach
  • 1
  • 1
0
votes
0 answers

Big commerce multi language error of translation stencil theme

I am using stencil theme on my bigcommerce store, the theme URL is this https://themeforest.net/item/laparis-simple-creative-responsive-bigcommerce-theme-stencil-based/19715248 And here is my store URL: https://salondlamody.com/ I have to…
R.K.Bhardwaj
  • 2,168
  • 1
  • 14
  • 24
0
votes
1 answer

access files code of big commerce Optimized one-page checkout (Early access)

I am using big commerce classic next store, however, I have to use the Optimized one-page check out: early access for check out I want to add their custom fields and made some changes into text but I cannot find the file of that checkout page. I…
R.K.Bhardwaj
  • 2,168
  • 1
  • 14
  • 24