Search Results

Search found 6 results on 1 pages for 'davs'.

Page 1/1 | 1 

  • webDAV and nautilus returns proxy hostname () error... what am I doing wrong?

    - by Josh Firth
    I am trying to connect to this address https://staff-files.com.auckland.ac.nz/hcwebdav/ for work, which works fine through firefox after it prompts for User/password. I want to access this through nautilus but keep getting: "HTTP ERROR: Cannot resolve proxy hostname () Please select another viewer and try again." I have tried using http, https, dav, davs in the go=location menu, and the same in connect to server method in nautilus as well, which returns the same error. University IT haven't been able to help: can someone here? Thanks, Josh

    Read the article

  • Android and Layouts

    - by davs
    Hi all, I need your help! I need to locate text on view as showed on the picture: text 'Some more text' should be located in bottom|center_horizontal text 'Short text' should be located on with align right, but about 10% from the top of the screen text 'x.x.x.x' should be aligned to the center of the screen (right/bottom align of the 1st quater) text 'Some long text ..' should be aligned to the top/left of the 3-rd quater of the screen, but it should cross the center_horizontal of the screen eh ... something like this .. I hope, you're understand me :) Please, help me!!! Thanks for your help!

    Read the article

  • Android. Searching over the listView

    - by davs
    Hi, I have activity with ListView. That listView contains imageView and two textViews (aka first and last names). I want to organize searching with this listView by one of textView (e.g. by last name). How can I implement that? I found that Quick Search Box can be used but I didn't understand how to work with it. Help, plz :)

    Read the article

  • Android's listview. Update view within of of the cells just after invalidating Activity's view

    - by davs
    I have ListViewActivity public class SelectActivity extends ListActivity { protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.select_one_of); SimpleAdapter adapter = new SimpleAdapter( this, createChildList(), R.layout.select_one_of_childrow, new String[] { KEY_VALUE }, new int[] { R.id.selectoneof_add_new_item}); setListAdapter(adapter); } // ... } after setListAdapter() calls I would like to execute the following code: ((TextView) getListView().getChildAt(0).findViewById(R.id.selectoneof_add_new_item)).setCompoundDrawablesWithIntrinsicBounds(0, 0, R.drawable.ticked, 0); but getListView().getChildAt(xxx) returns null and I catch NullPointerException. Where should I put mentioned above code-snippet?

    Read the article

  • android layout-land and screen-rotation handling

    - by davs
    I have layouts for portrait mode (in folder layout) and for landscape one (in the folder layout-land). This screen is located under one of the tabs, so I had to handle screen rotating (after screen has been rotated, no default screen restart occurs). I would like to update view from 'layout-land' when screen rotates to landscape mode and from 'layout' when screen rotates to portrait one. How can I do this?

    Read the article

1