Re: Sort question

2010-10-04 Thread Andre.Bisseret
Bonjour Yves, I propose this one: put fld "fld1" into tText replace slash with space in tText set the itemDel to tab sort lines of tText ascending numeric by word 1 of item 2 of each sort lines of tText ascending numeric by word 2 of item 2 of each replace space with slash in tText put tText int

Re: adding new object to background group

2010-10-04 Thread Andre.Bisseret
Bonjour, Le 4 oct. 10 à 04:02, dunb...@aol.com a écrit : I think someone (Jacques, probably) Yes was Jacque pointed out that there is a direct way to do this. Wasn't it using the "copy object to group" form of the "copy" command? I am not near Rev, er Livecode right now, but there was a

Re: How to duplicate a stack and its substacks?

2010-09-28 Thread Andre.Bisseret
Thank you much Thierry; by default, was saved in my livecode 4.5 folder; but it's easy to indicate another location So, now I got 2 ways to get what I needed ;-))) Best regards André Le 28 sept. 10 à 19:19, Thierry a écrit : Le 28 sept. 2010 à 17:23, Andre.Bisseret a écrit :

Re: How to duplicate a stack and its substacks?

2010-09-28 Thread Andre.Bisseret
Thanks a lot Craig; that's exactly what I needed; first time I am using it; works fine ;-)) André Le 28 sept. 10 à 18:08, dunb...@aol.com a écrit : Andre. The command is: "revCopyFile", not "copy file". Craig ___ use-revolution mailing list use-r

Re: How to duplicate a stack and its substacks?

2010-09-28 Thread Andre.Bisseret
:11, Richmond a écrit : On 09/28/2010 05:37 PM, Andre.Bisseret wrote: Bonjour, I thought it was simple but I am fighting with that for a couple of hours ;-(( I have a stack with several substacks. I want to duplicate the whole thing, changing only the name of the stack (without changing

Re: How to duplicate a stack and its substacks?

2010-09-28 Thread Andre.Bisseret
Thank you Craig for your prompt answer. But I never copied a file I tried copy file "here: the filename of the mainstack" get a can't find handler error; How can I "copy the file" ? Sorry Craig André Le 28 sept. 10 à 16:51, dunb...@aol.com a écrit : Andre. If you make a copy of the file

How to duplicate a stack and its substacks?

2010-09-28 Thread Andre.Bisseret
Bonjour, I thought it was simple but I am fighting with that for a couple of hours ;-(( I have a stack with several substacks. I want to duplicate the whole thing, changing only the name of the stack (without changing the names of its substacks). Say, I have a stack "Accounts 2010" and

Re: SelectedChunk

2010-09-28 Thread Andre.Bisseret
Bonjour, Not sure I have well understand your need, but does the following help: select word 1 to -1 of the selection -- avoid spaces (learn recently thanks to Jacque ;-)) put the selection put cr & word 2 of the selectedChunk after msg Best regards from Grenoble André Le 27 sept.

Re: (DataGrid) one datagrid can't find the stack when its name is changed

2010-09-25 Thread Andre.Bisseret
Le 25 sept. 10 à 22:00, zryip theSlug a écrit : On Sat, Sep 25, 2010 at 9:29 PM, Andre.Bisseret > wrote: Bonjour, I have an app. with a main stack which is use to keep one' accounts. 13 cards, on for each month and the last of the year'recapitulation. On each cards, one data gr

(DataGrid) one datagrid can't find the stack when its name is changed

2010-09-25 Thread Andre.Bisseret
Bonjour, I have an app. with a main stack which is use to keep one' accounts. 13 cards, on for each month and the last of the year'recapitulation. On each cards, one data grid, which has been installed with: --- copy group "DataGrid" of group "Templates" of stack "revDataGridLibrary" to this

Re: Datagrid Column Names

2010-08-23 Thread Andre.Bisseret
Bonjour, Le 22 août 10 à 19:19, Peter Haworth a écrit : It appears that datagrid column names cannot be numeric? Right! datagrid does not like numeric column names But it is possible to have columns with alpha column names and numeric column labels. For example "Ten, Eleven, Twelve" as nam

Re: Datagrid Basics

2010-08-19 Thread Andre.Bisseret
Le 19 août 10 à 04:43, Ray Horsley a écrit : Greetings, Anybody with some basics on how to provide users with the ability to double click in a cell and get an insertion point to edit text? This works fine in development but after saving a standalone the grid comes up unresponsive. Ide

Re: Datagrid custom sorting for a column

2010-07-24 Thread Andre.Bisseret
Bonjour Malte, No sure there is a way to do that with a command from data grid (others might tell us ;-)) In such a case I return to general rev scripting. Try this: local tTheData, set the dgProp["sort by column"] of grp "datagrid" to empty -- remove any column sorting

Re: (data grid) [solved] Can't get the text selected in the Edit Field When It Opens

2010-07-21 Thread Andre.Bisseret
r your attention and time Best regards André Le 20 juil. 10 à 19:48, Trevor DeVore a écrit : On Jul 20, 2010, at 1:33 PM, Andre.Bisseret wrote: I just tried your advice and no, the EditValue handler is not being called I would check as to whether or not you are editing the script that

Re: (data grid) Can't get the text selected in the Edit Field When It Opens

2010-07-21 Thread Andre.Bisseret
Le 20 juil. 10 à 17:35, Trevor DeVore a écrit : I just created a new data grid in 4.5, created a column, customized it using the "+" button in the prop inspector, edited the behavior, added your code and it worked. Le 20 juil. 10 à 19:48, Trevor DeVore a écrit : I would check as to whethe

Re: (data grid) Can't get the text selected in the Edit Field When It Opens

2010-07-20 Thread Andre.Bisseret
Le 20 juil. 10 à 17:35, Trevor DeVore a écrit : On Jul 20, 2010, at 11:26 AM, Andre.Bisseret wrote: I have a data grid table in which I would like the text appears selected when an edit field is opened. I tried the following: 1 - created a button "My default column behavior" 2

(data grid) Can't get the text selected in the Edit Field When It Opens

2010-07-20 Thread Andre.Bisseret
Bonjour, I have a data grid table in which I would like the text appears selected when an edit field is opened. I tried the following: 1 - created a button "My default column behavior" 2 - set the script of btn "My default column behavior" to the script of button "Default Column" of stack "

Re: mouseDown message sent but not triggering the handler in a behavior

2010-07-16 Thread Andre.Bisseret
Le 15 juil. 10 à 22:09, Mark Wieder a écrit : Andre- Thursday, July 15, 2010, 12:52:41 PM, you wrote: In these handlers, I distinguish the differents buttons using if the short name of the target is "such button" then or case the short name of the target is "such button" (followed by the ro

Re: mouseDown message sent but not triggering the handler in a behavior

2010-07-15 Thread Andre.Bisseret
lkprogrammer KvK: 50277553 Download the Installer Maker plugin for Runtime Revolution at http://qurl.tk/ce On 15 jul 2010, at 13:38, Andre.Bisseret wrote: Le 15 juil. 10 à 11:44, Scott Rossi a écrit : Recently, Richmond wrote: Just "for fun" I grouped the btn and put this in the script- e

Re: mouseDown message sent but not triggering the handler in a behavior

2010-07-15 Thread Andre.Bisseret
Le 15 juil. 10 à 11:44, Scott Rossi a écrit : Recently, Richmond wrote: Just "for fun" I grouped the btn and put this in the script-editor of the group: on mouseDown put "Hello" end mouseDown AND; when clicked the script in the button WAS executed, and the script in the group WAS NOT e

Re: mouseDown message sent but not triggering the handler in a behavior

2010-07-15 Thread Andre.Bisseret
Le 15 juil. 10 à 11:05, Richmond a écrit : On 07/15/2010 11:57 AM, Andre.Bisseret wrote: Bonjour, On a stack, in a group, I have a button which is supposed to show a field on mouseDown and hide this same field on mouseUp. The two handlers (mouseDown and mouseUp) are in the script of a

mouseDown message sent but not triggering the handler in a behavior

2010-07-15 Thread Andre.Bisseret
Bonjour, On a stack, in a group, I have a button which is supposed to show a field on mouseDown and hide this same field on mouseUp. The two handlers (mouseDown and mouseUp) are in the script of a behavior button to which the group is set. When opening the stack, on a first mouseDown on t

Re: (DataGrid) is there a message when the user has edited a cell ?

2010-07-10 Thread Andre.Bisseret
Bonjour TheSlug, Great help and learning for me! I just played with your demo stack! Magnifique ;-)) Thank you very much for your time and for sharing your high knowledge about data grid! very much appreciated. Seems you are the best as for Data Grid (after Trevor ;-O))) I am a bit pigheade

Re: (DataGrid) is there a message when the user has edited a cell ?

2010-07-09 Thread Andre.Bisseret
e int the second column : this time the total is false and the total of the first column becomes right. Really "bizarre" isn'it? Any idea on what causes that? what am I doing wrong? André 2010/7/9 Andre.Bisseret Bonjour TheSlug, Thank you for your reply. Seems I am m

Re: (DataGrid) is there a message when the user has edited a cell ?

2010-07-09 Thread Andre.Bisseret
TotCrédit" to the uSumOfColumn["Crédit"] of the dgControl of me end closeFieldEditor Untested but should work. If all is ok, update the column behavior of the "crédit" column with the same script 2010/7/9 Andre.Bisseret Bonjour TheSlug, Thank you for your reply. Seem

Re: (DataGrid) is there a message when the user has edited a cell ?

2010-07-09 Thread Andre.Bisseret
he parameter pFieldEditor? André Le 9 juil. 10 à 14:37, zryip theSlug a écrit : Bonjour André, You have to use the CloseFieldEditor event. Have a look to this lesson: http://lessons.runrev.com/manuals/datagrid/lessons/7335 Regards, 2010/7/9 Andre.Bisseret Bonjour, I have quite small edita

(DataGrid) is there a message when the user has edited a cell ?

2010-07-09 Thread Andre.Bisseret
Bonjour, I have quite small editable data grids. I would like to re-calculate the totals of the columns after the user has changed the value of any cell. I don't need to know what cell was edited. What message should I use ? Thanks in advance for any advice Best regards from Grenoble (ver

Re: [Data Grid] Infinite loop with DG Table

2010-07-07 Thread Andre.Bisseret
Le 6 juil. 10 à 21:27, zryip theSlug a écrit : Dear List and especially DG users, Could someone confirm this infinite loop: 1) Save your current work 2) Create a DG Table in a stack 3) Create 2 or 3 columns 4) Add 3 lines in the content tab of your DG 5) Open your "message watcher" 6) With th

Re: Pasted card with a background not included in the number of cds of this bg

2010-06-25 Thread Andre.Bisseret
. Indeed, with copy/paste the number of cards in background Bg1 does not increase by 1, while with clone this card it does. Best regards from Grenoble André Le 24 juin 10 à 17:40, Jim Ault a écrit : On Jun 24, 2010, at 7:33 AM, J. Landman Gay wrote: Andre.Bisseret wrote: So, if one copy/pa

Pasted card with a background not included in the number of cds of this bg

2010-06-24 Thread Andre.Bisseret
Bonjour, create a stack do new card on this card 2 install a group "bgTrial" with backgroundBehavior set to true In the message box: put the number of cds in bg "bgTrial" returns "1" as expected clone card 2 in the message box: the number of cds in bg "bgTrial" returns "2" as expected B

Re: preOpenCard inside behaviors, does it works?

2010-06-23 Thread Andre.Bisseret
Bonjour, I had such problems recently. Behaviors property still set when reopening stacks but not inherited. It was with rev 4.0. See subject "Behaviors handlers not found when re-opening stacks" in the June' archives Trevor reply with this address : http://quality.runrev.com/qacenter/sh

Re: Checkbox script

2010-06-19 Thread Andre.Bisseret
Woow! very nice :-)) André Le 19 juin 10 à 16:49, Peter Brigham MD a écrit : It's easier to put the script at a higher level. Group the checkboxes and name them each with the exact text you want to insert, then put the following in the script of the group: on mouseup put the number of b

Re: Checkbox script

2010-06-19 Thread Andre.Bisseret
Bonjour Charles, As suggested by Wayne if you declare tConcat as global in each script then it works as expected Best André Le 19 juin 10 à 15:18, charles61 a écrit : I have a series of ten checkboxes. I am trying to script them so that when checkboxes are checked, names are put into va

Re: How to launch an application (like "word" from a stack?

2010-06-19 Thread Andre.Bisseret
Le 19 juin 10 à 12:40, Peter Brigham MD a écrit : On Jun 18, 2010, at 4:31 PM, J. Landman Gay wrote: Peter Brigham MD wrote: Yes, I forgot about the "show all file extensions" preference. I have it off, but when I turn it on and look in my Applications folder in the Finder, all of the oth

Re: How to launch an application (like "word" from a stack?

2010-06-19 Thread Andre.Bisseret
Ah! yes I understand now! My old handler was launch "/Applications/Microsoft Office 2004/Microsoft Word" That used to work! Trying to use it again, as my current version of Office is 2008, I just replaced 2004 with 2008 which was not working (whence my first post on this subject). OK! see

Re: How to launch an application (like "word" from a stack?

2010-06-19 Thread Andre.Bisseret
hough strictly speaking it should be ungrammatical in RevTalk. Is this a Mac vs Windows thing? A Leopard vs Snow Leopard thing? A Rev 4.0 vs 4.5 thing? -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig On Jun 18, 2010, at 4:30 AM, Andre.Bisseret wrote: Le 17 juin

Re: How to launch an application (like "word" from a stack?

2010-06-19 Thread Andre.Bisseret
Grenoble André Le 18 juin 10 à 15:54, Emmett Gray a écrit : On Thu, 17 Jun 2010 13:16:49 +0200, "Andre.Bisseret" > wrote asking this. An elegant way is to use AppleScript, which avoids having to know the path: do "tell application " & quote & "Microsoft

Re: How to launch an application (like "word" from a stack?

2010-06-18 Thread Andre.Bisseret
Wow! I did not know that; sure it is worth! Unfortunately seems that it does not work in tRev (impossible to paste directly in the script); but it works in the message box or in a field, from which it is possible to copy/paste in the script; so it is OK it works well in the script editor

Re: How to launch an application (like "word" from a stack?

2010-06-18 Thread Andre.Bisseret
reply and suggestion Best regards from Grenoble André Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig On Jun 17, 2010, at 8:27 AM, Andre.Bisseret wrote: Danke shön! Bernd for your prompt reply Klaus was the winner ;-))) with the same suggestion works fine now with .app

Re: How to launch an application (like "word" from a stack?

2010-06-17 Thread Andre.Bisseret
Danke shön! Bernd for your prompt reply Klaus was the winner ;-))) with the same suggestion works fine now with .app Guten nachmittag! André Le 17 juin 10 à 13:49, BNig a écrit : André, on mouseUp launch "/Applications/Microsoft Office 2008/Microsoft Word.app" if the result is not emp

Re: How to launch an application (like "word" from a stack?

2010-06-17 Thread Andre.Bisseret
Guten tag Klaus, Le 17 juin 10 à 13:20, Klaus on-rev a écrit : Bonjour, Andre.Bisseret: Bonjour, If I put the following handler in the script of a button: on mouseUp launch "/Applications/Microsoft Office 2008/Microsoft Word/" answer the result end mouseUp I get "no such

How to launch an application (like "word" from a stack?

2010-06-17 Thread Andre.Bisseret
Bonjour, If I put the following handler in the script of a button: on mouseUp launch "/Applications/Microsoft Office 2008/Microsoft Word/" answer the result end mouseUp I get "no such program" I was quite sure that I had have this working well before (Actually, I just replace 2004 with

Re: Getting errors in the rev program: please help!

2010-06-10 Thread Andre.Bisseret
Clipboard Link http://clipboardlink.economy-x-talk.com and share the clipboard of your computer over the local network. On 10 jun 2010, at 18:49, Andre.Bisseret wrote: Bonjour Mark, Yes the script editor is closed. I am working with tRev (keeping it open all the time without any problem up to n

Re: Getting errors in the rev program: please help!

2010-06-10 Thread Andre.Bisseret
of your computer over the local network. On 10 jun 2010, at 18:14, Andre.Bisseret wrote: Bonjour, I am transforming an app. using behaviors; (the behaviors are in a special card of the main stack to be inherited by independant stacks which can be created by cloning a modelStack (which is a

Getting errors in the rev program: please help!

2010-06-10 Thread Andre.Bisseret
Bonjour, I am transforming an app. using behaviors; (the behaviors are in a special card of the main stack to be inherited by independant stacks which can be created by cloning a modelStack (which is a substack of the main). One week ago I was still using rev 4.0 but, as I had problems

Re: Behaviors handlers not found when re-opening stacks

2010-06-01 Thread Andre.Bisseret
Le 1 juin 10 à 14:49, Trevor DeVore a écrit : On May 31, 2010, at 8:43 AM, Andre.Bisseret wrote: But If I save and close these 2 stacks when I reopen them that does not work anymore (I get a "can"t find handler" error, and in tRev, the tab of the group's script open

Behaviors handlers not found when re-opening stacks

2010-05-31 Thread Andre.Bisseret
Bonjour, I am trying to modify an app. using behaviors, To simplify, let's say that I have two independent stacks : "stack 1.rev" and "stack 2.rev" the behavior of stack 2 is set to the script of a button on stack 1 (button "behaviorOfStack2") The script of this button is : -- on singBee

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

2010-05-26 Thread Andre.Bisseret
Le 25 mai 10 à 22:37, Trevor DeVore a écrit : On May 13, 2010, at 10:45 AM, Andre.Bisseret wrote: - on mouseUp local DGRef, --- copy group "DataGrid" of group "Templates" of stack "revDataGridLibrary" to this card put it into DGRef s

Re: Another DataGrid Question

2010-05-16 Thread Andre.Bisseret
Bonjour, I searched for a solution in case you don't know the number of the line I tested the following script (in a button) : local tIndex,tLineData,tName,tLine on mouseUp ask "Which symbol?" if the result is "cancel" then exit mouseUp put it into tSymbol dispatch

Re: [Data Grid] get the header text color

2010-05-15 Thread Andre.Bisseret
Le 15 mai 10 à 15:14, zryip theSlug a écrit : André Bonjour André, Thanks for your confirmation 8-) Get the properties "text color" and "header text color" seems totally unsupported also in the rev's property palette (colors and patterns tab). Just try to set a color for the two color boxe

Re: [Data Grid] get the header text color

2010-05-15 Thread Andre.Bisseret
Le 14 mai 10 à 17:40, zryip theSlug a écrit : Hi Trevor and All, I checked the doc: header text color The text color to apply to the header area of a table. Prefix property name with "effective" to get the color being used when this property is set to empty. However when I try to get the "he

Re: Resize stack ...

2010-05-15 Thread Andre.Bisseret
Le 14 mai 10 à 12:25, Jean-Pierre Soto a écrit : Hello, is there a way for user to resize stack when the decoration of this stack is set to empty. Jean-Pierre Bonjour Jean-Pierre, On the site So Smart Software http://www.sosmartsoftware.com/?r=revolution_didacticiels&l=en you can downl

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

2010-05-14 Thread Andre.Bisseret
Le 14 mai 10 à 00:01, zryip theSlug a écrit : 2010/5/13 Andre.Bisseret : Bonjour, In a brand new stack I put a button whose script is : - on mouseUp local DGRef, --- copy group "DataGrid" of group "Templates" of stack "revDataGridLibrar

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

2010-05-13 Thread Andre.Bisseret
Bonjour, In a brand new stack I put a button whose script is : - on mouseUp local DGRef, --- copy group "DataGrid" of group "Templates" of stack "revDataGridLibrary" to this card put it into DGRef set the dgProp["show hScrollBar"] of DGRef to "false" set t

Re: [data grid] When getting a substack "Data grid Templates nnnn" is necessary?

2010-05-12 Thread Andre.Bisseret
Le 12 mai 10 à 15:42, Trevor DeVore a écrit : On May 12, 2010, at 8:09 AM, Andre.Bisseret wrote: Up to now, I thought that a data grid Template substack was necessary in any case. Seems that's wrong, isn't it? Then it seems that a Data grid Template nnn" substack is nece

[data grid] When getting a substack "Data grid Templates nnnn" is necessary?

2010-05-12 Thread Andre.Bisseret
Bonjour Trevor (and all :-) On cards of various substacks I want to be able to create data grids (tables) and, each time, to differently set properties of the new data grid (such as headers and content of course and width of columns, background color of the headers lines; aligning of the he

Re: Datagrid can't not find stack

2010-05-08 Thread Andre.Bisseret
Buenos dias Josep, I replicated your two stacks according to your explanations The main stack "s_document" with - a data grid "dg_lineas" with 7 columns: Name, TaxNumber,Address,ZipCode,City,State,Country (I just suppressed "customer" to get the headers shorter ;-)) - a button "OpenSheet" w

Re: Does this list have a moderator?

2010-05-07 Thread Andre.Bisseret
Le 7 mai 10 à 18:00, Bob Sneidar a écrit : Agree with Tom. I think most of us do. But I will say one thing in defense of anyone who was posting along these lines, and that is, all the posts subject lines were marked OT I did not noticed that here! might be the french version of mail sup

Re: Datagrid can't not find stack

2010-05-07 Thread Andre.Bisseret
Le 7 mai 10 à 11:41, JosepM a écrit : Hi List, I have a stack with a datagrid that add and delete rows without problem. Then I open a substack as sheet where the user fill some customer data and close the substack. Then if I try to add a row to the datagrid... "an error has ocurred in b

Re: I Can't change field layers

2010-04-28 Thread Andre.Bisseret
Bonjour, Joe you might try tRev too with which changing objects layers is very easy (by drag and drop in the list of objects). and far more very nice features. Since I am using tRev, I hardly imagine programming without it ;-)) http://reveditor.com/full-disclosure-object-resolution-and-context

Re: Datagrid sorting

2010-04-26 Thread Andre.Bisseret
Bonjour Marcello, Le 26 avr. 10 à 13:15, Marcello Bertoli a écrit : On 23/apr/2010, at 21.46, Andre.Bisseret wrote: Actually, to do a multi-criteria sorting (here two criteria) one must sort firstly by the second criteria, then by the first one. So that one gets the names in alphabetical

Re: [Datagrid] How to remove a column behavior? Bug or not?

2010-04-25 Thread Andre.Bisseret
Le 25 avr. 10 à 14:30, zryip theSlug a écrit : Dear List, How can I remove a column behavior in a datagrid? I thought to remove the column itself and recreate it with the same name, but it seems that when a column with a behavior is deleted, the behavior still stored somewhere in the datagrid

Re: [Datagrid] How to manage the empty area outside the selectable lines?

2010-04-25 Thread Andre.Bisseret
Le 25 avr. 10 à 00:31, zryip theSlug a écrit : Hi all, I'm actually working with datagrids. First of all, I think that I have to explain my question, so: Basically a datagrid is divide in 4 parts: - headers - scroll bars - lines of data (that I call "the selectable lines") - area with no dat

Re: Datagrid sorting

2010-04-23 Thread Andre.Bisseret
Le 23 avr. 10 à 13:25, Marcello Bertoli a écrit : Hi Andre, thanks again for your kind interest in solving this tricky issue. I tried your code but the result is the same. It automates the process of clicking on two column headers. What I would like to accomplish is different. I would lik

Re: Datagrid sorting

2010-04-22 Thread Andre.Bisseret
thousands of data. In this scenario I need to retrieve data from the sql base and then populate the datagrid every time I need to sort the rows without the data I already have in the datagrid. This means more traffic over the network and multiple populations of the datagrid... Best

Re: Datagrid sorting

2010-04-21 Thread Andre.Bisseret
Bonjour Marcello, Le 21 avr. 10 à 18:10, Marcello Bertoli a écrit : Hi all, I need to sort the lines of a datagrid with more than one criteria. For instance: The datagrid represents invoices with these columns: - invoice date - invoice number - invoice title When I click on the invoice da

[DataGrid] scrolling with and without scrollbar visible

2010-04-21 Thread Andre.Bisseret
Bonjour, Not a pressing problem; but just to better understand the dataGrid functionning: The dataGrid docs says: "scroll when hscrollbar is hidden scroll when vscrollbar is hidden - By default a data grid will not respond to the mouse scroll wheel, page up, page down, home or end if the sc

Re: my arrowKey handler is working

2010-04-19 Thread Andre.Bisseret
Le 19 avr. 10 à 03:13, J. Landman Gay a écrit : In the script, shift+right arrow moves to card 1 of next bg, shift+left arrow goes to last card of previous bg. This works now, but stops when it gets to the fourth bg either way. Is there a way to make it keep going, as in a loop, repeating the

Re: (no subject)

2010-04-18 Thread Andre.Bisseret
Le 18 avr. 10 à 15:34, Haroldo Mauro Jr. a écrit : At 15:06 +0200 18/04/10, Andre.Bisseret wrote: Bonjour Haroldo, Welcome to the list :-))) Le 18 avr. 10 à 13:29, Haroldo Mauro Jr. a écrit : Hi everybody, I just joined this list. I used Hypercard for many years, since I got my first Mac

Re: (no subject)

2010-04-18 Thread Andre.Bisseret
Bonjour Haroldo, Welcome to the list :-))) Le 18 avr. 10 à 13:29, Haroldo Mauro Jr. a écrit : Hi everybody, I just joined this list. I used Hypercard for many years, since I got my first Mac in 1991. Then, some years ago swiched to Supercard, which I've been using a lot. I've had Revolu

Re: escaping hyphen char in menus

2010-04-11 Thread Andre.Bisseret
Bonjour, I don't know but, In the Archives there was a discussion in June 2009: "How to put a minus in menu" Best regards from Grenoble André Le 11 avr. 10 à 20:54, Andrew Meit a écrit : I can't find a way to escape the hyphen char for a menu, it just always give a divider line. Clues?

Re: Datagrid: How get column data from other column behavior

2010-04-09 Thread Andre.Bisseret
Thanks a lot Trevor for you advices Am learning more and more about data grid (and arrays); very exciting indeed ;-))) André Le 9 avr. 10 à 17:58, Trevor DeVore a écrit : On Apr 9, 2010, at 10:46 AM, Andre.Bisseret wrote: Assuming I have a datagrid "cellar" with Appellati

Re: Datagrid: How get column data from other column behavior

2010-04-09 Thread Andre.Bisseret
Bonjour, Assuming I have a datagrid "cellar" with Appellation / Price Bourgogne / 43 Bordeaux / 38 Aubance / 25 I want to change the price of one wine 1 - the user has to select a line then put the dgHilitedLines of grp "Cellar" into tLine put the dgDataOfLine[tLine] of grp "Cellar" into theD

Re: Images in a field - Display problem

2010-04-03 Thread Andre.Bisseret
Bonsoir Zryip, Seems your field has its FixedLineHeight property set to true. Try uncheck "Fixed line height" in the basic Properties pane of the Inspector. Then, should work as expected HTH Best regards from Grenoble André Le 3 avr. 10 à 22:04, zryip theSlug a écrit : 2010/4/3 Andre G

Re: data grid by hand doesn't create a data grid templates' substack

2010-03-24 Thread Andre.Bisseret
Le 24 mars 10 à 19:11, Trevor DeVore a écrit : On Mar 24, 2010, at 1:01 PM, Andre.Bisseret wrote: When one drags a data grid from Tools one gets a data grid templates substack nnn But if one creates a datagrid with: -- copy group "DataGrid" of group "Temp

data grid by hand doesn't create a data grid templates' substack

2010-03-24 Thread Andre.Bisseret
Bonjour, When one drags a data grid from Tools one gets a data grid templates substack nnn But if one creates a datagrid with: -- copy group "DataGrid" of group "Templates" of stack "revDataGridLibrary" to card 1 of this stack put it into theDataGridRef -- there is not such a subs

Re: Cursor questions

2010-03-19 Thread Andre.Bisseret
Bonjour, Le 19 mars 10 à 13:15, Peter Brigham MD a écrit : On Mar 18, 2010, at 6:56 PM, Sarah Reichelt wrote: Second, is it possible for me to detect that the mouse is over a link and change the cursor to something else (i.e. the hand icon/ cursor)? I know there's changes coming w/ 4.5 tha

Re: how to set the textStyle of word 1 of the selection?

2010-03-17 Thread Andre.Bisseret
Le 17 mars 10 à 19:06, J. Landman Gay a écrit : BNig wrote: Jaque, I like your solution a lot. I modified it a bit in case a word is not fully selected in the first place. It would only set the textstyle to the selected part of the word. - on mouseUp select word

Re: how to set the textStyle of word 1 of the selection?

2010-03-17 Thread Andre.Bisseret
Le 17 mars 10 à 18:25, J. Landman Gay a écrit : Andre.Bisseret wrote: P.S. I still play "JQ Boggle" a lot. But got a conflict with the other game I am addicted to: "tRev", where "command + R" shifts from Rev to tRev and vice versa. So that I have to quit tRev

Re: how to set the textStyle of word 1 of the selection?

2010-03-17 Thread Andre.Bisseret
Le 17 mars 10 à 13:36, BNig a écrit : Jaque, I like your solution a lot. I modified it a bit in case a word is not fully selected in the first place. It would only set the textstyle to the selected part of the word. - on mouseUp select word 1 of the selection i

Re: how to set the textStyle of word 1 of the selection?

2010-03-17 Thread Andre.Bisseret
Le 17 mars 10 à 03:24, J. Landman Gay a écrit : J. Landman Gay wrote: J. Landman Gay wrote: Andre.Bisseret wrote: Then, I am looking for a solution. I will try to control the selection made by the user and to edit it. Does this work? on mouseUp get the selection put word 1 of it into

Re: how to set the textStyle of word 1 of the selection?

2010-03-16 Thread Andre.Bisseret
Le 16 mars 10 à 18:13, Peter Brigham MD a écrit : Not sure if this got through the first time, if so, sorry for any duplication... Yes I received it and replied On a different note, I'm confused about the behavior of full control references, eg, fldRef in the above example, which conta

Re: how to set the textStyle of word 1 of the selection?

2010-03-16 Thread Andre.Bisseret
Peter, Thank you a lot for your attention to my problem. I am impressed by the way you think about a problem. Very nice solutions really; works well :-)) Meanwhile, I am trying to edit the selection made by the user, using a repeat loop to delete the possible spaces (and/or tab) before the

Re: how to set the textStyle of word 1 of the selection?

2010-03-16 Thread Andre.Bisseret
Le 16 mars 10 à 11:40, BNig a écrit : André, I would test Peters solution a little more. If you start your selection with a space the word before the space will be the one that is targeted for your textstyle. The same with return and tab. regards Bernd Bernd, you are absolutely right! I

Re: how to set the textStyle of word 1 of the selection?

2010-03-16 Thread Andre.Bisseret
-- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig On Mar 15, 2010, at 10:16 AM, Andre.Bisseret wrote: Le 15 mars 10 à 14:26, Klaus on-rev a écrit : Bonjour Andre, Thank you Richmond for your prompt answer. But with "the first word" instead of "word 1

Re: Getting a Label Field to Scroll with Another Field

2010-03-16 Thread Andre.Bisseret
Bonjour, Gregory, I have several several layouts like yours (one Titles field on top of one Table). My titles fields are a text fields, not label fields. I don't think it'is a matter of different formattedWidth of the contents of the columns. I have columns where the formattedWidth of t

Re: Card Name space conflicts in the Rev IDE

2010-03-15 Thread Andre.Bisseret
Here, that works even without clicking on the stack to get it on top. It'is possible to change the name of the card even in the stack which is back (only by checking it in the arrow "inspect / stack". Best regards André Le 15 mars 10 à 19:31, stephen barncard a écrit : The only difference

Re: Getting a Label Field to Scroll with Another Field

2010-03-15 Thread Andre.Bisseret
Gregory, in my previous post, I wanted to mean "changing the alignement to "LEFT aligned" for your label field"!! and actually, by default a label field is right aligned. Sorry for this mistake! André Le 15 mars 10 à 16:29, Gregory Lypny a écrit : Hello Everyone, I have a list field calle

Re: Getting a Label Field to Scroll with Another Field

2010-03-15 Thread Andre.Bisseret
Le 15 mars 10 à 16:29, Gregory Lypny a écrit : Hello Everyone, I have a list field called Table A. It has a horizontal scrollbar, a vertical grid and tab stops set to 80. The contents are tab delimited, and the formatted width of many of the items in a line, particularly the last item,

Re: Card Name space conflicts in the Rev IDE

2010-03-15 Thread Andre.Bisseret
Le 15 mars 10 à 15:01, stephen barncard a écrit : But you didn't follow my recipe!! You renamed the cards in the application browser before looking. Look everyone, I know I look like a fool here, and now I know that it's possible with the App browser but I know what I am seeing and I thi

Re: how to set the textStyle of word 1 of the selection?

2010-03-15 Thread Andre.Bisseret
Guten tag Bernd, Le 15 mars 10 à 14:43, BNig a écrit : André, this works most of the time, since a user can select into spaces, returns and tabs etc. This assumes that a real word starts with an ASCII value below 48. So many of the interpunctation is in that range, but not all. Yesss

Re: how to set the textStyle of word 1 of the selection?

2010-03-15 Thread Andre.Bisseret
Le 15 mars 10 à 14:26, Klaus on-rev a écrit : Bonjour Andre, Thank you Richmond for your prompt answer. But with "the first word" instead of "word 1" I get the same errors. Does not work Any other idea? "the selection" returns the selected text and NOT a chunk describing the selection!

Re: how to set the textStyle of word 1 of the selection?

2010-03-15 Thread Andre.Bisseret
Thank you Richmond for your prompt answer. But with "the first word" instead of "word 1" I get the same errors. Does not work Any other idea? André Le 15 mars 10 à 13:42, Richmond Mathewson a écrit : On 15/03/2010 14:28, Andre.Bisseret wrote: Bonjour, In a text

how to set the textStyle of word 1 of the selection?

2010-03-15 Thread Andre.Bisseret
Bonjour, In a text field (lock text set to true) I select a couple of words Then, put word 1 of the selection -- returns the first selected word in the message box as expected But, set the textStyle of word 1 of the selection to "link" --(or bold etc) does not work. I got errors: "can't fi

Re: Card Name space conflicts in the Rev IDE

2010-03-15 Thread Andre.Bisseret
Bonjour Stephen, Le 15 mars 10 à 06:49, stephen barncard a écrit : Thanks for the help guys. It's not about creating new cards. It's what happens when one creates a new substack, and the automatic ID assignment of the first card in the new stack. I had been using the inspector to try to

Re: Data Grid Column Header Alignment Changes after column resize

2010-03-14 Thread Andre.Bisseret
Mai 2009 I must confess that the solution seems not immediately obvious to me ;-))) Sorry, Anyway, sure that Trevor will help you soon on that :-) Best regards from Grenoble André Thanks! len morgan On 3/13/2010 12:42 PM, Andre.Bisseret wrote: Le 13 mars 10 à 17:18, Len Morgan a écrit :

Re: Data Grid Column Header Alignment Changes after column resize

2010-03-13 Thread Andre.Bisseret
Le 13 mars 10 à 17:18, Len Morgan a écrit : I'm trying to use my first Data Grid (table) in a stack and I need to set the column Header alignment for a few of the columns. Following the instructions in the DG manual, I entered the alignments using the message box and it looked fine. But

Re: Formating numbers in fields

2010-03-11 Thread Andre.Bisseret
Le 11 mars 10 à 16:57, Andrew Kluthe a écrit : I have been over alot of the other formatting threads on the list and can't exactly find what I am looking for. Basically, I have a field that is supposed to have the number format "#.##" in it. I want to set it up so that you can enter as m

Re: How do I change the script for 100 buttons in one time?

2010-03-05 Thread Andre.Bisseret
Bonjour, I suggest a mix of Jacques' and Jim ' scripts and addition of a line to eliminate the current scripts of the 100 buttons on changeScripts --put fld "newScript" into baseScript repeat with k = 1 to the number of cards repeat with m = 1 to the number of btns in cd k

Re: Custom tab controls

2010-03-03 Thread Andre.Bisseret
Le 2 mars 10 à 22:38, Bob Sneidar a écrit : How odd. This showed up with a .mc extension, and opened in something called TestAETE, and worked! When I changed the extension to .rev, it opened in Revolution and worked there too! What in the world is TestAETE? It was in my Revcon Downloads fo

  1   2   3   >