Search found 140 matches

by Obleo
Sun Jan 18, 2009 7:39 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Logical operator isn't operating!
Replies: 4
Views: 5824

Actually I did just try your script . Remove the term "is" in front of the operator ">="

so that line would read this :

if whatCase >= 65 then put whatCase into message.

It work with and without the double qoutes by just remove the term "is"

hope that helps.
by Obleo
Sun Jan 18, 2009 7:30 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Logical operator isn't operating!
Replies: 4
Views: 5824

I had a similar issue with this once, and from my notes I fixed it by putting the value between double quotes.

like this; if whatCase is >= "65" then put whatCase into message

I did not try your script but you may want to try this and see if that fixes it.

good luck
by Obleo
Wed Jan 14, 2009 4:52 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Want Mac menu in the window, not the menu bar
Replies: 3
Views: 2801

You can easly do this by NOT checking the checkbox "set as Menubar on Mac OS, within the menu builder. Then the menu will appear in the window.

Happy scripting :)
by Obleo
Sun Jan 04, 2009 11:14 pm
Forum: Talking LiveCode
Topic: opening a web page (archive)
Replies: 4
Views: 4756

You can also convert the webarchive format to one of these formats : txt, html, rtf, rtfd, doc, docx, wordml, odt, webarchive form shell . And import the converted file into your program. Using the user command textutil to convert the file with the shell function in revolution. example in rev conver...
by Obleo
Thu Jan 01, 2009 9:30 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to Save 2+ Stacks as standaloner?
Replies: 7
Views: 5354

Holá from the old to the new world, which means, holá Obleo :) Thanks for answering :) I understand and did: In the standalone builder under Stacks. There the add Stack Files. But what do you mean with: Do not forget to script this in the main stack before using: start using stack "my stack name"...
by Obleo
Thu Jan 01, 2009 8:52 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to Save 2+ Stacks as standaloner?
Replies: 7
Views: 5354

If your waiting a minute to load a card ??? You may want to reference files that are loaded into a stack / card, over embedding them into the stack. That can cut down the overall memory and speed processing issues. I am unsure if that is the problem here. (But kind of sounds like it, me.) Also there...
by Obleo
Thu Jan 01, 2009 8:39 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to Save 2+ Stacks as standaloner?
Replies: 7
Views: 5354

inselfan In the standalone builder under Stacks. There the add Stack Files. Do not forget to script this in the main stack before using: start using stack "my stack name" If the project is currently set up with substacks, they can be move into individual stack files. Under the advanced Options in th...
by Obleo
Wed Dec 31, 2008 9:56 pm
Forum: Mac OS
Topic: Shortcut commands missing in menus
Replies: 0
Views: 2435

Shortcut commands missing in menus

I am having a bit of trouble getting the shortcut commands I am setting to appear in the menu-bar of mac OSX 10.5.5 and 10.5.6 (standalone build) The shortcuts I added do appear in both Windows and Linux (standalone builds of the same project) Just not mac. Anyone have any idea why or what could be ...
by Obleo
Mon Dec 29, 2008 4:28 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: What is an explicit variable?
Replies: 2
Views: 2148

Explicit Variables is declaring the variable. using this method you have to declare all variable your going to use before using them. They go before (or above) where write the hander or code that uses them. If you use an non declared variable in the same code with Explicit Variables declared, it wil...
by Obleo
Tue Dec 23, 2008 12:37 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Showing and hiding menu bar within built app
Replies: 2
Views: 2162

you can use the hide menubar and show menubar bar commands with The mouseLoc function. If the mouse pointer is x pixels from the top of the ScreenRect it could show the menubar and y pixels away could hide the menubar. I have not tried it but can not see why it should not work. Actually just poking ...
by Obleo
Wed Dec 17, 2008 10:09 pm
Forum: Talking LiveCode
Topic: How many programming language do you use regularly?
Replies: 6
Views: 4627

It comes down to what is it a client wants, Then what is the most effective way to get it done. Just thinking about the current time I got to say I use 15 different ones now. And I could even count all the ones I have used since the late 1970's. It would be great if one language could do everything ...
by Obleo
Sat Dec 13, 2008 5:04 pm
Forum: Off-Topic
Topic: who is mirye revolution.
Replies: 9
Views: 7278

That is True FourthWorld product name changing is very confusing. Usually a name or title changes when a company sells all right to another company like when Adobe bought out Macromedia. Or like when Google bought up Sketch-UP. I just looked for this mirye and I can see how the name and packaging of...
by Obleo
Sat Dec 13, 2008 3:39 pm
Forum: Off-Topic
Topic: who is mirye revolution.
Replies: 9
Views: 7278

Publishers in games and software mostly never actually makes any products. Here is a great example of that. Freeverse.com Every single title they offer, they did not make. Another development team did, And Freeverse sells products. Play-First is a publisher and developer. They develop all the games ...
by Obleo
Tue Dec 02, 2008 7:00 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Making noises
Replies: 4
Views: 3657

There is a library stack called shakobox, that access 128 built in quicktime MIDI instruments at Hyperactive web site for revolution Link

It is pretty neat and worth checking out.
by Obleo
Sun Nov 30, 2008 1:37 pm
Forum: Multimedia
Topic: Image File Metadata accessibility?
Replies: 22
Views: 19346

Thanks for your quick replies. Unfortunately Obleo, I will have to use the soft from MacOSX *and* Windows (sorry, I should mention this point in my previous post). . I did locate shell info for windows on metadata at http://msdn.microsoft.com/en-us/library/bb643802.aspx After seeing that library ma...

Go to advanced search