Search found 45 matches

by AstghikM
Mon Nov 16, 2015 3:03 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: YouTube video in browser
Replies: 0
Views: 1853

YouTube video in browser

Hi again :) i was trying to play a youtube video in browser on android , but i got a problem : i could hear the audio but not see the video. so i start to search something about it and found the same problem in one of the posts http://forums.livecode.com/viewtopic.php?t=17341 , but i could not find ...
by AstghikM
Mon Nov 16, 2015 1:49 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: fullscreenmode
Replies: 1
Views: 1620

Re: fullscreenmode

i just find a solution :) i wrote all the fullscreenmodes for different substacks in the mainstack preopenstack and it works fine.
by AstghikM
Mon Nov 16, 2015 12:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: fullscreenmode
Replies: 1
Views: 1620

fullscreenmode

Hello all, I have a question about the "fullscreenmode". How i can get it working for the substacks? for the main stack it works very good. I have tryed this, but no result. on preopenstack set the fullscreenmode of stack "home" to "exactfit" end preopenstack on preopenstack set the fullscreen of th...
by AstghikM
Tue Nov 10, 2015 2:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: mobile orientation
Replies: 9
Views: 5670

Re: mobile orientation

pink wrote: or that you want to actually change it live without rotating the device?
hi, thanks for reply . yes i want to change it without rotating the device.
by AstghikM
Tue Nov 10, 2015 1:55 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: mobile orientation
Replies: 9
Views: 5670

mobile orientation

Hi everyone,
I would like to know is there any way to force to change the orientation (ex. from portrait to landscape) on mobile devices without physical rotation.

Thanks :)

Astghik
by AstghikM
Wed Sep 30, 2015 6:16 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: native text controller
Replies: 3
Views: 3020

Re: native text controller

Every native input, clicking on it show the keyboard. If you call inputCreate , you have to pass 3 parameters: pControll, pControlName, pType. For example: inputCreate 1, "mycuteControll", "plain" or inputCreate 1, "mycuteControll", "password" Thank you MaxV, I tried that and it works on preOpenCar...
by AstghikM
Mon Sep 28, 2015 11:53 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: native text controller
Replies: 3
Views: 3020

native text controller

Hi everyone :) i need an idea how to show up android keyboard automatically using native text controller. the problem is that first i have to create the control, then click on it and only after that the keyboard shows up. Here is what i tried using this lesson http://lessons.runrev.com/m/4069/l/2911...
by AstghikM
Sun Sep 20, 2015 7:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Deleted objects still in the memory
Replies: 18
Views: 8762

Re: Deleted objects still in the memory

Is shared to true ? The original group not shared to true, but when i copy the group on one card, and in another card "objects/place objects" it is automatically becomes shared and behavior to true. but the question is why after pasting an object still can see that object in place group list when i...
by AstghikM
Sun Sep 20, 2015 7:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Deleted objects still in the memory
Replies: 18
Views: 8762

Re: Deleted objects still in the memory

jmburnod wrote: I think they have the same id because they have bgbehavior to true
ok, but the groups i copied don't have behavior to true,
by AstghikM
Sun Sep 20, 2015 6:24 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Deleted objects still in the memory
Replies: 18
Views: 8762

Re: Deleted objects still in the memory

Hello everyone, I just noticed another problem, when i copy some object or group of objects on one card, in that card "Objects/Place Group" is empty, but when i am on another card, where i did not copy the objects "Objects/Place Group" has the list of the objects, and if i place the objects and dele...
by AstghikM
Fri Sep 18, 2015 9:45 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Deleted objects still in the memory
Replies: 18
Views: 8762

Re: Deleted objects still in the memory

... you'll find them listed in the IDE's Object menu under the Place Groups submenu. oh i see, never thought to look there. Faster solution: write a quick script to delete them, e.g.: on mouseUp put the backgroundIDs of this stack into tList repeat for each line tID in tList set the cantdelete of b...
by AstghikM
Fri Sep 18, 2015 3:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Deleted objects still in the memory
Replies: 18
Views: 8762

Re: Deleted objects still in the memory

How are you searching for these objects? Hi, thanks for reply I am searching some function that was in deleted objects and it brings that object code. i am attaching a file, as you see it is 772kb but has only one button on it, and if you try to search in the script "get" or something else that can...
by AstghikM
Fri Sep 18, 2015 8:07 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Deleted objects still in the memory
Replies: 18
Views: 8762

Deleted objects still in the memory

Hi everyone :) I have a question about deleted objects from livecode file. All the objects that i have deleted from my project long time ago i can see now as for example "bkgn group "player" of stack "stackName" " and all the objects from all this time, could be button, substack and so on, with thei...
by AstghikM
Mon Jun 15, 2015 8:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: problem with retriving Android device location
Replies: 4
Views: 3477

Re: problem with retriving Android device location

Hi Astghik, Tried the stack on one of our test devices and the data seems to be coming back ok. See the below screenshot- Screenshot_2015-06-15-15-09-47.png One thing to try (with the location sensor) is physically moving about the room you are in. This is because the locationChanged message is onl...
by AstghikM
Mon Jun 15, 2015 2:58 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: problem with retriving Android device location
Replies: 4
Views: 3477

problem with retriving Android device location

Hi, I am trying to get mobile device current location via the script, which I am attaching. I checked all the fields suggested on runrev lesson: http://lessons.runrev.com/s/lessons/m/4069/l/30379-how-do-i-get-the-location-and-use-the-digital-compass I was able to get "Location Tracking is Supported"...

Go to advanced search