Posts by msm.oliveira • 642 points
28 posts
-
0
votes1
answer81
viewsQ: Reference all cells with a given string
I do not know if it is possible or not, but it is possible to reference all cells with a certain String in a single cell? For example, at this point I wanted the cell in column F to be all the…
excelasked msm.oliveira 642 -
1
votes1
answer42
viewsQ: Error #VALUE! when using IF operation
I have this table in Excel and in column E I have the following expression:=IF(AND(SEARCH("qwe*";B:B);SEARCH("qaz";C:C));TRUE;FALSE) I don’t understand why I should appear FALSE error #VALUE!.…
excelasked msm.oliveira 642 -
1
votes1
answer59
viewsQ: Change domain of a website
When I started making my website I used the domain .atspace.eu for being free. Now that the site is finished, I would like to pass it to .pt . The site was developed in wordpress. Someone can help…
-
1
votes1
answer152
viewsQ: Nullreferenceexception: Object Reference not set to an instance of an Object Motioncontroller.Fixedupdate
I am following this Unity tutorial: http://unity3d.com/pt/learn/tutorials/modules/beginner/2d/2d-controllers This was going great all the way to the part where you test to see if I’m touching the…
-
3
votes3
answers2845
viewsQ: How to make ?
I have a div that will serve as a menu. The problem is I get these weird characters formatting the code and I didn’t put them there: These characters are not…
-
1
votes1
answer135
viewsQ: Override CSS from ui-disable class
I have a navbar as footer. The first element of navbar has the class ui-disabled not be possible to interact with it. Here is the FIDDLE HTML/Jquery <div data-role="footer" data-position="fixed"…
-
1
votes1
answer703
viewsQ: Change the size of the button
I’m developing a footer in Jquery that I passed to this FIDDLE HTML/Jquery <div data-role="footer" data-position="fixed" data-theme="c" data-tap-toogle="false"> <div data-role="navbar"…
-
0
votes1
answer214
viewsQ: Does nothing when trying to open popup
In HTML I have this footer : <div data-role="footer" data-position="fixed" data-theme="c" data-tap-toogle="false"> <div data-role="navbar" data-grid="c"> <ul> <li><a class…
-
1
votes0
answers35
viewsQ: Is there any way to catch the before the "orientationchange"?
In my mobile application (programmed in Javascript), I have a function that is activated when the display orientation is changed. $( window ).on( "orientationchange", function( event ) { ... } I,…
-
0
votes1
answer22
viewsQ: How to decrease the sensitivity of Iscroll5?
I’m using Plguin Iscroll to scroll through to show a list on an IOS device. I’ve been looking at the site where I downloaded the plugin (here), but found no information about decreasing/increasing…
iscroll5asked msm.oliveira 642 -
2
votes3
answers866
viewsA: Image with horizontal hr centered vertically in half
Good, First you have to be careful with the closing of tags. One of the ways you have to align elements is by using the float <div id="bola"><h4 style="text-align: left;…
-
3
votes3
answers276
viewsQ: Why does it always return null?
I created this fiddle as a test. I have this li within a variable and I intend to add the class c2 to that very same li var linha = '<li id= "id1" class="c1"> ' + '<div…
-
1
votes2
answers446
viewsA: onClick does not work on ipad
I already solved the problem. The problem was because the Iscroll plugin was blocking me clicks and taps of li'are present there. I added these two attributes to the method that initializes ISCROLL…
-
2
votes2
answers446
viewsQ: onClick does not work on ipad
I am developing the application in windows, but then through phonegap I will pass it to an Ios application, which uses the Iscroll plugin to scroll through my list. Problem: In each li have a div…
-
1
votes2
answers143
viewsA: How can I apply a style only to one or the other <p>?
I’m not sure I understand the problem, but it seems to me you have a hard time catching an element that has the style="background: url('url da imagem')", is not? I tried to play your problem on this…
-
2
votes1
answer59
viewsQ: Centrar is not working on ipad
I’m developing an android application, but I’m programming in eclipse in windows using HTML, Javascript, CSS and Jquery To test the development of the application was using an extension for google…
-
1
votes1
answer1012
viewsQ: Element with onClick and onDblClick
I have a list and on that list I’m trying to distinguish one click of a double click I initially used in the HTML: <a class = "alinhar1" href="#" ondblclick="list.oneDblClick();"…
-
1
votes3
answers2938
viewsQ: Assign CSS value to an HTML via Javascript
I created this FIDDLE to check if what I was doing was right or wrong. Apparently it’s wrong: My goal here is Javascript assign values of CSS to an element of HTML, in this case the value top. I was…
-
4
votes4
answers2941
viewsA: Split String using comma as parameter
It’s like @Onaiggac says here.. Using the Split function. If you need to use the values that have been separated, you can create an array of strings and then access them String[] sol; String sttr =…
-
3
votes1
answer2282
viewsQ: How to remove the image border?
I have this image: 1) 2) which is being used with icon for a <input>: ' <input type="button" class=" button_add" />' With CSS I added it to a li: input.button_add { float: right; height:…
-
2
votes2
answers1909
viewsQ: How to get the element id from its class
I have the following list: <ul id = "qualquer"> <li id = "listitem1" class = "middle_item"> </li> <li id = "listitem2"> </li> <li id = "listitem3"> </li>…
-
3
votes1
answer46
viewsQ: How can I catch and hold on to this value
I have a program too big for here and so I created a fiddle to illustrate my problem. I want to catch and store in a variable p, but the alert is always sending empty. Can help me sff? HTML…
-
0
votes1
answer369
viewsQ: Interface vs Class - method visibility
I did a job for school and it’s working perfectly. In the code I have some private methods. I need to create an Interface of this class to hide these private methods or they can be in the same class…
-
0
votes1
answer38
viewsQ: Receiving the wrong header time
I’m trying to get the height of .ui-header so I can have my own dynamic program. Turns out the height you’re giving me is incorrect. The code to catch the height of .ui-header: //Altura do header…
-
1
votes1
answer34
viewsQ: Delete item from a variable containing a list
I have a larger program, but my problem is the deletion of an item from a variable that contains a list inside and so I created this Fiddle only with the part of my mistake. I placed 2 alert() to…
-
5
votes3
answers15590
viewsQ: How to call a JS variable for an H1 HTML
I got this little FIDDLE to exemplify my problem. HTML <ul> <li>1</li> <li>2</li> <li>3</li> <li>4</li> <li>5</li> </ul>…
-
8
votes3
answers2534
viewsQ: Why doesn’t the height accept percentage?
I created this Fiddle as a test. Wanting me to have the screen split half green, half red, why is it on the property height I put the value followed by "%" to div disappears? Being here saying you…
-
0
votes2
answers101
viewsA: How to remove the sub node from a list of a select
Without changing the code in HTML and Jquery, you can in the css class add: .sf-menu li ul{ display:none; } Here’s the Fiddle to test…