Skip to main content



      Home
Home » Archived » EGL Development Tools » EDT Support External Types?
EDT Support External Types? [message #1063017] Tue, 11 June 2013 15:17 Go to next message
Eclipse UserFriend
Does EDT support External Types? I had an external type defined in an RBD project, but when I try to use it in an EDT project, I get an error on javaScriptName stating that it could not be resolved.

ExternalType Cookie type JavaScriptObject{
relativePath = "utils",
javaScriptName = "Cookie"
}

Thanks,
Gregory
Re: EDT Support External Types? [message #1063025 is a reply to message #1063017] Tue, 11 June 2013 16:12 Go to previous messageGo to next message
Eclipse UserFriend
Yes it does, though the syntax is slightly different.

externaltype BrowserUtils type JavaScriptObject {
	relativePath = "utils",
	externalName = "BrowserUtils" } 


There's a useful page on the EDT wiki site that deals with language conversion between RBD/EGLCE and EDT...
http://wiki.eclipse.org/EDT:EGL_Language_conversion

Richard
Re: EDT Support External Types? [message #1063729 is a reply to message #1063025] Thu, 13 June 2013 18:17 Go to previous message
Eclipse UserFriend
That worked! Thanks, Richard.
Previous Topic:Screen Navigation Using EDT Eclipse
Next Topic:Sending Email
Goto Forum:
  


Current Time: Fri May 23 13:33:38 EDT 2025

Powered by FUDForum. Page generated in 0.03250 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top