Hello

I can't use the new features on Active4D v6 to use Object Tool Objects in 
Active4D as collection. (object to collection)

There is a easy test but when execute the script, 4D always crash.

<%
C_LONGINT($otHandle)
$cTest:=new collection  // a Active4D collection
$otHandle:=collection to object($cTest) // Convert the collection to a Object 
Tools Object
$cTest:=object to collection($otHandle) // Convert the Object Tool Object back 
to a Active4D collection (Crash!)
%>

Because I can't find a logic mistake, but have always a crash, could someone 
test this script, and tell about the Settings?

I use:
-  MacPro4,1, BootROM MP41.0081.B07, 8 processors, Quad-Core Intel Xeon, 2.26 
GHz, 12 GB, SMC 1.39f5
- Mac OS X 10.7.5
- 4D v13.3 (133604) for Mac
- ObjectTools v4.0r2
- Active4D v6.0r13
- NTK v 2.5.2

I tried the script:
- As external script (A4D Execute 4D request)
- Direct in 4D (A4D Execute 4D request)
- And I tried it with the Active4D-demo-NTK.4dbase Database.

And it did not work anywhere.

Regards, Oliver
_______________________________________________
Active4D-dev mailing list
[email protected]
http://list.aparajitaworld.com/listinfo/active4d-dev
Archives: http://active4d-nabble.aparajitaworld.com/

Reply via email to