Search found 96 matches

by xfratboy
Mon Sep 27, 2010 3:39 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Easing Effect with Move command?
Replies: 1
Views: 1969

Easing Effect with Move command?

In my quest to make things move in Rev, I'm trying to figure out if there is a way to create a more fluid 'easing' effect with the Move command? I understand there's some other ways of moving things such as setting the LOC of an object. I studied the wonderful example by the tactilemedia folks; http...
by xfratboy
Thu Sep 16, 2010 4:34 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Smooth Move
Replies: 2
Views: 2140

Re: Smooth Move

Thanks for the thoughts on this. I don't really see much of a change though (as you suspected). I made a little scrollbar that changes the syncrate while moving and found out that some screens look slightly better with different sync rates. As a test, I connected my LCD TV up to my HDMI port on the ...
by xfratboy
Wed Sep 15, 2010 6:13 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Smooth Move
Replies: 2
Views: 2140

Smooth Move

I'm having some issues with jumpy move behavior. I'm wondering if there are any tricks to achieving smoother moves. Here's what I'm doing right now. It works fine on my XP machine but on my Vista machine I can really see the jumpiness. I've tried different syncrates from 0-20 but it just gets worse ...
by xfratboy
Fri Sep 03, 2010 5:25 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: AutoUpdate Example?
Replies: 1
Views: 1777

AutoUpdate Example?

Is there a simple example anywhere of a splash screen type of standalone that has an AutoUpdate feature. I was trying to modify one of the fine Rev Lessons and make a download progress feature as part of an AutoUpdater within the OpenStack of a splash screen (big mouthful of words). I've been runnin...
by xfratboy
Sat Aug 07, 2010 4:29 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: KeyUp Head Scratcher
Replies: 2
Views: 2148

KeyUp Head Scratcher

I have not been able to resolve a strange dilemma. I'm trying to handle keyUp to perform a task of increase/decrease graphic size. When the "i" key is pressed the graphic increases in size, "d" key = decrease. This works fine, but for some reason after pressing i or d keys, the subsequent pressing o...
by xfratboy
Tue Jul 13, 2010 4:10 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Zygodact on Windows Server IIS
Replies: 8
Views: 14664

Re: Zygodact on Windows Server IIS

Jacque, thanks for sticking with me on this. This is the fix I came up with for for Windows 2003 server running IIS 6 (with help from http://blogs.sun.com/gc/entry/configure_iis_with_perl_cgi ). 1. Start the Internet Information Services (IIS) Manager from Window's Administrative Tools menu. 2. Sele...
by xfratboy
Mon Jul 12, 2010 1:39 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Zygodact on Windows Server IIS
Replies: 8
Views: 14664

Re: Zygodact on Windows Server IIS

I see. Well, I made that change but it's still not working. It's got to be with IIS. I'm sure there's just some little check or setting somewhere that's not configured properly.
by xfratboy
Mon Jul 12, 2010 2:11 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Zygodact on Windows Server IIS
Replies: 8
Views: 14664

Re: Zygodact on Windows Server IIS

Here's my hello world script:

Code: Select all

#! C:\WebSites\MyDomainName.Com\cgi-bin\revolution.exe -ui

on startup
  put "Content-Type: text/plain" & cr & cr
  put "Hello World!" && $REMOTE_ADDR && "The time is:" && the time
end startup
by xfratboy
Sun Jul 11, 2010 4:19 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Zygodact on Windows Server IIS
Replies: 8
Views: 14664

Re: Zygodact on Windows Server IIS

Yes. I've read the tutorial. Found several tutorials actually. I've got some kind of problem I think with running CGI on my server. I can invoke the engine from a command line and get a result [ c:\cgi-bin revolution.exe hello.cgi >hello.txt ] , but the mapping of revolution.exe to cgi extensions un...
by xfratboy
Sat Jul 10, 2010 2:16 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Zygodact on Windows Server IIS
Replies: 8
Views: 14664

Zygodact on Windows Server IIS

Has anyone managed to get the Zygodact Add-On to work on a windows server that is just running IIS (not Apache or PHP platform)?
by xfratboy
Tue Jun 15, 2010 8:29 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Combo Box Delete Line
Replies: 6
Views: 4163

Re: Combo Box Delete Line

Sorry so long in replying. Thanks for the tips. What I ended up doing was just making a new stack pop-up in response to an specific option being selected. So, when I click on the menu item "Upload custom image" it just opens a new stack. Not as elegant as I'd like it to be but I was just trying to m...
by xfratboy
Wed Jun 09, 2010 8:57 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Combo Box Delete Line
Replies: 6
Views: 4163

Re: Combo Box Delete Line

Got time for a quick example? I'm kinda new to all this. Thanks.
by xfratboy
Wed Jun 09, 2010 5:25 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Combo Box Delete Line
Replies: 6
Views: 4163

Combo Box Delete Line

I'm trying to figure out how I could implement some sort of delete button within the text of an Option Menu button or Combo button. Any ideas? ComboBox-Delete.jpg The big picture: I'm trying to use an Option button to allow user to reference image files on their computer (jpg, gif, etc). Once upload...
by xfratboy
Tue May 25, 2010 9:37 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: EnhancedQT - Out of Balance
Replies: 1
Views: 1458

EnhancedQT - Out of Balance

I'm wondering if someone might be able to assist in a little problem. In short, I'm trying to use the EnhancedQT external to play around with some audio ideas. My test has proven buggy at best and frequently results in crashes where Rev has to close, jumpy movement, and out of sync sound. What I was...
by xfratboy
Fri May 14, 2010 2:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: KeyUp Problem
Replies: 18
Views: 11923

Re: KeyUp Problem

Thanks for the helpful suggestions and trials. Not sure I've found a workable cross-platform solution for the problem of my 3 year old's tendency to hold a key down too long.

Go to advanced search