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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
__
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
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
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
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
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
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
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
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
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
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
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
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.
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.
___
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
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
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.
__
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
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
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
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.
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.
_
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
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
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
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
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
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_
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
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
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
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
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
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
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
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.
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.
__
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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.
__
> 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
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
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
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
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.
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
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
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
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
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
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
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.
___
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
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
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
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
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
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
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
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
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
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
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
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.
_
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
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
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
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
97 matches
Mail list logo