Search found 4978 matches

by bogs
Sat Sep 21, 2019 9:56 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Picking up non-in-card keydowns
Replies: 9
Views: 3830

Re: Picking up non-in-card keydowns

Now correct me if I'm wrong (cough), but IF that can be done in C++, as LiveCode has been built up from C++ there should be no earthly reason why one cannot build a keylogger in LiveCode. Heh, while I have no doubt that there are ways to do what you want, I have serious doubts as to that being the ...
by bogs
Fri Sep 20, 2019 9:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Confused about >=
Replies: 17
Views: 7699

Re: Confused about >=

In the browser, and minus the 'guide' part, to me equals
doesn't quite work correctly on almost any version of 'nix.
...when compared to say, Windows or Mac.
Maybe I should add this symbol[<=>] to my posts next :D
by bogs
Fri Sep 20, 2019 12:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Confused about >=
Replies: 17
Views: 7699

Re: Confused about >=

Yah, I love Devin's course :D
by bogs
Fri Sep 20, 2019 10:55 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Confused about >=
Replies: 17
Views: 7699

Re: Confused about >=

That's one more reason I spend most of my time with the latest build, so I can enjoy the benefits of all the work the core team and the community have been doing. Heh, well, I suppose that is putting the brightest spin on it. While I am glad it was updated and (hopefully) won't confuse anyone going...
by bogs
Thu Sep 19, 2019 10:54 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Load stack from server to mobile
Replies: 14
Views: 6989

Re: Load stack from server to mobile

Well, seems to me there is an easy way to test this for someone that has a developers account with apple ( I am not going to pay money to develop for someone's platform just to run a test!). Just dev some app, or alternately, take one you already have published and are thinking about updating, and t...
by bogs
Thu Sep 19, 2019 4:49 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Confused about >=
Replies: 17
Views: 7699

Re: Confused about >=

I think it's an HTML rendering anomaly in which ">" is present not not escaped and therefore not showing. ...Most such instances were caught and fixed by an automated process during the Dictionary transition to HTML. Apparently this one wasn't picked up. It was already fixed in (at least) the onlin...
by bogs
Thu Sep 19, 2019 4:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Confused about >=
Replies: 17
Views: 7699

Re: Confused about >=

Klaus wrote:
Thu Sep 19, 2019 4:09 pm
This is of course a glitch in the documentation! 8)
Thank goodness, all is well in the world again :D
by bogs
Thu Sep 19, 2019 4:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Confused about >=
Replies: 17
Views: 7699

Re: Confused about >=

On further testing, I found out that the dictionary entry is actually incorrect ! = does not stand for what the dictionary says at all. It actually *does* work just as you learned it in grade school (and everywhere else). I then checked the later dictionary versions, and found it was corrected somew...
by bogs
Thu Sep 19, 2019 3:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Confused about >=
Replies: 17
Views: 7699

Re: Confused about >=

Klaus, are you telling me that you know of someplace on planet Earth where "=" amounts to "greater than" ? Please feel free to enlighten me. To boot, I thought (especially after some of the discussions I've been a participant in) that the idea was to make this language work the same on all supported...
by bogs
Thu Sep 19, 2019 3:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Confused about >=
Replies: 17
Views: 7699

Confused about >=

I only just this morning got around to looking this up in the dictionary (after trying to figure out why I was getting bizarre results in some of my scripting), and to say the least found the reasoning in the description confusing as all get out. Summary: Compares two values and returns true if the ...
by bogs
Wed Sep 18, 2019 2:45 pm
Forum: Internet
Topic: Browser widget timeout?
Replies: 15
Views: 12821

Re: Browser widget timeout?

I'm kinda curious why putting break points in all of his handlers doesn't trigger past the original handler :roll:
by bogs
Tue Sep 17, 2019 6:34 pm
Forum: Android Deployment
Topic: Change the color of the android native bar.
Replies: 7
Views: 4973

Re: Change the color of the android native bar.

Sorry Jellobus, I don't dev for mobile of any kind, but as I said in my first post, since the nav bar is provided by the Android OS, and not Lc, I really doubt there is any way you are going to change anything about it. Just an opinion on my part. There *is* an api for it, which you can find out abo...
by bogs
Mon Sep 16, 2019 12:39 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: HTML source code within Web Browser?
Replies: 17
Views: 12204

Re: HTML source code within Web Browser?

I'm not familiar with these "new" widgets (I started coding with Hypercard :P ). I started with Edlin myself :shock: As for Lc, I started with Lc 6.0.1, and rapidly moved backwards to Mc 2.5, so I really have no familiarity with widgets at all :!: :P While I *may* know a little html, that (future) ...
by bogs
Mon Sep 16, 2019 11:48 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: HTML source code within Web Browser?
Replies: 17
Views: 12204

Re: HTML source code within Web Browser?

@ -hh - that is fascinating, and something I don't think I ever even thought of before. Awesome! @ Zax - If you crack open the dictionary, and type 'browser' into the search, you'll see an entry that says ... dictionaryBrowser.png ...under which you will find all the messages and properties for the ...
by bogs
Sun Sep 15, 2019 10:46 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: HTML source code within Web Browser?
Replies: 17
Views: 12204

Re: HTML source code within Web Browser?

Hmmm, lemme see if I got this right then. If you do the first thing I said, "put url (page address) into (your container), that should be the original source, right? If you "put the htmlText of widget "browser" into (your container), that is also the original source? I would have thought the 2nd wou...

Go to advanced search