Search found 26 matches

by paulgabel
Sat Feb 02, 2013 6:01 pm
Forum: Games
Topic: Flipping solitaire cards with core images
Replies: 2
Views: 5591

Re: Flipping solitaire cards with core images

Hi Paul, put image "card2" into image "card1" this replaces image "card1" with image "card2". I don't think it is what you want. first hide image "card1", at the location of image "card1" is image "card2". then issue your show image... command. I append a little stack that shows it. visualEffects.l...
by paulgabel
Fri Feb 01, 2013 11:36 pm
Forum: Games
Topic: Flipping solitaire cards with core images
Replies: 2
Views: 5591

Flipping solitaire cards with core images

Hi: I am trying to flip cards in my solitaire game using core images. on mouseUp lock screen put image "card2" into image "card1" unlock screen with visual effect CIPageCurlTransition slow with angle 0.3 and backsideImage id 15444 and extent (0,0,400,300) and radius 200.00 and shadingImage id 15449 ...
by paulgabel
Thu Aug 30, 2007 12:07 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: White card/window update problem
Replies: 3
Views: 4268

White card/window update problem

I'M VERY EXCITED. RIGHT AFTER THE LAST POST, I TRIED AGAIN, THIS TIME USING "5 MILLISECS" INSTEAD OF "0 MILLISECS." NOW IT WORKS BEAUTIFULLY. YOU WERE RIGHT WHEN YOU SAID "YOU MAY NEED TO EXPERMENT A LITTLE MORE." THANK YOU VERY MUCH. :D
by paulgabel
Wed Aug 29, 2007 11:57 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: White card/window update problem
Replies: 3
Views: 4268

White card/window update problem

I really appreciate your effort to solve my problem, but when I implemented your suggestion I got the same behavior that I had before — white screen for about 1 second, then correct card of other stack shows after the two-stack movement has (presumably) occurred. I put the "foo2" handler in the Qu...
by paulgabel
Wed Aug 29, 2007 9:38 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: White card/window update problem
Replies: 3
Views: 4268

White card/window update problem

A script in a card in one stack (SuperExam) is supposed to take me to a particular card in another stack (Questions) and then move the stack (Questions) and another stack (Examinee Controls). What happens is that I get a white screen/blank card, then after a second or so, when the new card is drawn ...
by paulgabel
Sun Jul 22, 2007 8:30 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: little arrows scrollbars?
Replies: 2
Views: 4650

Thank you

Thanks, Klaus. Once again you've bailed me out (American colloquialism). I had tried these handlers, but I was putting the add and subtract in the wrong places. :D
by paulgabel
Sun Jul 22, 2007 12:47 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: little arrows scrollbars?
Replies: 2
Views: 4650

little arrows scrollbars?

I can't get the Little Arrows to work properly. I've read several articles by other frustrated little arrow users, but I can't find anything that helps. The docs have not been updated to specificly deal with them. Could somebody reply with an actual little arrows script that will increase or decreas...
by paulgabel
Tue Jul 17, 2007 5:46 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Message Box as a substack of my mainstack???
Replies: 2
Views: 4374

Thanks

Thanks xApple. I was afraid that if I deleted the stack "Message Box" I wouldn't have one anymore. But I followed your advice and everything turned out just fine. :D
by paulgabel
Mon Jul 16, 2007 5:57 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Repeat loops won't work anymore
Replies: 4
Views: 5337

Thanks

Thanks Kai. I followed your advice to uninstall and reinstall. This seems to have solved the problem, though I have other weirdnesses that didn't get fixed. :D
by paulgabel
Mon Jul 16, 2007 5:51 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Message Box as a substack of my mainstack???
Replies: 2
Views: 4374

Message Box as a substack of my mainstack???

Rev Studio 2.8.1 Mac OS X 10.4.10 iMac Intel I had a mainstack with 5 substacks. I decided to make a new mainstack, so I created it then copied the original substacks to the new mainstack using: set the mainstack of stack "substack" to "mainstack" Also, I cloned my original mainstack and put the clo...
by paulgabel
Sun Jul 15, 2007 10:08 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Hiliting tab panel tabs on open card
Replies: 3
Views: 5091

Thanks

Thanks Klaus! This works fine. It wasn't at all intuitive (to me). :P
by paulgabel
Sun Jul 15, 2007 9:28 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Hiliting tab panel tabs on open card
Replies: 3
Views: 5091

Hiliting tab panel tabs on open card

Rev Studio 2.8.1 Mac OS X 10.4.10 iMac Intel I have a tab panel with six tabs. They all work fine when I click on a tab, but when I go (from outside the tabbed cards) to one of the cards that use this tab panel group background I want the corresponding tab to hilite (turn blue) so the user knows whe...
by paulgabel
Sun Jul 15, 2007 12:42 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Repeat loops won't work anymore
Replies: 4
Views: 5337

Thank Kai: Is it the stack that might be corrupted, or Revolution itself, or a corrupted Revolution corrupting a stack? I don't suppose Revolution has an uninstaller.
by paulgabel
Sat Jul 14, 2007 10:39 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Disappearing controls on editable stack card
Replies: 10
Views: 8811

It happened again!

This morning it happened again, but this time I may have a clue. When I deleted a card in one open stack, immediately all of the controls disappeared from another open stack (the same one that was affected in my original post). I closed everything without saving and then reopened, but this time I de...
by paulgabel
Sat Jul 14, 2007 10:31 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Repeat loops won't work anymore
Replies: 4
Views: 5337

Repeat loops won't work anymore

Rev Studio 2.8.1 build 470 Macintosh (iMac) Intel Mac OS X 10.4.10 I like working hard to solve a problem, but when something as simple as a repeat loop stops working it is very frustrating. All of my repeat loops are dead. I made a test button with this simple script, and it won't work either: on m...