Newbie needs help please

Deploying to Windows? Utilizing VB Script execution? This is the place to ask Windows-specific questions.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Grergpl60
Posts: 4
Joined: Mon Nov 10, 2014 5:55 am

Newbie needs help please

Post by Grergpl60 » Mon Nov 10, 2014 6:23 am

Hello
I am a complete newbie...no real experience in coding except for a little in wordpress.... I tried to make a stand alone from the site making a video library and I keep getting errors up that read

Executing at 11:21:59 PM on Sunday, November 9, 2014
Type: Handler: can't find handler
Object: card id 1002 of stack "C:/Users/owner/Documents/My Apps/Video Library/Video Library.exe"
Line: uiPopulateVideoList
Line Num: 3
Hint: uiPopulateVideoList

I have blown everything out and restarted from the beginning several times and still get the same error
any help would be appreciated

Thank you

Klaus
Posts: 14193
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Newbie needs help please

Post by Klaus » Mon Nov 10, 2014 2:38 pm

Hi Grergpl60,

1. welcome to the forum! :D

2. The error means that the handler "uiPopulateVideoList" is not present when you call it!
Maybe it IS in fact somewhere in your stack, but not where the current script will find it.

Sorry, cannot tell you more from afar 8)


Best

Klaus

Grergpl60
Posts: 4
Joined: Mon Nov 10, 2014 5:55 am

Re: Newbie needs help please

Post by Grergpl60 » Mon Nov 10, 2014 7:02 pm

Thanks for the Welcome Klaus

well I tried a couple different things and now I'm running into a different issue when I make it into a stand alone for windows the only thing I get in the video menu list is "video Library.exe" how ever the player itself still plays the first video of mine when the menu list is clicked on as seen below any further help is very much welcomed

Thank you
Attachments
video player sample.png

Klaus
Posts: 14193
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Newbie needs help please

Post by Klaus » Mon Nov 10, 2014 7:55 pm

Are you talking about this tutorial: http://lessons.runrev.com/m/754 ?

If yes, please check page 33 of the accompanying PDF file, maybe you missed that step?

Grergpl60
Posts: 4
Joined: Mon Nov 10, 2014 5:55 am

Re: Newbie needs help please

Post by Grergpl60 » Mon Nov 10, 2014 8:12 pm

Thank you Klaus ,,,I have read and re-read that ,,I have copied and pasted every bit of code ... it all works fine in IDE but not when I make it into the stand alone ....I also can't seem to make a stand alone for Android either .....I have re-install everything 3 times now and still no joy ... any further ideas ?

Thanks
Greg

Klaus
Posts: 14193
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Newbie needs help please

Post by Klaus » Mon Nov 10, 2014 8:32 pm

Hi Greg,

hmm... :D

OK, you cannot use PLAYER objects on the mobile platform, but it should work in a desktop standalone!
You can send me the stack I and will take a look if you like! Send it to: klaus AT major-k.de


Best

Klaus

Grergpl60
Posts: 4
Joined: Mon Nov 10, 2014 5:55 am

Re: Newbie needs help please

Post by Grergpl60 » Mon Nov 10, 2014 10:17 pm

Hello Klaus
I just sent my stack to you thanks for taking a look at it

Thanks again

Post Reply