Table field edits

2010-07-18 Thread Bill Vlahos
1. I made a field called "attachments" and use the Geometry Manager to scale the right side of the field to the window. Set the stack for live resizing. With the following card handlers it works but the screen updates lag and the tab stops don't always get set to the same correct spot. on resiz

Re: Phantom Table field

2010-05-27 Thread DunbarX
Good ol' Jacques. Thanks. Makes perfect sense. It is the inner workings that I am interested in. Never occurred to me that such shenanigans were going on behind the scenes, but given that a data grid is actually dozens of objects all roped together, why not? Craig In a message dated 5/26/10

Re: Detecting which column was clicked in a Table field

2010-05-27 Thread Peter Brigham MD
I found that the best way to get a column number is to use item 1 of the clickloc, subtract the left of the field to get the relative x- value for the click in the field (you may have to also correct for the borderwidth of the field)), then compare with the tabstops. This always gives the ac

Re: Detecting which column was clicked in a Table field

2010-05-26 Thread -= JB =-
I haven't really been following this thread and read it quick before sending a reply. After reading it seems you want to be able to click on white space and get the column. To click on white space and get the column number you can use Dynamic Table Field and then COMAND CLICK. This will s

Re: Detecting which column was clicked in a Table field

2010-05-26 Thread -= JB =-
Dynamic Table Field will tell you where you clicked. It is posted in the old section of On-Rev under the user sundown. -=>JB<=- On May 26, 2010, at 3:43 PM, Mark Stuart wrote: on 5/26/2010, Jacqueline wrote: Something like this: put word 4 of the clickchunk into tCharNum su

Re: Detecting which column was clicked in a Table field

2010-05-26 Thread J. Landman Gay
Mark Stuart wrote: on 5/26/2010, Jacqueline wrote: Something like this: put word 4 of the clickchunk into tCharNum subtract (the number of chars in line 1 to \ (word 2 of the clickline)-1 of me) +1 from tCharNum set the itemdel to tab put the number of items in char 1 to tCharNum of

Detecting which column was clicked in a Table field

2010-05-26 Thread Mark Stuart
on 5/26/2010, Jacqueline wrote: >> Something like this: put word 4 of the clickchunk into tCharNum subtract (the number of chars in line 1 to \ (word 2 of the clickline)-1 of me) +1 from tCharNum set the itemdel to tab put the number of items in char 1 to tCharNum of the value of the c

Re: Phantom Table field

2010-05-26 Thread J. Landman Gay
e card. In other words, the number of the table field is 5, and I get a chunk expression like "char 1 to 4 of field 6". Where is this phantom field? Rev puts up a cell-sized field over the clicked "cell" so that you can edit the contents. When you are done editing, Rev puts

Re: Phantom Table field

2010-05-26 Thread DunbarX
Still not sure about that phantom field, though. ___ 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-revolu

Re: Phantom Table field

2010-05-26 Thread DunbarX
Hi, Colin. Help? If only this site covered every topic I wouldn't miss Mr. Goodman so much. Thank you. Craig In a message dated 5/26/10 3:25:50 PM, co...@verizon.net writes: > http://www.sosmartsoftware.com/?r=revolution_didacticiels&l=en > ___ us

Re: Phantom Table field

2010-05-26 Thread Colin Holgate
I wonder if the bit on managing table fields here would help?: http://www.sosmartsoftware.com/?r=revolution_didacticiels&l=en ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage yo

Phantom Table field

2010-05-26 Thread DunbarX
number of the table field is 5, and I get a chunk expression like "char 1 to 4 of field 6". Where is this phantom field? Craig Newman ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubsc

Re: Detecting which column was clicked in a Table field

2010-05-26 Thread J. Landman Gay
Mark Stuart wrote: Hi All, How do I return the column number that the user clicked in? I know how to get the selectedLine of a Table field, but I'd like to know which column of the selectedLine the user clicked into. Something like this: put word 4 of the clickchunk into tCharNum sub

Detecting which column was clicked in a Table field

2010-05-26 Thread Mark Stuart
Hi All, How do I return the column number that the user clicked in? I know how to get the selectedLine of a Table field, but I'd like to know which column of the selectedLine the user clicked into. Thanx in advance, Mark Stuart ___ use-revol

Re: Table field text formating

2008-12-19 Thread -= JB =-
Brian, I had heard that too but then after hearing they were doing a rewrite to improve text and fields I was wondering if they were going the MLTE route. I think MLTE is based on ATSUI and if they used ATSUI it would allow kerning & tracking. -=>JB<=- On Dec 19, 2008, at 12:44 AM, Bri

Re: Table field text formating

2008-12-19 Thread Brian Yennie
JB, FWIW, I believe the Rev text engine is something written specifically for Rev to be cross-platform and does not plug in to platform specific engines such as MLTE. So the upside is that they can pretty much do whatever they want (and have it work cross platform). The downside is that R

Re: Table field text formating

2008-12-18 Thread James Hurley
Message: 16 Date: Wed, 17 Dec 2008 12:02:24 -0400 From: "william humphrey" Subject: Table field text formating To: "How to use Revolution" Message-ID: <459b22a90812170802p31aef3a3oeb0c1d1955411...@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1

Re: Table field text formating

2008-12-17 Thread Richard Gaskin
John Vokey wrote: On 17-Dec-08, at 9:12 PM, Richard wrote: If all you need is a one-pixel font, I'm sure there are plenty around. But perhaps we might ask why this is useful, and look one step further to the mechanics of the underlying text rendering in the field object to get exactly what

Re: Table field text formating

2008-12-17 Thread John Vokey
On 17-Dec-08, at 9:12 PM, Richard wrote: It may be easier to get the exact feature you need than to ask RunRev to become a type foundry. If all you need is a one-pixel font, I'm sure there are plenty around. But perhaps we might ask why this is useful, and look one step further to the mechan

Re: Table field text formating

2008-12-17 Thread -= JB =-
On Dec 17, 2008, at 8:12 PM, J. Landman Gay wrote: I think the number of professional DTPers using Rev is probably pretty small, and the overlap of those who both do DTP and want to program is very narrow. Rev is a programming tool, and needs to address a wide variety of features for man

Re: Table field text formating

2008-12-17 Thread J. Landman Gay
-= JB =- wrote: You are right, they need to do a professional job. That is the whole point of asking them to add it instead of me doing something. I know the above statement by me looks like I am saying they could just add crap and claim it is professional. I really don't mean that and don'

Re: Table field text formating

2008-12-17 Thread -= JB =-
On Dec 17, 2008, at 7:27 PM, J. Landman Gay wrote: -= JB =- wrote: Look at it this way. With the 1 character added Rev could advertise it allows both Kerning and Tracking. To those in the publishing industry that means a lot. I can imagine the outcry that would occur if RR advertised "

Re: Table field text formating

2008-12-17 Thread J. Landman Gay
-= JB =- wrote: Look at it this way. With the 1 character added Rev could advertise it allows both Kerning and Tracking. To those in the publishing industry that means a lot. I can imagine the outcry that would occur if RR advertised "kerning and tracking" and instead supplied a method whe

Re: Table field text formating

2008-12-17 Thread -= JB =-
That is why as a serious desktop publisher I haven't taken the time to use the image idea. It might be good for a very rare occasion to convert images but it does not solve the problem unless Rev does it all behind the scene as a standard. And that leaves us where we are until Rev improves t

Re: Table field text formating

2008-12-17 Thread Brian Yennie
I agree it would be a nice feature. I'm not so sure that it's "so simple". I would think it would be quite difficult to add pro layout features like this to Rev's text engine with support for all platforms and seamless backward compatibility. Whatever way it is done Rev should include it as

Re: Table field text formating

2008-12-17 Thread Dick Kriesel
Could you replace each space with an image whose width you've set? Could you replace any character with a snapshot of itself whose width you've set? -- Dick On 12/17/08 6:17 PM, "-= JB =-" wrote: > Brian, > > Whatever way it is done Rev should include it as a standard and then > they can adv

Re: Table field text formating

2008-12-17 Thread -= JB =-
Brian, Whatever way it is done Rev should include it as a standard and then they can advertise it includes the ability for kerning and tracking. They can have a standard key used to enter the character. Maybe something like a control-space. Of course this can probably be done now using k

Re: Table field text formating

2008-12-17 Thread Brian Yennie
JB, I think you may be vastly underestimating the task of supporting kerning and tracking by using dummy spaces inserted into the flow of text. Among other things, this would render your text impossible to parse and be quite slow. What's appealing about strange 1 pixel characters inserted

Re: Table field text formating

2008-12-17 Thread -= JB =-
On Dec 17, 2008, at 5:05 PM, Richard Gaskin wrote: -= JB =- wrote: On Dec 17, 2008, at 4:13 PM, Richard Gaskin wrote: .. If all you need is a one-pixel font, I'm sure there are plenty around. But perhaps we might ask why this is useful, and look one step further to the mechanics of th

Re: Table field text formating

2008-12-17 Thread Richard Gaskin
-= JB =- wrote: On Dec 17, 2008, at 4:13 PM, Richard Gaskin wrote: ... If all you need is a one-pixel font, I'm sure there are plenty around. But perhaps we might ask why this is useful, and look one step further to the mechanics of the underlying text rendering in the field object to get

Re: Table field text formating

2008-12-17 Thread -= JB =-
On Dec 17, 2008, at 4:13 PM, Richard Gaskin wrote: -= JB =- wrote: On Dec 17, 2008, at 3:45 PM, Richard Gaskin wrote: It would be far more efficient and robust if Rev simply added independent column alignment as has been the #1 request for many years. I agree they should add independent

Re: Table field text formating

2008-12-17 Thread Richard Gaskin
-= JB =- wrote: On Dec 17, 2008, at 3:45 PM, Richard Gaskin wrote: It would be far more efficient and robust if Rev simply added independent column alignment as has been the #1 request for many years. I agree they should add independent column alignment. But they should also add a 1 poi

Re: Table field text formating

2008-12-17 Thread -= JB =-
On Dec 17, 2008, at 3:45 PM, Richard Gaskin wrote: -= JB =- wrote: What would be really nice is if the Rev Team would supply a character to be used. It seems a space is standard. Why not provide a space character that is 1 point in size. Then it would be simple math to justify text that would

Re: Table field text formating

2008-12-17 Thread Richard Gaskin
-= JB =- wrote: What would be really nice is if the Rev Team would supply a character to be used. It seems a space is standard. Why not provide a space character that is 1 point in size. Then it would be simple math to justify text that would work on any machine. You would be able to do your

Re: Table field text formating

2008-12-17 Thread -= JB =-
On Dec 17, 2008, at 10:05 AM, Stephen Barncard wrote: IMHO Courier is the most universally available monospaced font. stephen barncard s a n f r a n c i s c o - - - - - - - - - - - - What would be really nice is if the Rev Team would supply a character to be used. It seems a space is stand

Re: Table field text formating

2008-12-17 Thread Andre.Bisseret
Le 17 déc. 08 à 17:02, william humphrey a écrit : I keep running into this problem and making work-arounds that are not at all elegant. It would sure be wonderful if you could set the alignment in one column of a table field to "right" and the next column in the same table

Re: Table field text formating

2008-12-17 Thread william humphrey
Thanks a lot. It is sure a lot easier to do that and display my data in one big field than make lots of little ones which line up next to each other. I see why people keep asking for better table field controls. On Wed, Dec 17, 2008 at 2:05 PM, Stephen Barncard < stephenrevoluti...@barncard.

Re: Table field text formating

2008-12-17 Thread Stephen Barncard
IMHO Courier is the most universally available monospaced font. I like slashed zeroes to contrast with UC O's. Also the open source TruetypeProfont is severe to look at for code, but presents a great image for numbers lists. No testing on Windows - but these are long established an

Re: Table field text formating

2008-12-17 Thread william humphrey
What is the name of the best non-proportional font to use for both windoz and Mac? It is mainly for numbers. Wouldn't it be nice if there was a non-proportional font that was proportional for just letters? ___ use-revolution mailing list use-revolution@li

Re: Table field text formating

2008-12-17 Thread Rob Cozens
Jan & William, > I keep running into this problem and making > work-arounds that are not at all > elegant. It would sure be wonderful if you could set > the alignment in one > column of a table field to "right" and the next > column in the same table > f

Re: Table field text formating

2008-12-17 Thread Jan Schenkel
--- william humphrey wrote: > I keep running into this problem and making > work-arounds that are not at all > elegant. It would sure be wonderful if you could set > the alignment in one > column of a table field to "right" and the next > column in the same table >

Table field text formating

2008-12-17 Thread william humphrey
I keep running into this problem and making work-arounds that are not at all elegant. It would sure be wonderful if you could set the alignment in one column of a table field to "right" and the next column in the same table field to another alignment say "left". Is th

Re: How to tell when a table field has changed

2008-10-22 Thread Bill Vlahos
on or may change parameters. Right now, it is caught in the 'revCommon' backscript to prevent error messages until this is either 'officialized' or 'deprecated' Right now there is no API at all, and I don't think 'closeField' is the correct message

Re: How to tell when a table field has changed

2008-10-20 Thread Bill Vlahos
; is an undocumented >message and may not be around in the next version or >may change parameters. Right now, it is caught in the >'revCommon' backscript to prevent error messages until >this is either 'officialized' or 'deprecated' >Right now there is n

Re: How to tell when a table field has changed

2008-10-20 Thread Jan Schenkel
ue' is an undocumented message and may not be around in the next version or may change parameters. Right now, it is caught in the 'revCommon' backscript to prevent error messages until this is either 'officialized' or 'deprecated' Right now there is no API at al

Re: How to tell when a table field has changed

2008-10-19 Thread Peter Alcibiades
Bill Vlahos wrote: > > JIf not, I'll report the pOldText value missing as a > bug. > > But isn't the bug really the inability to use exitField or closeField on a table field? Have had the problem too, but thought it must be operator error. Peter -- View this

Re: How to tell when a table field has changed

2008-10-19 Thread Bill Vlahos
that only sends when the value changes? If not, I'll report the pOldText value missing as a bug. Bill On Oct 19, 2008, at 10:11 PM, Jan Schenkel wrote: --- Bill Vlahos <[EMAIL PROTECTED]> wrote: How do I tell when the contents of a table field have changed? It doesn'

Re: How to tell when a table field has changed

2008-10-19 Thread Jan Schenkel
--- Bill Vlahos <[EMAIL PROTECTED]> wrote: > How do I tell when the contents of a table field > have changed? > > It doesn't seem to generate a closeField message > which is what I > really want. > > Recipe (Rev 3 IDE. Mac OS X 10.5.5) > 1. Create a ta

How to tell when a table field has changed

2008-10-19 Thread Bill Vlahos
How do I tell when the contents of a table field have changed? It doesn't seem to generate a closeField message which is what I really want. Recipe (Rev 3 IDE. Mac OS X 10.5.5) 1. Create a table field 2. Set the script to: on closeField put "Close Field" end closeFiel

Re: weird table field behavior

2008-09-25 Thread Richard Gaskin
Bob Sneidar wrote: Yes. Don't use table fields. They are not real tables, but only a way to get a text field to kind of act like it wants to be a table when it grows up. There are some quite usable solutions people have developed using scripts to get a series of fields to look and act like

Re: weird table field behavior

2008-09-25 Thread Bob Sneidar
for a built in spreadsheet. I just want to be able to tab between cells, select rows and columns, and detect when and where in the table cells someone has clicked. Bob Sneidar IT Manager Logos Management Calvary Chapel CM On Sep 25, 2008, at 11:39 AM, Jim McNeely wrote: Hello everyone, I have a t

Re: another weird table field behavior

2008-09-25 Thread Eric Chatonet
Bonsoir Jim, I confused the poster; I hope you'll be not offended. Really sorry. Le 25 sept. 08 à 22:51, Jim McNeely a écrit : Thanks Eric. I scripted it because if you tab into that field the up and down arrows didn't work. Jim McNeely Best regards from Paris, Eric Chatonet. --

Re: another weird table field behavior

2008-09-25 Thread Jim McNeely
Thanks Eric. I scripted it because if you tab into that field the up and down arrows didn't work. Jim McNeely On Sep 25, 2008, at 1:38 PM, Eric Chatonet wrote: Why do you want to script a feature that exists yet without any scripting? ___ use-

Re: another weird table field behavior

2008-09-25 Thread Eric Chatonet
Re, Le 25 sept. 08 à 22:38, Eric Chatonet a écrit : Bonsoir Mickey, First question: Why do you want to script a feature that exists yet without any scripting? Generally, you only choose to script a different behavior than usual one: For instance to make arrow keys to act in carousel: on

Re: another weird table field behavior

2008-09-25 Thread Eric Chatonet
Bonsoir Mickey, First question: Why do you want to script a feature that exists yet without any scripting? Generally, you only choose to script a different behavior than usual one: For instance to make arrow keys to act in carousel: on arrowKey pKey switch pKey case "up" if the hili

another weird table field behavior

2008-09-25 Thread Jim McNeely
First, I figured out something for my initial question on this; I put this into the script for the edit field: on arrowKey theKey if theKey is "up" and the hilitedLine of field resultList ≠ 1 then set the hilitedLine of field resultList to the hilitedLine of field resultList - 1 e

weird table field behavior

2008-09-25 Thread Jim McNeely
Hello everyone, I have a table field on a card, and if I click a row, it hilites. Then, if I use the up and down arrow keys, it changes the hilited row. HOWEVER, if I TAB into the field, it gains the focus, but the arrow keys no longer work. Any ideas why, or how to work around this

Re: Dynamic Table Field - fixed doubleclick bug

2008-09-08 Thread -= JB =-
I just eliminated the shift key double click option to collapse a column and now you can double click to the left of the divider bar or anywhere but on text to collapse the column without holding down any key. -=>JB<=- On Sep 8, 2008, at 9:21 AM, -= JB =- wrote: Just a note to let you know th

Re: Dynamic Table Field - fixed doubleclick bug

2008-09-08 Thread -= JB =-
Just a note to let you know that even though I have fixed the bug the feature to double click to to the left of the divider line and collapse a column is still included. But now it works properly using a script in the mouseDoubleDown handler. -=>JB<=- On Sep 8, 2008, at 9:15 AM, -= JB =-

Dynamic Table Field - fixed doubleclick bug

2008-09-08 Thread -= JB =-
I finally figured out how to fix the bug that collapsed the column when the user double clicked on the divider line and have corrected it. The update has been uploaded to Rev On-line. Everything should work excellent now. That was the last problem I know about so if anyone finds more bugs pleas

Dynamic Table Field - fixed again

2008-09-08 Thread -= JB =-
I figured out one more small math problem in the mouseDoubleDown handler that is accessed when the shiftKey is held down. Now I think it is working properly. -=>JB<=- ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Dynamic Table Field - bug fixed

2008-09-08 Thread -= JB =-
I fixed a bug in the doubleMouseDown in the handler that is called when the shifKey is held down. It was uploaded to Rev On-line. It isn't perfect but it is a lot better. -=>JB<=- ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Dynamic Table Field - updated

2008-09-07 Thread -= JB =-
I have posted a new update to the stack Dynamic Table Filed in the Programming section of Rev On-line. Many things were either added or fixed recently and this latest version corrected some critical bugs. That will probably be it for now. Someday I might add a divider line that will drag with t

Dynamic Table Field updated - drag columns

2008-09-06 Thread -= JB =-
I have updated the stack Dynamic Table Field and posted to Rev OnLine. 1. Now you can click on the column bars and drag the mouse to resize the columns. When you click on the proper spot the cursor will change from an arrow to the hand. Someday I will add a column line that drags with the

Dynamic Table Field - updated

2008-09-04 Thread -= JB =-
I updated the stack Dynamic Table Field located in the Programming section of Rev OnLine. 1. AutoResize columns after entering text in a cell. 2. You can now command click a cell or option click for different ways to access empty cells. regards, -=>

Re: Table Field documentation/tutorials/hints/anything

2008-08-05 Thread Gordon Sande
Date: Wed, 23 Jul 2008 10:27:43 +0200 From: Eric Chatonet <[EMAIL PROTECTED]> Subject: Re: Table Field documentation/tutorials/hints/anything To: How to use Revolution Bonjour Gordon, Le 22 juil. 08 à 22:25, Gordon Sande a écrit : I was hoping to use RunRev to display some calculated d

Re: How to create a table field by a script?

2008-07-29 Thread Reinhold Venzl-Schubert
to 'table': it would be easy :-) But there is some specific properties to set that allow a field to be a table field: on mouseUp CreateTableField -- end mouseUp on CreateTableField set the cREVGeneral["table"] of the templatefi

Re: How to create a table field by a script?

2008-07-28 Thread Eric Chatonet
Bonjour Reinhold, Le 28 juil. 08 à 13:19, Reinhold Venzl-Schubert a écrit : How can I create a table field by a script. You can't set the style of a field to 'table': it would be easy :-) But there is some specific properties to set that allow a field to be a table fiel

How to create a table field by a script?

2008-07-28 Thread Reinhold Venzl-Schubert
Hi! How can I create a table field by a script. Reinhold ___ 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

Re: Table Field documentation/tutorials/hints/anything

2008-07-23 Thread Eric Chatonet
programing language with easy control of graphical output under interactive input. 2.9 Revolution Media seemed like an easy start. Then I read section 4.2.23 on Table Field Control and tried to find anything else. The search command must be broken on my copy of the documentation as I found nothing

Re: Table Field documentation/tutorials/hints/anything

2008-07-22 Thread Paul Looney
dia seemed like an easy start. Then I read section 4.2.23 on Table Field Control and tried to find anything else. The search command must be broken on my copy of the documentation as I found nothing else. I did find one tutorial which explained that this was an experimental feature as of 2.5 whic

Re: Table Field documentation/tutorials/hints/anything

2008-07-22 Thread J. Landman Gay
graphical output under interactive input. 2.9 Revolution Media seemed like an easy start. Then I read section 4.2.23 on Table Field Control and tried to find anything else. The search command must be broken on my copy of the documentation as I found nothing else. I did find one tutorial which explained

Table Field documentation/tutorials/hints/anything

2008-07-22 Thread Gordon Sande
interactive input. 2.9 Revolution Media seemed like an easy start. Then I read section 4.2.23 on Table Field Control and tried to find anything else. The search command must be broken on my copy of the documentation as I found nothing else. I did find one tutorial which explained that this was an

Re: How do I stop a table field from scrolling right?

2008-07-09 Thread Mikey
What a freaking outstanding idea. The ability to tweak the IDE is just so sweet. I'm adding this to my list of "things I need to put together into a RevIDETweaker project" -- EB White - "Be obscure clearly." ___ use-revolution mailing list use-revolut

Re: How do I stop a table field from scrolling right?

2008-07-09 Thread Ken Ray
> A fountain of knowledge are you. I was afraid of that. The problem is due to the field's 'margins' property, which default to '8'. When Rev goes to draw an "editing" field on top of the table field when you click in the 4th column, it checks to see if th

Re: How do I stop a table field from scrolling right?

2008-07-09 Thread Mikey
A fountain of knowledge are you. I was afraid of that. -- Emo Philips - "I got some new underwear the other day. Well, new to me." ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manag

Re: How do I stop a table field from scrolling right?

2008-07-08 Thread Jan Schenkel
--- Mikey <[EMAIL PROTECTED]> wrote: > I've got a table field. Cells are editable. I have > the maximum editable > column set to 4. The field is a little wider than > the right of the fourth > column. When I click in the fourth column, the > whole field scrolls rig

How do I stop a table field from scrolling right?

2008-07-08 Thread Mikey
I've got a table field. Cells are editable. I have the maximum editable column set to 4. The field is a little wider than the right of the fourth column. When I click in the fourth column, the whole field scrolls right so the 4th column is now on the far left of the field, and columns t

Re: Changing a field to a table field and vice versa

2008-07-07 Thread Mikey
as usual I forgot to check all the custom properties when I was looking at what changed in an object when I switched from one type to another. I have to remember to start doing that... -- George Burns - "Don't stay in bed, unless you can make money in bed." __

Re: Changing a field to a table field and vice versa

2008-07-07 Thread Mikey
thanks, Jan. On Mon, Jul 7, 2008 at 15:53, Jan Schenkel <[EMAIL PROTECTED]> wrote: > --- Mikey <[EMAIL PROTECTED]> wrote: > > What can I set to switch a field to a table field > > and back again? > > > > If all you want is to display the grid, then you can

Re: Changing a field to a table field and vice versa

2008-07-07 Thread Jan Schenkel
--- Mikey <[EMAIL PROTECTED]> wrote: > What can I set to switch a field to a table field > and back again? > If all you want is to display the grid, then you can do this with: ## set the vGrid of field "MyField" to true set the hGrid of field "MyField" to tr

Changing a field to a table field and vice versa

2008-07-07 Thread Mikey
What can I set to switch a field to a table field and back again? -- Paul Lynde - "I sang in the choir for years, even though my family belonged to another church." ___ use-revolution mailing list use-revolution@lists.runrev.com Please visi

Re: Table field and fonts

2008-06-22 Thread Paul Looney
still remain. PPS I hope your part of town is cooler than mine this evening. On Jun 22, 2008, at 8:18 PM, Bill Vlahos wrote: I notice that the grid on a table field only shows if the text is fixed height even though there is a check box in the Table property to show baselines. Is there a way

Table field and fonts

2008-06-22 Thread Bill Vlahos
I notice that the grid on a table field only shows if the text is fixed height even though there is a check box in the Table property to show baselines. Is there a way to show row divisions with a non-fixed height table field? The real issue is that I have a program that looks fine on my

Re: Dynamic Table Field

2008-03-31 Thread -= JB =-
error, I cannot find this stack in RevOnline. Bob Sneidar IT Manager Logos Management Calvary Chapel CM On Mar 30, 2008, at 2:59 PM, -= JB =- wrote: A few days ago I asked if you could access a Table Field and find out what item and line were clicked on. If you want to now you can. I made a

Re: Dynamic Table Field

2008-03-31 Thread -= JB =-
ade an error, I cannot find this stack in RevOnline. Bob Sneidar IT Manager Logos Management Calvary Chapel CM On Mar 30, 2008, at 2:59 PM, -= JB =- wrote: A few days ago I asked if you could access a Table Field and find out what item and line were clicked on. If you want to now you can. I

Re: Dynamic Table Field

2008-03-31 Thread Robert Sneidar
days ago I asked if you could access a Table Field and find out what item and line were clicked on. If you want to now you can. I made a field that will allow you to do that and uploaded it to Rev Online. It is in the Programmers Section and named Dynamic Table Field. It has only been tested on a

Dynamic Table Field

2008-03-30 Thread -= JB =-
A few days ago I asked if you could access a Table Field and find out what item and line were clicked on. If you want to now you can. I made a field that will allow you to do that and uploaded it to Rev Online. It is in the Programmers Section and named Dynamic Table Field. It has only been

Re: more cells in a table field

2008-03-28 Thread -= JB =-
tabstops property in the dictionary. A simple little thing like that becomes very hard when you can not find any info about it with a table field search & don't know to search for tab stops. Thanks for the reply and code. -=>JB<=- On Mar 28, 2008, at 3:50 PM, Robert Sneidar wr

Re: more cells in a table field

2008-03-28 Thread Robert Sneidar
Sneidar IT Manager Logos Management Calvary Chapel CM On Mar 28, 2008, at 10:27 AM, -= JB =- wrote: Thanks for the info and advice. -=>JB<=- On Mar 28, 2008, at 3:14 AM, Björnke von Gierke wrote: On 28 Mar 2008, at 03:32, -= JB =- wrote: Here are a few more questions about a table fiel

Re: more cells in a table field

2008-03-28 Thread -= JB =-
Thanks for the info and advice. -=>JB<=- On Mar 28, 2008, at 3:14 AM, Björnke von Gierke wrote: On 28 Mar 2008, at 03:32, -= JB =- wrote: Here are a few more questions about a table field; Generally I'll advise against using the rev made table field. It's easily co

Re: more cells in a table field

2008-03-28 Thread Björnke von Gierke
On 28 Mar 2008, at 03:32, -= JB =- wrote: Here are a few more questions about a table field; Generally I'll advise against using the rev made table field. It's easily confused, and will cause you lots of headaches. It's very simple to get basic cell editing going by yourse

more cells in a table field

2008-03-27 Thread -= JB =-
Here are a few more questions about a table field; 1. If you click on a line you can get the number of line clicked. Question: can you get the item(cell) clicked? 2. If you enter text in line 4 item 2 and then leave the item by going to another line, item or leave the field can you detect

Re: cells in a table field

2008-03-27 Thread -= JB =-
No not either, it is John Balgenorth thanks for the info! -=>JB<=- On Mar 27, 2008, at 11:01 AM, Klaus Major wrote: Hi JB (Jim Beam? James Brown? :-) How do you access the different cells in a table field. Let's say I want to put "Hello" into line 4 column 2 of a ta

Re: cells in a table field

2008-03-27 Thread -= JB =-
Now how do I write a script to get line 4 cell 2 -=>JB<=- On Mar 27, 2008, at 10:56 AM, -= JB =- wrote: How do you access the different cells in a table field. Let's say I want to put "Hello" into line 4 column 2 of a table field what is the proper way to write it. I h

Re: cells in a table field

2008-03-27 Thread -= JB =-
I figured out how to enter the info with this code: put "Hello" & tab & "John" into line 4 of fld id 1004 Now how do I write a script to get line 4 cell 2 -=>JB<=- On Mar 27, 2008, at 10:56 AM, -= JB =- wrote: How do you access the different cells i

Re: cells in a table field

2008-03-27 Thread Klaus Major
Hi JB (Jim Beam? James Brown? :-) How do you access the different cells in a table field. Let's say I want to put "Hello" into line 4 column 2 of a table field what is the proper way to write it. I have tried things like put "Hello" into line 4,2 of fld id 1004 but i

cells in a table field

2008-03-27 Thread -= JB =-
How do you access the different cells in a table field. Let's say I want to put "Hello" into line 4 column 2 of a table field what is the proper way to write it. I have tried things like put "Hello" into line 4,2 of fld id 1004 but it does not work.

Re: Table Field Cell Properties

2007-11-28 Thread Stephen Barncard
"output" into a link then trap the event in a linkClicked handler: on linkClicked theText -- open the URL stored with the clicked text if theText is not empty then revGoURL theText end linkClicked Is there some way to set properties of an individual cell in a table field? F

Table Field Cell Properties

2007-11-28 Thread Mikey
Is there some way to set properties of an individual cell in a table field? For example, can I lock a particular row, set the text attributes of a particular cell? Forgive me if this is in the User Manual. I didn't find it. ___ use-revolution ma

  1   2   3   >