415 questions
Advice
0
votes
2
replies
52
views
Multiple cards (or similar visualisations) in Power BI
I have a SharePoint list (SPL) that I use in 'Gallery' view but even with JSON you can only format so much. So I'm thinking I'd like to use Power BI to do what I want, but have been struggling with ...
0
votes
2
answers
60
views
Why does Stripe CLI return "unknown flag: --card.number"?
I want to create a PaymentMethod in Stripe CLI. The
stripe payment_methods create --help
command suggests that I should use something like this:
stripe payment_methods create --type=card ...
But it ...
0
votes
0
answers
71
views
How to dynamically change the color of a Home Assistant tank based on an input_select using card_mod/level_color?
I am trying to dynamically change the background color of a tank in my Home Assistant dashboard based on a manually selected color via an input_select.
The input_select is defined in configuration....
3
votes
1
answer
68
views
Chakra UI Card and CardBody won't render in React App
My apologies if this question has been asked, but I can't find the issue I'm having.
I'm using React Vite and Chakra-UI. Everything works fine, until I use Card.
This works fine (Item and Flex also ...
1
vote
1
answer
86
views
React Bootstrap Cards are overlapping
I am trying to create a React Bootstrap card view, where all cards should have some space between each other. But my created React Bootstrap cards do not have the expected space between them.
I have ...
5
votes
2
answers
246
views
I've made a program that deals a random hand of cards. How can I improve this program so it doesn't print the same card more than once?
Below is the code I've written. I want to add something so the same card doesn't get printed more than once. I've tried using booleans so when it sees a repeated card, it rolls back the for loop but ...
0
votes
0
answers
66
views
How can I enhance my SwiftUI “SwipeCardUI” package to replicate Tinder-like swipe gestures and animations?
Background
I’ve been developing an open-source SwiftUI package called SwipeCardUI that provides a basic card-swipe interface. It allows users to drag cards left or right and triggers an action once ...
0
votes
1
answer
53
views
How to add a new card to an existing customer with Stripe
I used test token to chose what type of card I want. Got the token name from stripe-docs.
import com.stripe.Stripe;
import com.stripe.exception.StripeException;
import com.stripe.model.Card;
import ...
0
votes
0
answers
56
views
Card configuration Apex Oracle
I created a card region in apex page to show some images. I am trying to take the borders and also change the size of the cards. I managed to adjust the image sizes, but not the card...the pictures ...
0
votes
0
answers
31
views
apdu command always throws exception unspecified rfid error
// Step 1: Select the Visa payment application
try {
// byte[] aidVisa = new byte[] { (byte) 0xA0, 0x00, 0x00, 0x00, 0x03, 0x10, 0x10 };
byte[] ApduCMDVisa = new byte[] {
(byte) 0xA0, // ...
0
votes
0
answers
34
views
Wrap Card height in Row Flutter
I have to display a Card inside row. It is taking full space . When I have a column I set
mainAxis
It reduces the size
I want to achieve the same effect for All Plans Text field
Is there any ...
0
votes
0
answers
149
views
How to write data to an NFC card using Omnikey 5422 in a web application (JavaScript)?
I am developing a web application that interacts with an Omnikey 5422 NFC reader. I need help with writing data to an NFC card using JavaScript. I understand that the Omnikey 5422 supports ...
1
vote
1
answer
38
views
Recomposition not working as i expect, image not displaying
i make composable EventCard items that gets an image from API(I get from API in bitmap because the image URL was token protected). But the cards sometimes display all default images, and sometimes all ...
-2
votes
1
answer
79
views
Oracle APEX cards region - reverse cards layout from right to left [closed]
I have two cards regions in one line. Both regions display cards from left to right. For the first region, it's good. But in the second case it starts in the middle of the row and doesn't look good. ...
0
votes
1
answer
98
views
How to create swiper carousel in Flutter?
How to create a carousel slider similar to the one in the image below using Flutter.
I tried using card_swiper as shown below, but it still doesn't look like the image. I hope someone can help.
@...
0
votes
1
answer
167
views
Flutter Card / Container / Border Problem
I would like to create a card in shape of this:
The problem im currently facing is this situation:
If you watch closely u can see that the Container isnt rounded as the border.
After outcommenting ...
0
votes
1
answer
311
views
How can I make a card in PowerBI that shows selected value possible from different columns?
I am making a PowerBI drill through page and I want to have a card that shows whatever the user selected to drill through.
I’m having a difficult time because the drill through page can be navigated ...
0
votes
0
answers
40
views
How can I get all of my Cards to be centered? [duplicate]
Screen Capture of the issue in question
I am working on my first Project, it is a Book-list library.
I can't seem to get the Card components to be centered on the site. It is shifted to the left.
I ...
1
vote
0
answers
43
views
Flexbox Equal Height Cards Wrapping Issue
I am trying to create a section that have 3 equal columns/cards. I run into a trouble when I tries to make it works on smaller screen sizes. Each card should wrap on to a new line when the screen size ...
-2
votes
1
answer
79
views
How to stack cards of different sizes with the same rounded corners like in the image? [closed]
How to stack cards of different sizes but with the same rounded corners in css? For example one card has width of 357px and height of 422px and the other card has a width of 426px and height of 208px.
...
0
votes
1
answer
43
views
How to let one card extend beyond the screen for scrolling but keep another two cards within screen boundaries?
The below code creates the first screenshot. The problem is that the yellow card is being squashed - the string "Long text" should stay on one line and the user should be able to scroll ...
-3
votes
1
answer
350
views
How can i create a same blured view by using a swiftUI and its materials (.ultraThinMaterial.regular.thickmaterial) and etc
How to recreate the same blurred view then one which says McDonalds by using purely swiftUI i believe materials modifier can help me somehow but do i need to recreate it with opacity or no? I want to ...
1
vote
1
answer
80
views
POWER BI How to compare value from cell "A" with cell "B" and only if cell "A" has a date added will my "Card" count value of cell "B"
Note: I am a newbie.
I have a Card which shows the total number of containers shipped in the year, however I want it to only show the number of containers which have actually packed. My table also ...
0
votes
0
answers
181
views
Read and interpret mifare 4k data
How can I interpret the data on my mifare 4k (14443-a) card? My goal is to be able to read and understand the data, but the card seems to work under a specific communication between it and the valid ...
1
vote
2
answers
62
views
Toggling between card info
I have a child component which displays information when you click on its button.
information-data.component.html
<div class="col-12 col-sm-12 col-md-12 col-lg-12">
<div class=&...
0
votes
0
answers
193
views
android compose materialTheme.colorScheme.background does not apply in card containerColor
While the background color is applied to other components including the border, only the container color does not have the background color applied.
Exactly, the background color seems to be applied, ...
-1
votes
1
answer
55
views
How to make an image bigger than the card but still inside the card with Bootstrap?
How to make a card with a design like the image below using Bootstrap 5.3.3 and HTML on the website
-2
votes
1
answer
53
views
how do i put text (list) next to the image in a bootstrap card?
I am in dire need of help. I built a site in Muse in 2016 and of course they shut it down but now even w the subscription i cant open my files so the last page i had to convert out is massive and has ...
0
votes
0
answers
47
views
How to fix repeating already showed elements from the array?
I am making blackjack game and encoutering some problems which i get no idea to solve them.
When i click button to add a new card, instead of just pushing new card (number) into the array of the first ...
-1
votes
1
answer
42
views
Carousel having the same img inside the Card and Modal
I created a modal in two separate cards. One of the modal has Card in it and the other has Caeousel in it. On the opened pages it shows the same photo although the src value is different. How can I ...
0
votes
0
answers
3k
views
simulate paypal payments with sandbox credit cards generator
When I make a sandbox Paypal payment by using my paypal account, it works fine !... I get the notification of the payment in my sandbox.
And thus, If I have a look in the sandbox payment events, I can ...
0
votes
1
answer
65
views
how to reduce spacing between cards in bootstrap-5 using CSS
how to reduce the spacing between cards in bootstrap-5 using CSS. this is HTML code of the cards section.
<section id="services">
<div class="container">
<div ...
0
votes
0
answers
321
views
Student's id card validation system
I work in a school in which every student has a personal ID card with name, surname ecc...
Since this card gives the possibility to benefit of several discounts in theatres, cinemas and shops i need ...
0
votes
1
answer
116
views
how to change calendar title position in flutter?
While studying Flutter, I had a question.
I want to place the table calendar title on the right.
As far as I know, the title is placed on the left by default and can be changed to the middle. I would ...
0
votes
1
answer
233
views
CSS Card expand to center of the screen
I'm making a todo list-like application. I need to make a todo card that will expand on click and move to the center of the sreen without moving other cards in bento board.
Here's a brief example of ...
0
votes
1
answer
158
views
Is it possible to create a color gradient background on cards that use a radial gradient?
I want to make a card look like this
expected: the bg color is gradient (the green color behind img)
actual: in actual the bg color is not gradient, only accept one color(not gradient)
the color ...
0
votes
1
answer
185
views
Power Bi, diference between 2 sliced cards
Power Bi desktop,
How can I display in a card the difference between 2 cards which are sliced each one by months?
I have a measure displayed 2 times. Each measure is sliced by 2 different slicers (the ...
0
votes
1
answer
81
views
Stripe Subscription Quantity Upgrade Issue: Invalid Card Error Despite Successful Quantity Update
I initially purchased a subscription for $199 using a valid card. Subsequently, I changed my payment method to an expired card and upgraded the subscription quantity using the expired card, which I ...
0
votes
1
answer
609
views
Power BI Card (new) visual - how to count items per week, month, quarter from the column?
I am using Power BI desktop, and I need to create a "Card (new)" visual to show the number of distinct IDs per last week, last month, last quarter, last year (or better for selected week, ...
-1
votes
1
answer
318
views
Extendable card in jetpack compose
How can implement extendable card which extend over layout underneath not move it.
For example compose has card and column underneath. After click on card, extended card must hide column under ...
0
votes
0
answers
127
views
How to position a repeating radial gradient within a card?
I have a profile on a website that allows you to enter HTMl and CSS in your settings to customize your page. My goal is to have the center of a repeating radial gradient start behind a circular ...
0
votes
0
answers
57
views
Card with 3D effect for WordPress post archive items
With Bricks Builder in WordPress I want to make a card for the loop items on an archive page.
The card itself is not the problem, but I don't get the schadow/3D effect exactly like the design.
I ...
-3
votes
1
answer
128
views
Thingsboard professional
I'm nitin pandey,
I want to know that how can I add the javaScript condition in alarm cards professional version of thingsboard. if the temperature level is high then it should be the RED background ...
-2
votes
1
answer
442
views
Make product card control in WPF
I'm trying to reproduce these product cards in WPF.
This is the result I want to get:
I have managed to create the card but I have problems when trying to skew the rectangle that is on the card, this ...
0
votes
1
answer
29
views
Problem with controlling size of image inside a Card
<div class="row">
<div class="column">
<!--<h2 align="center">Column 1</h2>-->
<img src="rec_50th_anniversary.jpg" style=...
0
votes
1
answer
37
views
Flutter Align topRight in a card in row is not working, keep sticking to the left
I have a card widget that wraps around few alignments. The centered and bottom left alignment works, but I want to show something on the topRight too, it keeps sticking to the left.
Image:
Code for ...
0
votes
1
answer
50
views
Issues with card responsiveness. My cards are thin and unreadable when I reduce the size of the screen
I have added some media queries to my code so that my three card row drops down to two cards when I reduce the screen to iPad size and down to one card when I reduce the screen to mobile size. However,...
-1
votes
1
answer
70
views
To center the row in card
hello i am unable to center the row in a card by using crossaxisalignment even
if i cover the row with center widget kindly help...
Card(
elevation: 4.0, // Card elevation
child: ...
1
vote
0
answers
598
views
prevent bslib card_title resize
i used to be a big fan of the shinydashboardPlus dashboardPage, with its right sidebar, but recently learned about bslib and am trying to recreate the functionality here. i've somewhat got the ...
3
votes
0
answers
2k
views
Push provisioning - Add card to apple and google wallet in react-native
I am working on a project, In which I need to add debit cards to Apple/Google Wallet, I have debit card details so How can I add that to Apple/Google Wallet with react-native?