Search found 222 matches

by zaxos
Wed Jul 23, 2014 6:55 pm
Forum: Talking LiveCode
Topic: Livecode and disk usage.
Replies: 14
Views: 7953

Re: Livecode and disk usage.

nice ! well that solved it :D, no more blocking and with a read from file i get an endless reading :), thank you man, and btw the dictinary usualy cofuzed me :/
by zaxos
Wed Jul 23, 2014 6:44 pm
Forum: Talking LiveCode
Topic: Livecode and disk usage.
Replies: 14
Views: 7953

Re: Livecode and disk usage.

how bout this?

Code: Select all

 // wmic cpu get loadpercentage > c:\log.log in script.bat
launch "C:\script.bat"
whys that not working too ? :/
by zaxos
Wed Jul 23, 2014 6:02 pm
Forum: Talking LiveCode
Topic: Livecode and disk usage.
Replies: 14
Views: 7953

Re: Livecode and disk usage.

put "wmic cpu get loadpercentage > c:\log.log" into cpuLog launch cpuLog is there a reason this dosent work?? put "cmd wmic cpu get loadpercentage > c:\log.log" into cpuLog launch cpuLog or this put "wmic cpu get loadpercentage > c:\log.log" into cpuLog launch cpuLog with "cmd" or even this
by zaxos
Wed Jul 23, 2014 12:47 am
Forum: Talking LiveCode
Topic: Livecode and disk usage.
Replies: 14
Views: 7953

Re: Livecode and disk usage.

Super ! this worked like a charm, never thought of shell since its blocking my whole stack, is there a way to overcome this?
Thank you again for your time !
by zaxos
Tue Jul 22, 2014 5:24 pm
Forum: Talking LiveCode
Topic: Livecode and disk usage.
Replies: 14
Views: 7953

Livecode and disk usage.

Hello, is there a way to get the disk usage and maybe cpu usage with livecode?
Thank you for your time.
by zaxos
Tue Jul 01, 2014 6:50 pm
Forum: Talking LiveCode
Topic: windowShape and revBrowser.
Replies: 3
Views: 2502

Re: windowShape and revBrowser.

well well well, seems i was wrong, dosent work yet.
by zaxos
Tue Jul 01, 2014 6:32 pm
Forum: Talking LiveCode
Topic: windowShape and revBrowser.
Replies: 3
Views: 2502

Re: windowShape and revBrowser.

Thank you very much Klaus! that actualy solved my problem since i downloaded Livecode 6.7 DP4 and it seems to work fine, just to let others know if they have the same problem :).
Thanks once again.
by zaxos
Tue Jul 01, 2014 1:30 am
Forum: Talking LiveCode
Topic: windowShape and revBrowser.
Replies: 3
Views: 2502

windowShape and revBrowser.

Hello, i'm having an issue. When i set windowShape of a stack the revBrowser stops working, to be exact it still loads the page and i can click on the contents of the page inside the rect but i cant see anything in it. Let me know if its a known bug or it something i'm doing wrong. Thank you for you...
by zaxos
Tue Jul 01, 2014 1:26 am
Forum: Talking LiveCode
Topic: Robocopy and LiveCode
Replies: 5
Views: 3798

Re: Robocopy and LiveCode

Hey simon, i'l do that :)
by zaxos
Mon Jun 30, 2014 11:33 pm
Forum: Talking LiveCode
Topic: Robocopy and LiveCode
Replies: 5
Views: 3798

Re: Robocopy and LiveCode

I'l take that as a no. I managed to finish my project and everything is working fine but now i have enother question, i used revBrowserOpen but when i set windowShape on the stack the browser stop showing anything, it still works beacoz i can click on rec i had set i just cant see anything. Thank yo...
by zaxos
Fri Jun 06, 2014 10:58 pm
Forum: Talking LiveCode
Topic: Robocopy and LiveCode
Replies: 5
Views: 3798

Re: Robocopy and LiveCode

Thank you for your answer BvG! I decided to continue with my project after a LONG time... so here is the question, shell function hangs the whole program untill the copy ends and as far as i know there is no threading system yet implemented in livecode. is there a way to overcome this? i tried launc...
by zaxos
Thu May 23, 2013 11:18 pm
Forum: Talking LiveCode
Topic: Robocopy and LiveCode
Replies: 5
Views: 3798

Robocopy and LiveCode

Hello everyone, I'm looking for a way to use Robocopy with LiveCode since revCopyFolder/File uses Xcopy and that dosent suit me, thanks alot in advance for your help :)

Go to advanced search