Search found 67 matches

by rblackmore245
Fri Jan 12, 2018 11:27 am
Forum: Windows
Topic: Registry query
Replies: 3
Views: 3930

Re: Registry query

Only problem is it is returned not as HEX but as a string
by rblackmore245
Fri Jan 12, 2018 10:34 am
Forum: Windows
Topic: Registry query
Replies: 3
Views: 3930

Registry query

I am trying to read a Dword value from the registry I can get the value out but I an unable to convert it into a readable number. I am using: put queryRegistry("HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Software\ClientID") hex.JPG Which outputs in livecode as encoded text how do I convert this back in...
by rblackmore245
Fri Dec 15, 2017 5:58 pm
Forum: Windows
Topic: Windows system tray icon
Replies: 13
Views: 12119

Re: Windows system tray icon

Yeah found it also via the facebook livecode page: on mouseup set the statusicon to 1004 set the statusicontooltip to "This is a test" set the statusIconMenu to "Show" & cr & "Other" end mouseup on statusIconMenuPick pPick if pPick is "Show" then answer "Going to show" set the statusIcon to 0 set th...
by rblackmore245
Wed Dec 13, 2017 10:57 am
Forum: Windows
Topic: Windows system tray icon
Replies: 13
Views: 12119

Re: Windows system tray icon

Yes sorry I did mean minimize the application to the systemtray, I did find a solution deep in the forums ages ago but it didn't seem reliable. As I do not want the application icon hogging the task bar but still need to notify the user that it is still running and give them the option to restore th...
by rblackmore245
Tue Dec 12, 2017 11:18 am
Forum: Windows
Topic: Windows system tray icon
Replies: 13
Views: 12119

Windows system tray icon

I am unable to find any correct upto date information on how to create a system tray icon for my app when its minimized and then listen out for the event of a double click on the icon to restore the app window.
by rblackmore245
Mon Nov 13, 2017 1:47 pm
Forum: Android Deployment
Topic: Android mobile zoom buttons
Replies: 1
Views: 2360

Android mobile zoom buttons

Anyone know of a way to disable these from showing in the browser widget
by rblackmore245
Mon Oct 02, 2017 3:08 pm
Forum: Android Deployment
Topic: Livecode ADB
Replies: 1
Views: 2305

Livecode ADB

I am using ADB shelll requests in livecode but I am unable to test this in the IDE as livecode see's my device and and is using ADB is there anyway to disable the test on device feature ?
by rblackmore245
Thu Sep 07, 2017 9:22 am
Forum: Internet
Topic: Socket server
Replies: 8
Views: 6766

Re: Socket server

Hi Richard, The code is nothing complicated just using all the examples from the livecode website more data will flow from the socket but I find that unless you call "read from socket pSocket with message "messageReceived"" a the end of the function it stops at this limit. But I suppose this makes s...
by rblackmore245
Wed Sep 06, 2017 4:51 pm
Forum: Internet
Topic: Socket server
Replies: 8
Views: 6766

Re: Socket server

just trying to do some tests and sending a large amount of base64data through the socket and it always gets cut at 8192.
by rblackmore245
Wed Sep 06, 2017 4:45 pm
Forum: Internet
Topic: revBrowserOpenCef
Replies: 1
Views: 2854

revBrowserOpenCef

As I am having major issues with the browser widget crashing after I have saved a file in the newer versions of Livecode. I am using revBrowserOpenCef to open a browser session. I know I can get data from javascript with revBrowserAddJavaScriptHandler but can I call a javascript function in the page...
by rblackmore245
Wed Sep 06, 2017 12:40 pm
Forum: Internet
Topic: Socket server
Replies: 8
Views: 6766

Re: Socket server

It looks like the maximum data length that can flow through livecode sockets is 8192 can anyone confirm this ?
by rblackmore245
Mon Sep 04, 2017 4:10 pm
Forum: Internet
Topic: Livecode Browser Chromium
Replies: 0
Views: 2571

Livecode Browser Chromium

I have created a webRTC web app but this does not run correctly as the Chromium instance doesn not have access to the mircophone or webcam.

can this be allowed some how ?
by rblackmore245
Tue Aug 22, 2017 11:29 am
Forum: Internet
Topic: Socket server
Replies: 8
Views: 6766

Socket server

Has anyone managed to write a good multiuser socket server in livecode. Managed to write one that works great for small amounts of data but having issues with large packets of base64 strings that are split into multiple messages sometimes 30+. I prefix the data with a username (where its going to ) ...
by rblackmore245
Thu Aug 10, 2017 3:54 pm
Forum: Internet
Topic: Httpdstart
Replies: 5
Views: 6754

Re: Httpdstart

For anyone that needs to know for the moment you will need to start the library manually with " start using stack "httpd" in the message window before you can use this feature :D
by rblackmore245
Wed Aug 09, 2017 4:26 pm
Forum: Internet
Topic: Httpdstart
Replies: 5
Views: 6754

Httpdstart

Can anyone shed some light on this feature..

http://livecode.wikia.com/wiki/Httpdstart

What version does it work in.

Go to advanced search