Search found 56 matches

by gmccarthy
Tue Nov 10, 2009 2:05 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: revlets differences in browsers looking for files
Replies: 0
Views: 1045

revlets differences in browsers looking for files

I have a revlet which looks for various files in subfolders within its folder on my harddrive. I have hard coded in the path to the revlet in the stack script and also in the revlet parameters that are set the the html file that opens the revlet. Now on windows XP, I've noticed that this works with ...
by gmccarthy
Sun Oct 04, 2009 9:24 am
Forum: Talking LiveCode
Topic: New plugin stack available in rev online for graphic effects
Replies: 9
Views: 5097

RE: New plugin stack available in rev online for graphic eff

I just uploaded Properties2 version 2.3 to RevOnline . This stack is a new version (2.3 Oct4 2009) of the Properties2 stack. It should be placed in your plugins folder within your Revolution folder. Remember: It includes controls for the new Graphic effects for Rev4. Keep in mind that Graphic effect...
by gmccarthy
Fri Oct 02, 2009 3:32 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Avoiding identical numbers in random number sequence
Replies: 12
Views: 7443

Klaus,
Basically that's what my code in the earlier post does.
Do you know whether using a larger number in the random function makes any difference?
by gmccarthy
Fri Oct 02, 2009 3:11 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Avoiding identical numbers in random number sequence
Replies: 12
Views: 7443

RE Avoiding identical numbers in random number sequence

How about this: on mouseup put item 1 to 6 of fGetSortedItemsRandom(fGetNumberString(1,1,49)) end mouseup function fGetSortedItemsRandom pItemList put the number of items of pItemList into tmaxnum sort items of pItemList by random(tmaxnum) return pItemList end fGetSortedItemsRandom function fGetNumb...
by gmccarthy
Wed Sep 30, 2009 2:40 pm
Forum: Talking LiveCode
Topic: New plugin stack available in rev online for graphic effects
Replies: 9
Views: 5097

I just uploaded Properties2 version 2.2 to RevOnline. This includes the script correction for img selection from Bernd, as well as improvements to the text, selection and layering controls and resizing of the palette to convenient sizes using the GraphicEffects and OnlyColors checkboxes. By the way,...
by gmccarthy
Wed Sep 30, 2009 4:58 am
Forum: Talking LiveCode
Topic: New plugin stack available in rev online for graphic effects
Replies: 9
Views: 5097

The dialogdata is global. And can be used even if the stack is not modal, at least until another use of dialogdata occurs, such as in some rev idalogs. But this wasn't what I was worried about. The "close this stack" was the key line I wanted restrict to the "if ...modal". I plan to put the followin...
by gmccarthy
Wed Sep 30, 2009 12:54 am
Forum: Talking LiveCode
Topic: New plugin stack available in rev online for graphic effects
Replies: 9
Views: 5097

How about if I add "if the style of this stack is modal then" on mouseUp if the style of this stack is modal then set the dialogdata to the backcolor of me close this stack end if end mouseUp Just added version 2.1 to RevOnline. It includes the code above in the Total field and button. There is one ...
by gmccarthy
Sun Sep 27, 2009 9:49 am
Forum: Talking LiveCode
Topic: New plugin stack available in rev online for graphic effects
Replies: 9
Views: 5097

Properties plugin

Bernd
Thanks.
I've got a fix for this as well as a bug in the loc controls, and some other additions in the next update, coming in the next day or so.
by gmccarthy
Fri Sep 25, 2009 3:22 am
Forum: Announcements
Topic: libRevFreeDB
Replies: 2
Views: 3296

RE Post subject:

Hi Mark
Impressive.

The Choose CD button on the library stack has a script error: printArray is missing. Should it look call showArray as below?

function printArray pArray, pLevel
return showArray(pArray, pLevel)
end printArray
by gmccarthy
Fri Sep 25, 2009 2:39 am
Forum: Talking LiveCode
Topic: New plugin stack available in rev online for graphic effects
Replies: 9
Views: 5097

New plugin stack available in rev online for graphic effects

I have just added a plugin stack to revonline called "Properties2" This stack is a new version (2) of the previous Properties stack. It should be placed in your plugins folder within your Revolution folder. It is designed to speed the copying of button and field colors and graphic effects from one o...
by gmccarthy
Wed Sep 23, 2009 10:30 pm
Forum: Talking LiveCode
Topic: web plugin blocks downloading rev stack in quality centre
Replies: 2
Views: 2214

RE web plugin blocks downloading rev stack in quality centre

Thanks Richard
I posted the problem to
http://quality.runrev.com/qacenter/show_bug.cgi?id=8295
and followed your advice with the zip files.
Good tip.
by gmccarthy
Wed Sep 23, 2009 2:51 pm
Forum: Talking LiveCode
Topic: web plugin blocks downloading rev stack in quality centre
Replies: 2
Views: 2214

web plugin blocks downloading rev stack in quality centre

I tried to download an attached stack from the quality centre at
http://quality.runrev.com/qacenter/show_bug.cgi?id=8292
The link attempted to load the file using the web plugin instead of downloading it.
Is the expected behaviour?
by gmccarthy
Wed Sep 23, 2009 8:59 am
Forum: Talking LiveCode
Topic: Confirm: An array is not allowed in a custom property
Replies: 2
Views: 2251

RE Confirm: An array is not allowed in a custom property

Thanks Trevor,
I thought this was so.
I posted stack and instructions to get it corrupted.
http://quality.runrev.com/qacenter/show_bug.cgi?id=8292
Gerard
by gmccarthy
Wed Sep 23, 2009 4:33 am
Forum: Talking LiveCode
Topic: Confirm: An array is not allowed in a custom property
Replies: 2
Views: 2251

Confirm: An array is not allowed in a custom property

Is it possible to store an arrays in a custom property of a button? I found the user guide to be a little confusing on this: 7.8 Custom Properties A custom property is a property that you create for an object, in addition to its built-in properties. You can define custom properties for any object, a...
by gmccarthy
Sat May 30, 2009 7:43 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Snapping objects to a grid
Replies: 4
Views: 2565

RE Snapping objects to a grid

Check out grid and gridsize in the dictionary for adjusting in scripts.

Gerard

Go to advanced search