Re: [Server] create stack trouble

2011-08-15 Thread Sivakatirswami
jan wrote: Storing data is an enticing idea, but flawed: stacks are not a multi-user data storage infrastructure. You are of course right for multi-user scenarios. but I beg to differ in cases where a) the data is read only for web delivery or for the majority of users b) the "editors" ar

Re: [Server] create stack trouble

2011-08-10 Thread Pierre Sahores
Hello Björnke, We probably need to get in mind that desktop apps stacks and server's stacks are not dedicated to do the same jobs ! On the left, desktop apps stacks are handled in RAM as long running processes and this give us lots of possibilities, sockets management included. If you really s

Re: [Server] create stack trouble

2011-08-10 Thread Björnke von Gierke
On 9 Aug 2011, at 19:20, Pierre Sahores wrote: > Hi Björnke, > > FOR ME The main goal of using the server's stack component is to let us > store our code as password protected libraries I fixed your point above. The problem is exactly that mindset. This time "your" user case was supported.

Re: [Server] create stack trouble

2011-08-09 Thread Pierre Sahores
Hi Jacques, Stephen (Brancard) noticed some days ago that in double clicking any server's stack from within our FTP browser window, the stack will be directly opened in our LC desktop IDE. In this way, we can edit our code exactly as if the stack went stored locally and we can use the IDE debbu

Re: [Server] create stack trouble

2011-08-09 Thread jacques CLAVEL
I agree, Pierre, Nice job from RunRev guys. Now the On-Rev client has to be updated, and all will be perfect. Jacques 2011/8/9 Pierre Sahores > Hi Björnke, > > The main goal of using the server's stack component is to let us store our > code as password protected libraries instead of storing i

Re: [Server] create stack trouble

2011-08-09 Thread Pierre Sahores
Hi Björnke, The main goal of using the server's stack component is to let us store our code as password protected libraries instead of storing it in unprotected flat text .irev components. This server's stack component is useful each time we need to install our LC-server solutions on clients se

Re: [Server] create stack trouble

2011-08-09 Thread Robert Mann
Hi Björke, i understand your state of mind, which I do share.. sometimes! I take the position of using what is usable, what actually work; I took time to test these stacks because it was strategic for my plans. And I adapted my strategy to fit what works fine now. On the other hand, I would really

Re: [Server] create stack trouble

2011-08-09 Thread Björnke von Gierke
Quite simply, any new feature RunRev implements is a patch, as in patched up clothes. RunRev lacks the manpower (but not the dedication) to create fully working groundworks, like a full implementation of stacks for all platforms, a native GUI for iOS, native table fields or allowing all objects

Re: [Server] create stack trouble

2011-08-09 Thread Richard Gaskin
stephen barncard wrote: Again, Robert I have to disagree with you about this. You seem to feel shortchanged somehow with the way stacks work on the server, yet it's really doing all it can do in that environment. What else would you want a stack to do on a server? The GUI has to be created in H

Re: [Server] create stack trouble

2011-08-08 Thread stephen barncard
Again, Robert I have to disagree with you about this. You seem to feel shortchanged somehow with the way stacks work on the server, yet it's really doing all it can do in that environment. What else would you want a stack to do on a server? The GUI has to be created in HTML - it's a web browser y

Re: [Server] create stack trouble

2011-08-08 Thread Robert Mann
I started to work on a project involving server stacks and had to stop full stop... here is why : Servers stacks are designed as SCRIPT CONTAINERS, allowing to password protect scripts on the server and develop libraries. Card creation, field creation and navigation are crippled and do not allow

Re: [Server] create stack trouble

2011-08-08 Thread Robert Mann
Thanks Stephen for testing and I hope you can propagate these info. It would be great to have the official position of the "mothership" team : 1) regarding the creation of fields :: is that a choice that will be followed, or is it a bug that is bound to be corrected? 2) regarding saving stacks

Re: [Server] create stack trouble

2011-08-08 Thread stephen barncard
Robert, on my installation of LIvecode Server, everything you say I've found to be true, except that I was able to use my preferred suffix .rev instead of .livecode. I'm impressed that there are so many things are *right* and *up to date* in the docs lately, imho. On this new stuff, there's sure

Re: [Server] create stack trouble

2011-08-08 Thread Robert Mann
Stephen Barncard-4 wrote: > > GUI objects are not applicable in a server environment. > Yes indeed, so I would not expect to create a button in the server environment, but as I pointed out, fields are NOT ONLY part of the GUI, theyr'e are ALSO a very common DATA holder. as an example, fields ca

Re: [Server] create stack trouble

2011-08-08 Thread stephen barncard
Why would one want to create a field one can't use anyway? There are probably a lot of little things in LCS that haven't been trapped as errors or to fail silently yet, but common sense can be a guide to "what is" and "what isn't": GUI objects are not applicable in a server environment. Reading f

Re: [Server] create stack trouble

2011-08-08 Thread Robert Mann
revServer memo :: focus on : server STACKS 1) USING an existing stack go stack myStack.livecode :: make sure the correct file extension is used effect :: sets the correct message path putting mystack ahead in the path getting values and setting values

Re: [Server] create stack trouble

2011-08-08 Thread Robert Mann
Hi, saving a stack works fine in my case too. And this is important to my view. But create field does not work. warning :: COHERENCE WITH revServer online Dictionnary -- 1) Create stack and save are greyed in the docs but actually work on my on-rev implem

Re: [Server] create stack trouble

2011-08-07 Thread stephen barncard
Odd results, in your case. I have had no problem creating and saving a stack with LIvecode Server 4.6.3, as well as saving and load multidimensional custom properties. Creating cards is no problems as well. here's my create stack code, be it simple as it is, that worked for me on LIvecode Server 4

Re: [Server] create stack trouble

2011-08-07 Thread Robert Mann
Why create and save stacks? To use stacks in publishing process :: "one to many", where one author or a reduced number of persons update some hierchical and finally structured datas. That's what I hope I can now do with these stacks long awaited! Relationnal database is of course much needed in a

Re: [Server] create stack trouble

2011-08-07 Thread Björnke von Gierke
I would love to use stacks instead of files. Millions of sites work just fine saving stuff into files, despite them not being multi user save or anything weird like that. More importantly, stacks should work like stacks everywhere, and not partially on mobile, partially (but different) as revl

Re: [Server] create stack trouble

2011-08-07 Thread Martin Koob
Hi, I guess I was just wondering how the new feature of being able to use stacks could be useful in designing web applications. I was not really thinking of multi user sites but something where one user is updating a blog or static content or something like that. As I was thinking about this

Re: [Server] create stack trouble

2011-08-07 Thread Keith Clarke
Why create stacks when LiveCode Server can manage data via text files or databases - the orthodox data storage options for multi-user server environments, which come complete with robust security models? If the data is structured and suits a database approach, the inherent data storage aspects

Re: [Server] create stack trouble

2011-08-07 Thread Jan Schenkel
in Koob To: use-revolut...@lists.runrev.com Cc: Sent: Sunday, August 7, 2011 3:15 PM Subject: Re: [Server] create stack trouble I have added an enhancement request to the QCC to have 'save stack' implemented on LiveCode Server, Report #9664 Is there another way to save a stack that I am missin

Re: [Server] create stack trouble

2011-08-07 Thread Martin Koob
I have added an enhancement request to the QCC to have 'save stack' implemented on LiveCode Server, Report #9664 Is there another way to save a stack that I am missing? Is there a reason why allowing LiveCode server to save stacks would not be a good idea? I see it could be a way to store data w

Re: [Server] create stack trouble

2011-08-05 Thread Martin Koob
I had another thought. What if you added your stack to an existing stack that is already saved on the server as a substack? I have an existing stack "libstackmain.livecode" in the directory that I could add substacks to so I tried the following: Creating stack: " & tNewstackName & "" create sta

Re: [Server] create stack trouble

2011-08-05 Thread Martin Koob
Hi I tried this on a third party install not on On-rev. I tried the create stack command and then to see if a stack was indeed created I used the openstacks command. put "newcompany" into tNewStackName put "Creating " & tNewstackName & "" create stack tNewStackName repeat for each line thislin

Re: [Server] create stack trouble

2011-08-05 Thread Michael Kann
Andrew, I tested it with all the permissions on the file and the folder as their most lenient. It still didn't work. Mike --- On Fri, 8/5/11, Andrew Kluthe wrote: From: Andrew Kluthe Subject: [Server] create stack trouble To: use-livecode@lists.runrev.com Date: Friday, August 5, 2011, 12:34 P