Data from Resources

LiveCode Builder is a language for extending LiveCode's capabilities, creating new object types as Widgets, and libraries that access lower-level APIs in OSes, applications, and DLLs.

Moderators: LCMark, LCfraser

Post Reply
[-hh]
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2262
Joined: Thu Feb 28, 2013 11:52 pm
Location: Göttingen, DE

Data from Resources

Post by [-hh] » Thu Jul 06, 2017 7:45 am

Code: Select all

put image from resource file tResource into tImage 
worked (works hopefully soon again).

But is there a way to get _any_ kind of data from a bundled resource file?
Or would the following be a feature request?

Code: Select all

put the contents of resource file tResource into tData
(where file tResource is located in folder resources of the lcb-file's folder).
shiftLock happens

[-hh]
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2262
Joined: Thu Feb 28, 2013 11:52 pm
Location: Göttingen, DE

Re: Data from Resources

Post by [-hh] » Sat Jul 08, 2017 9:22 am

shiftLock happens

Post Reply

Return to “LiveCode Builder”