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 dencom 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: leearach2004
  • Content: Threads
  • Order by date
  1. leearach2004

    Saving XML Packets To XML File

    I have an application that nneds to save an XML Packet back to an XML file. I can send the packet to the asp.net we service but do not then know the code to save the packet back to an XML file. Anyone know how to save an XML packet to an XML file in asp.net(prefer using vb if required)...
  2. leearach2004

    Paging objectlist in a form, problems

    Hi there I have an objectlist that is poulated from a sql database, this works fine. I have set pagnate to rue on the form porperties and have set the itemcount to 5 on the objectlist, this is fine. The paging works fine adding the next and prvious links automaticly as it should. BUT i also...
  3. leearach2004

    problems with postback on mobile forms

    Hi there I have a collection of mobile form within on aspx file. I am having problems with the postback feature for a listbox. I had a mobile form as my main page when i satrted designing and it worked fine but now i have added a new main form and had the origonal as a sub form it no longer...
  4. leearach2004

    Pass variables from one mboile form to another

    Hi there I have 2 mobilr forms in one aspx file, I have 5 labels on the one form displaying some information in then need when a command button is pressed to go to the next form and display the same information but in text boxs. How do you pass text from on mobilr form to another using vb...
  5. leearach2004

    changing textbox background color

    Hi there I am using vs 2005 to create a mobile web application using asp.net I have a textbox that is populated from an sql database. After it is populated i wish to check the text and assign a background colour to the texbox depending on the text within it. The problem I have is that i canot...
  6. leearach2004

    mobile text box background color

    Hi there I am new to creating mobile web applications using vs 2005. I wish to change the background colour of a mobile text box at runtime, displaying green background if the value is 1 and red if it is 0. I can change the background of the whole form by using if(textbox.text = 1)...
  7. leearach2004

    Sound volume problems using flash mx

    Hi there, I am creating a flash based game and have use the following actionscript to use sound effects within the game _root.shipsound = new Sound(); _root.shipsound.attachSound("boostexp"); _root.shipsound.setVolume(10); _root.shipsound.start(0,0); this code runs fine for bullet ecploision...
  8. leearach2004

    flash lite 1.1 content error 5

    Hi there hope somone can help im starting to get realy frustrated with this error. Im great with flash mx and 8 programing but have just branched into mobile design. I have just added some _aplha transparancy actionscript to my code and now I get an error that says ' Content error 5...
  9. leearach2004

    basic sprite AI in director problems

    Hi there i am new to director programing but understand the basics of lingo. I am creating a simple childs game that has one character that needs to collect objects by moving around a 2d screen that had walls in certain places. This works fine as does the wall hit test. But i also want another...
  10. leearach2004

    sending a variable to vb from flash

    Hi there I have a problem that is realy boggoling me I have a vb project that calls a variable from a flash movie using Dim mess = Me.AxShockwaveFlash1.GetVariable("/:mess") this works fine the problem i have is in my flash movie i am using on (release) { var mess = "bob" //var mess =...
  11. leearach2004

    remove border from web browser control

    Hi there just wondering if anyone new if it was possible to remove the 3d border that automaticly appears in a web browser control using vb.net It does not show up on the screen but it appears when u run the application I have scourde the internet to know avail hope somone can help me lee
  12. leearach2004

    random error in onload javascript functions

    Hi there all, I have this problem that I have scoured the internet for but cannot fined any answers for. I have created a web page that uses javascript to query a ms access database and return the required data to a web form (this is hidden). I then have an embedded flash movie on the page. I...
  13. leearach2004

    using databses with javascript problems

    Hi there i have set of javascript funtions that call information from a database I am using a where clause in my sql statment this works fine when checking a field in the database that is a number but if i want to check a field in the database that is a text field it doesnt wotk here is the...
  14. leearach2004

    flash security

    hi there i have a embedded flash movie created with mx 2004 It runs localy from a cd the proiblem i have is if i add the file to the allowed list in the flash player configuration manager it runs fine but if I dot add it it does not work properly as it passes variables from javascript in html...
  15. leearach2004

    load text from html form to flash using javascript

    I have posted this in the flash section to as it covers flash and javascript Hi there hope somone can help this is realy frustrating me now I am trying to transfer some text from a html form to a flash movie text area, i havent done thi sbefor ebut i have seen loads of examples on the net and...
  16. leearach2004

    transfering variables from html form to flash

    Hi there hope somone can help this is realy frustrating me now I am trying to transfer some text from a html form to a flash movie text area, i havent done thi sbefor ebut i have seen loads of examples on the net and they all say they work but i cant get them 2 my flash file has a: dynamic...
  17. leearach2004

    File browser in flash application

    Hi there all Im in a bit of a pickle and have scoured the web to no avail,not even sure if it is possible but hope it is. I have created a flash interactive cdrom for a local school. Along with it i have creat a small flash program just to update any of the movie files if they need to update...
  18. leearach2004

    File browser in flash application

    Hi there all Im in a bit of a pickkle and have scoured the web to no avail,not even sure if it is possible but hope it is. I have created a flash interactive cdrom for a local school. Along with it i have creat a small flash program just to update any of the movie files if they need to update...
  19. leearach2004

    opening an updating a text file

    Hi there ive just started to play around with using data in text files. Have have got the view data in a text file working in the OnPage_Load Routine but I have a button to update the text file with the code to write information to the file. The problem I have is the first time you click the...
  20. leearach2004

    Problems running .bat files using fscommand()

    Hi there all im having a few problems with running a batch file from flash .swf file. Im using ; on(release){ fscommand("exec","copy.bat") } the folder location of the flash file is; n:\flash\PB.swf and the location of the .bat file is; n:\flash\fscommand\copy.bat but when i run the .swf...

Part and Inventory Search

Back
Top