Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 11 of 11
  1. #1
    Join Date
    Nov 2006
    Location
    Formosa,Argentina
    Posts
    12

    Error determening object type

    Hi everybody...
    I have a problem with my MP3 Player...
    When i click in a part of the soft, shows the error: "Error determening object type" ...
    Can anybody help me?
    Thanks.

  2. #2
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    We would need to see the code area in question.

    If you can post such it would help to quicken a possible solution for you.
    Intrigued

  3. #3
    Join Date
    Nov 2006
    Location
    Formosa,Argentina
    Posts
    12
    Ok.. Here's my project:
    DOWNLOAD
    Thanks you, Intrigued

  4. #4
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    Try this code:

    On Mouse Button
    Code:
    if e_Type == 1 or e_Type == 2 or e_Type == 3 then
    	if (e_Type == 0) then
    		if (hitTest("Volume")) then
    			Page.StartTimer(10);
    			setVolume = true;
    		elseif (hitTest("wmove")) then
    			Page.StartTimer(10);
    			wndmove = true;
    			xdist = e_X;
    			ydist = e_Y;
    		end
    	elseif (e_Type == 1) then
    		setVolume = false;
    		wndmove = false;
    	elseif (e_Type == 3) then
    		if (hitTest("FList") == true) then
    			Application.ShowPopupMenu(e_X, e_Y, FListMenu, TPM_LEFTALIGN, TPM_TOPALIGN, false, true);
    		end
    	end
    end
    Intrigued

  5. #5
    Join Date
    Nov 2006
    Location
    Formosa,Argentina
    Posts
    12
    If It work, but I have another problem. When position a reproduction list and I select a song, the program becomes unstable and is labeled. What can be? Thanks.
    (Sorry, Traslated by Google.com )

  6. #6
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    Quote Originally Posted by fsadario View Post
    If It work, but I have another problem. When position a reproduction list and I select a song, the program becomes unstable and is labeled. What can be? Thanks.
    (Sorry, Traslated by Google.com )
    I am unable to understand that Google translation.

    Here's what I believe I understand from such:

    When you reposition (change the size?) the playlist and then select a song?

    The program becomes unstable and (is labeled?)?
    Intrigued

  7. #7
    Join Date
    Nov 2006
    Location
    Formosa,Argentina
    Posts
    12
    The program is unestable when i load a playlist, a directory or a song.
    I cant close or minimize it.
    But isnt by my PC, because thats success on my other PC too (with 3.0 Ghz of Pros.).
    I dont know why... meaby by the code
    Sorry for my english

  8. #8
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    This is the point in your program that will take some time, hours and maybe days to fix. I would hazard a guess that most of us that have been programming (any platform) for a while have ran into this situation more than once and it takes patience and determination to work out the bug(s).

    Hang in there. Use logic to fix your code. If the Listbox freezes up when you double-click on it (a choice) then you may want to check that object's code under the respected Event. Also, if you have On Timer (tab) code you may want to check that as well. There can be several other reasons as well. Just think it through and work step-by-step (take notes if you need to in order to see what steps you took to finally fix such. Then you will know next time how to fix such).

    Best of luck, I know you will get it.

    Intrigued

  9. #9
    Join Date
    Nov 2006
    Location
    Formosa,Argentina
    Posts
    12
    Thanks you Intrigued...
    Im working to fix the bug now.

  10. #10
    Join Date
    Nov 2006
    Location
    Formosa,Argentina
    Posts
    12
    I've fixed the bug! Is just a error in a code "On Preload".
    Thanks for your help, Intrigued.

  11. #11
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    No problem. I know it seems "harsh" at times, but not offering assitance everytime forces a end-developer (us) to be pressured into finding a solution. In the end this usually helps build our programming knowledge and helps us to become better programmers because we realize we have to "take a deep breath" and then be patient, maticulous to find the solution. This is paramount when coding, in my opinion.
    Intrigued

Similar Threads

  1. HOW TO: Return a Web Browser Object to the Original URL after a Page Jump
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 02-03-2003, 09:18 AM
  2. INFO: Difference between the Media Player Object and the AVI Object
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-29-2002, 02:15 PM
  3. HOWTO: Make a Media Player Object Go Full Screen
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-23-2002, 11:23 AM
  4. TUTORIAL: Showing and Hiding Objects in AutoPlay Menu Studio 3.0
    By Support in forum AutoPlay Menu Studio 3.0
    Replies: 0
    Last Post: 10-10-2002, 02:39 PM
  5. Replies: 0
    Last Post: 10-04-2002, 10:09 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts