Search found 13 matches

by jgayoso
Thu Sep 20, 2018 3:11 pm
Forum: HTML5
Topic: Problems running with HTML5/Problemas al ejecutar con HTML5
Replies: 2
Views: 3940

Problems running with HTML5/Problemas al ejecutar con HTML5

Spanish: Compilo mi aplicación con HTLM5 pero al ejecutar no ejecuta. El directorio tiene los siguientes archivos: English: I compile my application with HTLM5 but when executing it does not execute. The directory has the following files: Spanish: Desde ya se agradece cualquier ayuda. Saludos desde...
by jgayoso
Wed May 16, 2018 2:20 pm
Forum: Using Plugins for Customizing the LiveCode IDE
Topic: Use OpenCv in LiveCode/Usar OpenCv en LiveCode
Replies: 1
Views: 6898

Use OpenCv in LiveCode/Usar OpenCv en LiveCode

Can you work with OpenCV libraries in LiveCode? If someone has an OpenCv installation manual with LiveCode and how to use it? Thank you very much Greetings from the southern end of the world Jorge Gayoso ----------------------------------------------- ¿Se puede trabajar con las librerias de OpenCV e...
by jgayoso
Wed Feb 28, 2018 5:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Selection and focus of line in datagrid/Seleccion y foco de linea en datagrid
Replies: 1
Views: 1635

Re: Selection and focus of line in datagrid/Seleccion y foco de linea en datagrid

I already solve it with: set the dgHilitedIndex of group "DataGrid_1" to tNLinea_DataGrid Function fPosiciona_DataGrid tTexto, tNAntes dispatch "FindIndex" to group "DataGrid_1" with "carta_descripcion", tTexto put the result into tNLinea_DataGrid put (the dgProp["Row Height"] of group "DataGrid_1")...
by jgayoso
Wed Feb 28, 2018 4:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Selection and focus of line in datagrid/Seleccion y foco de linea en datagrid
Replies: 1
Views: 1635

Selection and focus of line in datagrid/Seleccion y foco de linea en datagrid

Ingles: I want to change the selected line and focus of a datagrid, without using the mouse, for example by means of a button: If I press button A, row A is displayed as active and with focus in the datagrid. If I press button E, row E is displayed as active and with focus in the datagrid. If I pres...
by jgayoso
Wed Feb 28, 2018 3:58 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Position in datagrid at will/Posicionarse en datagrid a voluntad
Replies: 5
Views: 3369

Re: Position in datagrid at will/Posicionarse en datagrid a voluntad

This was my solution: Function fPosiciona_DataGrid tTexto, tNAntes dispatch "FindIndex" to group "DataGrid_1" with "carta_descripcion", tTexto put the result into tNLinea_DataGrid put (the dgProp["Row Height"] of group "DataGrid_1") * (tNLinea_DataGrid - tNAntes) into tLine set the dgVScroll of grou...
by jgayoso
Tue Feb 27, 2018 7:07 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Position in datagrid at will/Posicionarse en datagrid a voluntad
Replies: 5
Views: 3369

Re: Position in datagrid at will/Posicionarse en datagrid a voluntad

Dunbarx , thank you very much.

With the instruction:

set the dgVScroll of group "yourDataGrid" to the value of tLine

I was able to solve my problem.

A great greeting from the south of the world.

Jorge Gayoso
by jgayoso
Tue Feb 27, 2018 12:22 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Position in datagrid at will/Posicionarse en datagrid a voluntad
Replies: 5
Views: 3369

Position in datagrid at will/Posicionarse en datagrid a voluntad

I have a datagrid that displays 8 rows with the data of the alphabet. Also I have a button to search where I entered a letter to search. The idea is to display the entered data to search and display it in the following way: J K L M N O P Q After searching you can move with the mause, usually by the ...
by jgayoso
Sun Feb 18, 2018 1:22 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Format Date dd/mm/yyyy in objet field
Replies: 4
Views: 2918

Re: Format Date dd/mm/yyyy in objet field

SparkOut , thank you.

Greetings from the south of the world.

Jorge Gayoso
by jgayoso
Sat Feb 17, 2018 7:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Format Date dd/mm/yyyy in objet field
Replies: 4
Views: 2918

Format Date dd/mm/yyyy in objet field

If I enter the date 02/13/2018 the validation gives OK, but if I enter 13/02/2018 the validation is invalid date. . if field "field_date" is not date then answer "fecha invalida" else answer "Fecha OK" end if How do I enter DD / MM / YYYYY and validate OK? Thank you for any help. Jorge Gayoso Chile
by jgayoso
Sat Feb 17, 2018 6:28 pm
Forum: Android Deployment
Topic: API to send and receive SMS Androdi and IPhone
Replies: 2
Views: 3015

Re: API to send and receive SMS Androdi and IPhone

Ok, gracias MaxV

Saludos desde el sur del mundo.

Podrían hacer un grupo y venir para acá, pesca con mosca, caminatas por lugares fabulosos, buena comida y vinos. Puerto Varas, Chiloe, Valdivia, etc.
by jgayoso
Fri Feb 09, 2018 7:32 pm
Forum: Android Deployment
Topic: API to send and receive SMS Androdi and IPhone
Replies: 2
Views: 3015

API to send and receive SMS Androdi and IPhone

I need an API to send and receive SMS in a more professional way on Android and IPhone, which can be integrated with LiveCode.

Thank you, any data.

Greetings from the south of the world.

Jorge Gayoso
by jgayoso
Thu Feb 01, 2018 6:24 pm
Forum: Databases
Topic: Problem with DataGrid and sqlLite
Replies: 4
Views: 5502

Re: Problem with DataGrid and sqlLite

MaxV, thanks.

It was that little detail ...

Greetings from the south of the world
by jgayoso
Fri Jan 26, 2018 3:56 pm
Forum: Databases
Topic: Problem with DataGrid and sqlLite
Replies: 4
Views: 5502

Problem with DataGrid and sqlLite

My table in sqlLite has 6 records, but the datagrid repeats the last record twice. If I delete 1 record, I repeat it 3 times and if I delete another 4 times. Function fDespliega_Carta put "" into tPaso put revQueryDatabase( gSQLiteID, "SELECT * FROM carta order by carta_codigo ASC" ) into theCursor ...

Go to advanced search