Search found 67 matches

by Johan_VH
Tue Oct 14, 2014 1:28 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: revBrowser javascript error | SOLVED
Replies: 7
Views: 4761

Re: revBrowser javascript error

Yes it does the trick!

I'm already running 7.0, so I didn't need to download anything either. Thanks a million!

Now let's see if I can get it nailed shut so the visitors can't visit any nature-sites anymore ;-)

Johan
by Johan_VH
Tue Oct 14, 2014 1:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: revBrowser javascript error | SOLVED
Replies: 7
Views: 4761

revBrowser javascript error | SOLVED

Hi all, I'm trying to set up an infokiosk which allows our visitors to visit 3 different sites. I installed software for it , but it still allows them to browser to other websites sometimes, no matter if I only whitelisted those three sites. So, obvious solution: make it myself in LiveCode. However,...
by Johan_VH
Mon Aug 04, 2014 2:10 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: replace a substack | SOLVED
Replies: 4
Views: 2619

Re: replace a substack | SOLVED

Thanks again Klaus! I will go the safe way and do it again with saving and quitting now. Follow up question: is it possible to have my substacks that are the same for all my projects (in my case the screensaver and the registration) in a central location and link to them from every project so they o...
by Johan_VH
Mon Aug 04, 2014 1:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: replace a substack | SOLVED
Replies: 4
Views: 2619

Re: replace a substack

I was too fast posting a question about it. I just figured it out myself.

Just in case anyone else ever has the same issue: Open the new stack, go to the property inspector of the stack and in 'basic properties' select the main stack it should belong to. :D
by Johan_VH
Mon Aug 04, 2014 1:54 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: replace a substack | SOLVED
Replies: 4
Views: 2619

replace a substack | SOLVED

Hi, I've made so many changes to a substack that is used for all my projects that I'm working on, that I would rather be able to just remove the old substacks and replace them with the new one. I've save the new substack to a separate file, but I don't find any information to import it as part of my...
by Johan_VH
Fri Aug 01, 2014 3:48 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: next card takes 3 seconds | SOLVED
Replies: 6
Views: 3583

Re: next card takes 3 seconds | SOLVED

I was copying each object on my card to a brand new card in order to pinpoint where the problem rose. It is on windows, I use 6.7 (dp 6). I just stay on the same card for the entire multiplechoice of 10 questions, and have the clock start and stop by script. I didn't try empty, but I did try to set ...
by Johan_VH
Fri Aug 01, 2014 3:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: move without waiting makes obj jump to new location|SOLVED
Replies: 3
Views: 2393

Re: move without waiting makes object jump to new location

I tried your code Dunbarx, and it worked like a charm. I used a new card to test this. So then I copied it all to the offending card, aaaaaaand it didn't work anymore. In the meantime I was working on another issue: this particular card had a lag of 3 seconds when being called. So I decided the prob...
by Johan_VH
Fri Aug 01, 2014 3:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: next card takes 3 seconds | SOLVED
Replies: 6
Views: 3583

Re: next card takes 3 seconds

I've tried with different codecs for quicktime, hight quality, low quality, to no avail. Even a tiny 5x5 pixel quicktime made sure I had that lag occuring. Preventing it from buffering didn't help either. I didn't really bother with using something else but quicktime, but decided to just forgo that ...
by Johan_VH
Fri Aug 01, 2014 10:05 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: next card takes 3 seconds | SOLVED
Replies: 6
Views: 3583

Re: next card takes 3 seconds

I tried William's approach before posting the entire stack, since everything starts with rfid read-in tags, I'd have to reprogram in order to make it work for you guys. What I noticed is that everything goes smoothly untill I copy my countdown clock. It's a quicktime movie, and apparantely it slows ...
by Johan_VH
Thu Jul 31, 2014 1:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: move without waiting makes obj jump to new location|SOLVED
Replies: 3
Views: 2393

move without waiting makes obj jump to new location|SOLVED

Hi again, another problem: I have a multiplechoice-quiz. When the user selects an answer a group moves into view detailing wheter he or she answered correctly. This group slides into view from the bottom of the screen. It works fine if I just move it, but then you notice that the clock which has to ...
by Johan_VH
Thu Jul 31, 2014 1:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: next card takes 3 seconds | SOLVED
Replies: 6
Views: 3583

next card takes 3 seconds | SOLVED

Hi all, I have a problem... When I go to my next card, it takes up to 3 seconds before it is displayed. Even when I disable all scripts, it still takes that long. I then made sure every graphic is externally linked and not preloaded in memory, but the lag remains. I develop for desktop by the way. I...
by Johan_VH
Wed Jul 30, 2014 9:46 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: owner of the target is stack instead of group | SOLVED
Replies: 4
Views: 3055

Re: owner of the target is stack instead of group-STACK POST

Grüss dich Bernd, since the entire exhibition uses touchscreens, and having a button act on release on a touchscreen is counter-intuitive, I had to use the mouseDown event. So I ungrouped all the buttons, removed the groups, saved and re-openend the project. For some reason, just ungrouping them did...
by Johan_VH
Tue Jul 29, 2014 10:23 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: owner of the target is stack instead of group | SOLVED
Replies: 4
Views: 3055

Re: owner of the target is stack instead of group

Hi, I had a day off yesterday, so with a bit of delay, here's my stack. Mind you, it's my very first project in LiveCode, so expect a bit of completely non-logical stuff in my code. ;-) When you open the stack, press the startbutton to, well, start it. That at the very least is logical! Next select ...
by Johan_VH
Fri Jul 25, 2014 2:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: owner of the target is stack instead of group | SOLVED
Replies: 4
Views: 3055

owner of the target is stack instead of group | SOLVED

Hi all, my project goes along smoothly, but I still have a problem with some mouseDown events. When I enter a new card and click on the groups (that act as buttons) something strange happens. When I click a group that is unique to the card, all is fine. The mouseDown (in the cardscript) handles "the...
by Johan_VH
Thu Jul 10, 2014 3:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: stack semi-transparent over main stack? |SOLVED|
Replies: 14
Views: 5916

Re: stack semi-transparent over main stack?

Why postpone till tomorrow when you can do it today? So I just tried it, and it works. http://imgur.com/BSkx8ih The mask is a png with alpha channel, the part that is to be shown is black. The entire png is the same size as the main stack. The code used is the following: on preOpenCard set the windo...

Go to advanced search