Search found 27 matches

by Informatie
Tue May 28, 2013 7:41 pm
Forum: Using Externals
Topic: java and livecode can that we embedded
Replies: 1
Views: 6302

java and livecode can that we embedded

I have a simple question, join livecode an I have a bunch of java files (.java) and I want them to call include them in livecode. I can start a shell and call the procedure by the following command java -jar getprocess.jar -host param1 and so on. The problem I have with this Jar method is the callin...
by Informatie
Mon Nov 26, 2012 6:44 pm
Forum: rTree
Topic: Insert a node in an existing tree, q howto
Replies: 0
Views: 5838

Insert a node in an existing tree, q howto

I have created a tree with several nodes. Display fine. ROOT node1 subnode 1-1 subnode 1-2 subnode 1-3 node2 node3 I want to insert a node between subnode 1-2 en subnode 1-3 without rebuilding the tree. As I understand it right now new_node is adding at the end. I tried creating node with lastnod_id...
by Informatie
Wed Nov 14, 2012 8:02 pm
Forum: rTree
Topic: Purchase 1.5, have recieved license code yet still actrive ?
Replies: 7
Views: 11639

Re: Purchase 1.5, have recieved license code yet still actri

Mats has responded somewhere in the bliing process it went wrong.
Going to email him directly.
:D
TOPIC CLOSED
by Informatie
Wed Nov 14, 2012 7:39 pm
Forum: rTree
Topic: Purchase 1.5, have recieved license code yet still actrive ?
Replies: 7
Views: 11639

Re: Purchase 1.5, have recieved license code yet still actri

Runrev has responded to me and has send the developer an email. THX.

DJ
by Informatie
Wed Nov 14, 2012 7:37 pm
Forum: Databases
Topic: ORACLE execute immediate / PLSQL
Replies: 1
Views: 3595

ORACLE execute immediate / PLSQL

I want to execute plsql package (is an procedure) and it doesn't return a value. I crashes LIVECODE completly. BUt the question is can this be done. This is what I try to do put "begin callvaluescustomer; end" into tsql revExecuteSQL databaseid, tsql Further I have to wait very long. The packing run...
by Informatie
Mon Nov 12, 2012 9:12 pm
Forum: rTree
Topic: Purchase 1.5, have recieved license code yet still actrive ?
Replies: 7
Views: 11639

Re: Purchase 1.5, have recieved license code yet still actri

Thx for the tips, no serial at my product , no reaction at all.

Who has a serial for me !? i
by Informatie
Sun Nov 11, 2012 10:52 pm
Forum: rTree
Topic: Purchase 1.5, have recieved license code yet still actrive ?
Replies: 7
Views: 11639

Purchase 1.5, have recieved license code yet still actrive ?

I purchased rtree 1.5 a few weeks ago and still no license code.

Is tapirsodt still active. I send them emails and noreponse yet.

Great product annoyoing popup
by Informatie
Thu Dec 29, 2011 11:13 am
Forum: Using Externals
Topic: Q: DGH cannot insert new records on ios
Replies: 1
Views: 3588

Re: Q: DGH cannot insert new records on ios

I had to redefine the enterkey to returnkey then a new row is added.
Still not perfect.
by Informatie
Tue Dec 27, 2011 11:15 pm
Forum: Using Externals
Topic: Q: DGH cannot insert new records on ios
Replies: 1
Views: 3588

Q: DGH cannot insert new records on ios

I'm using DGH, for grid control, this works fine.

Expect i cannot add new rows, in the script section i clicked install add row, delete row and so on.

How do I. Manage adding an row in my IOS application.

Cheers, Dj
by Informatie
Thu Dec 08, 2011 10:41 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Deploy application with many modules
Replies: 7
Views: 5678

Re: Deploy application with many modules

this is the code i'm using to included my mainstack. on preopenstack if "InformationLibrary" is not among the lines of the stacksInUse then start using stack "InformationLibrary" nzi_preopenstack -- my personal preopenstack end if if "DatabaseLibrary" is not among the lines of the stacksInUse then s...
by Informatie
Fri Dec 02, 2011 9:02 pm
Forum: iOS Deployment
Topic: Q:SQLIte on IOS, database not found (SOLVED)
Replies: 7
Views: 5278

Re: Q:SQLIte on IOS, database not found (SOLVED)

Klaus there is a difference that I forgot to check if a file exists. so I replaced the file everytime. dixie didn't include the copy part but the check exists part. so the fix for me was that I had all the right command's but not in the right order. to obvious perhaps :roll: By way the the next step...
by Informatie
Wed Nov 30, 2011 9:00 pm
Forum: iOS Deployment
Topic: Q:SQLIte on IOS, database not found (SOLVED)
Replies: 7
Views: 5278

Re: Q:SQLIte on IOS, database not found (SOLVED)

dixie helped me thks. SOLUTION FOR ME set the defaultfolder to specialFolderPath("documents") if there is a file "shapdata.dbf" then put revOpenDatabase("sqlite", pathNdb,,,,,,) into gConID else put specialFolderPath("documents") & "/shapdata.dbf" into tMainStackPath put specialFolderPath("engine") ...
by Informatie
Wed Nov 30, 2011 3:56 pm
Forum: iOS Deployment
Topic: Q:SQLIte on IOS, database not found (SOLVED)
Replies: 7
Views: 5278

Re: Q:SQLIte on IOS, database not found

on mouseUp try set the defaultfolder to specialFolderPath("documents") put "shapdata.dbf" into pathNdb put revOpenDatabase("sqlite", pathNdb,,,,,,) into gConID catch theError answer info "Problem Opening Database: " & pathNdb & " " & theError put 0 into gConID exit mouseup end try answer information...
by Informatie
Sun Nov 27, 2011 5:45 pm
Forum: iOS Deployment
Topic: Q:SQLIte on IOS, database not found (SOLVED)
Replies: 7
Views: 5278

Re: Q:SQLIte on IOS, database not found

Brr niceit's working in the IOS simulator now, I see the data. But when I run the application on the ipad the datafield remain empty. I tried the statement with and without the ; both options are failing on the ipad. revebderr , database error no such table DJAN on mouseUp set the defaultfolder to s...

Go to advanced search