Drag & drop controls inside a scroller

2012-10-17 Thread JosepM
Hi, I need help to drag and drop controls inside a scroller. Someone have any experience about? Grab me don't work nor the classic drag and drop operations. I found a great sample from Scoot Rossi showing the misteries of drag and drop http://www.tactilemedia.com/site_files/downloads/drag_sample

Re: [ANN] A Primer on Message Mechanics 1.2.0

2012-05-16 Thread JosepM
Thanks Dar!! Salut, Josep M -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-A-Primer-on-Message-Mechanics-1-2-0-tp4640749p4641631.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-live

[Datagrid] Don't scroll to edit the cell

2012-01-15 Thread JosepM
Hi, I detected one weird issue with the datagrid. I have a datagrid with many cols, all editable. Some of these col left outside the visible area, so the user must scroll to the column and double-click to edit the content. If I edit the last columns the datagrid don't move the show the entire cell

Re: TextLib.rev

2011-09-01 Thread JosepM
Thanks for sharing Peter! Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/TextLib-rev-tp3777580p3784841.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list

Re: datagrid: how to apply a numberFormat to a column?

2011-08-02 Thread JosepM
Hi, The FillinData is executed. I will try this... Into the database the value is a decimal(12,4), so 4 positions for decimals, but I left the user try to customize the format for the decimal places. Ever I get 4 positions... Salut, Josep -- View this message in context: http://runtime-revolut

Re: datagrid: how to apply a numberFormat to a column?

2011-08-02 Thread JosepM
Hi, I still can't find a solution to this problem. Someone has the same issue? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagrid-how-to-apply-a-numberFormat-to-a-column-tp3425298p3713612.html Sent from the Revolution - User mailing list archiv

Re: datagrid: Not refresh the data after assign data from an array

2011-05-25 Thread JosepM
I found it, I must replace the "myxml" for my xml tag... I have a bad hair day... :( Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagrid-Not-refresh-the-data-after-assign-data-from-an-array-tp3547865p3550684.html Sent from the Revolution - User m

Re: datagrid: Not refresh the data after assign data from an array

2011-05-25 Thread JosepM
Hi Trevor, theData is empty... only have values theArray.. Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagrid-Not-refresh-the-data-after-assign-data-from-an-array-tp3547865p3549942.html Sent from the Revolution - User mailing list archive at N

datagrid: Not refresh the data after assign data from an array

2011-05-24 Thread JosepM
Hi all, I'm in trouble with the datagrid when assign data from an array. It's a strange behavior, so after convert the XML to array and assign it to the datagrid, the datagrid only show the visibles rows and no vertical scrollbars appear. If I check the contents of the datagrid all the data appear

Re: Convert Packet decimals comp-3 and comp-6

2011-05-09 Thread JosepM
Hi Peter, So PIC9(5) COMP-3 is 5 bytes / 2 = 2.5 rounded to 3 bytes? Also I see that the first record contain some garbage or almost I don't have idea how decode it. Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Convert-Packet-decimals-comp-3-an

Re: POST command error

2011-05-07 Thread JosepM
Thanks for the information Bernand, and with my own certificate I will have the same problem? I mean that the error isn't a question if the certificate is shared or personal. This is important so when you comunicate with a databases from iPads, iPhones, Androids, to secure the data you send and r

Re: POST command error

2011-05-07 Thread JosepM
Hi, But the comunication is secure, isn't? The only think is that I can't check if the SSL Certificate is valid, isn't? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/POST-command-error-tp3503001p3505400.html Sent from the Revolution - User maili

Re: POST command error

2011-05-06 Thread JosepM
Hi, By the moment I must left the libURLSetSSLVerification to false... Maybe I need my own certificate, isn't? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/POST-command-error-tp3503001p3505122.html Sent from the Revolution - User mailing list

Re: POST command error

2011-05-06 Thread JosepM
Hi, In my keychain I don't found the certificate. Must be there? About the post with a solution, the SSL Certificated that I use is a shared certificate, I can't not open it. Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/POST-command-error-tp3503

Re: POST command error

2011-05-06 Thread JosepM
I get this error... error -Error with certificate at depth: 4 issuer = /C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External CA Root subject = /C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External CA Root err 19:self signed certificate in certificate c

Re: POST command error

2011-05-06 Thread JosepM
Hi, Yes, yes, I use POST... but I go to the check the PHP script... Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/POST-command-error-tp3503001p3504446.html Sent from the Revolution - User mailing list archive at Nabble.com. __

Re: POST command error

2011-05-06 Thread JosepM
I try this but nothing happen... on mouseUp put empty into field "resultat" set httpHeaders to "Content-type: application/x-www-form-urlencoded" & cr get libURLFormData("ID",39) post it to URL "https://delphi.nocdirect.com/~heroesqu/espais/partes2/info-customer.php"; p

Re: Convert Packet decimals comp-3 and comp-6

2011-05-06 Thread JosepM
Hi Peter, The file come from a PC-MSDOS with a old ACUCOBOL-GT application, it's the customer file data, I have the File Definition with the structure of record. It's a one-off conversion but I have many files to convert. So my plan was read the file as chunks of bytes, and for each record (divi

POST command error

2011-05-06 Thread JosepM
Hi, I need some help. I trying to do a post command from LC but I don't see why don't work. on mouseUp put empty into field "f_result" get libURLFormData("ID",38) post it to URL "https://www.mydomain.com/info-customer.php"; put it into field "f_result" end mouseUp Ever I get

Re: Convert Packet decimals comp-3 and comp-6

2011-05-06 Thread JosepM
Many thanks! I will try... But how I must read the file? as file: or as binfile:? I mean how get the chars... :( Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Convert-Packet-decimals-comp-3-and-comp-6-tp3498822p3502906.html Sent from the Revoluti

Convert Packet decimals comp-3 and comp-6

2011-05-05 Thread JosepM
Hi, I need to read a file from a Cobol application and import the data files. I have the file description but I don't have idea how convert the decimals fields. 01 NAME PIC X(30) --> This I guess is 30 chars 02 CODE PIC 9(5) COMP-6 --> This is five digits with packet decimal format. Comp-3 stores

Re: LiveCode tutorials or guides in french?

2011-05-04 Thread JosepM
Thanks Pierre. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/LiveCode-tutorials-or-guides-in-french-tp3495077p3496283.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing l

LiveCode tutorials or guides in french?

2011-05-04 Thread JosepM
Hi, I would like to know if exist some information about how to begin to program with LiveCode but in french. Any idea? Salut, Josep M -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/LiveCode-tutorials-or-guides-in-french-tp3495077p3495077.html Sent from the R

Re: Differences between Mac chars and Win chars

2011-04-15 Thread JosepM
Hi, Sorry. I use the stack of Michael Kuyumcu from RevOnline to encrypt using the Blowfish method. If you (to test) compile the stack and use it from Mac and from Windows you will obtain two differents values. Here is my problem. The database is UTF8. I put the user and password, encode and com

Re: Free LiveCode eBook

2011-04-15 Thread JosepM
Thanks Scott! Salut, Josep M -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Free-LiveCode-eBook-tp3451256p3452154.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list u

Differences between Mac chars and Win chars

2011-04-13 Thread JosepM
Hi, I have a problem with a encriptation results from Mac and from Win. The same word, for example "demo" have different results. Why? Any idea? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Differences-between-Mac-chars-and-Win-chars-tp3448415p

Re: [ANN] 3D Carousel Menu for LiveCode

2011-04-13 Thread JosepM
Very cool Scott! Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-3D-Carousel-Menu-for-LiveCode-tp3446273p3448409.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecod

Re: datagrid: how to apply a numberFormat to a column?

2011-04-07 Thread JosepM
Yes, I'm doing this but nothing of nothing... Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagrid-how-to-apply-a-numberFormat-to-a-column-tp3425298p3434246.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: datagrid: how to apply a numberFormat to a column?

2011-04-06 Thread JosepM
I don't found a solution for this... any help or idea? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagrid-how-to-apply-a-numberFormat-to-a-column-tp3425298p3431149.html Sent from the Revolution - User mailing list archive at Nabble.com. ___

Re: datagrid: how to apply a numberFormat to a column?

2011-04-05 Thread JosepM
Yes. If I add a new row the numberFormat is applied but not if I load from the database. Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagrid-how-to-apply-a-numberFormat-to-a-column-tp3425298p3427533.html Sent from the Revolution - User mailing li

datagrid: how to apply a numberFormat to a column?

2011-04-04 Thread JosepM
Hi, I'm trying to apply a numberFormat to a column but nothing change. In the database I have 4 decimals but I want to show only 2. Into the FillData I put: set the numberFormat to "#.00" Salut, Josep M -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagri

Re: datagrid: when sort by text column datagrid add many empty rows

2011-03-14 Thread JosepM
Thanks for reply... I will try and report it... -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagrid-when-sort-by-text-column-datagrid-add-many-empty-rows-tp3348673p3354774.html Sent from the Revolution - User mailing list archive at Nabble.com. __

Re: [ANN} iOS UINavigationBar Kit V 1.4.2 Released

2011-03-11 Thread JosepM
Thanks! :) -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-iOS-UINavigationBar-Kit-V-1-4-2-Released-tp3346875p3348685.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing

datagrid: when sort by text column datagrid add many empty rows

2011-03-11 Thread JosepM
Hi, I detected that when I order by a column that is defined as text and scroll down to the last row many many empty rows are added and cause that only the last row left visible on top of the datagrid and the rows scroll without moving it, if you scroll up again the rows after pass the empty ones

Re: datagrid: force to send "on closeeditor" to one column

2011-03-11 Thread JosepM
Seems that I prefer check before finish the drop operation... Thanks, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagrid-force-to-send-on-closeeditor-to-one-column-tp3342154p3348633.html Sent from the Revolution - User mailing list archive at Nabble.c

Re: datagrid: force to send "on closeeditor" to one column

2011-03-08 Thread JosepM
So, from inside the dragdrop call checkAllValue pColumn, pValue? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagrid-force-to-send-on-closeeditor-to-one-column-tp3342154p3342588.html Sent from the Revolution - User mailing list archive at Nabble.

Re: datagrid: force to send "on closeeditor" to one column

2011-03-08 Thread JosepM
Hi, I have a validation for each column. Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagrid-force-to-send-on-closeeditor-to-one-column-tp3342154p3342398.html Sent from the Revolution - User mailing list archive at Nabble.com. _

Re: datagrid: force to send "on closeeditor" to one column

2011-03-08 Thread JosepM
Hi Bob, "drop a row" means that the user perform a drag and drop operation from one datagrid to other datagrid. When the "on dragDrop" is finish it, I need fire the closeeditor. Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagrid-force-to-send

datagrid: force to send "on closeeditor" to one column

2011-03-08 Thread JosepM
Hi, How can send a "on closeeditor" to one particular column of a datagrid? I do some checks into the closeeditor and when the user drop a row I need fire the closeeditor. Any idea? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagrid-force-to

Re: Coding Challenge

2011-03-08 Thread JosepM
And if you assign a value (a weight) to the relation? 0 or 1 in function if are older or younger, assign the relation value to the person and compare the persons with the relation value or weigth. Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Coding

Re: rewBrowser: Google maps not visible

2011-02-18 Thread JosepM
I have a new friend ... URLEncode(pURL) :) Solved with URLEncode(pURL) but only the field values that previously I put into tDireccion. put "http://maps.google.com/maps/api/staticmap?center="; & URLEncode(tDireccion) & "&zoom=11&size=300x225&maptype=roadmap&sensor=false" into pURL Salut, Jose

Re: rewBrowser: Google maps not visible

2011-02-18 Thread JosepM
The problem seems that is when the URL use accented characters or have spaces... How I must encode to use with revBrowser? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/rewBrowser-Google-maps-not-visible-tp3313244p3313275.html Sent from the Revo

rewBrowser: Google maps not visible

2011-02-18 Thread JosepM
Hi, I have this code: try put CloseAllBrowsers() put the windowid of this stack into tWindowId put "http://maps.google.com/maps/api/staticmap?center='" & the uUTF8Text of fld f_CLI_Poblacion & ", " & the uUTF8Text of fld f_CLI_Provincia & ", " & the uUTF8Text of fld f_

Re: Performance issue with groups

2011-02-18 Thread JosepM
Yes, with lock screen the performance is the normal. But why this big difference to group the fields into 4 groups? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Performance-issue-with-groups-tp3311867p3312216.html Sent from the Revolution - User m

Performance issue with groups

2011-02-17 Thread JosepM
Hi, I experimented a slow (very) slow performance when I grouped the fields of one card into 4 groups showing one of each as required. But the problem seems that isn't show and hide the groups, the problem is located when click the datagrid and then the fields of the visible group are showed. if

datagrid: on closeeditor UTF8 issue

2011-02-16 Thread JosepM
Hi Trevor, Using this: SetDataOfIndex the dgIndex of me, the dgColumn of me, unidecode(the unicodeText of pFieldEditor, "utf8") Don't work. Still losing the accents... Thoughts? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagrid-on-clo

Re: datagrid: on closeeditor the accents are lost

2011-02-15 Thread JosepM
Hi Trevor, Using this: SetDataOfIndex the dgIndex of me, the dgColumn of me, unidecode(the unicodeText of pFieldEditor, "utf8") Don't work. Still losing the accents... Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagrid-on-closeeditor-the-acc

datagrid: on closeeditor the accents are lost

2011-02-15 Thread JosepM
Hi, I have a datagrid that use the UTF8 to store the data. On FillData I have: set the unicodetext of me to uniencode(pData,"utf8") If I load some value from the database that also use UTF8 the data are showed fine. But when I edit some value all the accents and are lost. In the EditValue I

Re: iOS: Developing a project for others

2011-02-03 Thread JosepM
Hi, The question is that they want the .ipa, I guess that sending the compiled app isn't enough, right? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/iOS-Developing-a-project-for-others-tp3253649p3258100.html Sent from the Revolution - User mailin

iOS: Developing a project for others

2011-02-02 Thread JosepM
Hi, I have a question about develop a project for others. I'm enrolled into the Apple program for iOS, so I can upload apps to the App Store, but what happen if I develop a app for others that must upload the app to the App Store? Is posible? At first, I think that I will need their certificat

Re: datagrid: rows disapear when add new row

2011-02-01 Thread JosepM
I get 1.0.2 11 I try with 4.5.3 and 4.6 and the same. Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagrid-rows-disapear-when-add-new-row-tp3251346p3253264.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: How to : print a A4 stack to an A4 pdf ??

2011-02-01 Thread JosepM
Perfect! works for me... What is the difference? the reset printing? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/How-to-print-a-A4-stack-to-an-A4-pdf-tp3252755p3253206.html Sent from the Revolution - User mailing list archive at Nabble.com. __

Re: datagrid: rows disapear when add new row

2011-02-01 Thread JosepM
I put try-catch into each message and no error found, but the effect is the same. Is when edit the new row that isn't showed, after this the data presentation crash. Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagrid-rows-disapear-when-add-new

Re: datagrid: rows disapear when add new row

2011-02-01 Thread JosepM
I don't remember why I use ResetList but sometimes doesn't refresh correctly. The bug success when you scroll down to edit the row that is out of the viewable area. But only the first time, if you add many rows and scroll down and edit, nothing happen. This happen with a fresh datagrid. 1) crea

Re: datagrid: rows disapear when add new row

2011-02-01 Thread JosepM
Sorry... on mouseup put the dgNumberOfLines of group "dg_test" of this stack into tFilas if tFilas<9 then put "00" & tFilas+1 into tLinea else put "0" & tFilas+1 into tLinea end if dispatch "addLine" to group "dg_test" of this stack with tLinea dispatc

Re: datagrid: rows disapear when add new row

2011-02-01 Thread JosepM
The filldata on FillInData pData Global gRecargo Global gTaxes put glxapp_getPref ("decimals_price") into tDecimals_Price put glxapp_getPref ("decimals_unit") into tDecimals_Unit try set the numberFormat to tDecimals_Price -- dollar format -- This message

Re: datagrid: rows disapear when add new row

2011-02-01 Thread JosepM
Hi, This happen with "addLine" command, with "addData" the effect is that the last row is duplicated into the first row... :( Any help or idea... Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagrid-rows-disapear-when-add-new-row-tp3251346p3252

Re: How to : print a A4 stack to an A4 pdf ??

2011-02-01 Thread JosepM
Hi Robert, Seems that is a bug both portatrait and landscape modes that cut the bottom. Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/How-to-print-a-A4-stack-to-an-A4-pdf-tp3252755p3252783.html Sent from the Revolution - User mailing list archive

Re: datagrid: rows disapear when add new row

2011-02-01 Thread JosepM
Hi, I'm watching than the first time that the row is created and is beyond the rows that can be displayed the scrollbar doesn't scroll automatically to the new row, and when you edit some value in this row cause a) the first time that the value is edit isn't filled, so you need edit again to put

datagrid: rows disapear when add new row

2011-02-01 Thread JosepM
Hi, I detected a strange issue with the datagrid. When add a row that is out of the visibles rows and modify data and add a new row all the data disapear, still into the datagrid but isn't showed... if I add a new row I can see flashing the data but disapear. Any idea? Salut, Josep -- View th

AnimationEngine: How to include into iOS project?

2011-01-23 Thread JosepM
Hi, How I must include AEngine stack into my iOS project? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/AnimationEngine-How-to-include-into-iOS-project-tp3233223p3233223.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: Move many buttons all at same time

2011-01-23 Thread JosepM
Hi Malte, The outer repeat loop is for perform the movement of the buttons, I have X buttons that move from a initial position to a position-1, then when all the X buttons finish the movement, all move to position-2, position-3, position-n until the last position. But all the buttons must perform

Re: Move many buttons all at same time

2011-01-21 Thread JosepM
Hi, Yes, now they are moving at same time but from the step 1 to step 4 directly... I have a group of steps that each button must go. But only I get move from step 1 to step 4. I read 4 times the 6 buttons locations, but I don't see why not work :( set itemdel to tab repeat with x=0 to 4

Re: Move many buttons all at same time

2011-01-21 Thread JosepM
Nop... They move one after one, when the first finish all the movement the next one begin the next... Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Move-many-buttons-all-at-same-time-tp3229365p3229722.html Sent from the Revolution - User mailing li

Move many buttons all at same time

2011-01-21 Thread JosepM
Hi, I'm trying to move some buttons all at the same time but I can't... Only I get to move one after one. on mouseUp set itemdel to tab set the lockMoves to true repeat for each line tLinea in fld "f_punts" put item 2 of tLinea into tObjecte put value(item 1 of tLinea) into

Re: [OT] A GREAT Mac Cocoa MYSQL tool - Donationware

2011-01-03 Thread JosepM
Hi, I know Sequel and I use every day, it's really good. I also recommend it. Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/OT-A-GREAT-Mac-Cocoa-MYSQL-tool-Donationware-tp3171341p3172564.html Sent from the Revolution - User mailing list archive at

Re: datagrid: add rows in CloseFieldEditor

2011-01-01 Thread JosepM
Yes, yes, first I use "AddData" inside CloseFieldEditor and then for update the cells of the created row I use SetDataOfIndex the dgindex of me+1, "COL1", "Text of the Col" But ever add the row using "AddData" but from other row. Salut, Josep -- View this message in context: http://runtime-rev

Re: DataGrid dictionary?

2011-01-01 Thread JosepM
Hi, Seems that this can help you. http://lessons.runrev.com/spaces/lessons/manuals/datagrid/lessons/7343-Data-Grid-Properties http://lessons.runrev.com/spaces/lessons/manuals/datagrid/lessons/7344-Data-Grid-API Salut, Josep -- View this message in context: http://runtime-revolution.278305.n

Re: Join many PDF into one

2010-12-31 Thread JosepM
But they advise that in future releases maybe will not available... Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Join-many-PDF-into-one-tp3164964p3169265.html Sent from the Revolution - User mailing list archive at Nabble.com. __

Re: datagrid: add rows in CloseFieldEditor

2010-12-30 Thread JosepM
> To reference to next row from the actual is better use > > SetDataOfIndex the dgindex of me+1, "COL1", "Text of the Col" > > or can be a problem with datagrid index? > http://runtime-revolution.278305.n4.nabble.com/datagrid-add-rows-in-CloseFieldEditor-tp3167836p3168784.html Sent from the

Re: datagrid: add rows in CloseFieldEditor

2010-12-30 Thread JosepM
Nop. I'm seeing that is a problem of refresh the datagrid, so after dispatch "addLine" and add manually a row all the data appear. ResetList doesn't work but with RefreshList now seems that work. Why ResetList don't work? To reference to next row from the actual is better use SetDataOfIndex t

Re: datagrid: add rows in CloseFieldEditor

2010-12-30 Thread JosepM
Hi Trevor, I get the actual row without any value and other added row without any value. I use "dispatch "addline". Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagrid-add-rows-in-CloseFieldEditor-tp3167836p3168568.html Sent from the Revoluti

datagrid: add rows in CloseFieldEditor

2010-12-29 Thread JosepM
Hi, I need add X rows depending of the values entered by the user into a cell. I check the values in "on CloseFieldEditor", but I can't add additional rows... These additional rows must be filled with data from the "on CloseFieldEditor" Example: The user pick a code that have a extended descript

Re: Join many PDF into one

2010-12-29 Thread JosepM
Thanks to all for the info. Now I send the email and check the Blog :) Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Join-many-PDF-into-one-tp3164964p3167568.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: Join many PDF into one

2010-12-27 Thread JosepM
Thanks Martin :) -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Join-many-PDF-into-one-tp3164964p3165543.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-liveco

Re: Join many PDF into one

2010-12-27 Thread JosepM
Hi Martin, Thanks for you help, I get the same error, but now I have one way to explore... :) The join command is the same that use the pyton call? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Join-many-PDF-into-one-tp3164964p3165189.html Sent fr

Re: Join many PDF into one

2010-12-27 Thread JosepM
Maybe, well with Applescript will be not a problem, but Automator is "compiled" as I understand, is a "app" that you launch. I need perform that without any user action... Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Join-many-PDF-into-one-tp3164

Join many PDF into one

2010-12-27 Thread JosepM
Hi, I want to join many PDF files from a folder into one. I found some automator files for do that but I need call it from LiveCode. Any idea how to do this? Salut, Josep M -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Join-many-PDF-into-one-tp3164964p3164

Re: Path Animation And Collision Detection?

2010-12-23 Thread JosepM
Hi Malte, This is a good new for iOS dev :) And about the initial question, one aproach could be send messages checking the collision? But, when to send it? After init the movement? If I want to repeat several times de same movement and other actions, like the user press the keys, the movement o

Re: How to use Apple Frameworks in External tutorial

2010-12-22 Thread JosepM
Well, the correct question is: How to use Cocoa Framework to build a external for LiveCode. :) Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/How-to-use-Apple-Frameworks-in-External-tutorial-tp3160698p3160726.html Sent from the Revolution - User m

Re: How detect the object over other object is?

2010-12-19 Thread JosepM
Yes, but I need to check for each, isn't other way to do? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/How-detect-the-object-over-other-object-is-tp3094859p3095145.html Sent from the Revolution - User mailing list archive at Nabble.com. ___

How detect the object over other object is?

2010-12-19 Thread JosepM
Hi, I move a graphic over others graphics and I need to know the object ID or name over the moved object is. Like moving a chess pieces over the board. The user move one piece and I need to know over what is located. I see that I can check if the location of the moved piece is into the rect of t

Re: array types

2010-12-15 Thread JosepM
Thanks for the reply, work for me the first idea, the data that I get don't have any separator, only by fixed char positions, so your code will be fine. Thanks again. Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/array-types-tp3088217p3090053.html

array types

2010-12-14 Thread JosepM
Hi, Is posible in LiveCode delimite the chars of a variable inside of one array to assign other variable that assign the values into the array to each element. Example, so my explanation is confused :) I know. I have a string with: 0Description nameT0010.000.00 and I need to asi

Re: datagrid: sharing grid templates

2010-12-14 Thread JosepM
Hi Trevor, But if each datagrid reside in differents stacks? Opening one stack with a datagrid cause that open or load the other stack that have the datagrid templates? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagrid-sharing-grid-templates

datagrid: sharing grid templates

2010-12-13 Thread JosepM
Hi folks, I have a doubt about the use of the datagrid templates. I have two stack with the same datagrid, copied and pasted from one stack to other stack. The template is in the stack one. The question is: opening the stack two force to open the stack one if this isn't open yet? Using the data

Re: Datagrids and iOS Live

2010-12-11 Thread JosepM
Hi David, Not for me. Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Datagrids-and-iOS-Live-tp3083102p3083180.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mai

Re: 4.5.2 and iOS Deployment launched

2010-12-08 Thread JosepM
OK. Thanks Jacqueline. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/4-5-2-and-iOS-Deployment-launched-tp3075150p3079044.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mail

Re: RevMobile: Help needed

2010-12-08 Thread JosepM
Any experience? :) Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/RevMobile-Help-needed-tp3077978p3079042.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing

RevMobile: Help needed

2010-12-08 Thread JosepM
Hi, I'm really confused about how to create for iPad. I have a stack of 1024x768 but it always appears as the iPhone app into the iPad. How to create navigable table views like the UITableView? Buttons, radio, checks and text fields? I have to simulate them as images? Salut, Josep -- View th

Re: 4.5.2 and iOS Deployment launched

2010-12-08 Thread JosepM
Hi, I have something similar in my account.. But I could download and install the version, but I have to re-license each time. Why? :( Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/4-5-2-and-iOS-Deployment-launched-tp3075150p3077966.html Sent from

Re: datagrid : how to show a list when the user edit a cell?

2010-11-22 Thread JosepM
Bonjour André, Yes, but showing the field "Résultats" over the datagrid when the user enter values into the cell.. I don't know how show it and intercept it the result to put again into the cell to search into the database when the user end to edit the cell... :( And the field "Résultats" growi

Re: The mailing list is slow

2010-11-22 Thread JosepM
The same for me, slow... all my messages are pending... I need to subscribe again? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/The-mailing-list-is-slow-tp3053918p3054210.html Sent from the Revolution - User mailing list archive at Nabble.com. _

Re: test

2010-11-22 Thread JosepM
Testing... Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/test-tp3053473p3054204.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists.runrev.c

Re: matchChunk works?

2010-11-20 Thread JosepM
Ops... :) now is working... thanks a lot. And to find the next occurrence? only search the first? With "find" if you exec again found if exist the next one. Salut, Josep M -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/matchChunk-works-tp620097p3051591.htm

datagrid : how to show a list when the user edit a cell?

2010-11-20 Thread JosepM
Hi List, I'm thinking about how to solve a problem I have on make easy the entry of data in the datagrid by the user. Example. I have a datagrid with four columns. 1 Code 2 Description 3 Qty 4 Price Now the user enters a code that will query the database and retrieves the values, then I

Re: matchChunk works?

2010-11-20 Thread JosepM
Ops... :) now is working... thanks a lot. And to find the next occurrence? only search the first? With "find" if you exec again found if exist the next one. Salut, Josep M -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/matchChunk-works-tp620097p3051595.htm