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

Data from Resources

Post by [-hh] »

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

Re: Data from Resources

Post by [-hh] »

shiftLock happens
Post Reply