Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Rowse
  • Order by date
  1. Rowse

    Losing textbox screen adjust after button pressed

    I am using the "android:windowSoftInputMode" in the Android Manifest and it works fine adjusting the screen to show the textboxes when pressing on them. However, as soon as I press the button on the page, it loses it and then when the keypad is shown, it hides the textboxes. I have searched...
  2. Rowse

    Populate a spinner from a vb webservice

    I have a webservice which passes an array to an android app, however i've been unable to work out how to populate the spinner from this. I'd also like to save it to a sharedpreference to use when the webservice is unavailable. I haven't been able to work out how to do it from googling. I get...
  3. Rowse

    Tabs & Dropdown lists

    I was trying that last night, but had no success detecting when a dropdown changed selection, will have to look and try again Supplier of Asset Financial Software Web based, and pocket pc compatible b3computing.co.uk
  4. Rowse

    Tabs & Dropdown lists

    I have an app with 3 tabs, on each tab i have 2 dropdowns which i can select. When i press a button on tab 3 to show me what was selected in the dropdowns on the other 2 tabs, all i get is the first one in the list. How do you get the selected dropdown from another tab? I've tried: final View...
  5. Rowse

    Webservice - redirect on true return

    Thanks, i'd tried true/false in the auth= but still had the same result so was playing about with it to try and resolve. The log cat shows that i am getting true and false back, but not sure where or how to use an if statement on "only redirect if the auth is true, if false show a message" I've...
  6. Rowse

    Webservice - redirect on true return

    I have a webservice which is connecting to my server ok, as when i change it i get a true or false. However no matter what the result it will redirect the page. How do i do it so it redirects only when a true is returned? my code is: private final String NAMESPACE = "http://www.test.co.uk/"...
  7. Rowse

    Button to redirect to different xml/java page

    I've used: Intent myintent = new Intent(this, MainActivity.class); startActivity(myintent); many thanks Supplier of Asset Financial Software Web based, and pocket pc compatible b3computing.co.uk
  8. Rowse

    Button to redirect to different xml/java page

    Hi, I'm new to this and have been looking on the net for a way to press a button and go from a login screen to a "next page" screen but cant seem to work it out. Can any one suggest anything? I've tried Intent, but this just gives me lots of errors. Cant find the solution anywhere Supplier...
  9. Rowse

    Change sbs2003 from 2 network cards to 1

    I have had to change the setup of my server so that it is now not inline of the domain. i originally had 2 network cards, 1 for internet and 1 for internal use. I now want to use just the 1. I have removed one of the network cards, and re-run the Internet Connection Wizard. However, i am unable...
  10. Rowse

    SBS Virtual machine on SBS server

    I want to be able to have 2 different SBS domains running on the 1 server, and then to have 2 different email domains for them Supplier of Asset Financial Software Web based, and pocket pc compatible b3computing.co.uk
  11. Rowse

    SBS Virtual machine on SBS server

    Hi, Is it possible to run a SBS 2003 virtual machine on a SBS 2003 machine to allow me to run 2 different networks, and have 2 different email address? Supplier of Asset Financial Software Web based, and pocket pc compatible b3computing.co.uk
  12. Rowse

    Word automation in asp.net

    I'm not sure if this is the right place to post this, or if anyone can point me in the right direction I want to be able to create a word document template (2007 preferred to 2003) and then in an asp.net web page be able to change selected text with data from the sql 2005. I have googled and...
  13. Rowse

    ISA Http Error

    I'm getting the following error and im not sure why. I installed an update last night, and rebooted the server, aswell as activating the ILO card the error i get for http is: Log type: Firewall service Status: A non-SYN packet was dropped because it was sent by a source that does not have an...
  14. Rowse

    certsrv error in log

    Thanks for that, i was looking more into the (1796) part of the error I can safely ignore it Supplier of Asset Financial Software Web based, and pocket pc compatible www.b3computing.co.uk
  15. Rowse

    Default button on enter

    ok thanks, i wasnt sure if there was a way of telling the actual button using an onpress command Supplier of Asset Financial Software Web based, and pocket pc compatible www.b3computing.co.uk
  16. Rowse

    Default button on enter

    I have a asp.net page with multiple buttons on, how can i get the enter key to select the save button only, rather than any other button on the page? Supplier of Asset Financial Software Web based, and pocket pc compatible www.b3computing.co.uk
  17. Rowse

    certsrv error in log

    I'm getting the following in my server performance report, but cant find any details on how to fix it. Any ideas? Critical Errors in Application Log Source Event ID Last Occurrence Total Occurrences ESENT 215 20/10/2008 02:02 1 certsrv.exe (1796) The backup has been stopped because it...
  18. Rowse

    Retrieving the COM class factory for component

    I'm getting this error when running asp.net on vista business: Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005 on xp i went into dcomcnfg and changed the excel rights, but excel doesnt appear in Vista...
  19. Rowse

    SBS 2003 Login Error

    Im trying to login to our server 2003 which has been running for months, however i now have this error when trying to login: "The local policy of this system does not permit you to login interactively" ive been through the GPO settings and the allow log on locally is set for administrators...
  20. Rowse

    GetEnumerator error

    here's the code: using System; using System.Web; using System.Web.Services; using System.Web.Services.Protocols; using System.Data; using System.Data.SqlClient; using System.Configuration; using QuoteSystem; using System.Net.Mail; using System.Xml; using System.Text; using System.IO...

Part and Inventory Search

Back
Top