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 Mike Lewis 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: *

  1. christheprogrammer

    I want to pass an array of user defined types but can't

    Hi all, I want to return an array of my Line_Segments from a function with the types as follows: Private Type Coord e As Double 'Easting n As Double 'Northing End Type Private Type Line_Segment start As Coord end As Coord mid As Coord length As Double End Type Function...
  2. christheprogrammer

    Kyocera 7135 GPS -ANYONE??

    This bites. I bought my phone from Telus meaning I own it outright. So I want full access to it. I haven't asked for the code yet but I know it will be a hassle... Anyway I am going to keep trying, there are 6 digits so that is 10^6 = 1,000,000 combinations. I guess I will start at 000001 lol...
  3. christheprogrammer

    Kyocera 7135 GPS -ANYONE??

    Hey I have the same unit - I tried your method and I couldn't believe it when the options changed... but I need the "Field Service Code" to go any farther. Anyone know about this? Cheers Chris Later
  4. christheprogrammer

    Can I use Premier software objects from my own apps?

    Hi all, I want to control my external DV player from my own application using the Premier objects. I assume these are registered in the registry, and the bugs have all been worked out, is this possible or has anyone tried something like this? Thanks Chris Later
  5. christheprogrammer

    Finding a list based on 95% of a number

    Thanks Kevin for the reply but I decided to do it via code (My SQL skills bite) anyways yes it was based on the fact that the weight field was indexed in descending order. I ended up using DAO to cycle through the recordset, summing and comparing to see if I had hit my total yet, then stopping...
  6. christheprogrammer

    Finding a list based on 95% of a number

    Hey all, I have a table with two fields, one is a species code and another is the weight of that species that has been caught (fish). I also have a total weight of all species of fish caught and I need to determine the species which make up 95% of the catch... Table: species_code weight 111...
  7. christheprogrammer

    how to sum a field if others are the same

    sorry i erred - the input should be: apple sweet red 1 apple sweet green 2 etc and the query should total the "sweet apples".. and give: apple sweet 3 Later
  8. christheprogrammer

    how to sum a field if others are the same

    Ok I feel like an idiot. How do you do this simple thing - Here is an example of the fields: Field1 Field2 Field3 Weight apple sweet red 2 apple sweet red 3 orange sour orange 1 orange sour orange 3 orange sweet orange 6 And I want this: apple sweet red 5 orange sour...
  9. christheprogrammer

    ridiculously easy? - counting unique pairs...

    Thanks to both of you, it was the "group by" that I needed. Cheers & great day Later
  10. christheprogrammer

    ridiculously easy? - counting unique pairs...

    OK, this shouls be easy. I am terrible with queries as I am a programmer and my mind works in loops much better. Anyway, say I have 2 columns in a table (obviously hypothetical): monkey blue chicken red chicken blue turtle green chicken blue monkey red monkey blue Now, I want the output to...
  11. christheprogrammer

    Embedded video all in first frame

    Thanks but I don't think that will help - I am running these swfs inside another swf... Later
  12. christheprogrammer

    Embedded video all in first frame

    Thanks for responding, but no dice - Here is the most simple example. I have a clean (new) project. Import the video file (Embed it). Now my timeline has around 200 frames of video. The type of the imported video is "Embedded video". Now I test movie and check out the bandwidth...
  13. christheprogrammer

    Embedded video all in first frame

    Hi all, - Flash MX question- I have some large embedded quicktime video files (~4mb). I noticed that using the bandwidth profiler, all the video content is in the first frame if the video is part of a symbol. So, streaming is totally out?! This makes no sense, there must be a way to stream the...
  14. christheprogrammer

    I can't upload text from a variable with a "&" in the text.

    you can use the escape() and unescape() functions to do this! Later
  15. christheprogrammer

    all WACK instances disappear after 10 seconds...

    Great! I didn't think of that - thanks again Later
  16. christheprogrammer

    all WACK instances disappear after 10 seconds...

    Thanks a lot for the reply Bill, What did you mean by this: "given the file sizes id use loadContent (same as loadmovie)" I have a wack window with the contentpane containing an instance of a symbol. The symbol is the embedded video, a control for the playback of the video, and some...
  17. christheprogrammer

    all WACK instances disappear after 10 seconds...

    OK, I am very stupid - was editing the code and had a non referenced dot . operator - no warning or error from flash compiler - anyways the time limit problem is solved all windows stay open - my other question still stands - can anyone perhaps point me to a good page or something that...
  18. christheprogrammer

    all WACK instances disappear after 10 seconds...

    Weird... Anyone heard of this - My flash swf seemed to be running just fine until the file size went over 15MB - I am using WACK component windowing system, and inside the windows I have embedded video (which is what makes the file size so big). All the windows vanish after 10 seconds regardless...
  19. christheprogrammer

    help flash image wont load

    I must say that is a doosy. I use Mozilla 1.3 and your page CRASHES MOZILLA! the application to the familiar "Microsoft has detected a problem, send or don't send...." Anyway before it crashed I got a message that there was an error loading the flash file. I would go back and make sure...
  20. christheprogrammer

    lock two frames together - 1 is cutoff on the bottom

    Hey all, anyone know how to lock two (vertical) frames together for scrolling? I want to do this because my site has a left column frame which holds the menu items and a right, or main frame which holds the content. On lower screen resolutions, the bottom of the non-scrollable left frame is cut...

Part and Inventory Search

Back
Top