Hello New to Rev

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
docwes
Posts: 10
Joined: Mon Jan 19, 2009 8:15 pm
Contact:

Hello New to Rev

Post by docwes » Mon Jan 19, 2009 8:23 pm

Hi all I am a newbie around these parts and i was wondering if anyone could help me with a Valentina issue.
using Rev 3.0 Enterprise
I just tried to get the basic example working and so far anything i have done with Valentina bombs on me and gives me the same error help plz..

Heres the error
Runtime error 2:19:27 PM
Error 219: Function: error in function handler
Hint : get: error in expression
Error at char 9 of line 4 in handler OpenCard
Code: Valentina_Init

Object:card id 1002 of stack "C:/Documents and Settings/wwhitehead/Desktop/testactivation.rev"

Execution Context:
button id 1137 of group id 1136 of card id 1002 of stack "C:/Program Files/Revolution Enterprise/3.0.0-gm-3/Toolset/revmenubar.rev",menuPick,260
card id 1002 of stack "C:/Documents and Settings/wwhitehead/Desktop/testactivation.rev",OpenCard,4

all i did was put this in the card script (there are actually serial numbers in my card left of for security purposes of course :lol:)

on OpenCard
get Valentina_Init( 10 * 1024 * 1024, "", "", "" )
end OpenCard

then i save and close the card and get that error.

I have installed the Valentina thru the installer and also made sure the externals had my path to the "My Revolution Enterprise" externals plugin.
Thanks in advanced. I know tackling DB intergration as my first foreray into Rev may not been the smartest but hey whats life without risks


Docwes

docwes
Posts: 10
Joined: Mon Jan 19, 2009 8:15 pm
Contact:

Post by docwes » Tue Jan 20, 2009 7:27 pm

can anyone help plz :)

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Post by Mark » Tue Jan 20, 2009 8:10 pm

Hi Docwes,

Have you asked Valentina support for help already?

Welcome to the Revolution forums!

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

docwes
Posts: 10
Joined: Mon Jan 19, 2009 8:15 pm
Contact:

Post by docwes » Tue Jan 20, 2009 9:21 pm

no not yet i wanted to make sure it was just normal newb error like maybe i didnt set something up right first i'll check there thanks for responding.

Post Reply