Search found 1138 matches

by BvG
Thu Feb 02, 2017 7:32 pm
Forum: IDE Contributors
Topic: Dictionary rewrite - thoughts, please
Replies: 111
Views: 396918

Re: Dictionary rewrite - thoughts, please

What up, BG? maybe bjoernke just needs help to bring his old dictionary up to 8.1.3? I loved it. Well, actually I need anyone else to do it, 'couse most likely I won't be able to do it. The current IDE dictionary stack is not that different from the old (xml) way it was done, the main difference is...
by BvG
Mon Jan 30, 2017 5:40 pm
Forum: IDE Contributors
Topic: Dictionary rewrite - thoughts, please
Replies: 111
Views: 396918

Re: Dictionary rewrite - thoughts, please

Hello there :)
by BvG
Sat Mar 14, 2015 11:01 am
Forum: Documentation and Tutorials
Topic: Project: User Guide tech edit
Replies: 12
Views: 43609

Re: Project: User Guide tech edit

No answer is also an answer I guess...
by BvG
Mon Jan 05, 2015 2:11 pm
Forum: Documentation and Tutorials
Topic: Project: User Guide tech edit
Replies: 12
Views: 43609

Re: Project: User Guide tech edit

I can't find it, all I could find was in pdf form at:
https://github.com/runrev/livecode-ide/ ... tation/pdf
by BvG
Thu Aug 14, 2014 12:24 pm
Forum: Off-Topic
Topic: RunRevLive '14
Replies: 4
Views: 7918

Re: RunRevLive '14

Jokes aside, If anyone wants a Ticket at a greatly reduced price, please contact me.
by BvG
Wed Aug 13, 2014 1:48 pm
Forum: Off-Topic
Topic: RunRevLive '14
Replies: 4
Views: 7918

Re: RunRevLive '14

Sure, can you wire transfer her, or do you prefer paypal?
by BvG
Sat Aug 09, 2014 6:41 pm
Forum: Off-Topic
Topic: RunRevLive '14
Replies: 4
Views: 7918

RunRevLive '14

Hi everyone I have a Ticket (& Premium Hotel) for RunRevLive , but I am unable to go to America in August. Therefore I am selling the ticket for 1700.- USD (or equivalent). This is more then 30% off the list price directly from RunRev. Please send me an email to me.rrsale@bjoernke.com if you're inte...
by BvG
Fri Jun 27, 2014 9:57 am
Forum: User Groups and Events
Topic: [ANN] Zurich User Meet
Replies: 3
Views: 13683

Re: [ANN] Zurich User Meet

Hi everyone This is your last reminder for the meet up tomorrow, if you don't register now, it's first come first serve, and the room is almost full. What: An afternoon of talking, socialising, having fun When: 13:00 - 17:00 28. June 2014 (possibly dinner after that) Where: Karl der Grosse, Kirchgas...
by BvG
Fri May 16, 2014 8:34 pm
Forum: User Groups and Events
Topic: [ANN] Zurich User Meet
Replies: 3
Views: 13683

[ANN] Zurich User Meet

Hello LiveCoders, This June, the first LiveCode meeting in Zurich will happen! The date and place have been settled (see below). We're not yet completely sure about what we'll actually do during that afternoon, but here's some decided things: - Mark will give away a copy of his book "Programming Liv...
by BvG
Mon May 12, 2014 11:23 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Newbie Problems - A Star and drawing
Replies: 11
Views: 6985

Re: Newbie Problems - A Star and drawing

Oh right in regards to the original question, I usually store data in arrays that are named by their grid coordinate, for example: array[1,1] array[1,2] ... And it seems this is also what I did for my stack. So I'd run step 1 (scoring) and 2 (nearest neighbour) of A*, and finally i have something li...
by BvG
Mon May 12, 2014 11:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Newbie Problems - A Star and drawing
Replies: 11
Views: 6985

Re: Newbie Problems - A Star and drawing

Oh dear my implementation is so... old and weird and crufty...

But I had an amazing tutorial that really was able to explain to my stupid brain how it is supposed to work: http://www.policyalmanac.org/games/aStarTutorial.htm
by BvG
Mon May 12, 2014 10:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Error Message Received
Replies: 3
Views: 3621

Re: Error Message Received

cRevGeneral is caused by several things, among them the Geometry Manager, the table field (not the datagrid), and the profile management. I usually advice not to use any of those, because they tend to misbehave.
by BvG
Fri May 09, 2014 1:42 pm
Forum: Databases
Topic: Newbe… which DB?
Replies: 20
Views: 21137

Re: Newbe… which DB?

It is possible to have several users write, as long as it's not too many, and especially if you refrain from using update. However SQLite warns against using it on a shared drive. Because I was scared of that, I made a socket server & client in LC, which then writes into a SQLite file locally. Becau...
by BvG
Fri May 09, 2014 1:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Foreign letters - messed up between mac and windows
Replies: 8
Views: 6970

Re: Foreign letters - messed up between mac and windows

Actually I think in this case it'd be enough to use mactoiso() and isotomac() at the correct place.
by BvG
Fri May 09, 2014 1:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Parsing Livecode script
Replies: 2
Views: 2836

Re: Parsing Livecode script

If you're not looking to automatically do it via script, this is a way to do it: Open the script editor make sure your mouse is over the script editor text field in the message box execute: "put the htmlText of the mouseControl" copy paste from message box result Note that the LC htmlTtext is not ex...