Search found 250 matches

by reelstuff
Wed May 14, 2008 9:05 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: I don't like the look of this
Replies: 3
Views: 3013

FourthWorld wrote:Looks similar to some of the images on this page:

http://petroglyphs.us/photographs_Desert_Culture_SS.htm

Perhaps your computer has been invaded by the ghost of a Kawaiisu shaman?
Interesting Observation, BTW where were you last week? LOL
by reelstuff
Wed May 14, 2008 9:03 am
Forum: Talking LiveCode
Topic: File Types on OSX
Replies: 3
Views: 3528

update

I found a solution, which turned out to be fairly easy if a bit weird.

I simply set the filetype to html then oddly enough, all the files were recognized by the system, I even got a couple of testers to confirm on MAC OSX leopard, and PPC systems.
by reelstuff
Mon May 12, 2008 6:43 pm
Forum: Talking LiveCode
Topic: File Types on OSX
Replies: 3
Views: 3528

File Types on OSX

I have an application that saves a file to a directory path defined by the user, I am having some trouble on the MAC side, as the associations are identified as text, when it should be identified as html. I should mention that the Windows build of this application has no such issues and functions ex...
by reelstuff
Tue May 06, 2008 10:13 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How do you call and run another Revmade.exe
Replies: 5
Views: 3464

There are a few examples, depending on what you want to do in the Rev online viewer, under programming. I know that it is possible, however it could and probably is somewhat difficult but it does not have to be that way. You could just use a .REV file, again dont know what your goal is, or what type...
by reelstuff
Mon May 05, 2008 12:24 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: active window for substacks
Replies: 4
Views: 2955

Aha, on a Mac I can make it happen as well; and I can't seem to find a real workaround. Hmm. Perhaps a trip to the Quality Center is in order. http://quality.runrev.com If you find things that are odd, and you can't find an explanation in the documentation, it's best to report them there - that way...
by reelstuff
Sun May 04, 2008 6:30 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: active window for substacks
Replies: 4
Views: 2955

Hi Tim, I couldn't reproduce this on Windows - which OS are you running? Jan Schenkel. Hi thanks for the reply, I am using MAC OSX, 10.4.11 This is testing from the IDE, just to check I tested on a standalone and observed the same behavior, I have not tested the standalone for windows to see if the...
by reelstuff
Sun May 04, 2008 3:03 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: active window for substacks
Replies: 4
Views: 2955

active window for substacks

I have an application I am working on with several substacks. The application starts with the main stack, then links to various instances of substacks. Of course I could and probably should have handled this differently, however my main goal is to actually finish an application, good bad or ugly. As...
by reelstuff
Tue Apr 22, 2008 9:34 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Building consistent Icons across platforms
Replies: 0
Views: 1671

Building consistent Icons across platforms

Hello, I have been attempting to find a way to get standalone Icons on MAC OSX and Windows, to appear the same, With regard to Ask Answer dialogs and ICON files specified in the standalone file settings tab, I have literally spent hours and hours trying different settings attempting to get these sta...
by reelstuff
Mon Apr 21, 2008 8:45 pm
Forum: Windows
Topic: ask answer dialogs blank on windows build
Replies: 0
Views: 2580

ask answer dialogs blank on windows build

I have a little app that looks great on MAC OSX, all the icons appear, on ask and answer dialogs, but on windows, the ask and answer dialogs are blank, except for the text. The program icon does appear correctly on windows but for some reason, the ask and answer dialogs are blank, I saw an earlier p...
by reelstuff
Wed Apr 16, 2008 7:55 pm
Forum: User Groups and Events
Topic: Planning on attending Rev Live in LV
Replies: 3
Views: 6715

Nomi wrote:I'll be there.

- Noel
Great hope to see you there, Im looking at flights, its insane trying to figure out all the fares, and if you will actually get there on time, So I am looking at leaving early.
by reelstuff
Wed Apr 16, 2008 7:16 pm
Forum: User Groups and Events
Topic: Planning on attending Rev Live in LV
Replies: 3
Views: 6715

Planning on attending Rev Live in LV

Just curious if anyone here was planning on attending the Rev Live event in las vegas,

If so post back here, I am looking around at packages online today.

have a great day.
by reelstuff
Wed Apr 09, 2008 10:14 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: put text fields together
Replies: 4
Views: 3244

Just as a simplification... put fld var_two & return & fld var_three into fld var_four ...If you don't really need all that text in the contents of the button (which usually isn't visible) for some other reason. Hi, thanks for your reply, I probably need to change my approach to doing this and will...
by reelstuff
Wed Apr 09, 2008 6:20 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: saving file to path
Replies: 2
Views: 2454

Hi reelstuff, First of all, never use the $ keyword in front of variable, unless that variable is actually an environment variable, meant to communicate with the operating system. If here is a folder folderPath1, you can put data into a file in that folder using the following syntax: put myData int...
by reelstuff
Wed Apr 09, 2008 6:08 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Save folder and contents
Replies: 7
Views: 4474

Here is some code I got from somewhere that creates a whole path of folders when needed. I can't remember where I got it but I use it a lot. Thank you to whomever wrote it originally. on makeFoldersIfNecessary pLocalFilePath2 set the itemdel to "/" put "/" into tPath REPEAT with x = 2 to the number...
by reelstuff
Wed Apr 09, 2008 4:55 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: saving file to path
Replies: 2
Views: 2454

saving file to path

I have a folder path, $folder_path1 which works as expected, I am attempting to find a way to put or save a file from a field without using the dialog box, I looked at the docs and tried to find different way to do this, put the text of fld Field_three into URL "file:test.txt" //but now how to get t...

Go to advanced search