Questions tagged [custom-ui]

17 questions
4
votes
1 answer

Jetpack Compose Custom UI - Speedometer with animation

I want to build a custom ui to show the score in a custom view like a speedometer with an animation. Implementation would be like passing a score to the view and the needle in the view is going to animate from 0 to the score passed. The background…
2
votes
0 answers

How To Customize The Supertip Of An Excel Ribbon

I'm using the Custom UI Editor to customize my Excel ribbon with the following code:
lucio5295
  • 21
  • 2
0
votes
0 answers

Use a jira design system component in my hello world custom UI application when developping add-on for jira cloud

I generated a jira add-on app using Forge CLI. i created the hello-world application using custom UI mode with jira-global tempalte. i deployed and installed it and it worked like a charm. When i tried to get to the next step and use this component…
kamal
  • 1
  • 1
0
votes
0 answers

How to make a Ribbon Control read only in Excel either by CustomUI or VBA

I need to allow the user to navigate through the characters in the Ribbon input controls so they view them but editing. Currently I use 'onChange' method of the controls to set the value I want so the user can't provide their choice like below. Sub…
Dhay
  • 585
  • 7
  • 29
0
votes
0 answers

Custom UI rendering in Webview

How can we render a custom UI in a Web application when we load the page in iOS and Android WebViews? I tried to open a webapp in a webview like this. guard let url = URL(string: "https://www.abcd.com/") else { …
Quest
  • 1
  • 1
0
votes
1 answer

How to get the index value from an outlook ribbon dropdown control

I am trying to get the index value from a custom dropdown on my outlook ribbon. On the dropdown I have added several items and several buttons.
Lindy
  • 1
  • 2
0
votes
2 answers

Trying to create a struct that returns a custom textfield according to the custom type selected

Trying to create a struct that returns a custom textfield according to the type selected... However, I get this error: Function declares an opaque return type 'some View', but the return statements in its body do not have matching underlying types I…
0
votes
1 answer

Outlook single line ribbon (officeSL)

I am writing an Outlook add-in with its own button in the ribbon bar. I am using C# and for customizing the ribbon XML. My goal is to always show the button in Outlook 2021 with single line ribbon layout, no matter how wide the window is. As a test,…
maymar
  • 1
  • 3
0
votes
1 answer

Use Outlook ribbon button name as string in a macro

I'm trying to get the name of a clicked button on the "Developer" Tab on the ribbon to use as a string in a macro in Outlook version 2212 with M365. Sub ButtonNameDisplay() Dim ButtonText As String ButtonText =…
Ayan Mullick
  • 67
  • 2
  • 11
  • 38
0
votes
1 answer

Turn selected cells red via custom ribbon button

I am following How to add a custom Ribbon tab using VBA?. I am attempting by pressing a button in the ribbon named "Leave" to turn all selected cells red. I created a custom ribbon button using Office RibbonX Editor to the file, and get the pop up…
0
votes
2 answers

Custom Ribbon working but needs some tuning

I had a problem that starting Excel from Python whacks the Custom ribbon. I eventually got code that does the job. Starting Excel from Python does not whack the Custom ribbon anymore. With complements of losing the state of the global IRibbonUI…
0
votes
1 answer

RibbonX - using comboBox to run macro / VBA

I am new to custom menus but have been successful at using Ribbon X to set up some custom tabs / groups in Excel. They are ribbon buttons that run macros (fairly basic stuff like hiding columns). What I really want to do is to have a ribbon comboBox…
Graham
  • 3
  • 2
0
votes
0 answers

Starting Excel workbook from Python deletes Custom ribbon

I have a custom ribbon in Excel with macros assigned to it. One set of macros does just sheet/column formatting, sort data etc. Normal Excel stuff. Those all works. Then I have two specific macros that removes the custom ribbon completely when they…
0
votes
0 answers

Activate a tool using enumproperty (menu list, icons only)

I'm delving down the blender python coding and I want to do a custom menu using enum. I want this menu to activate the corresponding tool I included inside this list. A good example I want to imitate is the viewport shading menu on the right hand…
Pow
  • 1
  • 3
0
votes
1 answer

Razorpay Custom UI integration

I am trying to integrate a custom UI for razorpay using the documentation below: https://razorpay.com/docs/payments/payment-gateway/android-integration/custom/build-integration/ But I don't want to display the following page when I call the submit…
Sneha
  • 11
  • 2
1
2