Search found 12 matches
- Tue May 21, 2013 10:16 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Error in LC UI Dictionary
- Replies: 1
- Views: 1990
Error in LC UI Dictionary
Bonjour, I have an error with the following message (not complete) when I click on the dictionary icon in LC upper tool bar : The following server error was encountered: --------------------------------------------------------- pUrl: http://developer.runrev.com/revonline.irev?request=H4sIAAAAAAAAA2N...
- Thu May 09, 2013 7:09 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: deleting a line from a datagrid
- Replies: 5
- Views: 3566
Re: deleting a line from a datagrid
Thanks to Klaus whose understanding is perfect :wink: In fact the datagrid contain a selection, it may be a search the user did to delete the lines, so not all the lines in the variable are in datagrid and the order may be different. It's why I use "replace" in the command, LC make the job. I'm sure...
- Wed May 08, 2013 11:10 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: deleting a line from a datagrid
- Replies: 5
- Views: 3566
Re: deleting a line from a datagrid
Sorry for explanation. I do want to delete the line in the variable tLignes that contains the data (item1 tab item2 tab item3 return, etc.), the datagrid contain just a selection of lines. I turned around the problem like this, it may not be very elegant : answer warning "Vous voulez vraiment détrui...
- Tue May 07, 2013 5:40 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Compilling a standalone - stack in memory
- Replies: 3
- Views: 3108
Re: Compilling a standalone - stack in memory
I search for "error lookup" and find powerdebug, but when I downloaded it, couldn't find where it is to launch the stak.
I do not know where it was downloaded on my mac.
Anyway I got rid of it taking a fonctionnal backup and updating it.
I do not know where it was downloaded on my mac.
Anyway I got rid of it taking a fonctionnal backup and updating it.
- Mon May 06, 2013 5:07 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Compilling a standalone - stack in memory
- Replies: 3
- Views: 3108
Compilling a standalone - stack in memory
Saving a standalone application was working and now it doesn't. I don't understand why I have this alert : A stack "revCopiedIcons" is already in memory. The Revolution UI does not distinguish staks which have identical names, so editing these stack files while both are in memory could result in dat...
- Mon May 06, 2013 7:33 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: deleting a line from a datagrid
- Replies: 5
- Views: 3566
deleting a line from a datagrid
Hi, I would like to delete a line of data contain in a global variable wich contain the whole data, those data are presented in a dataGrid group. I choose the line : put the dgHilitedLines of group "listing" into theLine put the dgDataOfLine[theLine] of group "listing" into theDataA Now I have an ar...
- Sun May 05, 2013 11:52 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Can't manage files fairly
- Replies: 16
- Views: 10596
Re: Can't manage files fairly
Hi Jean-Marc, I'm sorry, I don't understand what you mean :oops: You can also use a file to store the results for each student and read it at preopenstack. For exemple one file per student, one line per card "namecard,answer1,answer2, etc... At the same time you do a "results report" which should be...
- Sun May 05, 2013 8:59 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Can't manage files fairly
- Replies: 16
- Views: 10596
Re: Can't manage files fairly
Good, I'm progressing. Last thing I would like to know is why my texte with accent : ... 05 +Intérêts 06 ... appear in the field like : 05 +Int√©r√™ts I know it's a matter of coding the text. Mine is in UTF - 8, I thought that will be ok for a mac and a winPC , so what is the trouble ? I've look aro...
- Sat May 04, 2013 5:54 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Can't manage files fairly
- Replies: 16
- Views: 10596
Re: Can't manage files fairly
Thank you for that, I'm going to work on it. I was wondering then if a large amount of lines (let say more than two or three thousands) could lead to trouble if used in a variable or property ? Is there a limit ? Bonjour à mes amis suisses, j'ai appris à lire et écrire près de Lucens, à Combremont l...
- Sat May 04, 2013 8:45 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Can't manage files fairly
- Replies: 16
- Views: 10596
Re: Can't manage files fairly
Thank you for all those answers wich help me a lot. The trouble now is that I did not understand how standalones applications manage those file: With your help I could read the files I need on openstack and then write the modified textfiles to there proper place on closestack BUT this in the UI of l...
- Fri May 03, 2013 6:54 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Can't manage files fairly
- Replies: 16
- Views: 10596
Re: Can't manage files fairly
Sorry, what does mean "OT"
Thank you any way for your responses.or even better try the commands (open, read, etc in the message box OT see what the problem is
- Fri May 03, 2013 5:27 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Can't manage files fairly
- Replies: 16
- Views: 10596
Can't manage files fairly
Bonjour, I have a poor english, so I apologize if I'm a bit hard to understand. I try to set up a standalone app dealing with bank accounts and stuff like this. On opening the stack I want to get the contents of text files : comptes.txt, ventilation.txt, lignes.txt, detailscomptes.txt; those files a...