Error editing stack script

2009-11-18 Thread JosepM
Hi, I get this (arbitrary) when I do right click over a control for edit the script. Chunk: can't find stack Object Tree Linereturn the width of branchTemplate() comma the height of branchTemplate() Hintgroup id 57956 of card id 2609 of stack revSETemplate of stack

Re: knowing if a printer is connected

2009-11-19 Thread JosepM
Hi, Also you can use from the shell: lpstat -p -- to see the available printers lpstat -d -- to know the default printer name and to send directly to the printer: lpr -P name of the printer -o page-ranges=1 -o landscape path to the file to print If you check the lpr command in CUPS manual

Re: [ANN] Data Tree 0.9.9 RC beta

2009-11-19 Thread JosepM
Hi Steve, Congratulations for your Data Tree! Salut, Josep -- View this message in context: http://n4.nabble.com/ANN-Data-Tree-0-9-9-RC-beta-tp584774p624397.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution

Re: knowing if a printer is connected

2009-11-20 Thread JosepM
something visible I send you for if can be usefully. Salut, Josep El 20/11/2009, a las 6:14, Phil Davis-5 [via Runtime Revolution] escribió: This is the best so far! Phil Davis JosepM wrote: Hi, Also you can use from the shell: lpstat -p -- to see the available printers lpstat

Re: knowing if a printer is connected

2009-11-21 Thread JosepM
Hi, In English work, but in Spanish and others languages don't. The result of the shell command is: destino por omision del sistema: HP_Photosmart_C4200_series So we must check for the : and get the printer name. set itemdel to : put item 2 of shell(lpstat -d) into tDefaultPrinter

How to print a file from RunRev on Windows?

2009-11-25 Thread JosepM
Hi, Sombody have any experience about print files from Windows? In Mac I can do using shell commands, but in windows I a little lost. Using .vbs? Is valid for all windows versions? Any universal solution? Salut, Josep -- View this message in context:

Re: How to print a file from RunRev on Windows?

2009-11-25 Thread JosepM
Sorry, I mean print the content of the file, I create a pdf and I need to print it on Windows and Mac, but the same for .doc or .txt Salut, Josep M El 25/11/2009, a las 14:14, Jim Bufalini-3 [via Runtime Revolution] ml-node+787537-1601548...@n4.nabble.com escribió: JosepM wrote

Re: raw printing to gdi printer?

2009-11-26 Thread JosepM
Hi, I'm figthing with this.. lpstat -p -- to see the available printers lpstat -d -- to know the default printer name and to send directly to the printer: lpr -P name of the printer -o page-ranges=1 -o landscape path to the file to print In Mac this run and Linux must be.. I'm trying to

Focus on field don't detect arrow keys

2009-11-27 Thread JosepM
Hi, What I'm doing wrong? I have a field that put the focus in another field, and I want that in this second field select a line moving the arrow keys. The second field recived the focus but the arrow key isn't detected until I click inside the field. Why? Salut, Josep -- View this message

Non blocking calls

2009-12-08 Thread JosepM
Hi, Exist some way of call some message without blocking the app? I like request some data each time from a database while perform any other action. Maybe using send ... in time? Salut, Josep -- View this message in context: http://n4.nabble.com/Non-blocking-calls-tp955504p955504.html Sent

Datagrid: Edit a cell to update the rest of cells

2009-12-16 Thread JosepM
Hi, I have a problem. I need, after edit the value of a cell, update de values of the rest of cells of the row. I enter one value, check the database and fill other cells in the row. It's posible? I have a datagrid_behavior with the CloseFieldEditor where I can check the database and get the

Re: Datagrid: Edit a cell to update the rest of cells

2009-12-16 Thread JosepM
Reply to myself... :) SetDataOfIndex the dgIndex of me, Col X, value Salut, Josep -- View this message in context: http://n4.nabble.com/Datagrid-Edit-a-cell-to-update-the-rest-of-cells-tp965161p965163.html Sent from the Revolution - User mailing list archive at Nabble.com.

MacToIso

2009-12-21 Thread JosepM
Hi, I have a doubt about how define the conversion characters between Mac and Windows. Better store all in ISO into the database and the Mac version of the app use the MacToIso and IsoToMac? Using the arrays to load the datagrid, convert before load into de datagrid or exist any better

Re: MacToIso

2009-12-22 Thread JosepM
unicode. Salut, Josep El 22/12/2009, a las 14:14, Trevor DeVore [via Runtime Revolution] escribió: On Dec 21, 2009, at 7:08 PM, JosepM wrote: I have a doubt about how define the conversion characters between Mac and Windows. Better store all in ISO into the database and the Mac

Re: MacToIso

2009-12-22 Thread JosepM
Hi Trevor, Personally I do the conversion in FillInData. If you are creating the array that you are assigning to the Data Grid by hand then you can convert at that point as well. I am usually fetching data from the database using SQL Yoga though. Yes. I fetching data using SQL Yoga and

Re: MacToIso

2009-12-22 Thread JosepM
Hi Trevor, on FillInData pData set the uUTF8Text of field Name of me to pData end FillInData This will be also correct? set the unicodetext of me to uniencode(pData,utf8) When opening the field editor in your column behavior you are already calling EditFieldText. The Data Grid is

Re: [ANN] ListMagic 1.1.4 Maintenance update

2010-01-29 Thread JosepM
Thanks Jim. Salut, Josep -- View this message in context: http://n4.nabble.com/ANN-ListMagic-1-1-4-Maintenance-update-tp1394892p1415177.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list

Re: Interfacing to Mac iCal and Address Book

2010-03-05 Thread JosepM
Hi, I also interested with these applescripts. Where you found it? Also I deal with add/modify iCal and Address Book records... Salut, Josep -- View this message in context: http://n4.nabble.com/Interfacing-to-Mac-iCal-and-Address-Book-tp1578454p1580327.html Sent from the Revolution - User

Re: [ANN] [OT] First iPad app approved

2010-04-02 Thread JosepM
Congratulations Tom! Salut, Josep -- View this message in context: http://n4.nabble.com/ANN-OT-First-iPad-app-approved-tp1748836p1749758.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list

Datagrid: How get column data from other column behavior

2010-04-06 Thread JosepM
Hi, I need to customize one column behavior in function of the data of other column. How can get the value of the other column from the script of the behavior for the column? Any idea? Salut, Josep -- View this message in context:

MySQL has gone away (again)

2010-04-15 Thread JosepM
Hi List, I still figthing with this problem but I can't found one solution. If the application loses internet connectivity, due by that MySQL disconnects connects clients after a period of inactivity or you hibernate the computer, the connection is lost, but, revOpenDatabases() still returns

Re: MySQL has gone away (again)

2010-04-17 Thread JosepM
Hi List, Somebody get the same o similar problem? Salut, Josep -- View this message in context: http://n4.nabble.com/MySQL-has-gone-away-again-tp1898138p2014326.html Sent from the Revolution - User mailing list archive at Nabble.com. ___

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

2010-04-19 Thread JosepM
Thanks Malte, works perfectly... :) El 07/04/2010, a las 16:37, Malte Pfaff-Brill [via Runtime Revolution] escribió: Hi Josep, funny. I had to solve the same thing today. :-) on FillInData pData set the text of field 1 of me to pData local tIndex,tControl,tarray put the

Selected object boxes

2010-05-06 Thread JosepM
Hi List, I don't know how to refer to this boxes, maybe the anchor points to resize the object. I need make invisible the boxes that appear when draw a polygon or circle, the dark grey boxes around the graphic. I need to draw a polygon but without show these anchor boxes, so they difficult the

Re: Selected object boxes

2010-05-06 Thread JosepM
Hi, But I need that the user create the poly on the fly, making a layer, so with create graphic this is fixed, isn't? El 07/05/2010, a las 5:40, J. Landman Gay [via Runtime Revolution] escribió: JosepM wrote: Hi List, I don't know how to refer to this boxes, maybe the anchor points

Re: Selected object boxes

2010-05-06 Thread JosepM
OK. Thanks. El 07/05/2010, a las 5:35, dunbarx [via Runtime Revolution] escribió: I wrote a live resizing gadget a while back. Works under script control, not the IDE tools. Likely someone will post a full application in the next few minutes, but if not, I will send mine tomorrow when

Re: Selected object boxes

2010-05-06 Thread JosepM
Or maybe reduze the size of the handles (found the word :) changing some pattern...? Salut, Josep El 07/05/2010, a las 5:40, J. Landman Gay [via Runtime Revolution] escribió: JosepM wrote: Hi List, I don't know how to refer to this boxes, maybe the anchor points to resize

Datagrid can't not find stack

2010-05-07 Thread JosepM
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 behavior for the column template: Chunk: can't

Re: Selected object boxes

2010-05-07 Thread JosepM
Thanks, later I will try and post the results... :) Salut, Josep El 07/05/2010, a las 15:47, dunbarx [via Runtime Revolution] escribió: These two handlers can be put into the script of any object. It is no big deal; very straighforward. The commented lines refer to a small btn called

Re: Datagrid can't not find stack

2010-05-07 Thread JosepM
the data from the db run fine and entered from the user no. It's the same substack with many fields, nothing special... :( Following investigating Salut, Josep El 07/05/2010, a las 14:56, Trevor DeVore [via Runtime Revolution] escribió: On May 7, 2010, at 5:41 AM, JosepM wrote: I

Re: Datagrid can't not find stack

2010-05-07 Thread JosepM
of stack /Applications/Revolution Enterprise/4.0.0-gm-1/Toolset/revlibrary.rev,revRuggedId,2671 El 07/05/2010, a las 14:56, Trevor DeVore [via Runtime Revolution] escribió: On May 7, 2010, at 5:41 AM, JosepM wrote: I have a stack with a datagrid that add and delete rows without problem

Re: Datagrid can't not find stack

2010-05-07 Thread JosepM
Bonjour Andre, Bonjour, Thanks a lot Joseph for this post, very relevant to this list named HOW to use Revolution, among an ocean of OT! :-)) :-D I just created 1 - a stack TrialJosep a data grid on it named dgjosep with 2 columns : name and forename and a button whose script is

Object is not an image when Crop command

2010-05-10 Thread JosepM
Hi List, I try to crop a image with the rect of a graphic. tObject is a graphic selected by the user. img picture is a image loaded by the user from disk The user move the graphic over the image and crop it, but only I get Error: object is not an image?? The graphic is irregular polygon, I

Re: Object is not an image when Crop command

2010-05-10 Thread JosepM
, JosepM wrote: Hi List, I try to crop a image with the rect of a graphic. tObject is a graphic selected by the user. img picture is a image loaded by the user from disk The user move the graphic over the image and crop it, but only I get Error: object is not an image

Re: Object is not an image when Crop command

2010-05-10 Thread JosepM
OK. Now is imported into imagedata, but now say that is not a rectangle... :( buf... It's posible to export or copy a portion of the image but with a irregular shape? Maybe I trying something not posible... Salut, Josep -- View this message in context:

Re: Object is not an image when Crop command

2010-05-10 Thread JosepM
Hi, Thanks for the replies.. I see the sample Spotlight, very cool. I understand you but I don't know the hidden point technique :) Where add a space in the polygon's list? Salut, Josep -- View this message in context:

Re: Object is not an image when Crop command

2010-05-10 Thread JosepM
Mmhh.. but with the backpattern in correct position how crop only these shape... Sorry for my questions, never I must fighted with graphics issues in Rev until now... :) The following is posible? 1 Export the snapshot ruled by the rect of a polygon over one part of the image. 2 Load the

Re: Object is not an image when Crop command

2010-05-11 Thread JosepM
Thanks Wilhelm for share :) I modified the oval graphic to one polygon with irregular shape and work! :) I read the discussions and I understand more about the masking issues. I don't see difference between some scripts respecting the edges problem. Also I haven't clear the comparation of rgb

Re: Object is not an image when Crop command

2010-05-11 Thread JosepM
Hi Scott, Thanks for the stack. Very cool the effect. But I need to move the masked object, and your idea of use the BackgroundPattern inspired me and I found one solution that at first step solve my problem. I have a image and some graphics polygons over. The user select one of them and

Re: Object is not an image when Crop command

2010-05-11 Thread JosepM
Hi, You can modify pixels of an image, but maybe it would be less complicated to overlay a colored overlay object where you want it and create a new snapshot to apply as the backgroundPattern. This is what I doing but I can't erase the background or overlay with the new color. The objective

Replace rgb1 with rbg2

2010-05-11 Thread JosepM
Hi List, How can I change one color rgb by other color rgb into a image? I found some scripts in the list that show some ideas to accomplish it. But nothing work for me. I binaryencode(C,red) to replace with other binaryencoded value, but no result I replaced using numtochar, but no result

Re: Replace rgb1 with rbg2

2010-05-15 Thread JosepM
Thanks for the scripts Wilhelm, it's exactly that I looking for :) Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Replace-rgb1-with-rbg2-tp2195410p2217683.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: News on revMobile and the iPhone

2010-05-16 Thread JosepM
Hi List, So RunRev just seems to suffer as collateral damage in this stupid war between these big players Yes, I think the same. I'm sure that RunRev will retake the way and take advantage of all present and futures alternatives that we can know in the next months. Salut, Josep -- View

Import AddressBook using Automator action from Rev

2010-05-21 Thread JosepM
Hi, Any know how to call a Automator action .flow from Rev using Applescript? The flow first select one, many or all the contacts from the AddressBook and export into tabbed text. From the Automator the action run fine, but from the Applescript nop. I don't know how pass the selection of

Re: Script Reporter v1.1 crashes

2010-05-24 Thread JosepM
Hi, The same for me, seems that enter into infite loop here: -- Sarah: remove any blank lines at the end make sure there are enough to space entries repeat while the number of words in line -1 of tScript = 0 delete last line of tScript end repeat Any idea?

Re: Script Reporter v1.1 crashes

2010-05-25 Thread JosepM
. repeat while the number of words in line -1 of tScript = 0 delete last line of tScript if tScript is empty then exit repeat end repeat That might fix it. Cheers, Sarah On Tue, May 25, 2010 at 9:10 AM, JosepM [hidden email] wrote: Hi, The same

Error go to card 1 of stack from a Menupick

2010-05-26 Thread JosepM
Hi List, I have a strange error when I call a go to card 3 of stack X. The stack is opened and the card showed but some errors are throw, one at line 0 the the openstack and other at line 5 of the menupick, just in the switch line. I paste the error. Error: 361 Target: card id 31507 of

Re: Error go to card 1 of stack from a Menupick

2010-05-27 Thread JosepM
Hi Mark, I guess that error is complete... The code on the card 3, no preopenstack, only openstack. on Openstack Global tLine put the menuHistory of btn opt_search_supplier of card 3 into tLine put 0 records found. into fld lbl_status of card 3 set the uUTF8Text of fld

Re: Error go to card 1 of stack from a Menupick

2010-05-27 Thread JosepM
Hi Mark, Do you still get an error if you temporarily disable the openstack handler? I.e. if only the menuPick handle runs? Yes, I get the same error only in standalone, in IDE all run fine I changed the me for this stack and I get the same error... I don't know what happen... Seems

Rumours about Visual Basic for iPhone/iPad?

2010-05-31 Thread JosepM
Hi Folks, Just now I finish to read one rumour about something Visual Basic for iPhone/iPad, some join venture between Micro$oft and Apple versus Adobe and Google, with Bing in front of Google and Visual Basic suite to stop Adobe plans. I'm worried... Salut, Josep -- View this message in

Re: RTF documents as templates

2010-05-31 Thread JosepM
Nop. My solution was store the entire document and search and replace before to build the document, and then out as PDF using Quartam PDF Library and Quartam Reports, but also you can print from a card. But now, some customers need customize reports and documents and again I need do something.

Re: Rumours about Visual Basic for iPhone/iPad?

2010-05-31 Thread JosepM
Here the post about, http://techcrunch.com/2010/05/28/source-microsoft-bing-taking-over-iphone-search/ I read in spanish from this.. http://www.applesfera.com/apple/steve-ballmer-no-participara-en-al-wwdc-2010-pero-no-se-descartan-sorpresas ... :/ Salut, Josep -- View this message in

Create mySQL database structure from Rev

2010-05-31 Thread JosepM
Hi Folks, I need to create and backup mySQL database from Rev. I have created the database, so only I need to run the schema, but I have no clear what can be the best solution for. Any experience? Salut, Josep -- View this message in context:

Re: Create mySQL database structure from Rev

2010-05-31 Thread JosepM
Hi, I try this but no result. mysqldump --opt myDB backupDB.sql Sorry but I don't see how to dump the data by scripting. Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Create-mySQL-database-structure-from-Rev-tp2237715p2237895.html Sent

Re: RTF documents as templates

2010-05-31 Thread JosepM
Hi Andrew, You guess that is posible use the doc template with some graphic or images inside the word and fill all the data respecting the images format? I don't know wordLib 1.3 Also I think that maybe we can found other non-propietary format to use..., but let's try As you wish, email

Re: Create mySQL database structure from Rev

2010-05-31 Thread JosepM
Hi Sarah, But my mySQL is remote and I don't have installed a local mySQL.. Salut, Josep M. El 01/06/2010, a las 1:34, Sarah Reichelt-2 [via Runtime Revolution] escribió: I try this but no result. mysqldump --opt myDB backupDB.sql I have used a shell call to the mysqldump command

Re: RTF documents as templates

2010-06-01 Thread JosepM
Let's try :) -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/RTF-documents-as-templates-tp322967p2238165.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list

Re: RTF documents as templates

2010-06-08 Thread JosepM
Hi Jan, And this can work if the word have images? I can't... :( Salut, Josep M. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/RTF-documents-as-templates-tp322967p2248067.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: RTF documents as templates

2010-06-08 Thread JosepM
Hi again, Some questions for the experts... How can open or print a RTF file without Word? TextEdit loss the images and format of tables... How can open and print from Applescript without view the flashing RTF file? Salut, Josep -- View this message in context:

Re: RTF documents as templates

2010-06-09 Thread JosepM
Hi List, Here my tests... In MacOSX the RTF is RTFD that is a bundle as explained Jan. Showing the contents of bundle you can found one TXT.rtf file that contain the text and the n files for the asociated images used in the creation of the file from TextEdit. Steps. 1 Open TextEdit and

Re: RTF documents as templates

2010-06-09 Thread JosepM
Update code using theRTFText of field The revCopyFile don't copy the bundle, only create the file so searching for the list I found a piece of code to copy using the shell. If someone want the stack and the RTF file to test email me and I send you. Salut, Josep on mouseUp put

Re: Scale9

2010-06-10 Thread JosepM
Very interesting.. I think that we can organize to build some, graphics and behaviors by groups. I'm available to help :) Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Scale9-tp2250302p2250906.html Sent from the Revolution - User mailing list

Re: Scanning barcodes

2010-06-11 Thread JosepM
Hi, I used the Metrologic Vogayer USB, the bluetooth give me many problems but for the bluetooht itself. With 2d codes I don't test, for the others codes work as a keyboard entry. http://www.honeywellaidc.com Salut, Josep -- View this message in context:

Datagrid with option menu filled from database

2010-06-12 Thread JosepM
Hi List, I have a question with the datagrid and the option menu. How can I assign values to the option menu from a database when the stack is open? It's posible or affect the datagrid performance? where is the best place to put the loading code? Salut, Josep -- View this message in context:

Re: Datagrid with option menu filled from database

2010-06-13 Thread JosepM
Hi, I put the option menu data load into the preopenstack, accessing directly to the datagrid template xx. I guess that is correct, isn't? Salut, Josep -- View this message in context:

Re: Problem with revCopyFile

2010-06-14 Thread JosepM
Hi, I get the same problem and I solved using a shell copy command. put your folder path A into tFolderA put your folder path B into tFolderB put (cp -R -p quotetFolderAquotequotetFolderBquote) into tCommand get shell(tCommand) Salut, Josep -- View this message in context:

RE: Problem with revCopyFile

2010-06-14 Thread JosepM
Hi John, With -R param the command cp copy folders and subfolders. I must use in this way so I needed to copy bundle file, that inside them have any folders. I don't test with folders and subfolders but I guess that work without problem. Salut, Josep -- View this message in context:

Re: Datagrid with option menu filled from database

2010-06-14 Thread JosepM
Thanks! Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Datagrid-with-option-menu-filled-from-database-tp2253060p2254394.html Sent from the Revolution - User mailing list archive at Nabble.com. ___

RE: Reports?

2010-06-16 Thread JosepM
Hi, Valentina Reports work with mySQL and SQLite? Where can I see some video or sample using this databases and running the report from Rev? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Reports-tp2256615p2257696.html Sent from the Revolution -

Re: Datagrid column/cell coloring

2010-06-18 Thread JosepM
Hi, Check this lesson, you can found how to color cells and control the data. http://revolution.screenstepslive.com/spaces/revolution_tools/manuals/datagrid/lessons/4202-How-Do-I-Override-the-Default-Behavior-For-Rendering-Data-to-a-Cell-

Datagrid lost focus to next cell

2010-06-18 Thread JosepM
Hi, I have a datagrid inside a group. I add a row and doubleclick to edit the cell value, and pressing tab key jump to the next cell. But If I fill some value and press tab, the next cell is edit but lost the focus and the datagrid still in edit mode but without the focus. Why? The same

Re: Datagrid lost focus to next cell

2010-06-19 Thread JosepM
Hi Zryip, Thanks for your solution :) 3) At last, remove the dim focus behavior by executing this script: set the dgProp[dim on focusOut] of grp MyDataGrid to true I don't understand this last step.. only duplicating the line run fine. Salut, Josep -- View this message in context:

Shell command return 255

2010-06-20 Thread JosepM
Hi, From the DiagramCreator of Chipp I search info about graphicViz and I discovered the dot command to create diagrams on the fly from the Terminal. Trying to execute a command with the shell in MacOSx... from the terminal the command run ok and create the graphic without any problem, but from

Re: Shell command return 255

2010-06-20 Thread JosepM
Hi, Reply myself... and explain a little so I think can be usefully for others... The solution is that we must specify from where we want exec the command. MacOSX Shell execute by default from the shell /bin/sh, that isn't the shell from the Terminal, so testing commandlines from the terminal

Re: Datagrid lost focus to next cell

2010-06-21 Thread JosepM
Hi Trevor, So in the EditValue left only one? command EditValue if there is a field 1 of me then EditFieldText the long id of field 1 of me, the dgIndex of me, the dgColumn of me EditFieldText the long id of field 1 of me, the dgIndex of me, the dgColumn of me end if

Datagrid click and set background color for a column

2010-06-23 Thread JosepM
Hi, How can I change the background color of a cell of a datagrid by clicking in? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Datagrid-click-and-set-background-color-for-a-column-tp2265290p2265290.html Sent from the Revolution - User mailing

Re: Datagrid click and set background color for a column

2010-06-23 Thread JosepM
Thanks. And how to change these color in function of the value of other col in the same row? Well, I know how to get the value but the problem is that I don't know the name of the column, so the array is created in function of the position. Sample: put 1 into myArray[1][Value 1] put 2 into

RE: Datagrid column/cell coloring

2010-06-23 Thread JosepM
Hi Jim, Maybe you can customize the behavior for the columns that need to colorize. In the columns options at bottom you have one button to add a custom behavior for the selected col. Change the FillData for the column. Salut, Josep -- View this message in context:

What about the new language from Apple?

2010-07-06 Thread JosepM
Hi, I read some post about a new language that will be replace the Objective-c called xLang. Any idea? This can affect the next releases of Rev? http://9to5mac.com/node/19165 We’re leaving this one open to the floor for comment, but would like to note that operating systems must also grow,

Timer Pause script

2010-07-09 Thread JosepM
Hi, I'm blocked :( with this... I try to start and stop a timer but with a pause button to pause the time and continue again once the pause button is pressed again. I have two buttons, button b_timming and button b_pause Also some graphics to show the button icons and display. The start and

Re: Timer Pause script

2010-07-10 Thread JosepM
Hi, After debug, still without see the solution, the time is paused but still running... and when I resume after the pause get the whole time. --reset the startSeconds to the current seconds less the time already on the timer. put the seconds into tSeconds subtract tElapsed

Re: Timer Pause script

2010-07-10 Thread JosepM
Hi, When I press the pause button, the updateProgress message is stoped and no more call until I resume it... No message pending... Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Timer-Pause-script-tp2284161p2284483.html Sent from the

Re: Timer Pause script

2010-07-12 Thread JosepM
Thanks! Now I see how... :P Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Timer-Pause-script-tp2284161p2286767.html Sent from the Revolution - User mailing list archive at Nabble.com. ___

DATAGRID dgDragImageIndex problem

2010-07-20 Thread JosepM
Hi List, I have a problem with dgDragImageIndex, at first dragdrop operations the image is correct, some one after the image change to any random, and no more show the correct image for the row selected. Any idea? on dragStart put the dgIndex of the dgDataControl of the target into

Re: DATAGRID dgDragImageIndex problem

2010-07-20 Thread JosepM
Hi, set the dgDragImageIndex of me to the ID of image dgDragImage of me Now no image is showed... :( Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/DATAGRID-dgDragImageIndex-problem-tp2295566p2295711.html Sent from the Revolution - User mailing

Re: DATAGRID dgDragImageIndex problem

2010-07-20 Thread JosepM
Hi, Still the same, show other image... :/ buff... put the dgIndex of the dgDataControl of the target into theIndex set the dgDragImageIndex of me to theIndex I don't see how refer to the dgDragImage -- View this message in context:

Re: DATAGRID dgDragImageIndex problem

2010-07-20 Thread JosepM
Yes, this is that I do, but the image is empty... The script: on dragStart put the dgIndex of the dgDataControl of the target into theIndex --set the dgDragImageIndex of me to theIndex set the dgDragImageIndex of me to the id of the image dgDragImage of me set the

Re: DATAGRID dgDragImageIndex problem

2010-07-20 Thread JosepM
Hi, If the values are the same then the dragImage is being assigned properly. The values are the same. Next confirm that the image has the data you expect. The image is different. -- View this message in context:

Re: DATAGRID dgDragImageIndex problem

2010-07-20 Thread JosepM
And what does it look like? Does it look like what you are seeing while dragging or something else? It's the same that I see when dragging. But this isn't the row image. -- View this message in context:

Re: DATAGRID dgDragImageIndex problem

2010-07-20 Thread JosepM
I modified the script but nothing happen, almost I don't see any in the msg.. I edited and saved it but nothing. Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/DATAGRID-dgDragImageIndex-problem-tp2295566p2296184.html Sent from the Revolution -

Re: DATAGRID dgDragImageIndex problem

2010-07-20 Thread JosepM
And is it the image of another row? Always the same image? No, the image don't belong to any row. Always the same image. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/DATAGRID-dgDragImageIndex-problem-tp2295566p2296189.html Sent from the Revolution - User

Re: DATAGRID dgDragImageIndex problem

2010-07-20 Thread JosepM
Yes, I'm using a Form.. :( -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/DATAGRID-dgDragImageIndex-problem-tp2295566p2296252.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution

Re: DATAGRID dgDragImageIndex problem

2010-07-20 Thread JosepM
Yes, the first time I use drag drop operations. Yes, I have other datagrids in others cards of this stack. It's strange. If I restart the IDE, the drag image is correct until I load the preview of Quartam Reports, then one image used into the report is that replace the drag image. -- View

Re: DATAGRID dgDragImageIndex problem

2010-07-21 Thread JosepM
button Data Grid: compilation error at line 305 (export: missing 'to'), char 26 -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/DATAGRID-dgDragImageIndex-problem-tp2295566p2296732.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: DATAGRID dgDragImageIndex problem

2010-07-21 Thread JosepM
Hi Trevor, The point of change is when launch some report with the preview option, not the Quartam Report app, and the image replaced is one inside the report. For if this can help to solve this strange issue... -- View this message in context:

Re: DATAGRID dgDragImageIndex problem

2010-07-22 Thread JosepM
Sended... :) -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/DATAGRID-dgDragImageIndex-problem-tp2295566p2299493.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list

Re: Preference menu in Danish

2010-07-22 Thread JosepM
Hi, I have the preferences menu inside the Edit menu, but I want it into the usual MacOSX preferences. How to change it? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Preference-menu-in-Danish-tp305650p2299508.html Sent from the Revolution -

Re: Preference menu in Danish

2010-07-23 Thread JosepM
But if you change the name? I changed the name and no more appear in the Application menu... Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Preference-menu-in-Danish-tp305650p2300076.html Sent from the Revolution - User mailing list archive at

Re: Preference menu in Danish

2010-07-23 Thread JosepM
But If I changed the name? How can restore it? I put again to Resources but don't appear... Maybe the easy way is to create again and copy/paste the code... :( It's a question for understand why this happen and how to solve... Salut, Josep -- View this message in context:

Re: DATAGRID dgDragImageIndex problem

2010-07-30 Thread JosepM
Thanks! Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/DATAGRID-dgDragImageIndex-problem-tp2295566p2307715.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution

  1   2   >