Fwd: Re: Witango-Talk: WML

2002-09-23 Thread Garth Penglase
I guess you've seen these - see attached? >To: Multiple recipients of list witango-talk <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >Date: Thu, 27 Jun 2002 11:05:27 -0400 >Subject: Re: Witango-Talk: WML >From: Dan Stein <[EMAIL PROTECTED]> > >Here is something from the component zone not

Witango-Talk: WML

2002-09-23 Thread Brad Robertson
Hello.   Anybody know/have any examples of integration of WiTango & WML.  I tried to fumble with the meta-tags snippets in the editor with no real luck.    Brad  

Re: Witango-Talk: witango programming style question.

2002-09-23 Thread Scott Cadillac
Hi Tabi, Don't be mistaken, Witango is a programming language - it's just not OOP compliant. For code re-usability, you should investigate: -- Branch Actions -- Include files -- Witango Class Files ( *.TCF ) The Witango Class files are 'Objects' which have 'Methods' where you can drag-and-drop

Re: Witango-Talk: witango programming style question.

2002-09-23 Thread run run
Okay, Here is what iam after, I would consider actions as object in witango application program. Therefore I want to organize actions into maybe .taf or .tcf or etc. so in my project i can call that same action (object, in this case maybe a search on employee) in other modules(action or group

Re: Witango-Talk: Line Numbers in the gutter

2002-09-23 Thread Wayne Irvine
> Oh, sorry... you want this feature in the 4.5 editor. Ohhh, I didn't realise there was an actual WiTango 4.5 editor. What advantages does it have over the T2000 editor? Does it run on OSX (even in Classic) and not crash when you drag actions? Does it correctly see FMP datasources? Does it's TA

RE: Witango-Talk: Line Numbers in the gutter

2002-09-23 Thread Jon Grieve
Oh, sorry... you want this feature in the 4.5 editor. I'd (incorrectly) assumed that you were referring to the Tango 2000 editor -- and I'd forgotten that this list is also relevant to the Witango non-beta editor. I'm not aware that the 4.5 editor will get any more updates... I'd kind of assume

Re: Witango-Talk: witango programming style question.

2002-09-23 Thread Scott Cadillac
Hi Tabi, This is a difficult question to answer because I don't think Witango can be classified as a Object Oriented Programming language. The Witango 'language' consists of two dialects, so to speak, XML and Metatags. The TAF and TCF files are written and organized in XML format, which primari

Re: Witango-Talk: witango programming style question.

2002-09-23 Thread [Gauthier]
Hi Tabi, I'm sorry because I saw your previous message wich is unanswered. I think it's a very vast domain and even the whole oop philosophy (outside of Witango) is subject to variants. From integrist to laxyst there is a wide range of possible implementation for any development. If you become m

Witango-Talk: witango programming style question.

2002-09-23 Thread run run
Hello list, How do you write witango files as to conform with object oriented programming style? I would appreciate your input on this matter. thanks, tabi run __ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com ___

Re: Witango-Talk: [OT} Replacing a Submit with Image

2002-09-23 Thread Dan Stein
Yes you do you just can't see them unless viewed in Netscape 7 -- Dan Stein Digital Software Solutions 799 Evergreen Circle Telford PA 18969 Land: 215-799-0192 Mobile: 610-256-2843 Fax 413-410-9682 FMP, WiTango, EDI,SQL 2000 [EMAIL PROTECTED] www.dss-db.com > From: Garth Penglase <[EMAIL PROTEC

RE: Witango-Talk: Stored Procedures

2002-09-23 Thread Ben Johansen
Hi Connect and Disconnect on are not supported in R:Base stored procedures, at least not according to the docs ;-) It docs say nothing of the SConnect, as Troy states if there is a table already setup as a sconnected table prior to the stored procedure call it should work Ben Johansen - http:

RE: Witango-Talk: Stored Procedures

2002-09-23 Thread Troy Sosamon
I haven't tried it, but I am thinking that since stored procedures are stored in the database, if you try disconnecting and connecting to another database, I think you will have some problems. Now, if the secondary database is already Sconnected to your database and the table is attached, you

Witango-Talk: Unregistered version message

2002-09-23 Thread Tom Carr
All of a sudden, my server is returning a message with every Tango (not WiTango) page served saying that this is an unregistered version of tango... Looking at the WebStar log shows that it is loading the plug-in in the 30-day demo mode. What? Why? Is there a time bomb in the app server? (loaded

Re: Witango-Talk: Line Numbers in the gutter

2002-09-23 Thread Robert Sfeir
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 No since we're not discussing the Beta editor or any of its features (Snippets have been there since 3.0), and I don't know of another WiTango forum to place requests and discuss features. R On Monday, September 23, 2002, at 12:31 PM, Jon Grieve

RE: Witango-Talk: Line Numbers in the gutter

2002-09-23 Thread Jon Grieve
Guys, guys, guys... Surely this is a discussion for the *BETA* list..? -Original Message- From: Robert Sfeir [mailto:[EMAIL PROTECTED]] Sent: 23 September 2002 5:22 To: Multiple recipients of list witango-talk Subject: Re: Witango-Talk: Line Numbers in the gutter -BEGIN PGP SIG

Re: Witango-Talk: Line Numbers in the gutter

2002-09-23 Thread Robert Sfeir
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yeah and Cold Fusion has CODE COMPLETION TOO! R On Monday, September 23, 2002, at 12:15 PM, Tom Ferguson wrote: > even Cold Fusion has line numbers... and they are accurate > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL P

RE: Witango-Talk: Line Numbers in the gutter

2002-09-23 Thread Tom Ferguson
even Cold Fusion has line numbers... and they are accurate -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Sfeir Sent: Monday, September 23, 2002 11:59 AM To: Multiple recipients of list witango-talk Subject: Re: Witango-Talk: Line Numbers in the

RE: Witango-Talk: Line Numbers in the gutter

2002-09-23 Thread John Hollister
The line # are not visable in notepad, but if you view your source from the browser, it should open it with note pad, Press "ctrl + G" for GOTO line # I do it all the time for some of the JS stuff I do -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of S

Re: Witango-Talk: Line Numbers in the gutter

2002-09-23 Thread Robert Sfeir
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Does that REALLY matter? Line numbers are part of every single IDE I use these days. No line numbers is kind of lame. SO IS NOT HAVING ANY CODE COMPLETION! It seems that we keep getting all these cool features to help us with code writing li

Re: Witango-Talk: Line Numbers in the gutter

2002-09-23 Thread Steven Reule
Notepad has line numbers? Not my version (NT4). What version has line numbers? >>> [EMAIL PROTECTED] 09/23/02 08:19AM >>> Line numbers are useful any way you slice it. It is an essential feature as far as I'm concerned. Even notepad has line numbers for christmas sake! -- Mike Tyranski Ly

Re: Witango-Talk: Line Numbers in the gutter

2002-09-23 Thread Mike Tyranski
Line numbers are useful any way you slice it. It is an essential feature as far as I'm concerned. Even notepad has line numbers for christmas sake! -- Mike Tyranski Lynch2 p: 847.608.6900 f: 847.608.9501 http://www.lynch2.com ___

Re: Witango-Talk: Line Numbers in the gutter

2002-09-23 Thread Scott Cadillac
Hi Chris, Line numbering in a Results window is apparently coming in the new Editor, but like John pointed out - it's not for the purpose of aiding debugging of 'client-side' errors. The new Line numbering is for Witango 'server-side' errors because the new Meta-Stack trace feature for errors in

Re: Witango-Talk: Stored Procedures

2002-09-23 Thread Brent Skean
Hi Bill, We'll explore sp... I like the idea of possibly being able to combine several tango dbms into a single stored procedure. Will post anything interesting. Thanks Brent -Original Message- From: Bill Downall <[EMAIL PROTECTED]> To: Multiple recipients of list witango-talk <[

Re: Witango-Talk: Line Numbers in the gutter

2002-09-23 Thread Chris Smith
Yeah I realized that it would be Difficult to do this in Witango because of the flexibility of how a taf can be implemented either as accumulated results or more object oriented with an application decision tree with accumulated results displayed within that tree. csmith - Original Me

Re: Witango-Talk: Stored Procedures

2002-09-23 Thread Bill Downall
On Sun, 22 Sep 2002 16:47:33 -0700, Brent Skean wrote: >Can a stored procedure as you describe be used to pull in data from >a variety of datasources, simply using Connect db's and sel's. >ie, set up the dbms with some datasource... then, can the stored >procedure connect to other local rbase d

RE: Witango-Talk: Need help with Netscape 6.x and 7.x browser is sue

2002-09-23 Thread Alexander Zatko
We found the problem on Netscape 6.x and applied our workaround to every browser type, so I don't know whether other browsers behave differently. I have to stress however, that we observed this only when posting from SVG pages. I have not seen the problem James describes below. A. > -Origina

Re: Witango-Talk: Stored Procedures

2002-09-23 Thread Bill Downall
Brent, I don't know, I've never tried that. The only SP's I'm using with R:Tango are loading or unloading ASCII files for communication with other systems. Bill On Sun, 22 Sep 2002 16:47:33 -0700, Brent Skean wrote: >Can a stored procedure as you describe be used to pull in data from a >var

RE: Witango-Talk: [OT} Replacing a Submit with Image

2002-09-23 Thread James MacFarlane
I have found Input type=image to misbehave on some browsers. It's safer to use: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Garth Penglase Sent: Saturday, September 21, 2002 8:32 PM To: Multiple recipients of list witango-talk Subject: Re: Witango-T

RE: Witango-Talk: Line Numbers in the gutter

2002-09-23 Thread Jon Grieve
They'd certainly help in a TML, but I appreciate your point... as soon as you have any line that isn't output, the numbering goes out the window, for example: This is line 4. This is line 5. <@exclude> This is some code and is not sent to the server This is line 6, a

Re: Witango-Talk: WiTango2000 Mac sending attachments

2002-09-23 Thread Linda Folley
Thanks for that heads-up. I'll give it a try. -Linda At 11:12 PM 9/19/2002 -0700, you wrote: >What version of the server are you using, if you are not using >4.05.047, then you should be. > >Robert. > >On Thursday, September 19, 2002, at 07:53 PM, Linda Folley wrote: > >>Any help on this issue

Re: Witango-Talk: Line Numbers in the gutter

2002-09-23 Thread John McGowan
Line numbers would be great, but you do realize that line numbers in a taf file won't help you one little bit when finding those nasty javascript errors...  Line numbers would be reletave to the taf, and would not help you find that position reported by IE or Netscape when it encounters an e