Search found 14 matches

by Ocean
Fri Jul 11, 2014 10:09 am
Forum: Engine Contributors
Topic: Errors when building via Xcode 5
Replies: 3
Views: 5649

Re: Errors when building via Xcode 5

Update submodules? Here's what I ran: git clone -b develop --single-branch https://github.com/runrev/livecode.git git submodule init git submodule update Here is the resulting error message when building in Xcode 5: /Users/rg/livecode-git/livecode/engine/src/srvspec.cpp:248:15: Use of undeclared id...
by Ocean
Thu Jul 10, 2014 1:09 pm
Forum: Engine Contributors
Topic: Errors when building via Xcode 5
Replies: 3
Views: 5649

Errors when building via Xcode 5

When building livecode-develop , the following errors occur: livecode-develop/libgraphics/src/graphics-internal.h:21:10: 'SkCanvas.h' file not found livecode-develop/_cache/mac/Debug/openssl.build/Script-4DBF57AF18019F4E009CAB2E.sh: line 3: livecode-develop/thirdparty/libopenssl/../../util/weak_stub...
by Ocean
Sat Aug 25, 2012 8:35 pm
Forum: Talking LiveCode
Topic: How to change look of data grid column header?
Replies: 2
Views: 4624

How to change look of data grid column header?

How does one change the look of the column header of a data grid? For example, the colors of the background gradient (the property inspector only allows changing it to a flat color with no gradients), specifying a background image instead, and so on?
by Ocean
Sat Aug 25, 2012 8:31 pm
Forum: Talking LiveCode
Topic: Do existing Data Grids get automatically upgraded?
Replies: 1
Views: 2578

Do existing Data Grids get automatically upgraded?

When switching to a newer version of LiveCode (which sometimes contains bug fixes or new features for data grids), do data grids in our existing stacks get automatically upgraded when opened with the new version of LiveCode? If not, how do we upgrade existing data grids?
by Ocean
Mon May 17, 2010 6:50 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: CGI for RunRev 4.5
Replies: 14
Views: 12696

Re: CGI for RunRev 4.5

[quote="RRobert"]

Code: Select all

    send "quit" to me in 10 seconds 
    wait 10 milliseconds
What is the purpose of those 2 lines in the CGI?

Would there be any problems if those 2 lines are not present?
by Ocean
Thu Apr 17, 2008 1:37 pm
Forum: Linux
Topic: Application icons in Linux
Replies: 62
Views: 109411

I would also like to know how to set an application icon in Linux. Thanks!
by Ocean
Sun Feb 24, 2008 4:26 am
Forum: Talking LiveCode
Topic: setRegistry and queryRegistry not working with "\"
Replies: 8
Views: 8824

Ocean, After following all instructions given under aforementioned link, you should be able to execute code similar to setRegistry("HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers\TestApp","WIN98") Looking in the registry on my PC, I don't see this path (I mean ...
by Ocean
Sat Feb 23, 2008 10:48 pm
Forum: Talking LiveCode
Topic: setRegistry and queryRegistry not working with "\"
Replies: 8
Views: 8824

Could you provide some examples of what you mean by "compatibility flags for the NAME and not for the PATH"? Thanks! :)
by Ocean
Sat Feb 23, 2008 9:23 pm
Forum: Talking LiveCode
Topic: setRegistry and queryRegistry not working with "\"
Replies: 8
Views: 8824

Hey Mark, :) I've taken a look at the article again and can confirm that it does not contain the solution (the path to the app is definitely in the data of the value rather than in the name of the value). It appears no one has actually needed to put the path of an app in the name of a value using Re...
by Ocean
Sat Feb 23, 2008 10:41 am
Forum: Talking LiveCode
Topic: setRegistry and queryRegistry not working with "\"
Replies: 8
Views: 8824

Thanks for the link. Unfortunately, in that article the "\" is in the data of the value rather than in the name of the value (which is what we need). :?
by Ocean
Sat Feb 23, 2008 8:47 am
Forum: Talking LiveCode
Topic: setRegistry and queryRegistry not working with "\"
Replies: 8
Views: 8824

setRegistry and queryRegistry not working with "\"

It appears that setRegistry and getRegistry do not work at all if the character "\" is present in the name of the value. For instance, I am trying to set the following registry key, but am unable to do so via Revolution: HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\...
by Ocean
Sat Feb 23, 2008 1:15 am
Forum: Talking LiveCode
Topic: Need a guaranteed way to check if user is running Vista
Replies: 3
Views: 4881

Garrett: Thanks for the info! We are now using the "ProductName" and it appears to work great. Vista systems return strings like this: "Windows Vista (TM) Home Premium" :) Mark: No idea which builds they are, but we've only received 2 reports so far and are attempting to obtain more info regarding t...
by Ocean
Thu Feb 21, 2008 8:14 pm
Forum: Talking LiveCode
Topic: Need a guaranteed way to check if user is running Vista
Replies: 3
Views: 4881

Need a guaranteed way to check if user is running Vista

A thread in the mailing list mentions that if the systemVersion returns "NT 6.0" then the user is running Windows Vista.

However, it appears certain Windows XP Pro builds also return "NT 6.0" as the systemVersion!

Is there a better way to check for Vista?
by Ocean
Mon May 08, 2006 1:04 pm
Forum: Mac OS
Topic: Intel Deploying
Replies: 9
Views: 12664

Any updates on the Intel release yet? :)