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

    How to dynamically set registration point of a symbol?

    I need to know if it's possible to set the registration point of a movieclip with actionscript? Anyone know? Thanks ahead of time, Mike
  2. msteggo

    Packaging and cyclic class referencing problems

    Anyone know of a good source that shows a good solution to these errors:? "The class <classname> could not be loaded...", "The class <classname> conflicts with the previously loaded class <classname>..." I'm having a heck of a time trying to implement some design patterns, like Observer and...
  3. msteggo

    DataSets in .NETcf?

    Just for kicks, i built an application that uses DataSets to run on my Pocket PC. I was told that DataSets weren't supported by the .NETcf, but my application runs fine...Did they patch that, or am i fooling myself? Mike
  4. msteggo

    Passing arrays of objects to and from webservices...

    I am using .NET 2003 and the c# standalone language to develop a pocket PC application and I make calls to a middleware server through webservices made from the same language. My question is simple...How do I pass arrays of Objects to and from the webservice? Mike Lost and loving it...
  5. msteggo

    Masking dynamic text fields

    Is there a way to mask dynamic text fields? I made 2 movieclips on 2 different layers, the lower clip containing a dynamic text field. I attempted both design-time masking with layers as well as run-time masking with the setMask() method, but the dynamic text field still bleeds through.. Mike...
  6. msteggo

    XML data persistence in Flash

    I've seen many examples of the use of the xml object in flash..and most of the processing seems to be done in the onLoad function. What i am trying to do is load an xml file, then dump the info into high level variables. Is there an easy way to do this? One thing i noticed is after i load an xml...
  7. msteggo

    Cross-browser table backgrounds

    I want to have a jpeg background in one cell of a table and have solid color backgrounds on others. What i have listed works in ie5.5 but not in NS4.76. How can i cross-code this result? And if possible, how universal is the solution?. Looking for the largest target audience...Help! P.S. The...
  8. msteggo

    'Too many client tasks' error

    HELP! I am getting a 'Too many client tasks' on a page that has this asp script: <% ' This script loads data from database into application variables ' and displays current zone. ' Connect to database Set con=Server.CreateObject(&quot;ADODB.Connection&quot;) con.ConnectionTimeout=40 '...
  9. msteggo

    I need a dictionary file that will

    I need a dictionary file that will work as a resource for my Word game. Anyone know where I can find a free one? Mike
  10. msteggo

    Flat File Dictionaries

    Hello, I'm looking for a free flat file dictionary to work with one of my games...Anyone have a clue where I can find one? Mike
  11. msteggo

    The &lt;PRE&gt; tag

    Is the <pre> tag cross-browser[version]? I seem to have troubles with using it with Netscape 3.04, 4.08 and 4.74 <form> <pre>Your name: <input type=&quot;text&quot; name=&quot;name&quot; size=&quot;20&quot;> School: <input type=&quot;text&quot; school=&quot;School&quot...
  12. msteggo

    ActivePerl installed with Apache problems

    Can anyone tell me the best way to install and configure Perl and Apache so i can test my scripts w/o an external server?:-I
  13. msteggo

    Browser Bug List?

    Can anyone direct me to a comprehensive list of cross-(browser and version) javascript bugs?

Part and Inventory Search

Back
Top