Re: Method question

2010-11-09 Thread Glen Bojsza
Yes this is true and there are several others that could apply as well. As I mentioned in my initial email there are many solutions and I wanted to get other people's perspective on their approach... this gives me freshness and a more rounded base. I could spend days in the dictionary and days co

Re: Method question

2010-11-09 Thread Glen Bojsza
ight of grc 1) into item 3 of tOverlapRect > put min(tMouseBottom, the bottom of grc 1) into item 4 of tOverlapRect > > -- return it > return tOverlapRect > end grcDragRegion > > > > On 11/9/10 11:57 AM, Glen Bojsza wrote: > >> Hi Phil, >> >> Yes

Re: Method question

2010-11-09 Thread Glen Bojsza
being triggered aren't being received. I will try other combinations to see what happens. thanks, Glen On Tue, Nov 9, 2010 at 12:38 PM, Peter Brigham MD wrote: > On Nov 9, 2010, at 1:48 PM, Glen Bojsza wrote: > > I have a problem which I am not certain which method is valid or sho

Re: Method question

2010-11-09 Thread Glen Bojsza
eTop, the top of grc 1) into item 2 of tOverlapRect > put min(tMouseRight, the right of grc 1) into item 3 of tOverlapRect > put min(tMouseBottom, the bottom of grc 1) into item 4 of tOverlapRect > > -- return it > return tOverlapRect > end grcDragRegion > > Phil D

Method question

2010-11-09 Thread Glen Bojsza
I have a problem which I am not certain which method is valid or should be used (with Rev / Livecode there are sometimes too many ways of achieving a goal). I have a graphic on a card left 62 right 462. My objective is to allow a user to left click and drag across the graphic as if selecting a se

Re: Unable to open file using shell or process

2010-10-14 Thread Glen Bojsza
process promysql for update > read from process promysql for 500 > put it into fld tout > write "quit" to process promysql > close process promysql > end mouseUp > > > On Thu, Oct 14, 2010 at 11:48 AM, Glen Bojsza wrote: > > > Yes, the nr.php file is in the

Re: Unable to open file using shell or process

2010-10-14 Thread Glen Bojsza
php? > > try /home/Bill/Desktop/report/nr.php -f /home/Bill/Desktop/report/tt.conf > if > it is, or simplify it by switching there first. > > "cd /home/Bill/Desktop/report ; ./nr.php -f tt.conf" > > On Thu, Oct 14, 2010 at 10:56 AM, Glen Bojsza wrote: > > >

Re: Unable to open file using shell or process

2010-10-14 Thread Glen Bojsza
Hi Ken, It does not make a difference though thanks for pointing it out... I was also trying to add 2>&1 & after the tt.conf to see if that made a difference but it did not. Glen On Thu, Oct 14, 2010 at 10:47 AM, Ken Ray wrote: > > on mouseUp > > put "/home/Bill/Desktop/report/nr.php -f tt.con

Unable to open file using shell or process

2010-10-14 Thread Glen Bojsza
For all the linux users (or anyone that know shell or process) In a terminal window I can run the following command line and get the data generation I need. This should work in either a shell or process. First I am the same user as what I do in the terminal window and I am in the correct directo

Re: Rev and Microsoft COM methods

2010-08-09 Thread Glen Bojsza
> > > check out: http://docs.runrev.com/Command/do (specially the part about > > alternateLanguages) > > > > Cheers > > andre > > > > On Thu, Aug 5, 2010 at 4:47 PM, Glen Bojsza wrote: > > > >> Hello all, > >> > >> I am looking fo

Rev and Microsoft COM methods

2010-08-05 Thread Glen Bojsza
Hello all, I am looking for guidance on using Rev to work with an application through Microsoft COM methods. Currently, I have found the methods currently being used with VB Script and I believe that there must be a way to do the same thing via Rev. Any help or examples is appreciated. thanks,

[OT] Franklin 3D - any new examples or projects out there

2010-07-26 Thread Glen Bojsza
As like many, I purchased the MegaBundle that was offered, both for possible immediate use --> future use and to support the Rev community. Currently, I am starting a project that requires 3D plots (Electromagnetic Wave simulations) and thought that Franklin 3D and Rev would be a good solution. I

Re: Datagrid Decimal Alignment

2010-07-24 Thread Glen Bojsza
Yes, this did the trick! Also, this shows how much there is to learn with DataGrid. thanks. On Sat, Jul 24, 2010 at 1:36 PM, zryip theSlug wrote: > On Sat, Jul 24, 2010 at 4:49 PM, Glen Bojsza wrote: > > Hello, > > > > I have tried implementing Decimal Alignment from

Re: replaceText --> Regex question

2010-07-24 Thread Glen Bojsza
Perfect. thank you! On Sat, Jul 24, 2010 at 11:42 AM, Ludovic Thébault < ludovic.theba...@laposte.net> wrote: > > Le 24 juil. 2010 à 19:39, Glen Bojsza a écrit : > > > > > This should be easy for the Regex experts ... or maybe I can do it > another > &g

replaceText --> Regex question

2010-07-24 Thread Glen Bojsza
This should be easy for the Regex experts ... or maybe I can do it another way? I have to change the beginning of a string. The original string is ALWAYS proceeded by _parm For example NetlistOf6Port_parm01.zip I need to change NetlistOf6Port_parm to Study4 and should result in the string now

Datagrid Decimal Alignment

2010-07-24 Thread Glen Bojsza
Hello, I have tried implementing Decimal Alignment from the sample given with Datagrid. Problem is that the negative sign doesn't show? If you double click and add a negative sign in from of the number it doesn't show. Also if you double click and enter a new number with a negative sign then it

Re: Over lapping buttons

2010-06-30 Thread Glen Bojsza
Thanks Craig. I will try intersect... originally I was trying the "within" function and got stuck on it. Glen On Wed, Jun 30, 2010 at 1:12 PM, wrote: > Hi. > > The "intersect" function is just what you need. Check the dictionary. > > Craig Newman > _

Over lapping buttons

2010-06-30 Thread Glen Bojsza
Hello, I am building an application which uses a third party plug in (protected) that places several buttons in specific locations accordingly. The problem is that I want to move any buttons that over lap another button. I can generate a list of buttons made by the plug in and the order they are

Re: ANN: Installer Maker plugin for Runtime Revolution

2010-06-13 Thread Glen Bojsza
Is there a time frame for when you will have Linux support? I currently am using Fedora 10, 11 1nd 13 also the latest Ubuntu. thanks On Sun, Jun 13, 2010 at 5:47 AM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > Dear RunRev users, > > As you may have read in a recent RevUp at h

Linux question / problem

2010-06-10 Thread Glen Bojsza
I hope that there are some Rev users working with Linux (with Android coming there may quite a few more). Anyways, I am using Fedora 11 with Gnome desktop. What I would like to do is associate a Logo image with the application I am working on. In Windows and OS X this is all built in quite nicely

Re: VLC and Rev

2010-05-28 Thread Glen Bojsza
you're ok to go through the Terminal/Shell, there are many commands you > can use. > Here's a couple of pointers: > > http://www.videolan.org/doc/vlc-user-guide/en/ch04.html > > http://wiki.videolan.org/VLC_command-line_help > > Cheers, > > Luis. > > > >

VLC and Rev

2010-05-27 Thread Glen Bojsza
I was wondering if anyone has done any work with VLC and Rev? If so, can you share your experiences! regards, Glen ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscript

Re: Listing available MYSQL databases

2010-05-25 Thread Glen Bojsza
HI Joe, You are correct and this has help solve my problem. regards, Glen On Tue, May 25, 2010 at 10:32 AM, Joe F. wrote: > This script would make promysql evaluate to "mysqlshow - u nrl -pnrl1" > > On May 23, 2010, at 3:36 PM, Glen Bojsza wrote: > > > Hello, >

Listing available MYSQL databases

2010-05-23 Thread Glen Bojsza
Hello, Has anyone successfully used either "open process" or "get shell()" to list the databases available on a machine. >From the command line I do the following and get the results I am looking for: [...@localhost ~]$ mysqlshow -u nrl -p Enter password:

Rev Video and RTSP streams

2010-04-01 Thread Glen Bojsza
Hello, I am trying get get Rev Video to view a rtsp stream. In QuickTime I use File--> Open URL and enter rtsp://192.168.0.12:1/test.sdp and the video starts to play. Has anyone gotten this to work in Rev? thanks, ___ use-revolution mailing lis

Re: Looking for old Revolution Eternal -RevClips

2010-03-14 Thread Glen Bojsza
Hi Terry, That would be helpful. Would you be able to email it to me. thanks, Glen On Sun, Mar 14, 2010 at 10:16 PM, Terry Judd wrote: > Hi Glen - I've got a copy of the Mac bundle but not the Win DLL. Is that > any > use? > > Terry... > > > On 15/03/10

Looking for old Revolution Eternal -RevClips

2010-03-14 Thread Glen Bojsza
Hi, I was wondering if anyone still has the external Alex Rice did some time ago for CLIPS. It was called revClips (I think). thanks ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and man

Re: Application Browser not showing groups

2010-03-04 Thread Glen Bojsza
That seems to be what is happening... thanks. I'll have to do a little more research into this but I am over the "hump". Glen On Thu, Mar 4, 2010 at 3:48 PM, Richard Gaskin wrote: > Glen Bojsza wrote: > > I have an application that shows me some of the component

Application Browser not showing groups

2010-03-04 Thread Glen Bojsza
This is a strange one (for me) but I rely on the Application Browser to show me the various components on cards. I have an application that shows me some of the components but not all of them. If I use the Property Inspector and inspect groups I find that the application has tens of groups yet in

Re: Search / replace

2010-02-20 Thread Glen Bojsza
Yes, I discovered that no sleep (5 hours / two days) and trying to solve this was a disaster. It also was a good reminder how good and responsive this list is! I just got some sleep and saw the responses this morning. thanks to everyone, Glen On Sat, Feb 20, 2010 at 6:53 AM, Jim Bufalini wro

Re: Search / replace

2010-02-19 Thread Glen Bojsza
com [mailto:use-revolution- > > boun...@lists.runrev.com] On Behalf Of Jim Bufalini > > Sent: Friday, February 19, 2010 5:52 PM > > To: 'How to use Revolution' > > Subject: RE: Search / replace > > > > I missed the *end if* ;-) (see below) > > >

Re: Search / replace

2010-02-19 Thread Glen Bojsza
a space between the > number and [, then something like this should work: > > if (char (offset("[",tMyLine) - 1) of tMyLine is an integer) then >--script to replace with "_" > else >--script to replace with empty > end if > > HTH >

Search / replace

2010-02-19 Thread Glen Bojsza
Sorry to bother everyone but either I'm tired or brain dead. I have a field which has hundreds of lines. For all [ in the field I need to check to see if the character to it's immediate left is a number. If it is a number then the [ is to be converted into an _. If it is not a number then the [

revbrowser - Account login done in background

2008-06-30 Thread Glen Bojsza
Hello, There used to be XBrowser_Init "myUsername", "myPassword" that support altBrowser but it is no longer supported with revBrowser. I would like to automatically be able to login to a known web site with the push of a button. Is there a way to do this using revBrowser? thanks, Glen

Using Firefox addons with revBrowser

2008-06-25 Thread Glen Bojsza
Hello, Can anyone answer the question if you can leverage Firefox Addons / Plugins with revBrowser? thanks, Glen ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscriptio

Re: Sample Project - Video Capture

2008-06-23 Thread Glen Bojsza
Thanks Devin, I'll take a look and let you know my results. Glen On Mon, Jun 23, 2008 at 5:05 PM, Devin Asay <[EMAIL PROTECTED]> wrote: > > On Jun 23, 2008, at 3:18 PM, Glen Bojsza wrote: > > Hello, >> >> I am playing with the Video Capture stack th

Sample Project - Video Capture

2008-06-23 Thread Glen Bojsza
Hello, I am playing with the Video Capture stack that comes with Revolutions Sample projects on OS X 10.5.1 and QT 7.4 I cannot get the video to record at a greater size than 281x239 even though I have resized the image "video" to 640x480 which the way the stack sets the video record size to. I h

Play Videoclip

2008-05-11 Thread Glen Bojsza
Hello all, I am using play videoclip to do introductions to different sections / modules of a course. After the videoclip plays there is a noticeable delay before showing the images on the card behind the area where the video was displayed. Is there any way to reduce or stop the delay ... after

Apple Script and Rev

2008-04-30 Thread Glen Bojsza
Hello, I was hoping to see if anyone knows how to use Apple Script and Rev to configure Speech Recognition on OS X. Basically, is it possible to: 1. turn speakable items on / off 2. select Listen continuously with keyword 3. set the keyword I would like this to be done in an application creat

QT External question

2008-04-04 Thread Glen Bojsza
Hello, I am using the QT external and I am having problems understanding why on a XP I get the desired size (640X480) but on OS X I don't (320X224). The parameter line is straight forward and is. qtSetTrackDimensions lPreviewID, "1","640","480" The only thing I noticed on OS X is that when usin

Recording output sound

2007-11-27 Thread Glen Bojsza
Hello, I was wondering if it is possible to directly record the audio that is being played out through a computer's speaker system? An example would be from a WEBEX session or from a CNN news video. I know you can have the computer's microphone record it as an input but then any added background

Using non standard characters with a format statement

2007-04-19 Thread Glen Bojsza
Hello, I am trying figure out if it is possible to use the format command with non standard characters like ( ) / put format("%11s %9s\n" , guess, plat(1)) into fld "myReport" errors if I use put format("%11s %9s\n" , guess, plat1) into fld "myReport" then it works. Unfortunately I will nee

Zipping multiple files stored as customProperties

2007-04-17 Thread Glen Bojsza
Hello all, I am trying to zip several files that are stored as customProperties into a single zip file. Can this be done without having to write the files out to disk and then zipping them? thanks, ___ use-revolution mailing list use-revolution@lists.

Re: How to replace the Rev icon with a custom icon in the Title bar for windows XP?

2007-04-16 Thread Glen Bojsza
Thanks Klaus, But does that mean I could put empty into gRevAppIcon and have no icon at all? Would this need to be a global with a preOpenStack? Does it work in the development environment and in the standalone or just in the standalone? I have tried the following on preOpenStack global gRev

How to replace the Rev icon with a custom icon in the Title bar for windows XP?

2007-04-16 Thread Glen Bojsza
Hello, I noticed that here was a gRevAppIcon for OSX but is there something similar for Windows XP. I would like to have a custom icon displayed in Title bars and Ask / Answer dialogs? thanks, ___ use-revolution mailing list use-revolution@lists.runre

GIF format is going to be free

2006-09-29 Thread Glen Bojsza
I don't know if and / or how this affects Revolution but I saw that the GIF format will no longer require fees as of October 1st. http://www.freesoftwaremagazine.com/node/1772 regards ___ use-revolution mailing list use-revolution@lists.runrev.com Plea

Using Revolution only in a command line mode?

2006-05-13 Thread Glen Bojsza
Hello everyone, I was wondering if anybody has used Revolution in a non-Gui enviroment. I am finding several cases where telecom vendors don't support a windowing system on their linux products, only the command line. I believe that Metacard use to be able to run in this type of enviroment and h

Re: Educational stacks

2006-03-15 Thread Glen Bojsza
Wilhelm, Thanks for the information which will take a little digesting. To answer Judy's question - I am trying to create custome learning modules that explain very specific telecommunications technology by means of visual animation and user interaction which needs to be tested for to see if the

Educational stacks

2006-03-15 Thread Glen Bojsza
Hello everyone, I was wondering if anyone has used Revolution in creating 1. A multiple choice quiz stack? 2. A multimedia "training" stack ? My interest is in the "look and feel" from the user experience and how self-contained training modules show flow. I have all the content material for sev

Re: Start, Stop, Continue

2005-09-09 Thread Glen Bojsza
Ken, Thanks, I like the framework. regards, On 9/9/05, Ken Ray <[EMAIL PROTECTED]> wrote: > > On 9/9/05 7:10 AM, "Glen Bojsza" <[EMAIL PROTECTED]> wrote: > > > The Start button on a mouseUp starts to cycle through a list of commands > > tha

Start, Stop, Continue

2005-09-09 Thread Glen Bojsza
Hi everyone, Friday's question is about how to allow a user to start,stop and continue a multimedia demonstration. Ther are three buttons. The Start button on a mouseUp starts to cycle through a list of commands that move graphics, shows and hides fields etc. on mouseUp hide btn "Start" show

Re: Not passing a return key or enter key.

2005-08-13 Thread Glen Bojsza
Jacque, That clears things up quite nicely. Thanks! ...I love this list On 8/13/05, J. Landman Gay <[EMAIL PROTECTED]> wrote: > Glen Bojsza wrote: > > Hi Jacque, > > > > Unfortunately I want to allow the user to use return key to enter the > > minimum

Re: Not passing a return key or enter key.

2005-08-13 Thread Glen Bojsza
mentioned the pasteKey and may not work in the ide ... this would save me a lot of troubleshooting. regards On 8/12/05, J. Landman Gay <[EMAIL PROTECTED]> wrote: > Glen Bojsza wrote: > > > > I wish to limit the number of lines (no more than 3) in a field that a > > user add

Re: Not passing a return key or enter key.

2005-08-13 Thread Glen Bojsza
Dave, I hadn't though about the ability of a user pasting more than 3 lines - good point. I am looking at the difference between RawKeyDown and returnInField and enterInField. thanks for the ideas On 8/12/05, Dave Cragg <[EMAIL PROTECTED]> wrote: > > On 12 Aug 2005, at 2

Re: Not passing a return key or enter key.

2005-08-13 Thread Glen Bojsza
r pKey <> 65293 then pass > rawkeydown > End rawkeydown > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Glen > Bojsza > Sent: Friday, August 12, 2005 5:02 PM > To: use-revolution@lists.runrev.com > Subject:

Not passing a return key or enter key.

2005-08-12 Thread Glen Bojsza
Hi All, I wish to limit the number of lines (no more than 3) in a field that a user add input. I have tried the following in the field's script on returnKey if word 2 of the selectedline > 3 then exit returnKey end returnKey on enterKey if word 2 of the selectedline > 3 then exit enterKey e

Re: Standalone Encrypt feature

2005-08-10 Thread Glen Bojsza
Thanks Sarah for the ideas. The mainstack opens up a substack which the user selects certain features, does the calculations and then places images in particular places on the mainstack. I tried building a standalone with all the substacks ecrypted and the mainstack NOT encrypted. This standalon

Standalone Encrypt feature

2005-08-10 Thread Glen Bojsza
Hello, I have a stack that contains several other stacks. In standalone properties I : 1.Select the Encrypt feature. 2. Save the stack. 3. Build a standalone. When I run my application my button's script don't work. If I deselect the Encrypt feature and build a standalone then the applicati

Re: Detecting a mouse click in a field

2005-08-05 Thread Glen Bojsza
; -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Chatonet > Sent: Friday, August 05, 2005 9:39 AM > To: Glen Bojsza; How to use Revolution > Subject: Re: Detecting a mouse click in a field > > Hi Glen, > > Have a look at openField

Detecting a mouse click in a field

2005-08-05 Thread Glen Bojsza
Hello, I have been trying to figure out th ebest way to determine if the user has clicked the mouse in a field. Both mouseUp and mouseDown are for buttons (though if the user right clicks the mouse in a field then it acts the same as a left mouse click on a button). I am not interested where or

Re: Polling in Rev (send verses wait)

2005-07-24 Thread Glen Bojsza
Thanks Jacque, I have built a quick script that uses "send" and it seems to work well. regards, Glen On 7/24/05, J. Landman Gay <[EMAIL PROTECTED]> wrote: > Glen Bojsza wrote: > > I am working on an app that needs to do a polling routine every N > > seconds (wh

Polling in Rev (send verses wait)

2005-07-24 Thread Glen Bojsza
I am working on an app that needs to do a polling routine every N seconds (where N is defaulted to 10 unless the user defines it themselves). The routine gathers information from some files and parses it with the results being displayed in the appropriate fields. This routine needs to be a run as

Difference in iconic placement - discovered!

2005-07-20 Thread Glen Bojsza
I have discovered the difference in the use of the iconic command. In the REV IDE I always work with "full decorations" (ie minimize, maximize etc). My application has decorations set to empty and because of this the iconic command works differently as mentioned in my earlier post. Sorry for the

Difference in iconic placement

2005-07-20 Thread Glen Bojsza
I am using Win XP and if I am in the Revolution IDE and have a stack with a button that on mouseUp set the iconic of stack "whatever" to true end mouseUp Then it is placed in the XP bar at the bottom of the screen in the taskbar where it and other applications get placed. When I create a standa

Option button changes look & feel

2005-07-17 Thread Glen Bojsza
I have recently seen this happening with my option buttons on Windows XP. In the IDE when I create an option button it seems to work fine ... ie I pick from the list of options and the appearance of the option button shows the selection and is in a normal state. If I change the option button's op

Quartam Reports Pricing

2005-07-17 Thread Glen Bojsza
I have been trying to find out what happen to the original pricing offer of $199 (that was advertised for the last few months on Quartam's site) for anyone that purchased Quartam Reports Pro if they purchased it with in the first few weeks of availability. Revolution gives this offer only if purc

ZMODEM protocol support in Rev

2005-07-15 Thread Glen Bojsza
Happy Friday. Has anyone worked with ZMODEM protocol in Rev? I need to upload and download files from a telco blackbox that I am connected to via a telnet session. The "box's" command that I want to support is: >copy masterfile-conf zmodem: If you use windows Hyperterminal to telnet in there is

Copy & paste stopped working in Rev IDE?

2005-07-14 Thread Glen Bojsza
I was wondering if this has happened to anyone else? I have been using copy and paste inside the Rev IDE forever and suddenly it just stopped working? After having closed out of all applications and rebooted it still doesn't work? Is there a preference being set somewhere? I have copied data fro

Re: Remotes - the new, exciting alternative to Externals.

2005-07-09 Thread Glen Bojsza
This is what I think would make a great Rev Scripting Conference series. On 7/9/05, Jon <[EMAIL PROTECTED]> wrote: > Well done, Alex! > > :) > > Jon > > > Alex Tweedly wrote: > > > > > I've been playing with writing externals for Revolution lately. It's > > been interesting. I'm very glad t

Send mouseUp to tab button?

2005-07-08 Thread Glen Bojsza
Is it possible to send a mouseUp to a particular tab on a tab button? A work around for now is for me to set the menuhistory of the button to the tab number I want and then to show / hide the appropriate objects. It would be cleaner just send to send a mouseUp but I can't figure out how to select

Opening Substack at a predetermined card

2005-07-06 Thread Glen Bojsza
I am not certain if my method is wrong or if this is a bug? My main stack has global productnumber on mouseUp do stuff determine productnumber open stack GBProduct end mouseUp My GBProduct stack global productnumber on preopenstack put productnumber -- this tells me if I am getting the righ

Re: Any experience with Expect

2005-06-24 Thread Glen Bojsza
As far as I can tell Expect in it's native form is simply a command line. Tcl/Tk was used to create a GUI enviroment for it. So Rev (which is a far better GUI enviroment ) could be used to develop a more custom interface for particular users. So if you ignore the addition of Tcl/Tk you have a com

Any experience with Expect

2005-06-24 Thread Glen Bojsza
Hello all, I was talking to a friend the other day and discovered that he does a lot of hardware testing (regression testing, feature testing etc). Since this is a tedious task most people have been using a program called Expect. Homepage is http://expect.nist.gov/ Tcl/Tk has been used a the use

Re: Copying customPropertySet with associated customKeys

2005-06-22 Thread Glen Bojsza
Brilliant Ray, this helps pull it all together. I hope others will find this as useful... thanks, On 6/22/05, Ken Ray <[EMAIL PROTECTED]> wrote: > On 6/22/05 9:12 AM, "Glen Bojsza" <[EMAIL PROTECTED]> wrote: > > > Again, I am trying to dig deeper into custom

Re: compileIt for revolution?

2005-06-22 Thread Glen Bojsza
Well, from what I see here is a business opportunity. If everyone that is interested in achieving this (and willing to pay). Then I would suggest a group should be formed andcreate a well defined set a specifications. I am sure that Chipp at Altuit or someone else would be able to produce the muc

Copying customPropertySet with associated customKeys

2005-06-22 Thread Glen Bojsza
Again, I am trying to dig deeper into custom properties. I am trying to store the customPropertySet with associated customKeys and the associated property contents of the keys into another object's custom properties. I have , thanks to Dan and Scott, been able to store an image and the associated

Re: Images in Customproperties

2005-06-21 Thread Glen Bojsza
drive set the Antennas[Site] of image "map" to URL "binfile:radio.png" How can I place this image from my custom property at a later time onto a card? On 6/22/05, Scott Rossi <[EMAIL PROTECTED]> wrote: > Recently, Glen Bojsza wrote: > > > I have managed t

Images in Customproperties

2005-06-21 Thread Glen Bojsza
I have managed to set an image from a card into a customproperty. set the Antennas[Site] of image "map" to image "tower" But I can't figure how to place it on another card? I am hpoing that if you can place the image on another card or stack that it will contain all of the image's information and

Synchronization of buttons to a scrolling field

2005-06-21 Thread Glen Bojsza
I was wondering if it was possible to synchronize a group of horizontal buttons to the horizontal scroll bar of a field. So as you scroll the field , the row of buttons above the field scroll with the same relationship? thanks, ___ use-revolution mailin

Re: Looping problem

2005-06-20 Thread Glen Bojsza
Dar / Alex, Thanks for the feedback... it makes me feel much better knowing the problem is actually difficult. I will do some research and hopefully get something close which is acceptable. regards, On 6/20/05, Dar Scott <[EMAIL PROTECTED]> wrote: > > On Jun 20, 2005, at 5:01 PM,

Looping problem

2005-06-20 Thread Glen Bojsza
I'm stuck...and getting burnt out so I thought I would see if someone has a fresh idea for me to try. The scope is to have a number of locations and the minimum path connecting the locations. I have two fields. Field Name contains a list of single unique site names. (for example 20 names) Field

Referencing

2005-06-14 Thread Glen Bojsza
Hi, I have a field that contains a list of several fields that I want to do a line count on. FIELD UPDATELIST fld "exportdata" of stack "map" fld "sitename" of stack "map" ... ... In my script I want to get the number of lines that each field currently has on mouseUp put fld UPDATELIST into uLi

Working between two stacks

2005-06-13 Thread Glen Bojsza
After some time of troubleshooting my application I realized that I had made an assumption how information flows between two stacks. In stack "build" I have a button that does several calculations and at one point opens another stack where the user is to determine what parameters they want to incl

Re: Fit Content from a script

2005-05-26 Thread Glen Bojsza
better way? How can you script the Distribute command - edge to edge (this is in essence of what I am trying to accomplish) On 5/26/05, Jeanne A. E. DeVoto <[EMAIL PROTECTED]> wrote: > At 5:42 PM -0400 5/26/05, Glen Bojsza wrote: > >I have several fields that get created from a sc

Change image into a graphic?

2005-05-26 Thread Glen Bojsza
Hello, I was wondering is it possible to change an image into a graphic? I have several transparent images that I would like to use as a graphic in Revolution. thanks again. ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.ru

Fit Content from a script

2005-05-26 Thread Glen Bojsza
Hi, I have several fields that get created from a script and I want to also have the fields size from a script the same way as "Fit Content" works the size and position menu. There is no "Fit Content" command so is there another way to script this? thanks

Re: Graphics Help, Please

2005-05-26 Thread Glen Bojsza
Roger, If you have photoshop then you can open your image, selectthe help menu and select create a transparent image ... you then select the color that you want to be transparent ie white. Or you can try Chip's stack go URL "http://www.altuit.com/webs/altuit2/RunRev/ImageTrans.rev"; Worst case

Plugin for formatting text?

2005-05-23 Thread Glen Bojsza
Hello everyone, I was thinking that someone may have already mentioned or done this already. I was looking for a plugin that would make text formatting easier and would also include the ability to easily set links on selected text. Or is there another way that I am missing? BTW: I am glad to her

Re: Graphic in Field

2005-05-21 Thread Glen Bojsza
Kathy, Thanks for the response this does help me quite a lot and gives me more insight on the approach. regards, Glen On 5/21/05, Kathy Jaqua <[EMAIL PROTECTED]> wrote: > Hi Glen: > > I did this In a field and it works quite well :-) ( > or" How He did It by Baron Von Frankstein") > > First:

Graphic in Field

2005-05-21 Thread Glen Bojsza
I have been trying to figure out if is possible to place a graphic in a scrolling field? This leads to a second question which is how can you put a check box in a field or associate it so it looks like its part of the field. Thanks in advance? ___ use-r

Re: ANN/RFD Python in Rev - no probs!

2005-05-06 Thread Glen Bojsza
XMan, I am very interested in this as well. Years ago I was hoping that Pythonware by Pythonworks was going to solve this problem but they died in the end. Glen On 5/6/05, Dan Shafer <[EMAIL PROTECTED]> wrote: > xav. > > Count me in, in spades. This would be my ideal coding universe. > > N

Drag selected lines (or other objects) between stacks?

2005-05-03 Thread Glen Bojsza
I was wondering if it is possible to: 1. drag selected lines in a field in one stack and drop them into a field in another stack? 2. drag an object (button or image) between stacks? A one time there was an old stack showing dragging selected lines between fields but I can't seem to find it poste

Working with animated gifs

2005-04-26 Thread Glen Bojsza
I was wondering if there are some general guidelines on how to use animated gifs in Rev on the XP platform? Turning the animation on and off would be my first question. I understand that I can set the repeat and direction properties in the property inspector and that actually shows the animation b

Re: Limiting the number of characters per line in a scrolling field?

2005-04-23 Thread Glen Bojsza
This seems to do the trick but now I have to ask... What's an accented character? On 4/23/05, Dar Scott <[EMAIL PROTECTED]> wrote: > > On Apr 23, 2005, at 2:09 PM, Eric Chatonet wrote: > > > on keyDown pKey > > if (pKey is an integer) and (the number of chars of the selectedLine > > < 5) the

Limiting the number of characters per line in a scrolling field?

2005-04-23 Thread Glen Bojsza
I would like to limit the number of characters a user can input on any line in a scrolling field. In the field script on keydown theKey if theKey is not in " 0 1 2 3 4 5 6 7 8 9 - . " then beep exit keydown else if (the length of me) > 4 then beep exit keydown end if

Ask file but with "open" dialog box

2005-04-19 Thread Glen Bojsza
I have been using the ask file syntax for asking the user where they would like to save a file. But when using it for asking which file to open it unfortunately has a save button instead of the traditional open button. Is there a similar dialog command that can be used to open a file or and optio

Re: Revolution Online Scripting Conferences

2005-04-14 Thread Glen Bojsza
Heather, This is an excellent move! Will the sessions be recorded for later reviews? thanks, Glen On 4/14/05, Heather Nagey <[EMAIL PROTECTED]> wrote: > Dear List member, > > In an exciting new development, Dreamcard and Revolution online scripting > conferences will commence on April 30th, 2

Re: Using a field variable with exp10()

2005-04-11 Thread Glen Bojsza
That does the trick... removing the "of" seems to fix it? On Apr 11, 2005 5:21 PM, Frank D. Engel, Jr. <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Is everyone actually typing "the" before "fld"? I didnt't think that > would actually work. > > Try removing t

Using a field variable with exp10()

2005-04-11 Thread Glen Bojsza
This must be simple thing but I have tried several variations and was hoping soeone would know off the top of their head. I have a field vTXpower that has the number 2 in it I would like to use the exp10() function normally if you did put the exp10 of (2) results in 100 which is correct I ca

Re: UNIX Engines

2005-03-03 Thread Glen Bojsza
I gave up on this last year after a couple of emails back in September to Revolution. I think that this could be a licensing issue (ie if you have paid for the license for all platforms then aren't you owed a current release for each platform??). It is a bit disappointing since the response I was

  1   2   >