Dear all,
I am working on a project which is used Magic Carpet as Version Control. And couple of days ago, I found out that LibVersionControl library. Is there someone know how to use it.
Much appreciated
Regards,
Quang
Search found 60 matches
- Tue Apr 02, 2013 11:05 am
- Forum: Talking LiveCode
- Topic: How to use libVersionControl
- Replies: 0
- Views: 1645
- Tue Apr 03, 2012 2:20 am
- Forum: Talking LiveCode
- Topic: How to uncheck checkbox in datagrid without click on this
- Replies: 6
- Views: 5886
Re: How to uncheck checkbox in datagrid without click on thi
Hi Zryip TheSlug,
Thanks a lot for your help , so appreciated ^^
Regards,
Quang
Thanks a lot for your help , so appreciated ^^
Regards,
Quang
- Mon Mar 26, 2012 6:32 am
- Forum: Talking LiveCode
- Topic: How to uncheck checkbox in datagrid without click on this
- Replies: 6
- Views: 5886
Re: How to uncheck checkbox in datagrid without click on thi
Hi Klaus,
I try and it doesn't work.
can't fine the handler so I try
and no difference
Could you guys give me some advice for that?
Best regards,
Quang
I try and it doesn't work.
Code: Select all
REFRESHINDEX tLine
Code: Select all
dispatch "REFRESHINDEX" to group "DataGrid 1" with tline
Could you guys give me some advice for that?
Best regards,
Quang
- Fri Mar 23, 2012 3:47 pm
- Forum: Talking LiveCode
- Topic: How to uncheck checkbox in datagrid without click on this
- Replies: 6
- Views: 5886
Re: How to uncheck checkbox in datagrid without click on thi
Hi Klaus,
Thanks I'll try to do it and hope it works as i thought
Regards,
Quang
Thanks I'll try to do it and hope it works as i thought
Regards,
Quang
- Fri Mar 23, 2012 4:53 am
- Forum: Talking LiveCode
- Topic: How to uncheck checkbox in datagrid without click on this
- Replies: 6
- Views: 5886
How to uncheck checkbox in datagrid without click on this
Dear guys, I am working project of printing Id Card for students. Here are the following lists I have to do: -Load students from CSV into datagrid (I did it) -Display checkbox with default status is true (in case for user want to uncheck students. I dit it) -Printing job will automatically run and e...
- Wed Dec 28, 2011 9:39 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to create button at run-time in livecode
- Replies: 2
- Views: 4062
Re: How to create button at run-time in livecode
Hi mwieder,
Thank you a lot . Sorry to reply late. I've been back from my trip
Regards,
Quang
Thank you a lot . Sorry to reply late. I've been back from my trip
Regards,
Quang
- Thu Dec 22, 2011 3:00 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to create button at run-time in livecode
- Replies: 2
- Views: 4062
How to create button at run-time in livecode
Hi all, I'm developing an application by using Live code. My ideas is I have "parent" button and It will generate 10 buttons after I had clicked on "parent" button. then as I clicked on each "child" button it will give a popup "Button 1 is clicked !". It's quite simple right but I don't know how my ...
- Thu Dec 15, 2011 8:12 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to implement synchronous in Live code
- Replies: 9
- Views: 9091
Re: How to implement synchronous in Live code
Hi Mark,
I resolved the problem. I still use get shell(tCommand).However, turn off loop in Java console. Now it work fine.
Thank you very much for your help
Regards,
Quang
I resolved the problem. I still use get shell(tCommand).However, turn off loop in Java console. Now it work fine.
Thank you very much for your help
Regards,
Quang
- Wed Dec 14, 2011 10:13 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to implement synchronous in Live code
- Replies: 9
- Views: 9091
Re: How to implement synchronous in Live code
Hi Mark, just let you know clearly what i am doing: 1.Java console: will loop 10 times and within 10 times if user give their card ,the result will be the number. 2.Live code: Open main menu with many user tasks and "ReadCard"card is the one of these. For example, I will open "User"cards retrieving ...
- Tue Dec 13, 2011 11:06 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to implement synchronous in Live code
- Replies: 9
- Views: 9091
Re: How to implement synchronous in Live code
Hi Mark,
I try to use "open process" but it seem to be not working. I am not able to use other functions at the same time. Must wait until the console is finished.
Regards,
Quang
I try to use "open process" but it seem to be not working. I am not able to use other functions at the same time. Must wait until the console is finished.
Regards,
Quang
- Mon Dec 12, 2011 7:08 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to implement synchronous in Live code
- Replies: 9
- Views: 9091
Re: How to implement synchronous in Live code
Thanks Mark,
Here the way I start Java console
Regards,
Quang
Here the way I start Java console
Code: Select all
put "java -jar Demo.jar" into tCommand
get shell(tCommand)
Regards,
Quang
- Mon Dec 12, 2011 5:11 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to implement synchronous in Live code
- Replies: 9
- Views: 9091
How to implement synchronous in Live code
Dear all, I do all researching on the internet about how to implement synchronous communication among cards. Let me explain it more specific for you guys understand what I am doing. I have the application which is written by java console.There is one module in my application invoke this Java console...
- Mon Dec 12, 2011 4:44 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Deploy application with many modules
- Replies: 7
- Views: 7088
Re: Deploy application with many modules
Hi Informatie,
Thanks a lot for your help. I also fixed my previous issues.
Thank you guys again,
Regards,
Quang
Thanks a lot for your help. I also fixed my previous issues.
Thank you guys again,
Regards,
Quang
- Mon Dec 05, 2011 2:06 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Deploy application with many modules
- Replies: 7
- Views: 7088
Re: Deploy application with many modules
Hi Mark,
I'm so sorry for my request . I forgot that everybody has their own work. Anyway, I'm happy to talk with you
I'll find out the problems
Regards,
Quang
I'm so sorry for my request . I forgot that everybody has their own work. Anyway, I'm happy to talk with you
I'll find out the problems
Regards,
Quang
- Sat Dec 03, 2011 3:54 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Deploy application with many modules
- Replies: 7
- Views: 7088
Re: Deploy application with many modules
Hi Mark,
Thank you so much for your helping
I don't know how to explain so I'll send to you my application and you will see It's still working while you are developing but don't work once we deployed it
FYI,
Regards,
Quang
Thank you so much for your helping
I don't know how to explain so I'll send to you my application and you will see It's still working while you are developing but don't work once we deployed it
FYI,
Regards,
Quang