Questions tagged as 'layout'

1
answer

Problem switching graphics using CardLayout

Hello, I'm having trouble using CardLayout to display the graphs of two classes. I intended to show each graph at a time and display the other at the push of a button, however when I press the button the first graph continues to be drawn and the...
asked by 16.03.2017 / 19:55
0
answers

Create and save text file (.txt) with vb.net? [closed]

Layout Used Nomenclature: XXXXXX_DDMMYYYY_ZZZZZ.TXT DD = DAY / MM = MONTH / YYYY = YEAR: XXXXXX = It will be a 6-digit fixed code with zeros on the left. ZZZZZ = It will be a sequential file with 5 digits with leading zeros.     
asked by 10.10.2016 / 21:13
0
answers

text-indent without working on the Edge in an element of type select

I applied a text-indent to a select, it works on all current browsers except Edge. Has anyone ever had this problem? any solution? Follow the code below: .form-control select{ width: 22.4%; height: 50px; margin-right: -0.25em;...
asked by 22.01.2016 / 15:18
0
answers

AngularJS: Doubts with complex template

I need to create a page where the template should vary as requested. For example, on the home page I have a space for tabbed content and a fixed column (as shown below). Both the tabs and the column are independent. However, for all other pag...
asked by 11.05.2015 / 22:26
3
answers

How to solve this situation in the layout part? [closed]

Iwouldliketoknowhow,throughthePhotoshopCS5(CS6)toolsIcandoeitherwhiteorblackcomeinthecolorpointedbythehexadecimalcodewhichisalsothelargercolorimage.ItriedtogettothisresultusingtheHue/SaturationtoolbutwithoutsuccesssinceIdonotunderstandanythingab...
asked by 06.08.2014 / 20:06
2
answers

How to pass the data from one switch button to another acivity?

I'm developing a mobile application in AS that has a list of cardviews. On these cards I have a switch button that when clicking ON will open an alert dialog to confirm the change of status. But I'm having trouble passing the information, I beli...
asked by 08.01.2018 / 17:13
1
answer

Button CSS on tablet is not as shown on PC and in Responsive Design Mode

I did everything right but it does not go as expected when I access the site through the tablet, click run to see what I say better function mudarNome2() { if(document.getElementById("buttonhide2").value == "Ocultar Menu") { docume...
asked by 30.10.2018 / 22:23
2
answers

Layout in AlertDialog

I have this AlertDialog which shows on the screen another layout , in this layout has several EditText and a Button . I would like to know how I can do to get the text of each of the edittext when I click on ok...
asked by 08.08.2017 / 04:29
1
answer

Center text within a fixed CSS HTML header

I do not know what to do, but I can not seem to get the text out of my menu (it's a little lower than up), I've tried padding, align: center, margin, Please answer please take the time to see the code, I wanted an explanation that I learn, thank...
asked by 13.09.2018 / 19:46
1
answer

How to position a browser inside another JFrame interface?

I'm designing a Java project to simulate a proxy server with authentication that has a single interface, inside which multiple internal frames are arranged. How to position a browser within this JFrame interface? See the project templa...
asked by 19.10.2018 / 15:19