403 questions
1
vote
1
answer
45
views
separating line is not displayed
I have created a widget. This is a card. The entire card is arranged in a column. In this card, two icons (Delete and Check) are to be placed in a row.
Subsequently, a SizedBox should act as a ...
0
votes
0
answers
23
views
How to divide submenu in 2 columns
How to divide submenu in 2 columns, speccificaly 22 items how can I to divide submenu, I need to have these icons.
If there is any explanation for my website, please answer me, this is my website www....
0
votes
1
answer
140
views
Switching between two CAN messages
I have a robot that is moving when it received the CAN message. So, on the robot side I have only one Port for CAN message receiving but I am giving the CAN message from two difference controller, one ...
1
vote
1
answer
335
views
Ambigious clock in event control
I want to generate a slow clock from input clock which is clk_in, but it shows the following error:
ambigious clock in event control
module clk_div_h(rst, clk_in, clk_div);
input rst, clk_in;
...
0
votes
1
answer
41
views
flutter drawer logo white underline
drawer: Drawer(
backgroundColor: Colors.grey[900],
child: Column(
children: [
DrawerHeader(
decoration: BoxDecoration(
color: Colors....
0
votes
1
answer
113
views
how i can give dashed divider between to the two container in flutter with out using any external package [duplicate]
I want to give a divider between two container I generally use a divider or Container border i can try it but using divider i can not give a dashed dashed border in flutter.
Divider(
height: 1,
color: ...
0
votes
1
answer
72
views
flutter Vertical Divider not showing
so this is my code
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
backgroundColor: Colors.white,
title: const Headline2500(text: 'Transaksi'),
...
1
vote
1
answer
55
views
Flutter Divider color is not expected when thickness is low
code:
Divider(
color: Color(0xffd2d2d2),
thickness: 0.5,
indent: indent,
endIndent: endIndent,
);
thickness: 10
RGB(210,210,210) 0xffd2d2d2 which is expected
...
1
vote
1
answer
443
views
Draw a gradient line using Skia4Delphi
I have a TSkLabel that is my title on my form, but I would like to draw a colorful gradient line underneath it.
I want just a simple line that goes from one color to a different color. Perhaps ...
0
votes
1
answer
204
views
timeline view divider not draggable in fullcalendar v6
I can't resize resources and events by divider bar
I tried to find the property to allow it to resize but it didn't work.
Please let me know if you have done it through fullcalendar.
I thank you very ...
-1
votes
2
answers
201
views
Why are my flexbox properties disturbing my hr tag?
So I am making a sidebar with my code and want there to be a divider between some elements, to achieve that I used the hr tag but it behaves unexpectedly when I use it in my contextual code.
When I ...
1
vote
0
answers
52
views
Changing square waveform duty cycle in VHDL
I created a waveform of 10kHz through the divider in VHDL. CLK is the input clock of 50MHz while clk_new is the output clock at 10kHz. I need to change the clk_new duty cycle of 20%, 40% and 60%. Do ...
2
votes
2
answers
2k
views
Divider not sizing itself to fit parent view
I have a fairly basic SwiftUI view hierarchy that I'm attempting to insert a divider into, however the divider is sizing itself to some obscure value and pushing the parent view out to meet it. Every ...
0
votes
0
answers
140
views
Angular material mat-divider is not displaying when printing or saving in Firefox
I'm encountering an issue with the mat-divider component in my Angular application when trying to print or save a page in Firefox, even using media print css to try make it visible.
Issue
When using ...
0
votes
1
answer
3k
views
how to put a vertical divider that is not complete in tailwind
I am trying to put an x-divider but the lines do not reach 100%, I show you an example of how I want it:
image of how I need it
<div className="grid md:grid-cols-4 rounded-[48px] md:h-48 grid-...
0
votes
0
answers
42
views
background-image behind and in front of a shade divider
Hi I would like to make a bg-img wirth landscape and a truck in front of it. over this I would like to have a diagonal black line with "shade divider" and then I like to have the truck from ...
0
votes
1
answer
60
views
Why divider is never displayed in this context
I tried to create a custom tab widget in the Flutter app
I would like to have each specific square which contains 1 divider colored and Text layout into a column widget.
My text displays correctly but ...
0
votes
1
answer
533
views
In Chakra UI how to build a divider that uses a background image?
In Styled Components to build a div separator that implements an image background I've used:
const Separator = styled.div`
margin-bottom: ${({ theme }) => theme.spacings.normal};
mask-image: ...
1
vote
1
answer
1k
views
Vertical Divider between Two Columns in Jetpack Compose
I can't seem to make this vertical divider work in this case:
Row(
modifier = modifier
.fillMaxWidth()
.background(Color.Blue),
...
0
votes
1
answer
88
views
CSS - Responsive triangle divider
I am trying to create a triangle css divider. I was able to create the divider using
border-width: 4vw 75vw 0 23vw.
however, this way feels a bit sketchy. border-with you can't pass percentages, is ...
-1
votes
2
answers
544
views
How to make a vertical text divider, in CSS?
In HTML CSS how to make a vertical divider to separate two sections.
::before and :: after do not work. Any genius trick would be appreciated.
I also tried margins, but they arent as good. Maybe we ...
0
votes
1
answer
404
views
Handle programmatically adding Divider() inside ForEach loop
I am looking at ways to improve adding a Divider() in a SwiftUI view programmatically. The example code here does what I want visually, but I am thinking there should be a better way. The goal of what ...
0
votes
0
answers
106
views
How to make a horizontal div rack in css/html?
So I saw on stackoverflow that you needed to use float: left to make divs stack horizontally, but I don't want the parent div (ie. the rack container) to be inline as well, for example
Here is the ...
0
votes
0
answers
75
views
Are 'dividerHorizontal' and 'horizontalDivider' same? (Android)
Are horizontalDivider and dividerHorizontal same?
Android Developers:
horizontalDivider:
Default horizontal divider between rows of menu items.
dividerHorizontal:
Drawable to use for generic ...
0
votes
1
answer
200
views
Need help solving a javascript issue with a button being clicked that is not being clicked
Ok, so I have a web interface I'm designing that I'm having a problem with. It's an interface to configure remotes to control functions of an ESP32. The code on the ESP32 is definitely not the ...
0
votes
1
answer
644
views
Responsive MaterialUI Divider, horizontal in small screens and vertical in md and large screens
I am using this MaterialUI divider which is vertical in md and large screens. However I want it to be horizontal in xs and sm screens:
<Divider orientation="vertical" variant="middle&...
0
votes
4
answers
515
views
Divider is not visible in horizontal list view flutter
Widget build(BuildContext context) {
return ListView.builder(
scrollDirection: Axis.horizontal,
shrinkWrap: false,
physics: const BouncingScrollPhysics(),
...
0
votes
2
answers
394
views
Add Divider to AlertDialog with CustomView
I'd like to add a divider to an alert dialog at the bottom, similar to the one it shows when there are long list views (see image).
However, I've added a customized view, because I want to be able to ...
0
votes
0
answers
45
views
HR divider with coloured boxes with sides under an 16 degrees angle
I created a HR divider consisting of several coloured boxed which animate on hover, as shown on this CodePen. Now I want to add 16 degrees angles to the sides of these boxes except for the outermost ...
0
votes
2
answers
1k
views
Divider component not found in Android Jetpack Compose project
I'm currently working on an Android UI entirely Compose based.
I need to put a Divider component between 2 lists implemented as LazyColumn (vertical) and LazyRow (horizontal).
When I try to use the ...
0
votes
1
answer
133
views
I try to position a divider in the NavBar at a distance of 25 pixels from the bottom, in Flutter app. How to look right on any device screen?
Widget BuildMenuItems(BuildContext context) => Column(
children: [
const SizedBox(height: 8),
Divider(thickness: 1.6, color: Colors.blue),
ListTile(
leading: ...
3
votes
3
answers
608
views
List row dividers broken by iOS 16
I have a list of section headers, each with 1 or more rows.
Since updating to iOS 16 the row divider lines have been pushed to the right (as in the 1st screenshot).
When running on iOS 15.7 the row ...
-1
votes
2
answers
2k
views
How to add divider in dynamic list?
I copy this example from the doc
enter image description here
and I want to add divider between them, but whereever I add the divider, it does not work. How can I add divider between list items?
3
votes
1
answer
5k
views
(TailwindCSS) How do I make a column divider in a grid
I want a divider to go between each of the columns of my grid like this:
The divider should always be in the center of any two columns and should not be displayed on the outer edges of the grid. Note ...
5
votes
1
answer
11k
views
How to make a custom horizontal dashed divider in Material UI?
I have a divider template and I want to customize it by transforming it into a horizontal dashed divider. But I'm not sure how to override it, especially if I even do an sx edit by applying a ...
-1
votes
2
answers
378
views
Print all the dividers from a number, unsupported operand type for string and range
I am trying to exercise my python and do exercices. One exercise is to print all dividers of a number.
I thus tried the following:
a = input("give me a number:")
give me a number:34
x = ...
0
votes
2
answers
550
views
Divider does not extend the full length of the page
I am not able to extend the divider to the full length of the page.
<TableRow>
<TableCell className={classes.tableCell} colSpan={6}>
<Box
display="grid"...
0
votes
0
answers
555
views
Custom Wave Divider CSS, SVG
I have the following code, and it works great, but instead of using SVG image, I would like to use the SVG code, how can I do it? I grabbed the SVG code form GETWAVES.IO
section[data-section-id="...
0
votes
1
answer
3k
views
Kotlin jetpack compose, Divider before my first item with LazyColumn and Surface
i'am new to jetpack compose and i really liked it. But ran into a problem :
I want to create a card and inside of it, i would like to display a list of item with divider between them. I was almost ...
1
vote
0
answers
171
views
How to add Custom Elementor Divider widget in WordPress
I'm creating a custom Elementor widget, I want to add a Vertical line in my widget in between two text. So I have added a Divider control inside the custom widget and this divider should be customized ...
0
votes
5
answers
1k
views
HTML5 make empty div full viewport size [duplicate]
I’m trying to create an EMPTY div that takes up 100% of the viewport and that moves with the viewport (or position: fixed).
It also needs to be at top: 0, left 0 of the viewport. This is for a browser ...
0
votes
1
answer
112
views
Python optimization problem: classifier with restrictions
Is there a function/package in python that as evenly as possible distributes a number of points over groups/teams, but with restrictions for every team (type of points, etc.)?
So for example you have ...
14
votes
2
answers
36k
views
Material UI Divider Thickness
I'm looking for a solution to increase the Material UI Divider line thickness (stretching horizontal lines vertically or stretching vertical lines horizontally).
I've read the documentation of ...
1
vote
1
answer
429
views
Row divider igx Grid
I have an igx Grid with sorted rows. The rows are sorted by date (this is a column from the grid). So I have multiple rows with the same date. How can I put a divider between the rows where the date ...
0
votes
1
answer
890
views
Add Divider Top,Middle and Bottom of Recyclerview Kotlin
Hey I want to show divider in top, middle and bottom in Recyclerview. How to add dividers and spaces between items in RecyclerView. It work to add divider in middle and bottom. But I cannot find to ...
0
votes
1
answer
773
views
How to set frequency in vhdl at 0.01 Hz?
I need to divide frequency in vhdl so the resulting frequency will be 0.01 Hz,but I Don't know how to do it. I tried by using generic map, but then I got error. I am using Nexys3. I know Nexys3's ...
0
votes
1
answer
6k
views
how to create those commented dividers that center text on them (they look like lines)?
In VSCode there is an extension or two that let me create those commented dividers with text centered on them. Basically, I type some text, hit a shortcut and it wraps the text in those dashes/...
1
vote
2
answers
343
views
Designing a Clock Divider when the ratio is some random fraction
I am trying to design a clock divider which converts 100 MHz frequency to 3.5 Hz. Had this been 2.5 Hz, I'd have done it easily since the ratio would then be an integer. But since in this case the ...
1
vote
2
answers
415
views
Haskell check if function returned same value twice
I'm working on a project and arrived at interesting issue. I have a function let's call it foo this function divides a given number by highest possible divider but not by iteself. If the highest ...
2
votes
0
answers
675
views
How to get rid of SwifTUI List weird animation and spacing triggered by EditMode?
If you create a new project on Xcode 12.5 and use a SwiftUI List combined to a foreach and .onmove, you will notice 2 annoying things:
1/ Even though ondelete is unset, and even though you explicitly ...