Search found 16 matches

by Ocean
Mon May 18, 2015 1:22 am
Forum: MergEXT
Topic: mergJSON not working on Linux 64-bit
Replies: 3
Views: 7134

mergJSON not working on Linux 64-bit

The external mergJSON does not seem to work on Linux 64-bit in LiveCode 7.x. Other mergEXT externals may be similarly affected, although I have not tested those.

Is this a known issue? If so, are there any plans to resolve this? Thanks in advance!
by Ocean
Fri Jul 11, 2014 10:09 am
Forum: Engine Contributors
Topic: Errors when building via Xcode 5
Replies: 3
Views: 4592

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: 4592

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
Mon Jun 23, 2014 1:21 am
Forum: LiveCode Global Jam
Topic: New command revBrowserOpenCef
Replies: 13
Views: 15130

Re: New command revBrowserOpenCef

If I open the web page below with the first START button (with revBrowserOpen ) revbrowser opens it soon. If I open the same page with the second START button (with revBrowserOpenCef ) revbrowser opens it in 5 seconds Why? This is the result of a silly bug that causes the CEF browser to be refreshe...
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: 3883

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: 2030

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: 10224

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: 56294

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: 7105

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: 7105

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: 7105

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: 7105

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: 7105

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: 3940

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: 3940

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?

Go to advanced search