Re: conditional resizing of an url-referenced image object

2010-05-13 Thread Scott Rossi
Recently, Nicolas Cueto wrote:

 I don't know how to use Rev to get the width (or height) of an
 image that is on my web-server.
 
 If anyone knows, or if there's an alternate/better solution than what
 I've thought up, I'd appreciate the help.

If you lock the screen before setting the fileName of the image, you could
size the image properly before displaying it, using the formattedWidth
porperty, and then reposition the image if necessary.  Or maybe do the
sizing offscreen before showing the image.

 set width of img displayImage to formattedWidth of img displayImage

Regards,

Scott Rossi
Creative Director
Tactile Media, UX Design


___
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


Android Culture

2010-05-13 Thread jim sims
I welcome my Android brothers and sisters - Long Live Android.

Being ignorant of Android behavior and where they can be found, would someone 
please tell me where I might find great places to see apps for them? Is the an 
Android-like iTunes store? Are there famous Android download sites?

I only have one of those silly mobiles that only do phone calls at the moment 
so all of this is new to me. So, I need to find out more about Android culture.

Are there Android users on this list? 

My only exposure to Android was last week when I had a couchsurfer staying at 
my flat. He had worked for Google in Europe but quit after one year 
(assimilating into Google Land was not his thing) and he had and Android 
mobile, free from Google. Much angst was expressed by him as it seemed to crash 
every now and then and he lost quite a few tourist type photos he'd taken. I 
hope Androids have advanced since his model. 

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: Android Culture

2010-05-13 Thread Ian Wood


On 13 May 2010, at 08:29, jim sims wrote:

Being ignorant of Android behavior and where they can be found,  
would someone please tell me where I might find great places to see  
apps for them? Is the an Android-like iTunes store? Are there famous  
Android download sites?


http://www.android.com/market/ is the 'official' store from Google but  
can only be viewed fully from an Android handset, and then the  
different carriers sometimes have their own stores as well. There's  
then a few other sites offering apps via sideloading.


In other words, don't expect there to be anything as cohesive as  
Apple's App Store. :-(


Ian
___
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: Android Culture

2010-05-13 Thread Jim Sims

On May 13, 2010, at 9:54 AM, Ian Wood wrote:

 http://www.android.com/market/ is the 'official' store from Google but can 
 only be viewed fully from an Android handset, and then the different carriers 
 sometimes have their own stores as well. There's then a few other sites 
 offering apps via sideloading.

Thanks for that.

After a quick glance at the top paid apps I suspect that Scott Rossi could rule 
Android Land.

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: iPad User interface review

2010-05-13 Thread Mike Harland

On 12th May Chipp Walters wrote:
 Who'd of thought XCode developers can't design perfect
 interfaces?http://shaferwaltersgroup.posterous.com/whod-of-thought-xcode-developers-cant-design
 
 Excellent Article on the iPad's Usability. I'm sure Steve Jobs is surprised
 his XCode developers haven't created optimal interfaces. I'm sure with a few
 more license changes, this will all get sorted out. ;-)

Thanks for this reference Chipp - for those of us who lived through the two 
decades of multimedia and hypermedia, it is good to see that the old master of 
human-computer interaction, Jakob Nielsen, remains as active and relevant as 
ever. If we learnt anything in those days, it was that design is 80-90% of the 
success of any app, coding is secondary. Another local hypermedia 'guru' of 
mine was Lynda Hardman, whose seminal article (with Deborah Edwards) on 
cognitive mapping and navigation, Lost in Hyperspace, is also equally 
relevant today.
Mike 
___
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


Androids and Cyborgs

2010-05-13 Thread Richmond Mathewson

 Ooooh, look at this:

http://developer.android.com/guide/developing/tools/emulator.html
___
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: Thoughts on Kevin's announcement

2010-05-13 Thread David Bovill
Jerry - it would be good to outline a little more clearly how Rodeo works /
fits into the picture of how to develop apps on iPhone for Rev developers.
I'm not clear - so I guess perhaps others are not.

At present you have to make iPhone apps using either:

   1. Cocoa Touch http://en.wikipedia.org/wiki/Cocoa_Touch and
Objective Chttp://en.wikipedia.org/wiki/Objective-Cusing Xcode and
the the iPhone
   SDK http://en.wikipedia.org/wiki/IPhone_OS#iPhone_SDK
   2. Use open web standards and Xcode with or without open source
   frameworks such as
PhoneGaphttp://phonegap.pbworks.com/Getting-Started-with-PhoneGap-%28iPhone%29
   3. Other?

You could also just create iPhone tailored web sites (with or without
JavaScript frameworks to help out):

   - http://news.cnet.com/8301-13579_3-10295121-37.html
   -
   
http://www.mobiletopsoft.com/board/7600/google-voice-web-app-now-available-to-iphone-and-webos.html

I'm sort of assuming that Rodeo is an app written in Cocoa Touch/Objective
C/Xcode which reads and writes structured data to the web server. You
therefore have an authoring app and a web service. The web service is able
to customize an Xcode project, and therefore create an app from this data
for you, which you then aim to submit to the App store.

Questions:

   - Is this right?
   - Is this not simply using web services to do the same thing as any other
   framework that automatically generates Objective C for Xcode - and therfore
   could fall foul of the originally written clause on the new license?

I am trying to choose between the web app approach, the PhoneGap approach
and Rodeo - thanks
___
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: Thoughts on Kevin's announcement

2010-05-13 Thread Ian Wood
Presumably Jerry is asleep at the moment but from what I've read and  
watched...


Rodeo is written in Rev and creates *online* HTML webapps, hosted on  
On-Rev. Xcode is not involved in the end-user's workflow at all*. The  
'originally written in' clause is irrelevant because all that ends up  
being accessed by someone using a Rodeo-created webapp is HTML/CSS/JS.


Basically, using Rev's strengths in text/file manipulation to generate  
all the relevant web files from a Rev-like syntax. What I'm not sure  
of is whether the Rodeo service is set up to generate the web files on- 
the-fly or to compile them when you finish editing an app. Presumably  
the second option, or the server load would get a bit heavy.


Ian

* Jerry has spoken about a future possibility of advising authors on  
PhoneGap-style wrapping of webapps for submission to Apple, but again  
all the code is processed within Webkit and therefore bypasses the  
restrictive parts of the SDK agreement.



On 13 May 2010, at 10:55, David Bovill wrote:

I'm sort of assuming that Rodeo is an app written in Cocoa Touch/ 
Objective

C/Xcode which reads and writes structured data to the web server. You
therefore have an authoring app and a web service. The web service  
is able
to customize an Xcode project, and therefore create an app from this  
data

for you, which you then aim to submit to the App store.

Questions:

  - Is this right?
  - Is this not simply using web services to do the same thing as  
any other
  framework that automatically generates Objective C for Xcode - and  
therfore
  could fall foul of the originally written clause on the new  
license?


___
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


News on revIgniter (05-13-10)

2010-05-13 Thread Ralf Bitter

revIgniter v1.3b has been released ready for download.
What's new? This version includes a new library,
which lets you write jQuery code for event handling,
animation and Ajax interactions using revTalk.
Furthermore there is a new helper, which assists you
in working with dates.

As some of you asked for it:
There is now a comprehensive tutorial demonstrating
how to build dynamic web pages with revIgniter
(on the basis of a simple chat application).


Info and download at: http://revigniter.com/


Ralf
___
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: conditional resizing of an url-referenced image object

2010-05-13 Thread Nicolas Cueto
Thanks Scott. Working with the formattedWidth did the trick.

--
Nicolas Cueto
___
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: Thoughts on Kevin's announcement

2010-05-13 Thread Jerry Daniels
Ian,

Well said and accurate. 

As regards the Rodeo server load and saving...

Saving Rodeo code from either the Rodeo desktop or iPad IDE will result in 
sending it to the server where it will be rendered into viewable web app pages. 
The On-Rev server is surprising fast.

Best,

Jerry Daniels

Create iPad web apps with Rodeo:
http://rodeoapps.com

On May 13, 2010, at 5:13 AM, Ian Wood revl...@azurevision.co.uk wrote:

 Presumably Jerry is asleep at the moment but from what I've read and 
 watched...
 
 Rodeo is written in Rev and creates *online* HTML webapps, hosted on On-Rev. 
 Xcode is not involved in the end-user's workflow at all*. The 'originally 
 written in' clause is irrelevant because all that ends up being accessed by 
 someone using a Rodeo-created webapp is HTML/CSS/JS.
 
 Basically, using Rev's strengths in text/file manipulation to generate all 
 the relevant web files from a Rev-like syntax. What I'm not sure of is 
 whether the Rodeo service is set up to generate the web files on-the-fly or 
 to compile them when you finish editing an app. Presumably the second option, 
 or the server load would get a bit heavy.
 
 Ian
 
 * Jerry has spoken about a future possibility of advising authors on 
 PhoneGap-style wrapping of webapps for submission to Apple, but again all the 
 code is processed within Webkit and therefore bypasses the restrictive parts 
 of the SDK agreement.
 
 
 On 13 May 2010, at 10:55, David Bovill wrote:
 
 I'm sort of assuming that Rodeo is an app written in Cocoa Touch/Objective
 C/Xcode which reads and writes structured data to the web server. You
 therefore have an authoring app and a web service. The web service is able
 to customize an Xcode project, and therefore create an app from this data
 for you, which you then aim to submit to the App store.
 
 Questions:
 
  - Is this right?
  - Is this not simply using web services to do the same thing as any other
  framework that automatically generates Objective C for Xcode - and therfore
  could fall foul of the originally written clause on the new license?
 
 ___
 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: News on revIgniter (05-13-10)

2010-05-13 Thread Michael Kann
Ralf,

Congratulations and thank you very much.

Mike

--- On Thu, 5/13/10, Ralf Bitter ra...@dimensionb.de wrote:

 From: Ralf Bitter ra...@dimensionb.de
 Subject: News on revIgniter (05-13-10)
 To: How to use Revolution use-revolution@lists.runrev.com
 Date: Thursday, May 13, 2010, 7:30 AM
 
 revIgniter v1.3b has been released ready for download.
 What's new? This version includes a new library,
 which lets you write jQuery code for event handling,
 animation and Ajax interactions using revTalk.
 Furthermore there is a new helper, which assists you
 in working with dates.
 
 As some of you asked for it:
 There is now a comprehensive tutorial demonstrating
 how to build dynamic web pages with revIgniter
 (on the basis of a simple chat application).
 
 
 Info and download at: http://revigniter.com/
 
 
 Ralf
 ___
 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


[data grid] can't hide one of the scrollbar

2010-05-13 Thread Andre.Bisseret

Bonjour,

In a brand new stack I put a button whose script is :
-
on mouseUp
   local DGRef,
   ---
   copy group DataGrid of group Templates of stack  
revDataGridLibrary to this card

   put it into DGRef
   set the dgProp[show hScrollBar] of DGRef to false
   set the dgProp[show vScrollBar] of DGRef to false
end mouseUp
-
then, the V scroll bar remains visible

If I invert the order of the 2 last lines then it is the H scroll bar  
which remains visible


In other words, the last line is not executed

What am I doing wrong?


Best regards from Grenoble

André

___
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: Test For Field Being Edited?

2010-05-13 Thread Martin Koob
Scott Rossi sc...@... writes:

 
 Hi List:
 
 I can't remember...  Is there a way to determine if any field on a card is
 open for editing, other than storing a variable?
 
What about focusedObject.

Martin

___
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: Test For Field Being Edited?

2010-05-13 Thread Martin Koob
Martin Koob mk...@... writes:

 
 Scott Rossi sc...@... writes:
 
  
  Hi List:
  
  I can't remember...  Is there a way to determine if any field on a card is
  open for editing, other than storing a variable?
  
Sorry try this again

What about focused object.

This is what I use to check if a field is open and then call a
 handler in that field.

if the first word of the focusedObject is field then
dispatch savemycontents to the focusedObject
end if

Martin

___
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: [data grid] can't hide one of the scrollbar

2010-05-13 Thread Cameron BOUCH
And you expect me to know this, how?

--- On Thu, 5/13/10, Andre.Bisseret andre.bisse...@inria.fr wrote:


From: Andre.Bisseret andre.bisse...@inria.fr
Subject: [data grid] can't hide one of the scrollbar
To: use-revolution@lists.runrev.com
Date: Thursday, May 13, 2010, 10:45 AM


Bonjour,

In a brand new stack I put a button whose script is :
-
on mouseUp
   local DGRef,
   ---
   copy group DataGrid of group Templates of stack revDataGridLibrary to 
this card
   put it into DGRef
   set the dgProp[show hScrollBar] of DGRef to false
   set the dgProp[show vScrollBar] of DGRef to false
end mouseUp
-
then, the V scroll bar remains visible

If I invert the order of the 2 last lines then it is the H scroll bar which 
remains visible

In other words, the last line is not executed

What am I doing wrong?


Best regards from Grenoble

André

___
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: News on revIgniter (05-13-10)

2010-05-13 Thread Thomas McGrath III
Very Impressive Ralf,

Going through the tutorials now. This is even more important to us for today.


Tom McGrath III
Lazy River Software
http://lazyriver.on-rev.com
3mcgr...@comcast.net

I Can Speak - Communication for the rest of us...
http://mypad.lazyriver.on-rev.com

I Can Speak on the iPad Store
http://itunes.apple.com/us/app/i-can-speak/id364733279?mt=8

DeMoted - Have you DeMoted Someone today?
http://demoted.lazyriver.on-rev.com

DeMoted on the iTune App Store
http://itunes.apple.com/us/app/demoted/id355925236?mt=8



On May 13, 2010, at 8:30 AM, Ralf Bitter wrote:

 
 revIgniter v1.3b has been released ready for download.
 What's new? This version includes a new library,
 which lets you write jQuery code for event handling,
 animation and Ajax interactions using revTalk.
 Furthermore there is a new helper, which assists you
 in working with dates.
 
 As some of you asked for it:
 There is now a comprehensive tutorial demonstrating
 how to build dynamic web pages with revIgniter
 (on the basis of a simple chat application).
 
 
 Info and download at: http://revigniter.com/
 
 
 Ralf
 ___
 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: News on revIgniter (05-13-10)

2010-05-13 Thread stephen barncard
I was stuck on this for no apparent reason for a while... nothing working
 until I found a couple of silly gotchas (of no fault of the author) that
may happen to others that try this.

1. Cutting and pasting example code from the *revIgniter* example web pages
appears to choke the Rev server. It turns out that the indenting characters
on the page are not tabs but  EOT (decimal 4) characters.  (yikes!)

Just replace these characters with tab or empty, or type it out manually.

2. New users, READ and DO the EXAMPLES regarding   *controllers*and*
views*-  before trying anything else.


Arg... cutting and pasting has as many drawbacks as advantages...

thanks, Ralf for your good work for the Rev community.  Someday I hope you
will create a forum so that we can share ideas  and templates. I will be
Paypal as soon as I get something public running

sqb



On 13 May 2010 09:54, Thomas McGrath III mcgra...@mac.com wrote:

 Very Impressive Ralf,

 Going through the tutorials now. This is even more important to us for
 today.


 Tom McGrath III
 Lazy River Software
 http://lazyriver.on-rev.com
 3mcgr...@comcast.net

 I Can Speak - Communication for the rest of us...
 http://mypad.lazyriver.on-rev.com

 I Can Speak on the iPad Store
 http://itunes.apple.com/us/app/i-can-speak/id364733279?mt=8

 DeMoted - Have you DeMoted Someone today?
 http://demoted.lazyriver.on-rev.com

 DeMoted on the iTune App Store
 http://itunes.apple.com/us/app/demoted/id355925236?mt=8



 On May 13, 2010, at 8:30 AM, Ralf Bitter wrote:

 
  revIgniter v1.3b has been released ready for download.
  What's new? This version includes a new library,
  which lets you write jQuery code for event handling,
  animation and Ajax interactions using revTalk.
  Furthermore there is a new helper, which assists you
  in working with dates.
 
  As some of you asked for it:
  There is now a comprehensive tutorial demonstrating
  how to build dynamic web pages with revIgniter
  (on the basis of a simple chat application).
 
 
  Info and download at: http://revigniter.com/
 
 
  Ralf
  ___
  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




-- 
-
Stephen Barncard
Back home in SF
___
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: News on revIgniter (05-13-10)

2010-05-13 Thread Jim Ault

On May 13, 2010, at 11:07 AM, stephen barncard wrote:

I was stuck on this for no apparent reason for a while... nothing  
working
until I found a couple of silly gotchas (of no fault of the author)  
that

may happen to others that try this.

1. Cutting and pasting example code from the *revIgniter* example  
web pages
appears to choke the Rev server. It turns out that the indenting  
characters

on the page are not tabs but  EOT (decimal 4) characters.  (yikes!)

Just replace these characters with tab or empty, or type it out  
manually.



Just a word of caution...
When copying text and images from browser windows, pop ups, and other  
display objects, always take steps to clean it and test it.  There can  
be many invisible characters that are included in browser codes and  
the operating system clipboard is not able to deal with all  
contingencies.  This is more important when working in non-English  
languages and in uincode.


When copying and pasting into cgi scripts, the rules get a little  
trickier ( than irev scripts )
If you are pasting into the Rev script editor for irev scripts, you  
can see the result immediately.  If you are editing the scripts in a  
text processor such as TextWrangler and uploading directly to the Rev  
server, the scripts can fail when called.



Jim Ault
Las Vegas



___
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


DataGrid - move Scrollbar by script

2010-05-13 Thread LunchnMeets
Hi everyone,

There are a lot of uses for datagrids. I'm having a little trouble fully 
getting into the operation of them though.

How can I move the vertical scrollbar from within a script? What I have is 
an alphabetical list as one of the datagrid columns. I want to type a 
character and have the grid scroll so that the first listing shown is the first 
one with that character. It's probably a keyDown handler but that's as far as 
I got. I'm sure it's possible, but I can't figure it out. Your help is 
appreciated very much. Many times I don't know how I manage without this list 
as 
a resource.

Joe in Orlando
___
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


Recording Audio on Windows...?

2010-05-13 Thread John Patten

Hi All...

I'm attempting to move a small stack, which records audio from a OS X  
computer over to a Windows XP computer.


The OS X stack works fine. When I run it on the Windows XP machine I'm  
getting an error.


I have installed QT on the Windows XP machine and I appear to have all  
my paths correct.


i.e. C:\Documents and Settings\the_domain.theUser\Desktop\recordings 
\nameofRecording


However, when I check the result after giving the record sound file  
command it reports:


error -220 starting recording

Does anyone have an idea of what I'm missing?

Thank you!

John Patten
___
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: Recording Audio on Windows...?

2010-05-13 Thread Devin Asay

On May 13, 2010, at 2:28 PM, John Patten wrote:

 Hi All...
 
 I'm attempting to move a small stack, which records audio from a OS X  
 computer over to a Windows XP computer.
 
 The OS X stack works fine. When I run it on the Windows XP machine I'm  
 getting an error.
 
 I have installed QT on the Windows XP machine and I appear to have all  
 my paths correct.
 
 i.e. C:\Documents and Settings\the_domain.theUser\Desktop\recordings 
 \nameofRecording
 
 However, when I check the result after giving the record sound file  
 command it reports:
 
 error -220 starting recording
 
 Does anyone have an idea of what I'm missing?

Not sure what the error means. But audio recordings are generally pretty 
reliable on XP. I've got a demo stack that I know works on Win XP and Mac OS X. 
Maybe you could compare it to your own code and see if there are differences. 
If it doesn't work, there might be a problem with your configuration.

Enter in message box:

go stack URL http://asay.byu.edu/AudioJukebox.rev;

HTH

Devin


Devin Asay
Humanities Technology and Research Support Center
Brigham Young University

___
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


Printing in a revlet

2010-05-13 Thread Jim Schaubeck
Is anyone able to tell me how I can have web users print a card or a web
page from a revlet?  I get blank pages when using Firefox and card printing
does not work (at least I have not been successful in getting it to work).
I could use a step by step guide if someone knows where to point me.

 

HP (AMD Quad),Win7 64, Firefox, Rev Studio 4.0

 

This is a real problem for me L

 



jim schaubeck

714.321.4499

 

___
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


German French not liked by Valentina DB Rev ?

2010-05-13 Thread Christian Langers

Hi,

I'm trying to feed my Valentina Db fields with text. When using English, 
no problem. But when using German or French, pfff..


The main problem are the Umlauts (ö,ä,ü,...) or french chars (é,è,à...). 
As I read in the docs, rev fields are storing text in UTF16. Valentina 
is storing text in UTF16 too. So normally there should be no problems 
when storing text from REV into Valentina.
But when retrieving the saved text from the DB, that gives me scrambled 
chars instead of the é,à,è,ü,


Does anybody have a solution to that ?

I'm working on an Intel Mac, REV 4.5 DP3, Valentina 4.6, using SQLYoga...

Thanks for any advice,

Christian
Luxembourg
___
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: News on revIgniter (05-13-10)

2010-05-13 Thread Ralf Bitter

Stephen,

1. Sorry, should have mentioned in the tutorial,
that one should be cautious in copying the scripts.

2. You are absolutely right about how to acquaint oneself
with revIgniter.


Ralf


On 13.05.2010, at 20:07, stephen barncard wrote:

 I was stuck on this for no apparent reason for a while... nothing working
 until I found a couple of silly gotchas (of no fault of the author) that
 may happen to others that try this.
 
 1. Cutting and pasting example code from the *revIgniter* example web pages
 appears to choke the Rev server. It turns out that the indenting characters
 on the page are not tabs but  EOT (decimal 4) characters.  (yikes!)
 
 Just replace these characters with tab or empty, or type it out manually.
 
 2. New users, READ and DO the EXAMPLES regarding   *controllers*and*
 views*-  before trying anything else.
 
 
 Arg... cutting and pasting has as many drawbacks as advantages...
 
 thanks, Ralf for your good work for the Rev community.  Someday I hope you
 will create a forum so that we can share ideas  and templates. I will be
 Paypal as soon as I get something public running
 
 sqb
 

___
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: DataGrid - move Scrollbar by script

2010-05-13 Thread zryip theSlug
2010/5/13  lunchnme...@aol.com:
 Hi everyone,

 There are a lot of uses for datagrids. I'm having a little trouble fully
 getting into the operation of them though.

 How can I move the vertical scrollbar from within a script? What I have is
 an alphabetical list as one of the datagrid columns. I want to type a
 character and have the grid scroll so that the first listing shown is the 
 first
 one with that character. It's probably a keyDown handler but that's as far as
 I got. I'm sure it's possible, but I can't figure it out. Your help is
 appreciated very much. Many times I don't know how I manage without this list 
 as
 a resource.

 Joe in Orlando
 ___
 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


Hi Joe,

The dgHilitedLines property of a Data Grid goes automatically to the
first line you pass as parameter. If necessary it scrolls the vertical
scrollbar to reach the line.

Usage:

set the dgHilitedLine of myDataGrid to pTheLine

where pTheLine is the line to select.

All you have to do here, is pass to this property the number of the
line to display.

With the Data Grid you can use the FindLine for exact match searching:
http://lessons.runrev.com/spaces/lessons/manuals/datagrid/lessons/7344-Data-Grid-API

However, for partial matches you have to write your own handler.

Have a look to the search topic of the library I prepare for the Data Grid:
go to url http://www.aslugontheroad.co.cc/demo/DG_Lib_Demo-Dictionary.rev;

It could inspire you some ideas.


Regards,
-- 
-Zryip TheSlug- wish you the best! 8)
http://www.aslugontheroad.co.cc
___
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


debugger bitHints

2010-05-13 Thread DunbarX
I asked these things before; this time I will write them down.

In the debugger:

Isn't there a keyboard shortcut to put the selection into the find box? I 
know you can drag selected text, but that only inserts it into (after, 
before) what might already be there. It would be the equivalent of Cmd-H in HC. 
We 
already have Cmd-G, thank goodness.

Is there documentation about watchpoints? I just tried them, and cannot 
figure out how they work, or how the conditionals attached to them are used. 
This goes for the conditionals with ordinary breakpoints as well.

There was an external for watchpoints in HC way back, where a user defined 
conditional would invoke a breakpoint. So if a variable, say, exceeded a 
certain value, the script would halt with a breakpoint at that point. Very 
useful; it looks like this is supported in Rev too?

Thanks.

Craig Newman
___
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: debugger bitHints

2010-05-13 Thread DunbarX
Ah. I got the watchpoints to work. My hastiness.

About that find shortcut, though...

Thanks.

Craig Newman
___
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: debugger bitHints

2010-05-13 Thread zryip theSlug
2010/5/13  dunb...@aol.com:
 Ah. I got the watchpoints to work. My hastiness.

 About that find shortcut, though...

Check your edit menu when you are in the script editor. There is a
menu Find selection with its shortcut (option + command + F) that
could help you.


Regards,
-- 
-Zryip TheSlug- wish you the best! 8)
http://www.aslugontheroad.co.cc
___
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: debugger bitHints

2010-05-13 Thread DunbarX
Thanks. I am writing it down.

In a message dated 5/13/10 5:54:12 PM, zryip.thes...@gmail.com writes:


 
 Check your edit menu when you are in the script editor. There is a
 menu Find selection with its shortcut (option + command + F) that
 could help you.
 
 
___
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: [data grid] can't hide one of the scrollbar

2010-05-13 Thread zryip theSlug
2010/5/13 Andre.Bisseret andre.bisse...@inria.fr:
 Bonjour,

 In a brand new stack I put a button whose script is :
 -
 on mouseUp
   local DGRef,
   ---
   copy group DataGrid of group Templates of stack revDataGridLibrary
 to this card
   put it into DGRef
   set the dgProp[show hScrollBar] of DGRef to false
   set the dgProp[show vScrollBar] of DGRef to false
 end mouseUp
 -
 then, the V scroll bar remains visible

 If I invert the order of the 2 last lines then it is the H scroll bar which
 remains visible

 In other words, the last line is not executed

 What am I doing wrong?


 Best regards from Grenoble

 André

Bonjour André,

Not helpful here, but I've tested this and I encounter the same behavior.
I have tried different ways to avoid it but with no result.

By testing content of the dgProp[show hScrollBar] and the
dgProp[show vScrollBar] immediately after the code, the first
property is set to false, the second is set to empty.

I have tried with a delay and a refresh command, however with no result.


Odds

Regards,
-- 
-Zryip TheSlug- wish you the best! 8)
http://www.aslugontheroad.co.cc
___
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: News on revIgniter (05-13-10)

2010-05-13 Thread stephen barncard
Ralf, here's one more thing for newbies to this framework  --

*Turn off the caching while working on the code*,
otherwise you won't see your changes immediately!

(this one threw me for a while.)

outputCache 0
*
*
*This framework is really great. It's a bundle of extensible, rev-ready CMS
building blocks with just-in-time libraries.*

*The google search site field on the docs does not seem to be happy. Does
this feature require an api key?
*
On 13 May 2010 14:28, Ralf Bitter ra...@dimensionb.de wrote:


 Stephen,

 1. Sorry, should have mentioned in the tutorial,
 that one should be cautious in copying the scripts.

 2. You are absolutely right about how to acquaint oneself
 with revIgniter.


 Ralf


 On 13.05.2010, at 20:07, stephen barncard wrote:

  I was stuck on this for no apparent reason for a while... nothing working
  until I found a couple of silly gotchas (of no fault of the author) that
  may happen to others that try this.
 
  1. Cutting and pasting example code from the *revIgniter* example web
 pages
  appears to choke the Rev server. It turns out that the indenting
 characters
  on the page are not tabs but  EOT (decimal 4) characters.  (yikes!)
 
  Just replace these characters with tab or empty, or type it out manually.
 
  2. New users, READ and DO the EXAMPLES regarding   *controllers*and
  *
  views*-  before trying anything else.
 
 
  Arg... cutting and pasting has as many drawbacks as advantages...
 
  thanks, Ralf for your good work for the Rev community.  Someday I hope
 you
  will create a forum so that we can share ideas  and templates. I will be
  Paypal as soon as I get something public running
 
  sqb
 

 ___
 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




-- 
-
Stephen Barncard
Back home in SF
___
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: Thoughts on Kevin's announcement

2010-05-13 Thread Robert Mann

The recent change in iphone policy and runrev plans have shaken my strategic
tree over here in France.

So i decided not to wait any longer for the ipad dream, and to launch my
first app as mac and windows desktop !! I also decided to dig javascript as
it has become so central nowadays; being at the heart of webBrowsers. Wanted
to share views on that :

I identified SproutCore framework and wondered if Jerry is working with that
kind of framework!?

It seems there is now 3 approaches to javascript-webapps :
- thin client (all done on server side, eg that standard dynamic CMS sites
on-rev excells at)
- fat client (static HTML5 CSS with lots of Javascript all around that can
directly interact with data servers, like SproutCore)
- and.. a sportive approach.. which I thought off with on-rev, which is a
dynamic CMS using .irev scripts the most and as little javascript as
possible, and possibly jQuery scripts to keep cross-browser compatibility...

 .. and that is where RevIgniter, which I found so impressive seem to go! :

This version includes a new library, 
which lets you write jQuery code for event handling, 
animation and Ajax interactions using revTalk.

Now sproutCOre has a touch librairy and an IDE just out of the oven... and
with phoneGap still being ok with apple new strategy.. it seems like an
interesting doable route for mainstream information orientated iphone apps.
[and we'll soon see what rodeo brings in that arena too!]

I'll be testing those 2 frameworks shortly and let know.. and of course any
views, maybe on a separate thread?

--
as far as the main subject of this thread was... Kevin's annoucement, 

to make it short : I'm ok not to have any money back from the mobile program
(to be crude about it...) BUT I would like A) to get ANDROID mobile instead
of iPhone (seems fair! eventhough i'll ditch my dream regarding iPad).

If we get maemo, window mobile and android : we'll be kings! and thankfull
to runrev!! Because if ever one wants to cover the whole lot of mobiles,
javascript and HTML open up : iPhone, webOs, and Blackberry.. another good
reason to consider javascript as language n°2 as a complement to xTalk!

and B) Also just ONE MORE STEP for the on-rev : the possibility to have
closed STACKS instead of opened .irev so that a market can develop there
(this is a year long awaited request!)

To my view the revWeb plugin is kind of useless road which I would not
pursue at great expense, since javascript seems to provide the fuel for
webapps now (demos at SproutCore). I must was enthousiastic at first but
just cannot make it to rely on that one.

I would prefer that a minimal audio/video library be made, like the datagrid
enhancement of last year (simple fade in and out, cross fademix, minimal
reverb, tone correction and normalization) and possibility to ouput a
compressed quicktime format. It is important to be able to produce good
quality audio/video by program too since runrev claims to be a media
platform.


-- 
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Thoughts-on-Kevin-s-announcement-tp2172675p2215870.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: Thoughts on Kevin's announcement

2010-05-13 Thread Jerry Daniels
Robert,

We are looking at all of the frameworks. We started exploring SproutCore a few 
weeks ago.

With respect to Rodeo, we want to keep our app pages as lean as possible, so 
use of frameworks will by necessity have to be discrete.

Sarah and I have been tuning the Roadmap to bring the release date closer. 
Having fun with this.

Best,

Jerry Daniels

Create iPad web apps with Rodeo:
http://rodeoapps.com

On May 13, 2010, at 5:16 PM, Robert Mann r...@free.fr wrote:

 
 The recent change in iphone policy and runrev plans have shaken my strategic
 tree over here in France.
 
 So i decided not to wait any longer for the ipad dream, and to launch my
 first app as mac and windows desktop !! I also decided to dig javascript as
 it has become so central nowadays; being at the heart of webBrowsers. Wanted
 to share views on that :
 
 I identified SproutCore framework and wondered if Jerry is working with that
 kind of framework!?
 
 It seems there is now 3 approaches to javascript-webapps :
 - thin client (all done on server side, eg that standard dynamic CMS sites
 on-rev excells at)
 - fat client (static HTML5 CSS with lots of Javascript all around that can
 directly interact with data servers, like SproutCore)
 - and.. a sportive approach.. which I thought off with on-rev, which is a
 dynamic CMS using .irev scripts the most and as little javascript as
 possible, and possibly jQuery scripts to keep cross-browser compatibility...
 
 .. and that is where RevIgniter, which I found so impressive seem to go! :
 
 This version includes a new library, 
 which lets you write jQuery code for event handling, 
 animation and Ajax interactions using revTalk.
 
 Now sproutCOre has a touch librairy and an IDE just out of the oven... and
 with phoneGap still being ok with apple new strategy.. it seems like an
 interesting doable route for mainstream information orientated iphone apps.
 [and we'll soon see what rodeo brings in that arena too!]
 
 I'll be testing those 2 frameworks shortly and let know.. and of course any
 views, maybe on a separate thread?
 
 --
 as far as the main subject of this thread was... Kevin's annoucement, 
 
 to make it short : I'm ok not to have any money back from the mobile program
 (to be crude about it...) BUT I would like A) to get ANDROID mobile instead
 of iPhone (seems fair! eventhough i'll ditch my dream regarding iPad).
 
 If we get maemo, window mobile and android : we'll be kings! and thankfull
 to runrev!! Because if ever one wants to cover the whole lot of mobiles,
 javascript and HTML open up : iPhone, webOs, and Blackberry.. another good
 reason to consider javascript as language n°2 as a complement to xTalk!
 
 and B) Also just ONE MORE STEP for the on-rev : the possibility to have
 closed STACKS instead of opened .irev so that a market can develop there
 (this is a year long awaited request!)
 
 To my view the revWeb plugin is kind of useless road which I would not
 pursue at great expense, since javascript seems to provide the fuel for
 webapps now (demos at SproutCore). I must was enthousiastic at first but
 just cannot make it to rely on that one.
 
 I would prefer that a minimal audio/video library be made, like the datagrid
 enhancement of last year (simple fade in and out, cross fademix, minimal
 reverb, tone correction and normalization) and possibility to ouput a
 compressed quicktime format. It is important to be able to produce good
 quality audio/video by program too since runrev claims to be a media
 platform.
 
 
 -- 
 View this message in context: 
 http://runtime-revolution.278305.n4.nabble.com/Thoughts-on-Kevin-s-announcement-tp2172675p2215870.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
___
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: Thoughts on Kevin's announcement

2010-05-13 Thread J. Landman Gay

Robert Mann wrote:

I would like A) to get ANDROID mobile instead of iPhone


Yes, that's the plan. Attention is now going to Android and you will see 
that next.



and B) Also just ONE MORE STEP for the on-rev : the possibility to have
closed STACKS instead of opened .irev


I'm not sure what you mean. No one else can see your irev scripts on the 
server. Can you explain?


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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: Printing in a revlet

2010-05-13 Thread J. Landman Gay

Jim Schaubeck wrote:

Is anyone able to tell me how I can have web users print a card or a web
page from a revlet?  I get blank pages when using Firefox and card printing
does not work (at least I have not been successful in getting it to work).
I could use a step by step guide if someone knows where to point me.


 HP (AMD Quad),Win7 64, Firefox, Rev Studio 4.0


This came up in the tech queue too and I need to check on it more. But 
printing doesn't work in Firefox on a Mac either. It does in Safari.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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: News on revIgniter (05-13-10)

2010-05-13 Thread Ralf Bitter

On 14.05.2010, at 00:08, stephen barncard wrote:

 Ralf, here's one more thing for newbies to this framework  --
 
 *Turn off the caching while working on the code*,
 otherwise you won't see your changes immediately!
 
 (this one threw me for a while.)
 
outputCache 0


OK, this is code from the sample controller (welcome.irev).
It was just meant to give an example of how to cache the page.
This line of code is not mandatory, instead of setting the cache
to 0 you could also remove it.
I will change the comment accordingly.


 *
 *
 *This framework is really great. It's a bundle of extensible, rev-ready CMS
 building blocks with just-in-time libraries.*


:-)


 
 *The google search site field on the docs does not seem to be happy. Does
 this feature require an api key?
 *

Strange, works on my end. Could you give an example?


Ralf
___
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


Will revCGI be made available (not just revServer)?

2010-05-13 Thread Lyn Teyla
Hi guys,

revServer runs as an Apache module, not as CGI.

However, some of us prefer to utilize the CGI engine
for a number of reasons, e.g.:

* ability to run CGIs as shell scripts
* CGIs work with all web servers, not just Apache

Even though the CGI engine has existed through many
versions of Rev since v1, it has not been released from
v4.0 onwards.

We were wondering if there are still plans to continue
releasing the CGI engine (not just revServer) in the
future?

If so, when should we be expecting the next release?
Thanks in advance!

Best Regards,
Lyn


___
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: Androids and Cyborgs

2010-05-13 Thread Douglas

Very interesting. They seem to have thought of everything I can think of.
Even what looks like a very reasonable Developers Guide on-line.
I haven't got any kind of smart phone yet, but this makes it more likely.
It runs under the QEMU emulator which is where it gets its cross 
platform capabilities.
I think QEMU itself must have improved a lot since I looked at it last 
year when it was still command line only!

Douglas


On 13/05/2010 10:11, Richmond Mathewson wrote:

 Ooooh, look at this:

http://developer.android.com/guide/developing/tools/emulator.html
___
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: [OT] Licensing question

2010-05-13 Thread Douglas

But, have you tried to connect to the internet yet?
I would suggest that you don't try!
If you do, almost the first thing that will happen is the Microsoft 
phone-home.
The original owner will have Activated the serial number on their 
machine and your machine profile and IP address, (in fact everything 
that can be checked) does not match.
Therefore your installation will instantly become invalid and require 
you to Contact Microsoft
It does not matter if it was an upgrade or a full install that the 
original owner did, you can't de-activate and re-activate elsewhere 
except through the MS database.

This is one of those things that makes me very wary of buying Windows OS's.
For example, can you still activate a copy of the now unsupported XP? 
and if so for how much longer?


Some people use old systems just to do a bit of word processing etc. and 
don't require full updating etc,
Security is another matter - just don't go on-line with an old system at 
all!


On 13/05/2010 06:33, Richmond Mathewson wrote:


Well I got Vista Home Premium running on a P4, 1.7GHz, 512 MB RAM;
and NOT glacially slowly; quite sufficient for my quick test.

Aloha from Bulgaria.


___
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: Will revCGI be made available (not just revServer)?

2010-05-13 Thread Richard Gaskin

Lyn Teyla wrote:


revServer runs as an Apache module, not as CGI.


I don't believe it's an Apache module.  I'm not exactly sure what it is, 
but when I asked if it was a module per se I was told it was not. 
That's a good thing, IMO, since it would be next to impossible to 
install it on a shared host if it were.




However, some of us prefer to utilize the CGI engine
for a number of reasons, e.g.:

* ability to run CGIs as shell scripts
* CGIs work with all web servers, not just Apache

Even though the CGI engine has existed through many
versions of Rev since v1, it has not been released from
v4.0 onwards.

We were wondering if there are still plans to continue
releasing the CGI engine (not just revServer) in the
future?


It would be nice to keep it current, but there's little in v4.0 that's 
not in v3.5 that would be useful in a CGI.


But it sure would be nice if RunRev put a link to the v3.5 Linux runtime 
engine on their site so folks could find it easier.


--
 Richard Gaskin
 Fourth World
 Rev training and consulting: http://www.fourthworld.com
 Webzine for Rev developers: http://www.revjournal.com
 revJournal blog: http://revjournal.com/blog.irv
___
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


getting the user's (internet, not local network) IP address

2010-05-13 Thread Josh Mellicker
Just thought I'd share this in case it was of any use to anyone, and so at 
least one post on the list is not about Steve Jobs and Apple's tyrannical 
actions :-)


To get the user's (internet, not local network) IP address, put a text file on 
your server with this code:

?php echo $_SERVER['REMOTE_ADDR']; ?


Then in your app:

get url 
http://yourdomain.com/folder-you-put-the-php-file-in/your-php-filename.php;


Is there a better way?___
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: getting the user's (internet, not local network) IP address

2010-05-13 Thread Michael Kann
On Windows XP:

on mouseUp
set the hideConsoleWindows to true
put shell(ipconfig) into fld 1 // parse out what you want
end mouseUp



--- On Thu, 5/13/10, Josh Mellicker j...@dvcreators.net wrote:

 From: Josh Mellicker j...@dvcreators.net
 Subject: getting the user's (internet, not local network) IP address
 To: how to use Revolution use-revolution@lists.runrev.com
 Date: Thursday, May 13, 2010, 9:14 PM
 Just thought I'd share this in case
 it was of any use to anyone, and so at least one post on the
 list is not about Steve Jobs and Apple's tyrannical actions
 :-)
 
 
 To get the user's (internet, not local network) IP address,
 put a text file on your server with this code:
 
 ?php echo $_SERVER['REMOTE_ADDR']; ?
 
 
 Then in your app:
 
 get url 
 http://yourdomain.com/folder-you-put-the-php-file-in/your-php-filename.php;
 
 
 Is there a better
 way?___
 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: getting the user's (internet, not local network) IP address

2010-05-13 Thread Josh Mellicker
Does that get the internet IP or local IP?


On Mac, this returns:

usage: ipconfig command args
where command is one of waitall, getifaddr, ifcount, getoption, getpacket, 
set, setverbose



On May 13, 2010, at 7:24 PM, Michael Kann wrote:

 On Windows XP:
 
 on mouseUp
 set the hideConsoleWindows to true
 put shell(ipconfig) into fld 1 // parse out what you want
 end mouseUp
 
 
 
 --- On Thu, 5/13/10, Josh Mellicker j...@dvcreators.net wrote:
 
 From: Josh Mellicker j...@dvcreators.net
 Subject: getting the user's (internet, not local network) IP address
 To: how to use Revolution use-revolution@lists.runrev.com
 Date: Thursday, May 13, 2010, 9:14 PM
 Just thought I'd share this in case
 it was of any use to anyone, and so at least one post on the
 list is not about Steve Jobs and Apple's tyrannical actions
 :-)
 
 
 To get the user's (internet, not local network) IP address,
 put a text file on your server with this code:
 
 ?php echo $_SERVER['REMOTE_ADDR']; ?
 
 
 Then in your app:
 
 get url 
 http://yourdomain.com/folder-you-put-the-php-file-in/your-php-filename.php;
 
 
 Is there a better
 way?___
 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: Printing in a revlet

2010-05-13 Thread Jim Schaubeck
Thanks Jacqueline.  I do hope that some sort of solution (or even work
around) is found for printing within revlets.  End users view printing as
one of those things that magically just work (can't blame them).  However, I
know it's harder than it looks.


jim schaubeck
714.321.4499


-Original Message-
From: use-revolution-boun...@lists.runrev.com
[mailto:use-revolution-boun...@lists.runrev.com] On Behalf Of J. Landman Gay
Sent: Thursday, May 13, 2010 3:59 PM
To: How to use Revolution
Subject: Re: Printing in a revlet

Jim Schaubeck wrote:
 Is anyone able to tell me how I can have web users print a card or a web
 page from a revlet?  I get blank pages when using Firefox and card
printing
 does not work (at least I have not been successful in getting it to work).
 I could use a step by step guide if someone knows where to point me.
 
  HP (AMD Quad),Win7 64, Firefox, Rev Studio 4.0


This came up in the tech queue too and I need to check on it more. But 
printing doesn't work in Firefox on a Mac either. It does in Safari.

-- 
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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


___
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: Printing in a revlet

2010-05-13 Thread J. Landman Gay

Jim Schaubeck wrote:

Thanks Jacqueline.  I do hope that some sort of solution (or even work
around) is found for printing within revlets.  End users view printing as
one of those things that magically just work (can't blame them).  However, I
know it's harder than it looks.


The person who submitted a support ticket also said that revlets won't 
print on IE. Can you confirm? I think I need to write up a bug report 
and the more info, the better. If anyone else has info about revlet 
printing on any other browsers/platforms, that'd be good to know too.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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


RevIgniter Framework questions

2010-05-13 Thread Chipp Walters
Hi all. I was wondering if anyone is using the RevIgniter framework in a 
production environment and if they wouldn't mind answering a few questions 
about it?

Questions:

1. Does it only work with On-Rev's servers? That's potentially a deal killer.
2. Are there performance bottlenecks with regard to the Rev part, and if so, 
what are they?
3. How well is it documented and supported?
4. How easy is it for existing RR'ers to learn?
5. What does the available pool of Rev developers look like who could help 
write apps using it?
6. Are there any obvious security issues?
7. How complete a framework is it? What type of app is it best used for?
8. How much Javascript does one have to know in order to use this?

Any insight would be much appreciated! 


Chipp Walters
CEO, Shafer Walters Group, Inc___
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: German French not liked by Valentina DB Rev ?

2010-05-13 Thread Ruslan Zasukhin
On 14/5/10 12:24 AM, Christian Langers ch...@whitelotus.on-rev.com
wrote:

Hi Christian,
 
Some points.

* you can try open that database using Vstudio.
And see if inside chars are correct.

Also you can ad some records using vstudio and see if THAT records shown
fine in REV 


* you may need use db.Locale property


* db is local? Without VServer?



 I'm trying to feed my Valentina Db fields with text. When using English,
 no problem. But when using German or French, pfff..
 
 The main problem are the Umlauts (ö,ä,ü,...) or french chars (é,è,à...).
 As I read in the docs, rev fields are storing text in UTF16. Valentina
 is storing text in UTF16 too. So normally there should be no problems
 when storing text from REV into Valentina.
 But when retrieving the saved text from the DB, that gives me scrambled
 chars instead of the é,à,è,ü,
 
 Does anybody have a solution to that ?
 
 I'm working on an Intel Mac, REV 4.5 DP3, Valentina 4.6, using SQLYoga...

-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]


___
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