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

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

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

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

[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

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. ___

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

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 growing

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:

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

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

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

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:

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

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

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: 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 Revolution

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

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? Hmm, I think this might cause problems. The data grid won't throw an error if you try to assign data to an index that you haven't

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 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:

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:

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

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

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

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.

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

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

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, 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:

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 is

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)

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.

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

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

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: 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:

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:

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

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

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_CLI_Pais

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

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=11size=300x225maptype=roadmapsensor=false into pURL Salut, Josep --

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:

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:

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:

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
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

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

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.

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:

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

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-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: [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. ___

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:

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

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

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

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

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: 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

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 Select

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; put it

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 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

Re: POST command error

2011-05-07 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:

Re: POST command error

2011-05-07 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

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

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

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:

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

Drag drop controls inside a scroller

2012-10-18 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