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

    Quick Loading of TMediaPlayer Files?

    Hi Guys, Thanks for taking the time to read my post. I was wondering if anyone could help me with Juddering/Loading when using TMediaPlayer? I have 6, 45-second videos (in .avi format, from a webcam) of an engineering experiment I did. I have written a simple application that will show me...
  2. kaywarner

    Accessing Data in Excel via ADO - Cleaning up possible?

    Hi All, thanks for taking the time to read the post. My question is related to optomising an ADO connection. At present, I retrive live data into my Delphi Application from an Excel spreadsheet(this is updated in Excel using the 'RTD' function). This means that I have to open Excel, open a...
  3. kaywarner

    Utilising a VB 'Grid' in My Delphi Application.

    Hi Guys, Thanks for reading the post. I have a peice of code which is written in Visual Basic, and in short, it makes a connection to a server and populates a VB 'Grid' with the data i've requested. What I would like to do is to adjust the code so it populates an array of double with the...
  4. kaywarner

    D2010 RAD Studio - Code Insight /Completion Not Working!

    Hi All, A little problem with Delphi RAD Studio 2010 that is killing me at the moment - My code insight isn't working at all! I have been into Tools>Options>Environment Options> Editor Options>Code Insight and made sure that all the boxes in there are checked, with Source File Type as Pascal...
  5. kaywarner

    Converting a PSafeArray into a Array of Double?

    Hi All, thanks for reading the post. In my latest project, I'm trying to access a Method in a type library that requires a PSafeArray as one of its arguments (via COM interface). Thus far, I have loaded a text file into an Array of doubles but now I am unable to pass it to the method. the...
  6. kaywarner

    Using Components via .NET or COM - any advice?!

    Hi All, thanks for reading the post. I was wondering if anyone could help me with some advice on .NET and COM communications in Delphi. I have downloaded a free component pack and have the option to communicate with the Methods in the Type Library via .NET or COM. As a very basic...
  7. kaywarner

    Sexy Delphi Applications Advice...?!!

    Hi All, Thanks for taking the time to read my Post. In short I’m looking for some recommendations to update the look of my (very basic) Delphi applications to something a bit more iPod-ish? I was thinking things like cool gradients for TImage's,'shiney' TButtons, fill colours that are...
  8. kaywarner

    Accessing an Array from a different Form - is it possible?

    Hi All, Thanks for reading the post. Here is my problem, I have loaded a Text File into a Dynamic Array using one form (TForm1), but then can not read the same array from another form (TForm2). So what I have at the moment at runtime is the main form opens (TForm2), I can then click to open...
  9. kaywarner

    Runtime Error 217 at 004536FF...any ideas??!

    Hi All, Thanks for taking the time to read the post, here's whats happend; I've written a tutorial example of code which loads a Text file into a Dynamic Array. the problem is that at runtime I get the following; "Runtime Error 217 at 004536FF". When I tried to fix this myself the...
  10. kaywarner

    Planning how an application will work...? Is it worth it?

    Hi All, Thanks for reading the post. I'm a beginner/intermediate programmer and before I dive into my first (not-a-tutorial) program I would like some advice on how I should arrange everything, I hope you can help; Here goes; The application needs to read a stream of data (from a temp...

Part and Inventory Search

Back
Top