Search found 1546 matches

by MaxV
Thu Sep 06, 2018 10:01 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: math
Replies: 27
Views: 11292

Re: math

Hi can't understand the forumal, the first form was:

Image

The second form is:
Image

Is this the formula?
by MaxV
Wed Aug 29, 2018 11:48 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Script editor typing char by char
Replies: 17
Views: 10097

Re: Script editor typing char by char

It's not "unopular", it's "unpopiuinla". It's the main character of a big funny book. It's the contraction of the italian phrase un po' più in là that it means "a little further".
This is the book: https://en.wikipedia.org/wiki/Rumo_and_ ... Adventures
by MaxV
Wed Aug 29, 2018 11:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Cannot Rotate Image
Replies: 2
Views: 2475

Re: Cannot Rotate Image

Just use this:

Code: Select all

...
set the angle of img "temp" to 90
set the imagedata of image "temp" to the imagedata of image "temp"
export img "temp" to file temppath as JPEG
...
by MaxV
Wed Aug 29, 2018 11:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Script editor typing char by char
Replies: 17
Views: 10097

Re: Script editor typing char by char

bogs wrote:
Wed Aug 29, 2018 12:33 pm
Breakout in 12 minutes? Great job Max (bookmarked the channel). Curious as to the "unpopular'' moniker though, is it a jokey thing?
Try this game https://www.google.co.uk/imghp?q=atari+breakout
by MaxV
Wed Aug 29, 2018 2:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Poker Hand Assessor
Replies: 5
Views: 4352

Re: Poker Hand Assessor

Here my poker library: ########CODE to copy and paste with your mouse####### on MouseUp 20 #hand notation like: 20 #1c,2d,3h,4s,13s 20 put field "hand" into tHand 20 put analPoint(thand) into field 2 end MouseUp function analPoint tHand 20 sort items of thand numeric by the char 1 to -2 of each 20 r...
by MaxV
Wed Aug 29, 2018 12:04 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Poker Hand Assessor
Replies: 5
Views: 4352

Re: Poker Hand Assessor

richmond62 wrote:
Wed Aug 29, 2018 11:46 am
Nice, but
Download it and hack it. 8)
OK :D
by MaxV
Wed Aug 29, 2018 11:45 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Poker Hand Assessor
Replies: 5
Views: 4352

Re: Poker Hand Assessor

Nice, but the suits? (clubs, diamond, hearts, and spades)
by MaxV
Wed Aug 29, 2018 11:14 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: property inspector size issue
Replies: 12
Views: 6931

Re: property inspector size issue

same problem on Linux
by MaxV
Wed Aug 29, 2018 6:02 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Script editor typing char by char
Replies: 17
Views: 10097

Re: Script editor typing char by char

Great work bogs. I'll use your script for the scroller in my next video.
Here my first video: https://youtu.be/K0fFwHPU7RY
by MaxV
Tue Aug 28, 2018 4:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Script editor typing char by char
Replies: 17
Views: 10097

Re: Script editor typing char by char

this seems working: ########CODE to copy and paste with your mouse####### on MouseUp 20 repeat for each character x in the clipboardData 20 20 put x after field "Script" of group "Editor" of card "Main" of stack "revNewScriptEditor 1" 20 20 send "reapplyPreferences" to group "Editor" of card "Main" ...
by MaxV
Tue Aug 28, 2018 4:04 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Script editor typing char by char
Replies: 17
Views: 10097

Re: Script editor typing char by char

LiveCode_Panos wrote:
Tue Aug 28, 2018 8:05 am
Hi Max,

You might also find the "type" command useful.

Best,
Panos
--
How can use type on the Livecode IDE script editor?
by MaxV
Tue Aug 28, 2018 4:00 pm
Forum: Databases
Topic: Import Images From mySQL to a Datagrid Table
Replies: 4
Views: 5775

Re: Import Images From mySQL to a Datagrid Table

Are you sure that you have a datagrid, with style set to FORM? If so, you can't use dgText property. Do yu know how to extract binary data like images from a Database? See https://livecode.wikia.com/wiki/MySQL#Working_with_binaries Now please follow these steps: create a datagrid open the property e...
by MaxV
Tue Aug 28, 2018 12:25 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Script editor typing char by char
Replies: 17
Views: 10097

Script editor typing char by char

Hello, I would make amazing educational videos about livecode, but I need these feature: a button that clicking on it it takes the text in the clipboard memory (CTRL+C) and then put it in the current script editor page char by char as I were typing it. (I made a lot o misspelling typing, so I can't ...
by MaxV
Fri Aug 24, 2018 9:39 am
Forum: CGIs and the Server
Topic: LiveCode Lesson "Install LiveCode Server on Mac OS X" needs updating
Replies: 12
Views: 10136

Re: LiveCode Lesson "Install LiveCode Server on Mac OS X" needs updating

I guess I could see your point *if* for example, you were looking at something like this post, which is - Well we all could have got premium templates and resources fro free. If we had downloaded freedom app on our device. It allows to do free of cost in-app purchases Unlike Max's post, the above p...

Go to advanced search