Search found 213 matches

by SirWobbyTheFirst
Sun Sep 21, 2014 12:47 pm
Forum: Engine Contributors
Topic: 7.0.0-rc1 Dies Silently
Replies: 0
Views: 2401

7.0.0-rc1 Dies Silently

So I've tried upgrading from 6.6.2 to the 7.0.0-rc1 build and despite the install going fine, 7.0.0-rc1 just never starts, the first time I tried Avast's service went up in CPU usage (Checked via Task Manager), which I attributed to it doing its deep scan thing that it does when it doesn't recognise...
by SirWobbyTheFirst
Sat May 31, 2014 4:13 pm
Forum: Engine Contributors
Topic: Internet Library Suggestion
Replies: 4
Views: 5008

Re: Internet Library Suggestion

So would it be possible to have LibURL exist in a stack's script inside the Message Path and still be able to call Load URL? If so that would be fantastic, don't ask me why I would like this, I'm weird and I would only baffle you trying to explain. :oops:
by SirWobbyTheFirst
Mon May 26, 2014 4:29 pm
Forum: Engine Contributors
Topic: Internet Library Suggestion
Replies: 4
Views: 5008

Internet Library Suggestion

Hey folks, I have a question, would it be at all possible to have the Internet Library merged as part of the regular engine code? Or at least the Load URL and Unload URL code as given that Put URL already exists in the engine and is the blocking kind, I think having the unblocking kind be included a...
by SirWobbyTheFirst
Sun May 25, 2014 4:59 pm
Forum: Engine Contributors
Topic: Language: properties of opened things
Replies: 18
Views: 15133

Re: Language: properties of opened things

O_O Sweet mother of god. Thank you so much Jacque, I'd have completely missed that if you hadn't mentioned it, damn I really need to start reading the release notes more often. Haha.
by SirWobbyTheFirst
Sat May 24, 2014 7:16 pm
Forum: Engine Contributors
Topic: Language: properties of opened things
Replies: 18
Views: 15133

Re: Language: properties of opened things

Adding this feature proved relatively easy in the refactored branch of the engine. I have taken the liberty of implementing "screen", "socket", "file" and "process" as pseudo objects- this is pushed to github in a branch of my repo: runrevali/livecode/tree/feature_pseudo-object_props ... the rect o...
by SirWobbyTheFirst
Mon Mar 31, 2014 10:57 pm
Forum: Engine Contributors
Topic: Fields Do Not Scroll As You Type
Replies: 5
Views: 5475

Re: Fields Do Not Scroll As You Type

Alright gents, I have submitted the bug to the QCC if you would like to view it, the link is below, feel free to contribute any additional comments on it if you want as well as any edits if my Engrish has gone downhill again. :D

http://quality.runrev.com/show_bug.cgi?id=12088
by SirWobbyTheFirst
Mon Mar 31, 2014 8:44 pm
Forum: Engine Contributors
Topic: Fields Do Not Scroll As You Type
Replies: 5
Views: 5475

Re: Fields Do Not Scroll As You Type

Okie doke, can it posted in the QCC or is that only for bugs in the engine? I'll post it there once if so.
by SirWobbyTheFirst
Sat Mar 29, 2014 4:50 pm
Forum: Engine Contributors
Topic: Fields Do Not Scroll As You Type
Replies: 5
Views: 5475

Fields Do Not Scroll As You Type

Hey everyone, I've got another problem I've noticed that is really annoying, whether I'm typing in the Message Box or in the Script Editor, I've noticed that the field will not shift along as the text is typed, basically once the text reaches the edge of the field, I can keep on typing but the field...
by SirWobbyTheFirst
Wed Mar 26, 2014 8:04 pm
Forum: Engine Contributors
Topic: LiveCode 6.6 Screen Freeze Bug
Replies: 3
Views: 6256

Re: LiveCode 6.6 Screen Freeze Bug

That sounds exactly like the symptoms I've been having, the final post of the topic states that it seems to occur in the standalone engine as well as the dev engine so I'm thinking (And this is a theory) that LiveCode is encountering a deadlock when updating a graphics queue to pass to Windows with ...
by SirWobbyTheFirst
Wed Mar 26, 2014 6:41 pm
Forum: Engine Contributors
Topic: LiveCode 6.6 Screen Freeze Bug
Replies: 3
Views: 6256

LiveCode 6.6 Screen Freeze Bug

Hey guys, I've upgraded to 6.6 the other week and have noticed one really annoying bug and it happens randomly for me and is really awkward to reproduce as I don't know how to trigger the symptoms effectively but basically it goes like this, I get an average of about half an hours use out of 6.6's I...
by SirWobbyTheFirst
Fri Mar 21, 2014 1:54 pm
Forum: Engine Contributors
Topic: revxml
Replies: 118
Views: 67781

Re: 6.6 build of revXML went pretty wrong..

Ok folks, not good that RC2 wasn't in test for long enough to being able to check on. a couple of days more would not have hurt. The external in this release appears quite broken I will set up a test stack with all the things we have found and keep you posted. First findings were that the copyXMLNo...
by SirWobbyTheFirst
Fri Mar 14, 2014 3:23 pm
Forum: Engine Contributors
Topic: SQLite Problems
Replies: 2
Views: 4400

Re: SQLite Problems

Delightful, thank you very much Mr Mark. I shall try my luck using extra parameters instead, thanks for help dude.
by SirWobbyTheFirst
Fri Mar 14, 2014 2:19 pm
Forum: Engine Contributors
Topic: SQLite Problems
Replies: 2
Views: 4400

SQLite Problems

Hey guys and girls, I was wondering if anyone else was having problems opening an SQLite database in LiveCode 6.5 and 6.5.2 as I took up FourthWorld's advice and tried to look into using SQLite databases and whenever I try and use them I get an error returned, the following code: Put revOpenDatabase...
by SirWobbyTheFirst
Fri Mar 07, 2014 9:04 pm
Forum: Engine Contributors
Topic: Is There Any Disk Bound Storage?
Replies: 10
Views: 8532

Re: Is There Any Disk Bound Storage?

That's one of the things I find fascinating about the EXT4 file system many Linux distros ship with: it's considered generally free of fragmentation, but the underlying mechanism that allows for that isn't something I've looked into. Would be good to read some time, since most other file systems ar...
by SirWobbyTheFirst
Fri Mar 07, 2014 8:11 pm
Forum: Engine Contributors
Topic: Is There Any Disk Bound Storage?
Replies: 10
Views: 8532

Re: Is There Any Disk Bound Storage?

Very true and when you start shifting data around then you get to the problem practically all file systems are known for, fragmentation, I had a thought about using a combination of XML for metadata storage and a binary blob but got instantly hit with the fragmentation problem. I'm going to have a l...

Go to advanced search