Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
45 views

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 ...
Pauer Auer's user avatar
0 votes
0 answers
23 views

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....
BNS AGRONOVAK's user avatar
0 votes
1 answer
140 views

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 ...
Budin's user avatar
  • 3
1 vote
1 answer
335 views

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; ...
Obaid Ullah's user avatar
0 votes
1 answer
41 views

drawer: Drawer( backgroundColor: Colors.grey[900], child: Column( children: [ DrawerHeader( decoration: BoxDecoration( color: Colors....
Safrid Bhuiyan's user avatar
0 votes
1 answer
113 views

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: ...
Naimish Patel's user avatar
0 votes
1 answer
72 views

so this is my code Widget build(BuildContext context) { return Scaffold( appBar: AppBar( backgroundColor: Colors.white, title: const Headline2500(text: 'Transaksi'), ...
Rudy's user avatar
  • 1
1 vote
1 answer
55 views

code: Divider( color: Color(0xffd2d2d2), thickness: 0.5, indent: indent, endIndent: endIndent, ); thickness: 10 RGB(210,210,210) 0xffd2d2d2 which is expected ...
Zhentao's user avatar
  • 834
1 vote
1 answer
443 views

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 ...
Martin Kakhuis's user avatar
0 votes
1 answer
204 views

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 ...
Đỗ Thành's user avatar
-1 votes
2 answers
201 views

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 ...
Your-neigbourhood -developer's user avatar
1 vote
0 answers
52 views

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 ...
user21705936's user avatar
2 votes
2 answers
2k views

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 ...
Jacob King's user avatar
  • 6,205
0 votes
0 answers
140 views

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 ...
Xablau Developer's user avatar
0 votes
1 answer
3k views

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-...
Edson Ordaz's user avatar
0 votes
0 answers
42 views

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 ...
smiling's user avatar
0 votes
1 answer
60 views

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 ...
miltone's user avatar
  • 4,816
0 votes
1 answer
533 views

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: ...
GʀᴜᴍᴘʏCᴀᴛ's user avatar
1 vote
1 answer
1k views

I can't seem to make this vertical divider work in this case: Row( modifier = modifier .fillMaxWidth() .background(Color.Blue), ...
Scamparelli's user avatar
0 votes
1 answer
88 views

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 ...
ovashape's user avatar
-1 votes
2 answers
544 views

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 ...
Usman Zahid's user avatar
0 votes
1 answer
404 views

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 ...
travis's user avatar
  • 85
0 votes
0 answers
106 views

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 ...
halsemarathmellsphv's user avatar
0 votes
0 answers
75 views

Are horizontalDivider and dividerHorizontal same? Android Developers: horizontalDivider: Default horizontal divider between rows of menu items. dividerHorizontal: Drawable to use for generic ...
The Amateur Coder's user avatar
0 votes
1 answer
200 views

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 ...
kb1sph's user avatar
  • 13
0 votes
1 answer
644 views

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&...
Sevicode's user avatar
0 votes
4 answers
515 views

Widget build(BuildContext context) { return ListView.builder( scrollDirection: Axis.horizontal, shrinkWrap: false, physics: const BouncingScrollPhysics(), ...
prashant kumar's user avatar
0 votes
2 answers
394 views

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 ...
Sarah Multitasker's user avatar
0 votes
0 answers
45 views

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 ...
Hagelslag's user avatar
0 votes
2 answers
1k views

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 ...
Santo's user avatar
  • 81
0 votes
1 answer
133 views

Widget BuildMenuItems(BuildContext context) => Column( children: [ const SizedBox(height: 8), Divider(thickness: 1.6, color: Colors.blue), ListTile( leading: ...
Software's user avatar
3 votes
3 answers
608 views

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 ...
Tirna's user avatar
  • 547
-1 votes
2 answers
2k views

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?
Jiachang Yuan's user avatar
3 votes
1 answer
5k views

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 ...
clenn14's user avatar
  • 41
5 votes
1 answer
11k views

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 ...
Ralph Henry's user avatar
-1 votes
2 answers
378 views

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 = ...
Elvino Michel's user avatar
0 votes
2 answers
550 views

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"...
Tanu's user avatar
  • 1,712
0 votes
0 answers
555 views

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="...
HunterD's user avatar
0 votes
1 answer
3k views

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 ...
XCarb's user avatar
  • 997
1 vote
0 answers
171 views

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 ...
san_techie's user avatar
0 votes
5 answers
1k views

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 ...
ab_Dominoble_dev's user avatar
0 votes
1 answer
112 views

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 ...
Ja123's user avatar
  • 63
14 votes
2 answers
36k views

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 ...
G M's user avatar
  • 381
1 vote
1 answer
429 views

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 ...
user avatar
0 votes
1 answer
890 views

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 ...
Vivek Modi's user avatar
  • 7,869
0 votes
1 answer
773 views

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 ...
Niko_Niko's user avatar
0 votes
1 answer
6k views

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/...
user1026169's user avatar
  • 5,895
1 vote
2 answers
343 views

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 ...
Harsh Nikam's user avatar
1 vote
2 answers
415 views

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 ...
gaming4 mining's user avatar
2 votes
0 answers
675 views

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 ...
ydstmw's user avatar
  • 59

1
2 3 4 5
9