RevCursor and RevVariableWatcher fixes

2005-10-31 Thread MisterX
Hi everyone Tired with the design of the revVariableWatcher (VW), went in and fixed the problems of this stacks including the bugzillas I posted for them. Took exactly 10 minutes! Fixes include: - Position of the splitters (awful, inpractical - always requiring a manual fix when you open VW) - S

Re: Date conversions in summer time

2005-10-31 Thread Sarah Reichelt
> Just wondering if anyone else has seen date conversions adding an extra hour > each time you convert? > What version of Revolution are you using Monte? I thought this one had been fixed in 2.6? If you need a convert that works with earlier versions, I have a function that checks & allows for thi

AW: counting runs

2005-10-31 Thread Thomas Fischer
Hi Jason, if you just want to count the occurrences of H and T in strings like > T,T,H,T,T,H,H,H,T,T,H,T,H,H,H,T,H,T,H,T the easiest (and most likely fastest, unchecked though) way might be to do something like put "T,T,H,T,T,H,H,H,T,T,H,T,H,H,H,T,H,T,H,T" & comma into myString put the numb

Re: counting runs

2005-10-31 Thread Dick Kriesel
On 10/31/05 4:22 PM, "Jason Tangen" <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to solve a seemingly simple problem and I could use some > help. A coin flip will come out "Heads" or "Tails" and will produce, > for example, the following series for 20 flips: > > T,T,H,T,T,H,H,H,T,T,H,T,H,H

Re: counting runs

2005-10-31 Thread Mark Smith
This should also work: on mouseUp repeat 1 put any item of "H,T" after flipList -- just to generate a sample list end repeat put flipList into headsList -- make a copy to work on replace "T" with cr in headsList -- split runs of heads into lines filter headsList without e

Re: counting runs

2005-10-31 Thread N Cueto
Hi, Below is my suggestion. It allows the number of flips and coin sides to be varied, and can tally events of un- limited length. Cheers, Nicolas Cueto on mouseUp -- PREP THE VARIABLES put 100 into tNumberOfFlips put "HT" into tCoin put the number of characters in tCoin into tRandSe

Re: Valentina Office Server 2.1 Announced

2005-10-31 Thread Chipp Walters
Congratulations on the new announced product! It looks like a winner. :-) -Chipp Lynn Fredricks wrote: Valentina Office Server 2.1 Announced NEW BUSINESS READY DATABASE SERVER GAINS PHP WEB SCRIPTING, INDUSTRY STANDARD INTERFACES October 31, 2005. Beaverton, Oregon. Paradigma Software, Inc a

Re: ANN: Simple Pendulum Simulation

2005-10-31 Thread Jim Hurley
Thanks, Jim. I do indeed have this inclination. In fact my original intent was to use the simple pendulum to learn and apply the Runge- Kutta Method. I just haven't gotten around to it yet. Might your suggestion be a variation of this? Cheers, Roger Roger, Actually I was thinking of

Valentina Office Server 2.1 Announced

2005-10-31 Thread Lynn Fredricks
Valentina Office Server 2.1 Announced NEW BUSINESS READY DATABASE SERVER GAINS PHP WEB SCRIPTING, INDUSTRY STANDARD INTERFACES October 31, 2005. Beaverton, Oregon. Paradigma Software, Inc announces Valentina 2.1 Office Server, a major update to the company's fast and robust database server. Val

Re: Regex to remove all tags from a web page

2005-10-31 Thread Jim Ault
Eric Chatonet wrote: > > I searched the list archive and the net for a regex that would allow > to retrieve the meaningful text from any web page, stripping all html > tags, extra code, etc. but I did not find something really convincing > :-( > Any help would be much appreciated :-) I have cast

Date conversions in summer time

2005-10-31 Thread Monte Goulding
Hi Just wondering if anyone else has seen date conversions adding an extra hour each time you convert? Cheers -- Monte Goulding BCompSci Sweat Technologies BAppSci (Hons) InstallGadget - How to create an installer in 10 seconds Downl

Re: counting runs

2005-10-31 Thread Alex Tweedly
Jason Tangen wrote: Hello, I'm trying to solve a seemingly simple problem and I could use some help. A coin flip will come out "Heads" or "Tails" and will produce, for example, the following series for 20 flips: T,T,H,T,T,H,H,H,T,T,H,T,H,H,H,T,H,T,H,T I need to count up the number events

counting runs

2005-10-31 Thread Jason Tangen
Hello, I'm trying to solve a seemingly simple problem and I could use some help. A coin flip will come out "Heads" or "Tails" and will produce, for example, the following series for 20 flips: T,T,H,T,T,H,H,H,T,T,H,T,H,H,H,T,H,T,H,T I need to count up the number events for a particular run.

Re: Problem with editable field -

2005-10-31 Thread Troy Rollins
On Oct 31, 2005, at 4:52 PM, William de Smet wrote: Chipp embeds his library substacks but he problably doesn't need to update and save, like I do. After reading the suggestions I believe there is no way to put it all in one file, is there? How can I make the distribution under WIndows more fr

Re: Problem with editable field -

2005-10-31 Thread Chipp Walters
William de Smet wrote: Chipp embeds his library substacks but he problably doesn't need to update and save, like I do. I save data either in binary files (stacks) or xml/text files. I typically let the user choose where to save the file in the typical document/application framework. Aft

Scripting conference stack uploaded - debugging

2005-10-31 Thread J. Landman Gay
The scripting conference stack on Debugging is now available for download at: Due to a scheduling conflict, we did not have a chat for this session, so the stack is final as uploaded (that is, no log will be added.) This is a wonderfully prese

Problem with editable field -

2005-10-31 Thread William de Smet
Thanks for the advice Troy, I've made a new data stack and linked it to the mainstack. After creating the standalone application it still works and that's what I needed. However now I've got two visible files under Windows: one .exe file and one .rev file. Mac OSX just shows one file. Chipp

Re: ANN: Simple Pendulum Simulation

2005-10-31 Thread Roger Guay
Thanks, Jim. I do indeed have this inclination. In fact my original intent was to use the simple pendulum to learn and apply the Runge- Kutta Method. I just haven't gotten around to it yet. Might your suggestion be a variation of this? Cheers, Roger On Oct 31, 2005, at 2:32 AM, [EMAIL

Re: ANN: new free altPlugin: altMenuStack

2005-10-31 Thread Eric Chatonet
Hi Kevin, All of us who develop plugins and utilities for the Rev IDE will gain much time with this new feature. You did it since you needed it. We needed it too :-) Thanks. Best Regards from Paris, Eric Chatonet. Le 31 oct. 05 à 18:51, Kevin Miller a écrit : On 29/10/05 3:04 am, "J. Landm

RE: ANN: new free altPlugin: altMenuStack

2005-10-31 Thread MisterX
Kevin, Welcome back to the resourceful people's monstrous mailist you created! We miss you and your invaluable tips! More Rev insights we need! ;) cheers Xavier > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Kevin Miller > Sent: Monday, Octob

Re: ANN: new free altPlugin: altMenuStack

2005-10-31 Thread Kevin Miller
On 29/10/05 3:04 am, "J. Landman Gay" <[EMAIL PROTECTED]> wrote: >> Yes, it's a fact you can't debug stacks with 'rev' in the name prefix >> anymore using the Rev IDE. > > I just made a stack called "revtest.rev" with a test handler in the card > script. I could set a breakpoint and the debugger

Re: Strang cursor behaviour after a drag event...

2005-10-31 Thread Jan Sælid
Great Thanks Eric Problem solved. - Original Message - From: "Eric Chatonet" <[EMAIL PROTECTED]> To: "How to use Revolution" Sent: Monday, October 31, 2005 6:36 PM Subject: Re: Strang cursor behaviour after a drag event... Hi Jan, This happens sometimes in the IDE. Try to add a ha

Re: Strang cursor behaviour after a drag event...

2005-10-31 Thread Eric Chatonet
Hi Jan, This happens sometimes in the IDE. Try to add a handler like the following into an appropriate object (field, card, etc. depending if you lock the cursor by yourself elsewhere): on mouseMove unlock cursor end mouseMove Hope this helps. Best Regards from Paris, Eric Chatonet. Le

Strang cursor behaviour after a drag event...

2005-10-31 Thread Jan Sælid
Hi I have two fields. In the first one I have placed an empty "On dragEnd" event because I don't want the user to change the field only drag. In the second one I have an "Acceptdrop" event together with an "On dragDrop" event because I want to check the dragdata before I place it in the field.

Re: Regex to remove all tags from a web page

2005-10-31 Thread xavier . bury
Alex The trick i used in my discrete browser was to treat and first. String anything between those two tags and you're a lot safer. Eventually if you need those back, keep them out of the tag stripping operation and put them back after. Then deal with the html structure... cheers Xavier

Re: Regex to remove all tags from a web page

2005-10-31 Thread Alex Tweedly
[EMAIL PROTECTED] wrote: Hi Alex Since i've had crashes with regex with big files, and since it can't handle line breaks which happen only too often within html code, i used offsets(). I haven't seen any crashes with Regex - but of course that doesn't mean they can't happen :-) But the

Window Default Size

2005-10-31 Thread AbilityForms
Hi Everyone, How do I change the default size of the inspector, error & script windows? I'm on Mac OSX. Joe Orlando, Florida ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Regex to remove all tags from a web page

2005-10-31 Thread xavier . bury
Hi Alex Since i've had crashes with regex with big files, and since it can't handle line breaks which happen only too often within html code, i used offsets(). When i wrote the discreteBrowser, it was the ONLY reliable method to get the html tidy or out... put 0 into a repeat put offset("<

Re: Regex to remove all tags from a web page

2005-10-31 Thread Alex Tweedly
Eric Chatonet wrote: Hi Alex, Thanks a lot. That's a first good step since the out text is about 20/30% of the in text :-) HTML tags are stripped but extra code (php,java, etc.) of course remains. Any ideas for these ones? In the samples I tried, it strips out php code - it's all enclos

Re: Regex to remove all tags from a web page

2005-10-31 Thread Eric Chatonet
Hi Alex, Thanks a lot. That's a first good step since the out text is about 20/30% of the in text :-) HTML tags are stripped but extra code (php,java, etc.) of course remains. Any ideas for these ones? Le 31 oct. 05 à 13:00, Alex Tweedly a écrit : Eric Chatonet wrote: Hi all, I search

Re: Regex to remove all tags from a web page

2005-10-31 Thread Alex Tweedly
Eric Chatonet wrote: Hi all, I searched the list archive and the net for a regex that would allow to retrieve the meaningful text from any web page, stripping all html tags, extra code, etc. but I did not find something really convincing :-( Any help would be much appreciated :-) PS. I

Regex to remove all tags from a web page

2005-10-31 Thread Eric Chatonet
Hi all, I searched the list archive and the net for a regex that would allow to retrieve the meaningful text from any web page, stripping all html tags, extra code, etc. but I did not find something really convincing :-( Any help would be much appreciated :-) PS. I don't want to use "set

Re: Ask/answer dialog question -docs

2005-10-31 Thread Eric Chatonet
Hi Ron, You are right. But it's an error in the docs: Probably, a quick copy/paste from the answer entry ;-) Le 31 oct. 05 à 11:58, ron barber a écrit : Hi Eric, Thanks for the response, I'll look at your tutorials but the docs for the ask dialog state: "The ability to provide formatted t

Re: Ask/answer dialog question -docs

2005-10-31 Thread ron barber
Hi Eric, Thanks for the response, I'll look at your tutorials but the docs for the ask dialog state: "The ability to provide formatted text for the prompt was introduced in version 2.0." so I was looking for the way to use that. Thanks Ron On Oct 31, 2005, at 7:54 PM, Eric Chatonet wrote

Re: Ask/answer dialog question

2005-10-31 Thread Eric Chatonet
Hi Rob, Answer dialogs support styled text (html) but ask dialogs do not. You might be interested in 2 tutorials: "How to Display and Manage Ask Dialogs" and "How to Display and Manage Answer Dialogs" both available from Tutorials Picker. Tutorials Picker is available from my website (Revolu

Ask/answer dialog question

2005-10-31 Thread ron barber
Hi, The docs say that styled text is a possibility in ask and answer dialogs. I have tried ask the htmltext of field "myfield" with "myFile" but it shows the html encodings rather than the formatted text. I get the same thing with ask file and the answer dialogs. Is there a way to get style

Re: Plain text or Unicodetext?

2005-10-31 Thread ron barber
Hi Marcus, Thanks for the suggestion. Kenji Kojima also replied to me privately with the same idea. It seems to be an effective way of checking, even if it involves an extra step of putting the text into a fld first. Thanks Ron On Oct 30, 2005, at 11:28 PM, Marcus van Houdt wrote: Hello,