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

    Relative?

    Hi, Sorry to be a pain, you probably get asked this a thousand times. I'm having trouble with the positioning element of divs and css. I have a header(H), a side menu(S), page content(P) and footer(F) div layers. ------------------------- | H |...
  2. ToshTrent

    Setting Images using CSS

    Hey all, My latest project is to make my site more maintainable. So I’ve decided to move towards DIV tags and CSS. Seems to be going smoothly at the moment, however I’ve been running into a problem with setting images using CSS. I would like to set the header image, menu items, next/previous...
  3. ToshTrent

    Load Images from Directory

    Hi, I've done some search for this but I can't seem to find exactly what I need. I have a banner on the top of my webpage which will display a series of images stored in the bannerimages folder. What I'm wanting to do is to load all images from this folder into flash, display each image for...
  4. ToshTrent

    Set Windows Desktop Web Content

    Hi, Is there a way I can set a desired webpage to the users desktop and lock the content? I'm doing a project to make interactive desktops where users can customise their computing experience much more multimedia such as movie clips, html content, flash clips etc all from the desktop. There...
  5. ToshTrent

    Networking XP Home with XP Pro

    Hi, I have 9 machines on the wireless network, 2 of which are xp home. The XP home machine does not show up in Network Neighbourhood and cannot view any other machine on the network. It can use the internet connection however. I have tried pinging the machine and i get a time out response...
  6. ToshTrent

    SchoolBoy Error: Root of MovieClip

    Hi, I’ve got myself into a bit of a pickle with Movie Clips and Levels. I have written a scenario to simplify my problem; I hope it is clear enough. I have two swf movies. SWF 1 – Snapshot.swf This has a movie clip called LoadedContent. SWF 2 – Content.swf -this is loaded into movie clip...
  7. ToshTrent

    Get Instance (Button) name

    Hi, I've been trying to get the instance name of the button the user clicks on to help make my code easier to manage etc, how do i get the name of the button they have just clicked on? I found this code in the flash help, but I can't seem to make it work for a single button, the code here gets...
  8. ToshTrent

    Flash 8 Presentation Movie Clip Control

    Hi, I have created a template for my flash presentation which has a movie clip indicating what section the presentation is on. When I reach a particular slide I would like to make the movie clip play. How can I do this? example, on slide 4 load { template_slide.mymovieclip.play() }...
  9. ToshTrent

    Flash Layer to Cover HTML

    Hi All. I've been trying to have a small flash movie positioned in my webpage. When clicked on the movie grows and covers the content. In order to do this i understand I need to use a layer. Is this correct? It seems to be working ok expect the positioning causes problems. Is there away I can...
  10. ToshTrent

    Pause a movie clip for ## seconds

    Hi, Is there a way to pause a movie clip for say 20 seconds? I'm currently making a large section in the time line with blank keyframes. If I could make an action at the end of the movie to pause for 20 seconds then play again that would be awesome. Does anyone know how? Thank you in...
  11. ToshTrent

    Load all files in a folder

    Hi, I have several folder with pictures in. I'm using the database primary key as the folder name to enable searching of the folders. How can I locate the windows folder and load the pictures for that directory? Thank you in advance!!! Thankyou Matt
  12. ToshTrent

    Fixed Length String

    Hi, I am calling values from an array and popping them into the listbox control. I was wondering does anyone know how I can make the strings I am adding a fixed length. This will enable me to make a well organised list. So I wana do the below example Short Another Word...
  13. ToshTrent

    Grouping Records and Count Them

    Hi. I have a smallish database where I would like to get a count of how many males and females are a member of my book club. Is there a way I can do this using a simple query? Something like Male = 18 Female = 25 When I do GroupBy Gender and Count I get multiple rows without giving an...
  14. ToshTrent

    Draw Curved Line in Photoshop 7

    Hi, How I have drawn a line in Photoshop, but I can't seem to bend it. Is there a way to do this? Cheers Tosh
  15. ToshTrent

    Display records from the last year

    Hi, What's the best method to get all records which were created within the last year? >=Date()-365 ? Or is there a more professional method? Cheers Tosh
  16. ToshTrent

    is VB the common language for Viruses?

    Hi, I was wondering is Visual Basic code the language people use to make viruses? This question has risen because when I send a visual basic *.exe via email it usually gets booted back stating something about a virus. If VB isn't the common language what is? Cheers Tosh Thankyou Matt
  17. ToshTrent

    Block Alphanumeric Keys...

    Hi, I've not long installed VB.NET and have discovered several changes which I have used allot. There is now no key press event which seems shocking. I need to prevent all entries into a textbox except for numbers, I am aware of the KeyAscii > ## And KeyAscii < ### option in VB, but could...
  18. ToshTrent

    What's happened to my Word XP?

    Hi, I formatted my computer, re-installed Office XP and now my Word appears to be different, it has different options now. www.baker.net.btinternet.co.uk/wordxp.jpg I've ringed them in red. I have a couple of disks with office xp pro on (sample disks from Microsoft UK). I was wondering how...
  19. ToshTrent

    Another Level for a preloader

    Hi, I am trying to make a preloader which is another flash movie which can be called upon when ever needed, I seem to be having some problems making it work. I thought just add the level number before the getbytes and all would be good, but nope. Here's the code i am using in the preloader...
  20. ToshTrent

    Still having Focus problems

    Hi, In my flash site I have a button which creates a small pop up window with a picture in it. How ever if they have already clicked it and minimised it or lost focus, i can't seem to bring it back to the front. How can i set focus to the window on mouse release? Sorry if this has been asked...

Part and Inventory Search

Back
Top