Is there any way I can get rid of those "sftp" labels from the tabs? It's taking up tons of horizontal space and serves me no purpose.
Use a project and link it with your FTP :)
Related
I am working on a Wordpress site with the Lambda theme. On the client's computer (Chromebook) some spaces in the text are appearing as square symbols instead (but not all of them...).
I have been unable to recreate this issue on any computers, tablets or phones at my end... Here is what they see: screencap from client
Does anyone have any idea how to fix this?
Thanks so much
Squares mean the client can't read the character code. Chances are it's not actually a space. It's possible one is using one method of encoding and the other is not. Make sure they are both set to the same (e.g. UTF-8)
I can't find the lambda theme with my Add New Themes Dialog. I see them on the web. I wonder if they have recommended plugins that add new fonts to your system that you haven't loaded.
Jailblog.co isn't opening since a week! Seems to have gone down. Anybody know how to create a preference pane for the popuponstart tweak by ziph0n in that blog?
This is the tweak.xm
There was a tutorial on the site on how to create the preference pane but unfortunately now it is not opening! Do help. Thanks!!
Do you want to create a tweak with an enable and disable switch. Look at this video for a simple preferable pane and how to make it. https://m.youtube.com/watch?v=nBQuz7TvecA
Type $THEOS/bin/nic.pl in Terminal after logging in as root
The select 3 and fill out the info
Look in /var/mobile/whateveryounamedit
I didn't see anything here or in http://shiny.rstudio.com/reference/shiny that seems to hit on this problem.
In an R Shiny tabPanel output, the sorting arrows align with the right side of the search fields at the bottom of the page.
Here's a pretty good example:
http://shiny.rstudio.com/gallery/datatables-options.html
Is there a way to make them align just to the right of the column name text up top?
Alternatively (or possibly both), is there a way to change the color of the arrows?
The default greyish doesn't really stand out. Bonus points to make the up and down arrows different colors.
Doing it directly in RShiny is best, but I could muddle my way through .js or .css if needed.
I'm trying to head off imminent support requests of "the column is sorting wrong" and "I can't see the arrows" before I push into production.
At the bottom of that shiny example you showed they show that you can pass in through the options parameter options to the rendering for the DataTable table, via the shiny::renderDataTable() function.
Hopefully the http://datatables.net/ site has documentation on what you want if it's indeed possible
If you look at Developer Tools on the http://shiny.rstudio.com/gallery/datatables-options.html page maybe you can see what element would need to be changed.
I'm using aptana to work on a web document with a fair bit of javascript that's organised into functions. I want to be able to easily jump around the functions, so I selected aptana for the document explorer / outline view panel. It works fine, but when I'm typing the document it collapses all by itself, which drives me bananas.
How can I stop it doing this?
Thanks.
Under the little arrow in the top right corner is an option to "Link with Editor". Turn this off and the Outline view should stay as you leave it rather than trying to match what you are doing in the editor.
I tried doing what Sarah suggested and I was unable to get the Outline View to NOT collapse when editing a .js file.
I looked through the documentation and tried different settings within the Outline tab without success. Expand All did expand all of the functions, objects, and variables, but when I edited one of the objects or functions, that one would then collapse in the Outline View. The problem is it would never expand itself even when I moved in to another section of the document.
I would think that after editing a section of the document, the Outline View should update to reflects the change without collapsing. If it does collapse, then it should expand once saved.
It either collapses and expands by itself (link with editor is "on") or only collapses by itself when you change anything in the document (link with editor is "off"). I don't think this behaviour is what most of us, users, would expect. I hope they change it soon. It's one of the very flaws this otherwise great piece of software has.
We have a library bar filled with items, which can be dragged from and dropped onto it. Now the client wishes to see something like a scrollbar or arrows on the side, to have an indication if items are outside of the visible port.
As you can see in the librarybar template below, it contains a surface scrollviewer. Yet I don't seem to be able to reveal these scrollbars.
Any suggestions on how to resolve this issue?
The librarybar template:
http://pastebin.com/QVnvqbNm
Managed to solve it. Answer was easier then expected. Found out that the scrollbars were cleanly removed, but all properties regarding it were still present. Kind of misleading.
Easiest way to solve:
Open expression blend.
Insert SurfaceScrollViewer
Open Template from the SurfaceScrollViewer
Copy SurfaceScrollbars & necessary templates to the templates/resources
from your library bar
Adjust the templates to meet your requirements