Search found 1546 matches

by MaxV
Thu Mar 14, 2019 7:22 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ANN: New player
Replies: 2
Views: 3692

ANN: New player

Hello,
since player on Linux from LC8 and up is affected of bugs, I made another player. You can download here: https://github.com/angerangel/playerwidget/tree/master

It use MPlayer, so wherever mplayer works, it can work.

It's a very early stage, but it's very promising. :P
by MaxV
Wed Jan 23, 2019 5:21 pm
Forum: Windows
Topic: icons not appearing in standalone
Replies: 5
Views: 6039

Re: icons not appearing in standalone

Ok solved, you have to put a button with the icon for each icon you want to see in your standalone. For example, if you have a button that can change icon with 3 different icon, you have to put somewhere, even invisibles, a button with each of the icon. This way Livecode includes their graphics in t...
by MaxV
Wed Jan 23, 2019 5:07 pm
Forum: Windows
Topic: icons not appearing in standalone
Replies: 5
Views: 6039

Re: icons not appearing in standalone

Please, can you explain the procedure? I too can't change button icon in the standalone.
The icon of a button is included, but the others that it will change not.
by MaxV
Wed Jan 23, 2019 1:56 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: SQL layout on different lines
Replies: 3
Views: 2850

Re: SQL layout on different lines

Try this

Code: Select all

replace "," with (comma & return) in tFields
See also: https://livecode.wikia.com/wiki/Replace
by MaxV
Wed Jan 23, 2019 1:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Visual WSJF tool
Replies: 3
Views: 2940

Re: Visual WSJF tool

Connection to database is very easy: https://livecode.wikia.com/wiki/MySQL Drag and drop is very simple (there is the translate button of the page on top right): https://livecodeitalia.blogspot.com/2014/10/drag-drop-da-programmi-esterni_8.html All the rest is just SQL queries and a very little of Li...
by MaxV
Wed Jan 23, 2019 1:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: When is a Number a Number?
Replies: 22
Views: 11378

Re: When is a Number a Number?

Max. Don't EVER ... What you propose so strongly is, to me, more a matter of the user experience than the best way to solve the problem. In other words, a matter of style. In yet other words, is it better to deny the entry, char by char, of illegal keypresses, or is it better to deny the totality o...
by MaxV
Tue Jan 22, 2019 2:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Visual WSJF tool
Replies: 3
Views: 2940

Re: Visual WSJF tool

Jira is proprietary a bug tracer software. It run locally, on a PostGre/MySQL database, so the short answer is YES.
Livecode natively support MySQL/PostGre databases.
by MaxV
Tue Jan 22, 2019 2:20 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: When is a Number a Number?
Replies: 22
Views: 11378

Re: When is a Number a Number?

I want a Field to only have numbers entered into ie. no text. So I looked at the code in the Lessons Book on page 127 and put this together for my Field script on keyDown thekey If thekey is not a number then answer information "Must be a number" else pass keyDown PUT me into nareasqm end keyDown H...
by MaxV
Fri Jan 18, 2019 3:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: [SOLVED] Converting in a background
Replies: 5
Views: 3994

[SOLVED] Re: Converting in a background

Wow, PLACE should be in right click menu, I didn't find it.
Thank you all
by MaxV
Tue Jan 15, 2019 5:10 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: [SOLVED] Converting in a background
Replies: 5
Views: 3994

[SOLVED] Converting in a background

Hi, I have a stack with many cards. Now field 1 of card 1 has to become a background object of all cards. My problem is: how to do? If I change the property of a group to act as a background, it is automatically copied in new card as a backgroud. On the contrary copying background on new cards doesn...
by MaxV
Thu Dec 20, 2018 8:39 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: [SOLVED] Code problem, or event problem?
Replies: 6
Views: 4758

Re: [SOLVED] Code problem, or event problem?

I found the problem and the solution. If a graphic has a even number of pixel size (4x4), the loc is rounded (2,2 or 3,3 else), and some time is not rounded equally for all graphics, so along the movement path some graphic can't pass on the pixel on the other graphics and they can't activate the tur...
by MaxV
Wed Dec 19, 2018 5:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: a ray for array... (=^..^=)
Replies: 10
Views: 6660

Re: a ray for array... (=^..^=)

Mariasole,
you need to start using Sqlite, it is inside livecode

Go to advanced search