Search found 62 matches
- Mon Oct 19, 2015 12:57 pm
- Forum: Announcements
- Topic: Dropbox Livecode Library
- Replies: 76
- Views: 37223
Re: Dropbox Livecode Library
The real life situtaion that I am working with involves a group of about 20 people who would have a livecode built desktop application that would access a dropbox designed just for the group. The desktop application would automatically copy certain files from the dropbox to their computer. The peopl...
- Mon Oct 19, 2015 11:15 am
- Forum: Announcements
- Topic: Dropbox Livecode Library
- Replies: 76
- Views: 37223
Re: Dropbox Livecode Library
In the App console in dropbox there is a button to Generate an access token. The info popup next to it says: By generating an access token, you will be able to make API calls for your own account without going through the authorization flow. To obtain access tokens for other users, use the standard ...
- Mon Jul 13, 2015 2:15 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Problems printing a field copied from a datagrid [SOLVED]
- Replies: 7
- Views: 3137
Re: Problems printing a field copied from a datagrid [SOLVED
Has the printing of black areas (when vertical and horizontal lines are shown in a table field) been reported or fixed.
I am still experiencing this problem in livecode 7.0.6
Having to turn off the showlines is a temporary workaround, but I really need the lines in the printout.
I am still experiencing this problem in livecode 7.0.6
Having to turn off the showlines is a temporary workaround, but I really need the lines in the printout.
- Tue Feb 15, 2011 12:32 pm
- Forum: Announcements
- Topic: ANN PropertyCopier in revOnline
- Replies: 0
- Views: 1000
ANN PropertyCopier in revOnline
I have just updated the revOnline stack Properties2 to the new version called PropertyCopier. In particular, there are some new color pickers (color wheel and shades palettes) that I have created and added. This is still a work in progress. If you find any bugs or would like to make suggestions for ...
- Tue Feb 15, 2011 12:14 pm
- Forum: Announcements
- Topic: ANN LiveCodeForumSearch stack in revOnline
- Replies: 1
- Views: 1001
ANN LiveCodeForumSearch stack in revOnline
The inbuilt stack revSearchEngine doesn't seem to be working properly so I have made a little stack that searches some key online sites, including the forums. Any feedback or suggestions for improvements would be most welcome, or better still, make your own improvements and upload your version to re...
- 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: 553
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 ...
- Tue Nov 10, 2009 1:30 pm
- Forum: Feature Proposals
- Topic: Forum for revlets
- Replies: 1
- Views: 1373
Forum for revlets
Would it be a good idea to have a forum specifically for issues related to revlets and the webplugin?
Login to be able to vote.
Add a comment (Yes or No) if you don't have a login.
Login to be able to vote.
Add a comment (Yes or No) if you don't have a login.
- Sun Oct 04, 2009 9:24 am
- Forum: Talking LiveCode
- Topic: New plugin stack available in rev online for graphic effects
- Replies: 9
- Views: 2282
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...
- 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: 3725
- 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: 3725
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...
- Wed Sep 30, 2009 2:40 pm
- Forum: Talking LiveCode
- Topic: New plugin stack available in rev online for graphic effects
- Replies: 9
- Views: 2282
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,...
- Wed Sep 30, 2009 4:58 am
- Forum: Talking LiveCode
- Topic: New plugin stack available in rev online for graphic effects
- Replies: 9
- Views: 2282
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...
- Wed Sep 30, 2009 12:54 am
- Forum: Talking LiveCode
- Topic: New plugin stack available in rev online for graphic effects
- Replies: 9
- Views: 2282
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 ...
- Sun Sep 27, 2009 9:49 am
- Forum: Talking LiveCode
- Topic: New plugin stack available in rev online for graphic effects
- Replies: 9
- Views: 2282
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.
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.
- Fri Sep 25, 2009 3:22 am
- Forum: Announcements
- Topic: libRevFreeDB
- Replies: 2
- Views: 1841
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
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