Re: [Newbies] reading and writing files on remote ServerDirectory

2007-04-14 Thread Navodit Kaushik
Navodit Kaushik [EMAIL PROTECTED] wrote: Hi I have set up a webserver on a machine using Komanche with the following code: | ma | ma := ModuleAssembly core. ma serverRoot: FileDirectory default fullName. ma documentRoot: FileDirectory default fullName. ma directoryIndex:

[Newbies] Advice on tracing program logic

2007-04-14 Thread andy . burnett
Hello I need a little help working out how to 'trace' a Squeak program. This is the problem which started me off. I wanted to insatiate a FileList - just to play around with it. I knew I could create one by using the icon in the tools flap, but I couldn't work out how to create a new

[Newbies] Re: Squeak Firefox plugin on Linux

2007-04-14 Thread Andrew Dabrowski
OK, I've got it working. I downgraded from the ftp.squeak.org version 3.9.7, and moved the npsqueak.so into the firefox plugins folder. Thanks for your help. Andrew Dabrowski schrieb: So which deb package has the right npsqueak.so for firefox? When I tried the file

Re: [Newbies] Advice on tracing program logic

2007-04-14 Thread Edgar J. De Cleene
El 4/14/07 11:50 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] escribió: Hello I need a little help working out how to 'trace' a Squeak program. This is the problem which started me off. I wanted to insatiate a FileList - just to play around with it. I knew I could create one by using the

[Newbies] squeak plugin: Mac, limited user

2007-04-14 Thread Andrew Dabrowski
Now I'm trying to install the squeak plugin on my stepson's Mac (os 10.3), with the additional problem that he has a limited account (I choose the programs he can run in the Accounts Preferences pane). I've installed the plugin on my admin account and it works fine on Safari. But when I try

Re: [Newbies] Re: Squeak Firefox plugin on Linux

2007-04-14 Thread Offray Vladimir Luna Cárdenas
Hi all, As a related matter, but not for Linux platform, we're trying to the a Firefox portable version with Squeak Plugin included. We have copied the NPSqueak.dll which comes with small-land image windows instalation. It works fine and load any page with Squeak content (well the ones with

[Newbies] connecting to file server in squeak

2007-04-14 Thread Navodit Kaushik
Hi I have set up a file server using Komanche and want to connect to this server so that I can create/read/edit files on the server. Can someone advise how to go about this? I tried using ServerDirectory but am not sure how to work without any user names/passwords? Right now when I send