Re: Linux Version

2008-08-25 Thread Pierre Sahores

Hi Mikey,

In using Rev 3.0.0 DP-8 to RC-2, all the tested platforms (see below)  
gived the same very good results (stability, speed, script editor/ 
debugger,...) and i don't think i will go back to Rev 2.9.0 anymore.


Results of tests in native mode of a Rev n-tier app i'm working on :

- Mac OS X Leopard 10.5.4 (client and server app components native  
devlopment platform) : App runs 100% OK
- Win XP Pro SP2 (native client component deployment platform) : App  
runs 100% OK
- Debian Etch x86 (native server component prefered deployment  
platform) : App runs 100% OK


Results of tests as Sun's VirtualBox 1.6.2 virtual machines :

- Win XP Pro SP2 (native client component deployment platform) : App  
runs 100% OK
- Debian Etch x86 (native server component prefered deployment  
platform) : App runs 100% OK
- Ubuntu 8.04 x86 (native server component possible deployment  
platform) : App runs 100% OK
- openSuse 11 x86 (native server component possible deployment  
platform) : App runs 100% OK


One more quick note : Even if i went in the past (1998/2004) using  
extensivelly Suse Linux to run critical apps in ASP mode, i'm yet lots  
more confortable with Debian (or - the Debian based - Ubuntu) than  
with the Netware openSuse 11 not so up to date distro...


Best Regards,
--
Pierre Sahores
mobile : 06 03 95 77 70
www.sahores-conseil.com


Le 24 août 08 à 23:52, Mikey a écrit :


I finally have an Ubuntu machine up after steering away after bad
experiences with other distros, but I haven't tried RR on it yet.

Does anyone have any impressions?  3.0 beta impressions also welcome.

--
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
and did a little diving.
And God said, This is good.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution




___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Trouble deleting a line of text

2008-08-25 Thread Bill Vlahos

Thanks Sarah.

Bill

On Aug 24, 2008, at 3:58 PM, Sarah Reichelt wrote:


On Mon, Aug 25, 2008 at 8:36 AM, Bill Vlahos [EMAIL PROTECTED] wrote:
I have a table field (but in testing any field behaves this way)  
that I want
to delete a line of text when the user right clicks on it. The  
following

script deletes the line of text as expected but then throws an error.

1. Create a field and type several lines of text in it.
2. Lock the text of the field (so it can respond to mouseUp)
3. Paste the following code into the field
4. Click on a line of text

on mouseUp
select the clickLine
answer Really delete  return  the clickLine  ? with No or  
Yes

if it is Yes then
  delete the clickLine
end if
end mouseUp



The problem is that the clickLine is not preserved and becomes empty
while the answer dialog is open (or when it closes).
Try this instead. It stores the clickLine first, then uses the
stored value instead of expecting the clickLine to remain the same:

on mouseUp
   put the clickline into tClick
   select tClick
   answer Really delete  return  tClick  ? with No or Yes
   if it is Yes then
   delete tClick
   end if
end mouseUp

Cheers,
Sarah
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Trouble deleting a line of text

2008-08-25 Thread Bill Vlahos

Thanks Mark. That worked too.

Bill

On Aug 24, 2008, at 4:01 PM, Mark Schonewille wrote:


Hi Bill,

You don't miss anything. I believe that this works as expected in  
HyperCard, but not in Revolution. You can add this problem to the  
bug report http://quality.runrev.com/qacenter/show_bug.cgi?id=6988  
or create a new bug report.


I solved it like this:

do delete  the clickLine

Best,

Mark

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
http://www.salery.biz
http://facebook.economy-x-talk.com

Benefit from our inexpensive hosting services. See http://economy-x-talk.com/server.html 
 for more info.


On 25 aug 2008, at 00:36, Bill Vlahos wrote:

I have a table field (but in testing any field behaves this way)  
that I want to delete a line of text when the user right clicks on  
it. The following script deletes the line of text as expected but  
then throws an error.


1. Create a field and type several lines of text in it.
2. Lock the text of the field (so it can respond to mouseUp)
3. Paste the following code into the field
4. Click on a line of text

on mouseUp
select the clickLine
answer Really delete  return  the clickLine  ? with No or  
Yes

if it is Yes then
  delete the clickLine
end if
end mouseUp

What am I missing?

Bill Vlahos
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: AW: bad print quality of a resized image

2008-08-25 Thread Chipp Walters
Great,

You're PDF and Reports libraries are a welcome and solid addition to the
community.
best, Chipp

On Fri, Aug 22, 2008 at 6:52 AM, Jan Schenkel [EMAIL PROTECTED] wrote:


 Hi Chipp,

 For Quartam Reports 1.2 I'm looking at various
 enhancements to images, and the script I shared
 earlier was part of those experiments.
 So not today, but it's coming...


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


group with an editable textfield - select the group when clicking in the textfield

2008-08-25 Thread [EMAIL PROTECTED]
Hi

Wie make a tool for churches for making their web pages without any knowledge 
of HTML, images etc.

I use many groups on a card symbolizing the elements of the webpage f.e.

a group with a textfield
one with an image
one with fields organized as table in rows etc.
one with a calender symbol ...

http://animabit.de/pfarrtemplate.de/anichurch001.jpg
http://animabit.de/pfarrtemplate.de/anichurch002.jpg

and the user can reorganize the objects by drag drop etc.

My little problem: I have a script for selecting the group when clicking on any 
target contained in this group. It does work fine but not with editable 
textfields. When I click with the right mouse on the textfield, the mousedown 
handler works immediately - but the cursor is not in the textfield for typing. 
If I click with the left mouse the cursor is in the field but the mousedown 
handler does not work and the last selected group (for example the one with the 
image) stays selected. My script which does the work:

on mousedown mouseButtonNumber
if the name of the target contains hintergrund then
-- do nothing
else
grab the owner of target -- for moving around the group
select control (the owner of target) 
open stack objektbrowser as palette
put the short name of the owner of the target into field 1 of stack 
objektbrowser
put the typ of the owner of the target into field 2 of stack objektbrowser
end if
end mousedown 

I tried the following 

on openfield
mousedown
pass openfield
end openfield

but in this case I could click in the textfield, the mousedown handler worked 
and the group was selected ... but the focus of the cursor in the textfield has 
even been lost (as when clicking with the right mouse).

If I do it manually in 2 steps it is possible = it should be possible by 
programming also. Click
first with the right mouse (= mousedown works and the group is selected) 
second with the left mouse (the cursor is in the field but no mousedown handler 
is sent)
then the group stays selected AND the cursor is in the textfield for further 
typing.

How to do this?

Regards, Franz
Mit freundlichen Grüßen
Franz Böhmisch

[EMAIL PROTECTED]
http://www.animabit.de
GF Animabit Multimedia Software GmbH
Am Sonnenhang 22
D-94136 Thyrnau
Tel +49 (0)8501-8538
Fax +49 (0)8501-8537
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: RTFtext, printing and tabStops

2008-08-25 Thread Jan Schenkel
--- Shari [EMAIL PROTECTED] wrote:
 Jan,
 
 They do not know how to do mail merge in Word.  I
 had originally set 
 this project up as an Excel spreadsheet which
 exported info for 
 import into Word, but it was so convoluted and prone
 to user error 
 (Excel doesn't have the power Rev does, especially
 with several 
 spreadsheets tying into each other) that I convinced
 them to let me 
 do this in Rev.  I knew Rev could do it so much
 cleaner, with more 
 error checking, and more power under the hood, and a
 LOT more 
 capability than Excel.
 
 The sell points were:
 
 User friendly
 One click functions (such as printing something and
 avoiding the 
 whole mail merge thing)
 Built in error checking
 Efficiency
 
 And I don't recall the other sell points but there
 were several :-)
 
 What's being printed is a variety of things, some
 are letters, some 
 are reports with tables (hence the difficulty with
 the tabstops), 
 some are lists.  The users do not ever create
 templates, those are 
 all built into it (by me).  I had thought it would
 be nice if the 
 templates were somewhat editable but after seeing
 the difficulty in 
 template-to-printing, decided they cannot be.  I may
 hide them in 
 the app for this reason.
 
 Shari
 

Hi SHari,

What I meant was not using the 'Mail Merge' function
that ships with Word, but to effectively :
- make an RTF document with [[expression]] tags as
placeholders for the actual data
- read that file into a Rev variable
- use the Rev 'merge' function on that variable to
replace the [[expression]] tags with the data
- write the resulting content to a file on disk
- open that file in Word using the 'launch' command.

Whether or not you supply the RTF template or let your
users roll their own templates, is up to you.

If all your customers have Word installed (and most
users do have it in one way or another) then you might
as well re-use that as templating and printing engine.

Just my two cents,

Jan Schenkel.

Quartam Reports  PDF Library for Revolution
http://www.quartam.com

=
As we grow older, we grow both wiser and more foolish at the same time.  (La 
Rochefoucauld)


  
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Contextual (popup) menus and their options

2008-08-25 Thread Eric Chatonet

Bonjour Mark,

Sorry if I was not clear enough.
As I said, the selectedChunk, that returns a chunk expression  
describing the location of the text selection or insertion point, is  
always something like char 4 to 3 of field 1 (insertion point is  
placed after char 3 but there is no text selection), char 4 to 4 of  
field 1 (char 4 is selected), char 1 to 4 of field 1 (char 1 to 4 is  
selected).


word 1 of the selectedChunk = 'char'
word 2 of the selectedChunk = integer
word 3 of the selectedChunk = 'to'
word 4 of the selectedChunk = integer
etc.
These integers are those that interest us :-)

'char 4 to 3 of field 1' - '2  4' -' word 2  word 4' - insertion  
point but no selected text
'char 1 to 4 of field 1' - '1  4' -' word 2  word 4' - selected  
text


Why word 4 is less than word 2?
A simple convention to distinguish when the insertion point is in the  
field if there is some selected text also or not.
When word 4 is less than word 2, this means that the insertion point  
is in the field after char 'word 4 of the selectedText' but there is  
no selected text.
If word 4 is more than word 2, this means that char 'word 2 of the  
selectedText' to 'word 4 of the selectedText' are currently selected.


See selectedChunk, selectedField, selectedText in the docs.

Le 25 août 08 à 00:57, Mark Stuart a écrit :

But I'm not sure what this part of your script does, what it is  
checking

for?



   if word 4 of the selectedChunk  word 2 of the selectedChunk then



Why word 4 and why word 2?

And why word 4 is less than word 2?


Best regards from Paris,
Eric Chatonet.

Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
Email: [EMAIL PROTECTED]/



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


OT: Keyboard Layout Creator for Windows

2008-08-25 Thread runrev260805
Hi,

maybe this is for interest of someone of you, at least for GLX2 editor users 
with non english keyboard layout.


Microsoft is offering a tool for free, which lets you create new or modify 
existing keyboard layouts.

http://www.microsoft.com/downloads/details.aspx?FamilyId=8BE579AA-780D-4253-9E0A-E17E51DB2223displaylang=en

The creator builds an installer for the newly crated layout for different 
plattforms (Intel, AMD) for 32bit and 64 bit.


This tool brought a solution for a problem, which i thougit would never be 
solved:

I am using GLX2 editor with a non-english Windows. So i have a non-english 
keyboard layout.

To get \  (Backslash) or @ (commercial at) i have to press the ALT-GR key + an 
additional key  on a german keyboard. But pressing the ALT-GR key within GLX2 
editor opens an internal GLX2-Script. To avoid this i had to either using an 
english keyboard layout or to create the desired character by pressing the ALT 
key + the unicode for that character on the numeric keypad. Both ways were not 
satisfying,

But with Keyboard Layout creator, i was able to replace 2 unimportant 
characters, with the \ and the @, so i can get them without pressing CTRL or 
ALT or ALT-GR.

Regards,

Matthhias
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Revbrowser: checking for form submission

2008-08-25 Thread David Bovill
Thanks Terry will try - can't verify bug this end till I get a PC - sorry!

2008/8/24 Terry Judd [EMAIL PROTECTED]

 Hi David - browserBeforeNavigate is the right message to trap -
 unfortunately you can't use it to grab form data under Windows due to a bug
 in the external (see bug 5125 - I'm still waiting for this to be confirmed
 after 15 months!).

 Terry...


 On 25/8/08 5:00 AM, David Bovill [EMAIL PROTECTED] wrote:

  Is there any way to check whether RevBrowser is posting a form? I don;t
  think there is a suitable message to trap? I want to update some GUI
  elements if a user submits new information via the browser. As the forms
 use
  http post not get I don;t think any of the normal navigate messages
 are
  going to work?
 
  on browserBeforeNavigate pInstanceId, pUrl
put pUrl into field Browser Address of group (Browser 
 pInstanceId)
  of me
  end browserBeforeNavigate
  ___
  use-revolution mailing list
  use-revolution@lists.runrev.com
  Please visit this url to subscribe, unsubscribe and manage your
 subscription
  preferences:
  http://lists.runrev.com/mailman/listinfo/use-revolution

 --
 Dr Terry Judd
 Lecturer in Educational Technology (Design)
 Biomedical Multimedia Unit
 Faculty of Medicine, Dentistry  Health Sciences
 The University of Melbourne
 Parkville VIC 3052
 AUSTRALIA

 61-3 8344 0187

 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Where are the objects of a stack after 'start using'?

2008-08-25 Thread Graham Samuel

Thanks Eric

I had just worked out for myself that a set of re-usable substacks was  
the solution to my component issue. The only downside is that since  
the material is in a substack, usually I will have to use send to  
invoke the handlers in the component, but that's OK really. I will  
still be using script libraries ('start using') but I will not try to  
mix them up with components!


Best

Graham

(Final thought - I don't think the Rev documentation is great on this.  
It does literally say that 'start using' puts the stack's script into  
the message path, but it doesn't really explain what other kind of  
role the stack can play. The answer seems to be usually none.  
Anyway, on we go...)


On Sun, 24 Aug 2008 23:34:56 +0200, Eric Chatonet [EMAIL PROTECTED] 
 wrote:


Bonjour Graham,

A library is a collection of handlers put in a stack's script only.
The purpose of a library is to make some particular code routines
available (text, menu, etc.).
Usually, a library is a 'blank' stack with a single card and no  
control.

Just the script of the stack is used and made available from any
other script of any stack (card, controls, etc.) by putting the stack
'in use'.

It seems that you need a component and not a library:
Why don't you create a registering stack you'll make a substack of
any project when needed?
In addition, you can add some code at preOpenstack to pick up some
values from your mainstack (or elsewhere) then parameter your
registering stack to suit any project.


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: RTFtext, printing and tabStops

2008-08-25 Thread Shari

Jan,

That makes more sense.  I've already made several of the RTF files 
with replacement variables embedded.  Rev gets the template, plugs in 
its own variables, sets the RTFtext (and special tabstops and print 
size) of a fld to it (in a stack specially made just for printing), 
prints, and moves on to the next one.


If they are saved as RTFtxt files and there are several in a batch, 
can they all be launched at once so the user has them all open and 
ready to print?


Shari



Hi SHari,

What I meant was not using the 'Mail Merge' function
that ships with Word, but to effectively :
- make an RTF document with [[expression]] tags as
placeholders for the actual data
- read that file into a Rev variable
- use the Rev 'merge' function on that variable to
replace the [[expression]] tags with the data
- write the resulting content to a file on disk
- open that file in Word using the 'launch' command.

Whether or not you supply the RTF template or let your
users roll their own templates, is up to you.

If all your customers have Word installed (and most
users do have it in one way or another) then you might
as well re-use that as templating and printing engine.

Just my two cents,

Jan Schenkel.



--
  Dogs and bears, sports and cars, and patriots t-shirts
  http://www.villagetshirts.com
 WlND0WS and MAClNT0SH shareware games
 http://www.gypsyware.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Contextual (popup) menus and their options

2008-08-25 Thread Mark Stuart
Bonjour Eric,

If only I would look in the Documentation for this command, I would not
waste your time.

Thank you for explaining, your time, and your grace. :-)

 

Regards,

Mark Stuart

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Revbrowser: checking for form submission

2008-08-25 Thread Andre Garzia
David,

tricky workaround is to rewrite the HTMLText property of revBrowser
and change the form to GET. Then you trap it with RevBrowser and make
your own code do the POST job, you take the result and insert it into
the HTMLText.

The idea of rewriting or modding the HTML content in the revbrowser
window is very powerful. You can for example insert runtime generated
javascript to capture all the data in a form and put all this data in
a hidden DIV. So anytime you want the data from that form, you just
get the htmltext and look for that hidden div. If you combine that
with RevHTTP backscript, you can make the page post data to your own
stack and then command the actual posting from there on, like a proxy.

All those are hacks but they get the job done. The easiest is to
rewrite it as a get method and use a routine for trap and forward.

Andre

On Sun, Aug 24, 2008 at 4:00 PM, David Bovill [EMAIL PROTECTED] wrote:
 Is there any way to check whether RevBrowser is posting a form? I don;t
 think there is a suitable message to trap? I want to update some GUI
 elements if a user submits new information via the browser. As the forms use
 http post not get I don;t think any of the normal navigate messages are
 going to work?

 on browserBeforeNavigate pInstanceId, pUrl
  put pUrl into field Browser Address of group (Browser  pInstanceId)
 of me
 end browserBeforeNavigate
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution




-- 
http://www.andregarzia.com All We Do Is Code.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Where are the objects of a stack after 'start using'?

2008-08-25 Thread Richard Gaskin

Graham Samuel wrote:
I had just worked out for myself that a set of re-usable substacks was  
the solution to my component issue. The only downside is that since  
the material is in a substack, usually I will have to use send to  
invoke the handlers in the component, but that's OK really.


Not necessarily.  Eric's suggestion is a good one, and what I would have 
recommended had he not been so timely with his reply. :)


In fact, I use that setup with a library here which lets users edit FTP 
settings.  I have a growing number of apps that use FTP, and 
copying-and-pasting the same dialog was a time-wasting annoyance, so now 
I use one library for that which contains a substack which is the dialog 
for editing FTP settings.


Although the settings dialog is a substack, the handlers that drive it 
are in the library mainstack, so I never need to use send.  I do need 
to have fuller object descriptions which specify the stack (e.g., 
'button SettingsMenu of stack FTPsettings'), but even typing a few 
extra tokens is still saving me time since I'm only writing them once 
for every app that uses those handlers and that dialog.


--
 Richard Gaskin
 Managing Editor, revJournal
 ___
 Rev tips, tutorials and more: http://www.revJournal.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Where are the objects of a stack after 'start using'?

2008-08-25 Thread Eric Chatonet

Bonsoir Richard and Graham,

If Richard has not been so timely with his reply :-)

I fully agree but I did not want to not make things too complicated.
Actually, the architecture I often use has three parts:

. A component, all calls of which refer mainly to one or more  
libraries (of course, these libraries are never changed regarding to  
a specific project).

. One or more libraries that are able to handle all these calls.
. A custom property set in the main stack that allows to customize  
the component stack at preOpenStack.


Using this way, I'm able to keep a strong look and feel (it's your  
trademark :-) but with no pain, just by changing background images,  
some text, etc. according to custom properties specifically filled  
for the project.
Actually, such a modular approach makes things easier, reusable and  
less time consuming :-)
And as Rev is a RAD tool, we *must* imagine solutions that keep its  
speed...


I would just add that, as Rev allows to develop quickly, it's a real  
opportunity to think about ergonomics and architecture: end user and  
programmer concerns:

It's in this field that Rev/MC allows us to make the difference :-)

Le 25 août 08 à 19:46, Richard Gaskin a écrit :


Graham Samuel wrote:
I had just worked out for myself that a set of re-usable substacks  
was  the solution to my component issue. The only downside is  
that since  the material is in a substack, usually I will have to  
use send to  invoke the handlers in the component, but that's OK  
really.


Not necessarily.  Eric's suggestion is a good one, and what I would  
have recommended had he not been so timely with his reply. :)


In fact, I use that setup with a library here which lets users edit  
FTP settings.  I have a growing number of apps that use FTP, and  
copying-and-pasting the same dialog was a time-wasting annoyance,  
so now I use one library for that which contains a substack which  
is the dialog for editing FTP settings.


Although the settings dialog is a substack, the handlers that drive  
it are in the library mainstack, so I never need to use send.  I  
do need to have fuller object descriptions which specify the stack  
(e.g., 'button SettingsMenu of stack FTPsettings'), but even  
typing a few extra tokens is still saving me time since I'm only  
writing them once for every app that uses those handlers and that  
dialog.


Best regards from Paris,
Eric Chatonet.

Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
Email: [EMAIL PROTECTED]/



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Revbrowser: checking for form submission

2008-08-25 Thread David Bovill
Nice - see you've been experimenting!
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Linux Version

2008-08-25 Thread Peter Alcibiades

Pierre,

Does RevPrintField work properly?

Do virtual desktops work properly?

Peter
-- 
View this message in context: 
http://www.nabble.com/Linux-Version-tp19135238p19151516.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Revbrowser: checking for form submission

2008-08-25 Thread Andre Garzia
David,

yes, my father bought a espresso machine and a very strong coffee
called rubro coffee... these codings are the side effects. So far I've
noticed that strong coffee favours Revolution coding, spicy tea
favours lisp coding and a mixture of aspirin and something for the
stomach favours C/C++.

andre

On Mon, Aug 25, 2008 at 5:38 PM, David Bovill [EMAIL PROTECTED] wrote:
 Nice - see you've been experimenting!
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution




-- 
http://www.andregarzia.com All We Do Is Code.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Linux Version

2008-08-25 Thread Pierre Sahores

Peter,



Pierre,

Does RevPrintField work properly?


To be sure, could you send me a test stack of your own that i could  
use to verify and report the result ?


Do virtual desktops work properly?


Yes.

Best Regards,



Peter
--
View this message in context: 
http://www.nabble.com/Linux-Version-tp19135238p19151516.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution




--
Pierre Sahores
mobile : 06 03 95 77 70
www.sahores-conseil.com


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Linux Version

2008-08-25 Thread Andre Garzia
Pierre always to amaze me :-D

Pierre would you consider writing a little piece about deploying
cross-platform n-tier solutions with Rev after this project is
deployed.

cheers
andre

On Mon, Aug 25, 2008 at 3:19 AM, Pierre Sahores [EMAIL PROTECTED] wrote:
 Hi Mikey,

 In using Rev 3.0.0 DP-8 to RC-2, all the tested platforms (see below) gived
 the same very good results (stability, speed, script editor/debugger,...)
 and i don't think i will go back to Rev 2.9.0 anymore.

 Results of tests in native mode of a Rev n-tier app i'm working on :

 - Mac OS X Leopard 10.5.4 (client and server app components native
 devlopment platform) : App runs 100% OK
 - Win XP Pro SP2 (native client component deployment platform) : App runs
 100% OK
 - Debian Etch x86 (native server component prefered deployment platform) :
 App runs 100% OK

 Results of tests as Sun's VirtualBox 1.6.2 virtual machines :

 - Win XP Pro SP2 (native client component deployment platform) : App runs
 100% OK
 - Debian Etch x86 (native server component prefered deployment platform) :
 App runs 100% OK
 - Ubuntu 8.04 x86 (native server component possible deployment platform) :
 App runs 100% OK
 - openSuse 11 x86 (native server component possible deployment platform) :
 App runs 100% OK

 One more quick note : Even if i went in the past (1998/2004) using
 extensivelly Suse Linux to run critical apps in ASP mode, i'm yet lots more
 confortable with Debian (or - the Debian based - Ubuntu) than with the
 Netware openSuse 11 not so up to date distro...

 Best Regards,
 --
 Pierre Sahores
 mobile : 06 03 95 77 70
 www.sahores-conseil.com


 Le 24 août 08 à 23:52, Mikey a écrit :

 I finally have an Ubuntu machine up after steering away after bad
 experiences with other distros, but I haven't tried RR on it yet.

 Does anyone have any impressions?  3.0 beta impressions also welcome.

 --
 On the first day, God created the heavens and the Earth
 On the second day, God created the oceans.
 On the third day, God put the animals on hold for a few hours,
 and did a little diving.
 And God said, This is good.
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution



 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution




-- 
http://www.andregarzia.com All We Do Is Code.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Revbrowser: checking for form submission

2008-08-25 Thread Jim Sims


On Aug 25, 2008, at 11:09 PM, Andre Garzia wrote:


yes, my father bought a espresso machine and a very strong coffee
called rubro coffee... these codings are the side effects. So far I've
noticed that strong coffee favours Revolution coding, spicy tea
favours lisp coding and a mixture of aspirin and something for the
stomach favours C/C++.

andre


What? No Kinnie?!

sims




___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Linux Version

2008-08-25 Thread Pierre Sahores
As the must in about XTalk, IDE and RAD, in about AI versus BI, in  
about trigonometrics and vectorial drawing, in about n-tier without  
having to wait after Java wakes up,... Rev is always and again so  
greatly amazing us all in making our mind wider ;-)



Pierre always to amaze me :-D

Pierre would you consider writing a little piece about deploying
cross-platform n-tier solutions with Rev after this project is
deployed.

Even if you will have to rewrite some of this to makes the result more  
readable, Andre ;-D


Best,
Pierre


cheers
andre

On Mon, Aug 25, 2008 at 3:19 AM, Pierre Sahores [EMAIL PROTECTED]  
wrote:

Hi Mikey,

In using Rev 3.0.0 DP-8 to RC-2, all the tested platforms (see  
below) gived
the same very good results (stability, speed, script editor/ 
debugger,...)

and i don't think i will go back to Rev 2.9.0 anymore.

Results of tests in native mode of a Rev n-tier app i'm working on :

- Mac OS X Leopard 10.5.4 (client and server app components native
devlopment platform) : App runs 100% OK
- Win XP Pro SP2 (native client component deployment platform) :  
App runs

100% OK
- Debian Etch x86 (native server component prefered deployment  
platform) :

App runs 100% OK

Results of tests as Sun's VirtualBox 1.6.2 virtual machines :

- Win XP Pro SP2 (native client component deployment platform) :  
App runs

100% OK
- Debian Etch x86 (native server component prefered deployment  
platform) :

App runs 100% OK
- Ubuntu 8.04 x86 (native server component possible deployment  
platform) :

App runs 100% OK
- openSuse 11 x86 (native server component possible deployment  
platform) :

App runs 100% OK

One more quick note : Even if i went in the past (1998/2004) using
extensivelly Suse Linux to run critical apps in ASP mode, i'm yet  
lots more
confortable with Debian (or - the Debian based - Ubuntu) than with  
the

Netware openSuse 11 not so up to date distro...

Best Regards,
--
Pierre Sahores
mobile : 06 03 95 77 70
www.sahores-conseil.com


Le 24 août 08 à 23:52, Mikey a écrit :


I finally have an Ubuntu machine up after steering away after bad
experiences with other distros, but I haven't tried RR on it yet.

Does anyone have any impressions?  3.0 beta impressions also  
welcome.


--
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
and did a little diving.
And God said, This is good.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution




___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription

preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution





--
http://www.andregarzia.com All We Do Is Code.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


revbrowser issue

2008-08-25 Thread Jim Sims


When using the revbrowser, about 5-10% of the time it will
display a blank white page instead of the web page.

To test and see if it actually got the html I use:
 put revBrowserGet(sBrowserId, htmltext) into tHTMLT

That seems to indicate that it gets the html but does not display it
in the image assigned for the browser.

Does anyone else have this issue?

Is there a workaround for it?

sims
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution