35 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
1
answer
95
views
How to add a CustomButton?
I'm running Odoo 18.0 on Ubuntu 24.04.
Tried lot of ways to add a custom button in the ControlButton section besides 'Action' button, I even fully copied a code from this yt video of version 18.0, yet ...
0
votes
1
answer
214
views
How to insert multiple selected records from a report into subform of a form in zoho creator?
I am developing a simple site inventory application in zoho creator. There are 2 forms in this case.
Form A: Material request .This form has a subform with fields for product and quantity
,Form B: ...
0
votes
2
answers
285
views
Flutter Elevated Button not displayed after setting onPressed to null
I have following code for different variants of buttons:
import 'package:flutter/material.dart';
import '../common/texts.dart';
import '../common/colors.dart';
enum ButtonVariant { primary, ...
2
votes
1
answer
906
views
Custom rounded button using win32
I want to create a custom button using Win32. After searching, I found a group of methods, including using BS_OWNERDRAW, and I got the desired result and this is when the button is rectangular, but ...
0
votes
0
answers
639
views
Pressable with custom icon onPress not working
I'm a React Native newbie and I'm trying to assess the viability of porting to Android a React Native app that was originally written (not by me...) with iOS in mind.
At the moment I'm not trying to ...
-2
votes
1
answer
46
views
Why can't I set custom UIButton to the size I want?
I set up a button but the button can't become the size I want, I don't understand why, please help me thanks
attach my code here
var confirmButton : UIButton = {
let confirmButton = UIButton(type: ...
1
vote
1
answer
3k
views
Can FullCalendar customButtons have custom colors
We are adding custombuttons to our fullcalendar like below.
Is there a way to change the background and foreground color of the button?
And is there a way to set padding or margins to the custom ...
0
votes
1
answer
728
views
Need to convert a custom button/VF Page to lightning
We migrated to Lightning and there is a custom button on the Opportunity page that loads a Visualforce page and I need to get it replicated to work in Lightning. I am not a developer nor do I have one ...
-2
votes
1
answer
1k
views
Multiple Input Text handle in object and array in react native
This is my code ....
react native
Multiple Input Text handle in object and array in react native...
Is it possible to share your code? Share the entire component where you have these groups of 5 ...
-1
votes
2
answers
342
views
Custom TButton not showing on the Form
I am trying to have a functionality where a user will be able create a new button by clicking on the existing one on the form. Now, I am trying to achieve that by creating my own class called MyButton ...
0
votes
0
answers
853
views
Custom UIView won't take up entire screen width as should
I've been cracking my head around this for days now and can't find what the issue is -.-
I have a MainActionButton which is a custom UIView that I created. These are the constraints I defined to it:
[]...
0
votes
1
answer
560
views
Flutter: How to store or hold the value of the button that user has been clicked?
I did a quiz question with 4 buttons options.
and I display several questions on one page. Example of the quiz page
Now how to store or hold the values of each button that the user clicked before I ...
0
votes
1
answer
878
views
Swift - Custom UIButton Title Not Showing
I wanted to create hexagonal buttons that will not overlap if they are displayed in "honeycomb" fashion and only the correct button will be able selected. I found subclass to mask UIView ...
0
votes
1
answer
55
views
Styling custom google-sign-in button android
How do I change the color of my icon on customized button? I added the resource to drawables, after adding app:icon="@drawable/google" my icon is purple-colored. If i add app:iconTint="...
1
vote
2
answers
592
views
How to make a button return to its initial state
I created a custom button where it expands on the first tap, and on the second tap, it will go to another screen. Now, the problem is, I created three instances of that button. So, the button that I ...