Indeed, the only workaround is to uncheck and forget the "Table object". You
have to "roll your own" table. Gridlines, tab spacings are independent of
the table object anyway, so the visual impression will not change. I am also
adding a few scripts to my tables to capture keyboard events so it woul
Now looking at the table of brominated flame retardants found in 5
manufacturers laptops (New Scientist, 23 September 2006, p. 26). Seems that
the most polluted are HP laptops (5 tests positive of 5) and SONY are the
most clean (0/5) with Apples in the middle (3/5). So situation for Apples is
not s
Some useful instructions for new mySQL and Revolution:
http://www.sonsothunder.com/devres/revolution/tips/data004.htm
Viktoras
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage
It would be more convenient to the end-users if all these products would be
integrated "by default". This would ensure that user gets 100% functionality
of the product with a single purchase eliminating efforts and time waste
related with what-else-I-have-to-buy. On another hand this would ensure t
Thank you all for your suggestions and time !
All the best!
Viktoras
---Original Message---
From: Kenji Kojima
Date: 09/19/06 16:08:12
To: How to use Revolution
Subject: Re: Unicode again
Viktoras,
I don't think you can type Unicode characters into a table directory.
Crea
within minutes with Salery Web Store software.
Download at http://www.salery.biz
Op 19-sep-2006, om 11:24 heeft Viktoras Didziulis het volgende
geschreven:
>
> Now have it all loaded almost correctly in the table. But the
> second problem
> is how to correctly pass unicode str
Now have it all loaded almost correctly in the table. But the second problem
is how to correctly pass unicode string from one field to another. I
selected text in a table and did:
put item 2 of the selectedText into field "fLongref"
and almost as expected some characters are defaced :-]
t
Thank you all for your help,
it works now - I overlooked binfile in url...
Best regards
Viktoras
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferenc
Is it possible to set charset of text displayed in table field to utf-8 or
any other charset ? Where, how ?... I tried to: set the unicodeText of field
"fTable" to "file:unicode.txt". The first result was nonsence - all rows
condensed into a single row of mess (with utf-8). The second time, the fil
Dear group,
I updated my MySQL server to 5.0.22, and now my Rev studio started to crash.
Can anyone please, give an advice on what else I have to update in my
RevStudio 2.7.1. It stopped working at all with updated mysql, then I copied
the new libmysql.dll to Revolution Studio\2.7.0-gm-1, but st
PM, Viktoras Didziulis wrote:
> What is the fastest way (in Rev), for instance, to insert 3 bytes
> of binary
> data after the 465th byte of data stored in variable myVar using
> put, seek
> or whatever else is available? Or is the repeat loop the only way
> to do
> t
What is the fastest way (in Rev), for instance, to insert 3 bytes of binary
data after the 465th byte of data stored in variable myVar using put, seek
or whatever else is available? Or is the repeat loop the only way to do
this?..
All the best
Viktoras
__
is there a universal recipe to check from within one OS whether there are
other OSes present on machine and what "species" do they belong (e.g. Linux,
Windows, MacOSX or Unix) ?
Best wishes
Viktoras
___
use-revolution mailing list
use-revolution@lists
appears, it looks like it does not
catch arrowKey message and allows movement of the selection along with the
editing field with arrow keys. What I am doing wrong here?
Viktoras
---Original Message---
From: Viktoras Didziulis
Date: 09/09/06 14:20:20
To: How to use Revolution
Dear all,
field "fTable" has a script (tables Cell editing is set to true):
on arrowKey theKey
switch theKey
case "up"
..
break
case "down"
..
break
case "left"
..
break
case "right"
..
break
end arrowkey
when table cell text is selected but does not display editing field,
ever
Whoops, I solved it. The problem was in handler. Using on mouseUp instead of
on SelectionChanged produces correct result.
Viktoras
---Original Message---
From: Viktoras Didziulis
Date: 09/08/06 16:58:58
To: How to use Revolution
Subject: cRevTable[currentxcell]
Hi,
I am
Hi,
I am using currentxcell property to get number of column of a cell in a
table. But when I click different column currentcell gives the value of old
column. I have to click same column again to get the correct value of the
selected cell.
How can I make cRevTable[currentxcell] work "in real
it might be that it is not what modo looks like but what it does:
http://www.luxology.com/gallery/
Although the price is "a bit" too high :-(.
Viktoras
---Original Message---
From: Mark Schonewille
Date: 09/06/06 01:59:49
To: How to use Revolution
Subject: Re: eye-candy GUI de
Thanks Chipp for even more info !
Best regards
Viktoras
---Original Message---
From: Chipp Walters
Date: 09/05/06 06:04:29
To: How to use Revolution
Subject: Re: eye-candy GUI design
Also,
Check out MODO's interface. It's really IMO the best of breed
interface for 3D app
Thanks Klaus !
It works. I assigned the script directly to an image that sets the shape of
the window. No button was necessary. Thanks again.
Viktoras
---Original Message---
From: Klaus Major
Date: 09/04/06 13:15:28
To: How to use Revolution
Subject: Re: drag stack window
Dear all,
If window shape is set to graphics (with no title bar and controls shown)
how do we make the window dragable, so it can be dragged around the desktop?
Viktoras
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit th
Many thanks, Scot!
It helped!
Best regards
Viktoras
---Original Message---
From: Scott Rossi
Date: 09/03/06 22:01:29
To: How to use Revolution
Subject: Re: eye-candy GUI design
Recently, Viktoras Didziulis wrote:
> do there exist any online resources or books (
Dear all,
do there exist any online resources or books (not necessarily for RR) with
reusable examples of ways to organize GUI elements and graphical backgrounds
to get "eye candy" impression for desktop software ? Something similar to
yearly issues of "Web design index by context". I am in desp
,
Ton Kuypers
Digital Media Partners bvba
Tel. +32 (0)477 / 739 530
Fax +32 (0)14 / 71 03 04
http://www.dmp-int.com
On 23-aug-06, at 14:50, Viktoras Didziulis wrote:
> Hi,
>
> I have 2 fields on my stack - one is table, another - text field.
> When I
> scroll d
Hi,
I have 2 fields on my stack - one is table, another - text field. When I
scroll down the table and then give focus for writing things to that another
field, table scrolling position is being reset so all the records I need to
see go out of sight. As far as I understand it is default behavior
Hi,
just follow instructions provided by the Revolution sdk:
http://support.runrev.com/resources/development_kit.php
Viktoras
---Original Message---
From: David Bovill
Date: 08/12/06 12:26:47
To: How to use Revolution
Subject: Re: Write To Process
Why use write / read to pr
..looking for a Revolution API guide. I've seen some resources mentioning
that it does exist somewhere, but no links... Have tried searching, googling
with no results. Does it exist in a single document ? Is it available for
free or as an item that can be purchased?
Viktoras
try this:
put "mysqladmin -" & "-user=pma -" & "-password=your_password shutdown" into
theCommand
Best regards
Viktoras
---Original Message---
From: Robert Mann
Date: 08/05/06 00:38:12
To: How to use Revolution
Subject: RE: u3 rev application with mysql/apache
Viktoras
I g
Yes, for some of us on tight budgets it is indeed too costly. Therefore I
will keep updating once per year unless it drops to $99. Then I think I will
get more for the same price :-)
All the best!
Viktoras
---Original Message---
From: dreamscapesoftware.com - List
Date: 08/04/06
mand)
end startup
Robert Mann
President
GP Racing LLC
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Viktoras
Didziulis
Sent: Wednesday, August 02, 2006 10:28 AM
To: How to use Revolution
Subject: RE: u3 rev application with mysql/apache
-Original Message---
From: Robert Mann
Date: 08/02/06 14:50:19
To: How to use Revolution
Subject: RE: u3 rev application with mysql/apache
Not sure how to code the call to start the mysql is there a sample out there
somewhere?
Thanks
Robert Mann
President
GP Racing LLC
--
R language is not a general purpose language as Rev. R is a collection of
tools dedicated for statistical analysis of data. One could create a
powerful statistical data analysis package if combined R with Rev.
Viktoras
---Original Message---
From: Richmond Mathewson
Date: 08/02/06 1
Robert Mann
President
GP Racing LLC
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Viktoras
Didziulis
Sent: Monday, July 31, 2006 3:16 PM
To: How to use Revolution
Subject: Re: u3 rev application with mysql/apache
Hi Robert,
you do not
Hi Robert,
you do not need U3 drive for this. Some cool things can be done with
ordinary flashdrives. For MS Windows you use Autorun.inf like this:[autorun]
action=NAME_OF_YOUR_APP
open=your_app.exe
shellexecute=your_app.exe
shell\Auto=&NAME_OF_YOUR_APP
shell\Auto\command=your_app.exe
Icon=your_
Hi group,
can someone please help me with the following (Rev Studio 2.7.1 on
WindowsXP):
I have 10 cards on the substack with 10 text fields on them. Using property
inspector to assign contents manually of text files to each of the fields.
The first strange thing is that assignment works onl
JScript also can be used as a "mediator". You can access any ActiveX/COM
object like this:
MyObject = new ActiveXObject("[here goes your com/ActiveX object]")
Viktoras
---Original Message---
From: Alex Tweedly
Date: 07/28/06 23:17:49
To: How to use Revolution
Subject: Re: V
is there a way to eject usb flash drive or cd/dvd disk from within a Rev app
running from the same drive ?
All the best!
Viktoras
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and man
Whoops! Alejandro, sorry for the typo in your name.
All the best!
Viktoras
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev
Hi Aljandro,
I once had a simmilar idea. Planned to work on this some time in the future.
But as far as now I am overloaded with other jobs, I see no reason why not
to share this with public, maybe someone could use it for good ;-)
Currently e-mail is just an e-mail, you got a mailbox, and you
Some mouses come with a scrolling wheel. Is there any way to capture the
rotation of the wheel in Rev ?
All the best!
Viktoras
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manag
d Software Engineering
> http://economy-x-talk.com
> http://www.salery.biz
>
> Download ErrorLib at http://economy-x-talk.com/developers.html and
> get full control of error handling in Revolution.
>
>
>
> Op 21-jul-2006, om 22:01 heeft Viktoras Didziulis het volgende
Dear group,
is it possible to query [tab] delimited data stored in fields or containers
within a stack using SQL? e.g. without any external database engine or
database files or connections...
All the best!
Viktoras
___
use-revolution mailing list
u
No, I am on Windows. By the way, just noticed that this happens only with
Studio 6.2. Same script works fine with 7.1. Maybe a bug of t 6.2 ?
Viktoras
---Original Message---
From: Stephen Barncard
Date: 07/20/06 21:24:49
To: How to use Revolution
Subject: Re: what's wrong with t
Hi,
on mouseUp
get shell(field "outPut")
put it into field "outPut"
end mouseUp
Now I write "dir" into field "outPut" and click a button to test - with no
success... Shell returns empty with any shell command I put into shell().
What is wrong here ?
Viktoras
Not so long ago I have seen the same message. As far as I remember it was
when files used by stack were locked by other programs on my Windows box.
Closing all the other tools solved the problem. Maybe this is the case ?..
Viktoras
---Original Message---
From: Dan Shafer
Date: 07/
Hi, John
hardware approach for storing any authentication info would be a bad choice.
Imagine a user trying to connect 10 or more dongles, iButtons or whatever
external hardware promoted by different vendors to her or his machine just
to make the software purchased from different vendors work. W
..and there should be more changes in future as the Macromedia now is owned
by Adobe...
V,-
---Original Message---
From: Judy Perry
Date: 07/16/06 07:58:32
To: Richmond Mathewson; How to use Revolution
Subject: Re: Dependence on Programming Experts
Richmond,
Given the early
Thanks Scott!
---Original Message---
From: Scott Rossi
Date: 07/15/06 00:44:51
To: How to use Revolution
Subject: Re: Colour of a pixel?
Recently, Viktoras Didziulis wrote:
> Is it possible to change pixel
> color using imageData ? Or is it only for reading ?
To f
Disregard my previous post please. For some reason it took several hours to
deliver it to the list. I thought it was lost and resent newer one... And
now the lost one appeared... Disregard it...
___
use-revolution mailing list
use-revolution@lists.runr
Brian, this is definitely something usable! Many other programming
languages support alternative syntaxes through inlining the code without
tackling with the engine in any way. Such inline capabilities are ensured
solely by external modules. E.g. one can inline C or ASM into a Perl program
so tha
Brian, this is definitely something to start with! Many other programming
languages support alternative syntaxes through inlining the code without
tackling with the engine in any way. Such inline capabilities are ensured
solely by external modules. E.g. one can inline C or ASM into a Perl progra
altuit
After understanding the scripts in his fine program you can manipulate any
pixel of any image in runrev.
Regards, Franz
Original Message processed by David InfoCenter
Subject: Re: Colour of a pixel? (13-Jul-2006 11:17)
From: Viktoras Didziulis <[EMAIL PROTECTED]>
To: use-revolu
Dan,
it is not exactly so. Modern interpreters no longer interpret the code, they
first translate it to bytecode which is executed by the engine. Although I
do not know is this a case with Revolution engine, but adding just an option
to a translator makes no impact on execution of the bytecode.
Hi Jared,
if you go to
http://www.sosmartsoftware.com/?r=revolution_didacticiels&l=en
there they have a tutorial on "How to build and manage dynamic menus"
Contextual menus are also covered.
All the best
Viktoras
---Original Message---
From: Jared Smith
Date: 07/13/06 05:
I also wanted to ask a simmilar question... Is it possible to change pixel
color using imageData ? Or is it only for reading ?
all the best!
Viktoras
---Original Message---
From: Chipp Walters
Date: 07/13/06 05:19:29
To: How to use Revolution
Subject: Re: Colour of a pixel?
Ch
No wonder we are thinking that way! We have been taught mathematics since
the first grade at shool :-) and all think about 3=2+1 or 1+2=3 but not put
2 add 1 into 3... Later (grade 3, I think) we have been taught a bit about
equations. So at the age of 9 most of us would have easily solved this:
S
whatever the syntax of the programming language is it should at least
alternatively be compatible with mathematical notations. That's why humans
invented mathematical formulas - they go beyond limitations of human
language. Many do programming to implement complex mathematical models. So
if mathe
Aha. Then it is likely they use QuickTime VR. Any idea what else can be used
to draw dynamically a 3D terrain, or several planes with textures loaded
from images, or 3D piece of something in Rev Studio? I will still try to dig
in QuickTime VR format. It mentions possibility to embed true 3D objects
Interesting... I wonder again what sort of 3D engine they use to create
games like Alida? Link to this game appears on runrev homepage so I
naturally expect it is created with Rev studio. They also advertize
DejavuWorld, Vue 5 Easel. But how do all this 3D stuff relates with
Revolution Studio - how
but VRML is also a
text based file format). So the best thing would probably be to use
altBrowser to display web pages inside Revolution, and have your 3D
files played in the web page.
Kind regards,
Henk
On 10-jul-2006, at 18:23, [EMAIL PROTECTED] wrote:
> From: "Viktoras D
can anyone suggest a method to put 3d shape into a quicktime pane. What I
want to do is to generate 3d landscape from data and put it there... Is this
possible ? What data format should I use? How?
Thanks in advance!
Viktoras
___
use-revolution mailing
although I am "not a Mac person" yet, and buying Mac for software tests
(Windows/Linux/Mac) is in my future plans only, I think the first successful
step that increased market share of Apple was giving up Mac Classic and
building the new OSX on nix ! This action increased availability of software
t
On the other hand just take a look at free tools like Perl, Python, Tcl/Tk,
shells and a dozen of others. They are available for all Linuxes even the
small ones (this means it is possible!), Windowses and MacOS'es, and note
that they are free with thousands of modules for every imaginable purpose,
Hi Bob,
I personally have Ubuntu linux (Debian family) installed on my laptop PC and
PC as the second OS. Really happy with this. Earlier have tried Fedora Core,
but this one used to have some annoyances with laptops and multimedia. Then
switched to Scientific Linux, multimedia was OK, still the
Hi all!
That's a blog-like post on several related threads in this discussion. I
hope it still makes some sense :-)
Indeed, why can't we accept the fact, that there are no modern and outdated
programming tools, but there are different tools for different tasks, and as
well as everywhere - fas
Hi Dan,
I would suggest adding a couple of sections on handling raster and vector
graphics in Revolution which would be helpful too.
Also all the basics and details on communicating with externals, libraries
and OS functions and devices would be good to have in same book :-)
Best regards
Vikto
And that's why some of us are not so eager to upgrade from Rev Studio 2.6.1
which is the last version capable to produce standalones for all the main
OSes including Linux. From my personal experience there are more Linux users
than those of MacOS at least in research & development sector in Europe.
Thanks Jan!
---Original Message---
From: Jan Schenkel
Date: 07/04/06 21:38:31
To: How to use Revolution
Subject: Re: vector graphics
--- Viktoras Didziulis <[EMAIL PROTECTED]> wrote:
>
> Dear all,
>
> Are there any good references/tutorials on how to
&
Dear all,
Are there any good references/tutorials on how to handle elementary vector
graphics in Transcript. What I am trying to do is:
1) draw a polyline, polygon or point with unique name/ID from coordinates
stored in tab delimited file as pairs of xy coordinates, each vector object
starting
Whoops,
I forgot to mention that I am using external for matrix processing,so this
question would be rather where should external's output (rgb values) be
directed and in what form ?
-V
---Original Message---
From: Viktoras Didziulis
Date: 06/08/06 12:27:40
To: use-revol
Hello ;o)
I am converting data matrix to its image representation by printing (rgb
values representing data values) image to disk and then displaying the image
file. I am not very happy with this approach though... Is there a way to
print image directly to card or image field and not to loose im
You will need Rev Stdudio 2.6.1 in order to compile your applications for
Linux. The new version 2.7.1 still has to be updated for Linux support
which is coming... That was initially my concern as I purchased 2.7.1, but
RunRev support were very kind to provide a license for the previous version,
s
Dear Rev fellows,
I am loading a relatively big html document into a text field as htmlText
property. Are there any commands to scroll down/up to a specific label
within the document ? In the document labels are set to link tags. Is it
possible to use those, so the label would be invisible (as i
By the way, I noticed on www.python.org that Python runs on Palm handhelds
and Nokia mobile phones. Are there any info on transcript executables
running on handhelds or phones. I think this would be (or is it already?) a
nice feature for Runtime Rev too!
Viktoras
---Original Message--
One more question,
Looking for hints on how to implement server - client software using
transcript. I.e. how do we create a server that opens its own port and
communicates through it with the client on other machine worldwide.
Something similar to p2p connections, just to be used for distributed
Hi,
can anyone give any hint on how (and if) is it possible to arrange a
dsn-less connection from transcript. I have a bunch of text files that
represent a simple relational database. Does Revolution have any internal
SQL module (like Perl's dbi), so I could sql-query text tables directly
without
One more question (hopefully the last one today :-). What is Transcript's
function (like eval() in Perl or JavaScript) that executes any (transcript)
code it gets as a text? Any alternatives ?
Best wishes
V.-
___
use-revolution mailing list
u
Hello!
Is it possible to make html links functional within a text field ? I am
loading a very simple html document produced by a cgi sript online as an
htmlText property in my stack. It contains links to other very simple html
pages. The pages are generated on a remote server, so the only thin
As always thanks for all your help in advance :-)
It takes time (~5 sec) while my application loads on some computers, so
sometime it looks like it doesn't start at all. Usually end-users have a
limited patience so they try clicking and may even get angry... In order to
save their nerves is th
One more question...
How to force the stack to be run from its current directory when it is
opened from within Revolution Studio ? The problem I am experiencing is
setting relative paths for external files to open. It works fine when the
stack is packaged into standalone and executed. But when i
Hi,
does this mean that it is not possible to create a standalone with a data
driven menu ? Like creating a menu from tab delimited file with item names
and links to external files that are being constantly updated... Is there
any workaround like using htmlText property with hyperlinks within
Does anyone know if there is a way to read data from usb, serial or parallel
ports directly from within a stack? I have a GPS receiver connected to my PC
and need to capture and preprocess data it is sending once per second. Is
this possible in transcript or should I mix tools and languages do do t
Hi Garrett,
you should set the working directory of the shortcut to the directory of
application and not the default (which is the directory where the shortcut
resides).
If you use Inno setup to create your installer then installer directives
should contain WorkingDir: "{app}"; and appear lik
Hi,
I have a text file which stores space (or tab) delimited rgb values. Height
and width is defined as Y and X. Is there any straight-forward way to
convert it to image in Transcript?
Or yet more complex problem - given an text file of (tab delimited) values
(e.g. elevation raster), is there
Hi!
Asking again :-)... I have a program that creates indexes of values stored
in raster maps. It needs to tie array to a file on a hard drive and get the
file updated when the array is modified during runtime. Also when the the
program exits it saves array contents to file so that when it is o
Hi!
Is there a way to do inlines (of Perl) in Transcript ? At the moment I am
more fluent in Perl, and some things just go faster this way :-).
Best wishes
Viktoras
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit thi
And one more question related to the previous one... Is it possible in
Revolution to include external executables as resources into a stack or some
kind of shared library/resource ? Any references...
Thanks!
Viktoras
___
use-revolution mailing list
us
Can anyone please suggest any resource/examples on how to implement
communication with external console command-line executables. What I need is
to open an executable (preferably with no console window splashing), pass a
line of parameters to its stdin, read stdout output of the executable into
tra
Thanks!
I also managed to find "How to manage table fields tutorial" at
http://www.sosmartsoftware.com/?r=revolution_didacticiels&l=en
Best wishes
Viktoras
---Original Message---
From: Alex Tweedly
Date: 04/15/06 15:29:48
To: How to use Revolution
Subject: Re: table behavio
Hi masters of transcript,
some problems with table (spreadsheet), Using Rev. studio 2.7. Seeking your
help again and again, and lots of thanks in advance !
1) when data from tab delimited file is loaded in to a table field I try
editing a cell with value and... when focus is on the cell it s
Hi!
could someone please point to an example on how to populate table cells with
data read from a delimited (comma, tab, etc...) text file. Is there any
specific transcript "shortcut" function to do this or just the manual "long"
way?
Thanks!
Best regards
Viktoras
_
Thanks a lot for your very prompt help!
Is there a way to change the default green-stripes background pattern that
shows progress to something else (like own bitmap or just single color)?
Best wishes!
Viktoras
___
use-revolution mailing list
use-
Hi!
I am new to Revolution and Transcript. Giving a try to Revolution today, and
somehow can't figure it out how to add number to current value property of
Progress Bar. Could someone please write a brief example on how current
value property of progress bar should be addressed.
Thanks a lo
301 - 393 of 393 matches
Mail list logo