Search found 15 matches

by margu
Fri Apr 26, 2013 2:05 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: help me, too large application
Replies: 1
Views: 1633

help me, too large application

i've exported a standalone application that have this code on openstack set the fullscreen of this stack to true end openstack it's perfect, on my computer, but when i try it on an another pc that have a smaller screen then mine, the application open too large (i think large as my screen). how to fix?
by margu
Tue Apr 23, 2013 8:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: too large!
Replies: 1
Views: 1900

too large!

i've exported a standalone application that have this code on openstack set the fullscreen of this stack to true end openstack it's perfect, on my computer, but when i try it on an another pc that have a smaller screen then mine, the application open too large (i think large as my screen). how to fix?
by margu
Tue Apr 23, 2013 2:59 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: exporting bug
Replies: 11
Views: 5674

Re: exporting bug

Mark wrote:Hi,

PlayerFinished works on iOS and Android, not on desktop platforms. Try the playStopped message. (I know this is confusing, because there is playStopped, playerFinished, playerStopped and play stop, just to name a few).

Best,

Mark
thank you very much!!!
now all works correctly
by margu
Mon Apr 22, 2013 10:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: exporting bug
Replies: 11
Views: 5674

Re: exporting bug

i've written on player:

Code: Select all

on playerfinished
   open card id 1030
end playerfinished
but doesn't work
by margu
Mon Apr 22, 2013 10:04 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: exporting bug
Replies: 11
Views: 5674

Re: exporting bug

ok i fixed it.
but i have one more question.
how to do that when the video finish a new card will open?
by margu
Mon Apr 22, 2013 8:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: exporting bug
Replies: 11
Views: 5674

Re: exporting bug

sorry, but doesn't work
by margu
Mon Apr 22, 2013 7:49 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: exporting bug
Replies: 11
Views: 5674

Re: exporting bug

Hi, Which platform are you creating a standalone for? What do you test on? Do you mean that the movie appears in a corner of the screen or is the movie rotated? How did you import or otherwise include the movie in your standalone? Best, Mark i create standalone for win linux and mac, but i only ope...
by margu
Mon Apr 22, 2013 6:54 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: exporting bug
Replies: 11
Views: 5674

exporting bug

when i save the the application as standalone the video that s plays on fullscreen when i test the app isn't on fullscreen.
this appear in an angle of the screen.
how to fix?
by margu
Mon Apr 22, 2013 6:51 pm
Forum: Games
Topic: text game
Replies: 6
Views: 6146

Re: text game

thank you man
by margu
Sun Apr 21, 2013 6:18 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: only fullscreen
Replies: 2
Views: 2218

Re: only fullscreen

snm wrote:Put this script in openStack handler.

Marek
thank very much
by margu
Sun Apr 21, 2013 5:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: only fullscreen
Replies: 2
Views: 2218

only fullscreen

how can i do an only full screen application. i made a button with this code: on mouseup set the fullscreen of this stack to true end mouseup and then i press and cancelled the button, but when i open the application this isn't in fullscreen. how can i make an application that is always on fullscree...
by margu
Sun Apr 21, 2013 2:27 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: automatic progressabar
Replies: 1
Views: 1805

automatic progressabar

how can i create a progress bar that start without buttons?
when the card open the bar must start and in a few seconds (5 seconds) end and then a video must be play
names
first card: card id 1010
progress bar: Progress Scrollbar
video: video.mov
thank
and sorry for the bad english
by margu
Sun Apr 21, 2013 1:13 pm
Forum: Games
Topic: text game
Replies: 6
Views: 6146

Re: text game

i prefer that Going to cd id 1010 when "hello" has written in the field and the user clicked to a checkup btn.
but i'm okay also with the first choice.
thank
by margu
Sat Apr 20, 2013 1:27 pm
Forum: Games
Topic: text game
Replies: 6
Views: 6146

Re: text game

thank, but don't work
i tried to put this string in the stack and in the field.
when i write hello in the field card 1010 doesn't open
by margu
Sat Apr 20, 2013 1:03 pm
Forum: Games
Topic: text game
Replies: 6
Views: 6146

text game

how can i create a text game?
when i was using visual basic on windows i wrote
if field.text = "hello" then show window2
but i don't know how to do this on live code
i tried this but doesn't work
if text into field is "hello" then open card id 1010

help me.
thank