Search found 9099 matches

by FourthWorld
Mon Jun 23, 2014 9:29 pm
Forum: IDE Contributors
Topic: PROJECT: RevOnline triage
Replies: 30
Views: 34578

Re: PROJECT: RevOnline triage

Thanks, Terry. That's a very useful overview of the state of things with RevOnline. I spoke with Ben about it at our last CM meeting, and he says he's having a team member look into the server-side issues soon (they may have already begun work on that now). That should help with the emails and other...
by FourthWorld
Mon Jun 23, 2014 6:51 pm
Forum: MobGUI
Topic: Using RSA keys to auto copy files to server after build
Replies: 2
Views: 11713

Re: Using RSA keys to auto copy files to server after build

Thanks for posting that tutorial. There are tons of useful things we can do very securely once shared SSH keys are set up. Well done, very helpful for so many folks here.
by FourthWorld
Mon Jun 23, 2014 6:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Window with SystemWindow not really floats above everything
Replies: 10
Views: 4260

Re: Window with SystemWindow not really floats above everyth

@Mag: Thanks for filing the bug report, but it will be very helpful to the team if you could also test this on v6.7. 6.2.2 has already shipped, so of course it can't be enhanced. Any further work would go into a future version, such as v6.7 which is already in testing. 6.7 is especially useful for t...
by FourthWorld
Mon Jun 23, 2014 6:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to strip characters out of uuid to use as a random seed
Replies: 21
Views: 9074

Re: How to strip characters out of uuid to use as a random s

@ shawnblc: The randomSeed property can be useful in cases where you want psuedorandomization across a repeatable series, but it not generally regarded as being able to increase the breadth of distribution for simulating true randomness. As Hermann suggested, the randseed setting the engine does at ...
by FourthWorld
Mon Jun 23, 2014 5:22 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Possible to update a text file located on my server?
Replies: 6
Views: 2848

Re: Possible to update a text file located on my server?

shawnblc wrote:Simon, what's your opinion if my splash screen is calling my stack on the server and using FTP? Still bad ?
Does "calling" mean uploading or downloading? If that latter, HTTP is very efficient.
by FourthWorld
Mon Jun 23, 2014 5:07 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Another thing I'm working on: is trying to get true random
Replies: 6
Views: 2782

Re: Another thing I'm working on: is trying to get true rand

I think I missed something: what changed, and in which version?
by FourthWorld
Sat Jun 21, 2014 3:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Get the names of all object type within a group
Replies: 3
Views: 3437

Re: Get the names of all object type within a group

You could use as well custom properties, that would contain the name of the column and be used as a "flag" (to know for instance if the field must be "emptied" before to display another record) I've seen a few people use a similar flag in the object name, in which label fields (those not containing...
by FourthWorld
Sat Jun 21, 2014 3:28 pm
Forum: Internet
Topic: Native Browser displays nothing due to SSL error
Replies: 1
Views: 3069

Re: Native Browser displays nothing due to SSL error

If memory serves, libUrlSetSSLVerification only affects libURL, so commands like "get", "put", and "load" will reflect the change to that property, but I believe the browser interface is separate. What is the nature of the issue with the certificate? Does the page load correctly in your mobile brows...
by FourthWorld
Fri Jun 20, 2014 3:18 pm
Forum: Linux
Topic: How to install LiveCode for Ubuntu 14.04 64 bit
Replies: 12
Views: 12733

Re: How to install LiveCode for Ubuntu 14.04 64 bit

What would be needed to turn that info a handler the RunRev team could use as part of their automated build process?
by FourthWorld
Fri Jun 20, 2014 3:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: List of files on server for download
Replies: 7
Views: 4018

Re: List of files on server for download

It occurred to me that it might take longer to explain the language elements needed here than to just illustrate them in action, so I took a moment to write rough drafts of two handlers that may help. The first is used to produce the file that will be copied to the server, containing a list of modif...
by FourthWorld
Thu Jun 19, 2014 10:19 pm
Forum: Internet
Topic: CMIS Library for livecode?
Replies: 5
Views: 5454

Re: CMIS Library for livecode?

Ah, thanks. I've not heard of anyone working with the CMIS standard in LiveCode, but hopefully we'll see someone drop in here who has. If it helps there are SOAP and JSON libraries for LiveCode: http://livecodeshare.runrev.com/stack/405/LibSOAP http://www.rozek.mobi/LiveCode/JSONlib/index_scr_en.html
by FourthWorld
Thu Jun 19, 2014 9:52 pm
Forum: Internet
Topic: CMIS Library for livecode?
Replies: 5
Views: 5454

Re: CMIS Library for livecode?

I'm not sure if this will have everything you're looking for, but Ralf Bitter's RevIgniter is an excellent web framework well worth exploring:
http://revigniter.rabit.on-rev.com/
by FourthWorld
Thu Jun 19, 2014 9:42 pm
Forum: Talking LiveCode
Topic: Open Letter to the managment of LiveCode
Replies: 9
Views: 5482

Re: Open Letter to the managment of LiveCode

...LiveCode needs plug-ins to do really basic things, such as share on Facebook with the UI Activity View Controller on iOS. In my opinion, this kind of basic functions can't be delegated to third-party plug-ins. It would be nice indeed if LiveCode had built-in support for everything we might need,...
by FourthWorld
Thu Jun 19, 2014 3:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: List of files on server for download
Replies: 7
Views: 4018

Re: List of files on server for download

When we're lucky, imagination is always about two steps ahead of our current skills and experience. :) This is useful as it helps keep us motivated to learn, and if there's any consistency with software development over time it's that it involves continual learning. Client-server apps are tremendous...

Go to advanced search