Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » EGL Development Tools » EDT Support External Types?
EDT Support External Types? [message #1063017] Tue, 11 June 2013 19:17 Go to next message
Gregory Testa is currently offline Gregory TestaFriend
Messages: 28
Registered: April 2012
Junior Member
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 20:12 Go to previous messageGo to next message
Richard Moulton is currently offline Richard MoultonFriend
Messages: 92
Registered: August 2011
Location: Devon, UK
Member
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 22:17 Go to previous message
Gregory Testa is currently offline Gregory TestaFriend
Messages: 28
Registered: April 2012
Junior Member
That worked! Thanks, Richard.
Previous Topic:Screen Navigation Using EDT Eclipse
Next Topic:Sending Email
Goto Forum:
  


Current Time: Sat Apr 20 05:46:09 GMT 2024

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

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

Back to the top