Re: [Gambas-user] Gridview sort function

2014-12-24 Thread B Bruen
On Wed, 24 Dec 2014 11:57:11 -0500 T Lee Davidson wrote: > Apparently I didn't take enough time, Bill. > > I only tested that the text of the TextBox changed appropriately for a > column_click, I did not test clicking Button1. > > You are right. The value of TableView.Columns.Ascending within

Re: [Gambas-user] Gridview sort function

2014-12-24 Thread Charlie Reinl
Am Mittwoch, den 24.12.2014, 11:57 -0500 schrieb T Lee Davidson: > Apparently I didn't take enough time, Bill. > > I only tested that the text of the TextBox changed appropriately for a > column_click, I did not test clicking Button1. > > You are right. The value of TableView.Columns.Ascending w

Re: [Gambas-user] Gridview sort function

2014-12-24 Thread T Lee Davidson
Apparently I didn't take enough time, Bill. I only tested that the text of the TextBox changed appropriately for a column_click, I did not test clicking Button1. You are right. The value of TableView.Columns.Ascending within the Column_Click event does not agree with the value outside of the Co

Re: [Gambas-user] Fwd: Meeting with Richard Stallman at New Delhi NCERT Guest House on 23/12/14 8.30 pm during the National ICT award selection

2014-12-24 Thread Kevin Fishburne
On 12/24/2014 05:28 AM, monika wrote: > 23/12/14 Teusday NewDelhi NCERT Campus. > > One of the never forgettable moment in my life.. After completing the > first day of project presentation and interaction session i was hungry and > reached hastily to the dining hall of NIE Guesthouse..

[Gambas-user] Best wishes

2014-12-24 Thread Gian
a Merry Christmas and a Happy New Year to all shrimps Gianluigi -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for

[Gambas-user] Clear do not work in gb.settings

2014-12-24 Thread Charlie Reinl
Salut BenoƮt, Clear do not work in gb.settings ' create and save it hSettings["Charlie/Login"] = "ToTo" hSettings.Save() ' clear and save it hSettings.Clear("Charlie/Login") ' don't work, not found hSettings.Save() ' clear and save it hSettings.Clear("Charlie") ' don't work,

[Gambas-user] Fwd: Meeting with Richard Stallman at New Delhi NCERT Guest House on 23/12/14 8.30 pm during the National ICT award selection

2014-12-24 Thread monika
-- Forwarded message -- From: Pramodmn Moorthy Date: Wed, Dec 24, 2014 at 1:08 PM Subject: Meeting with Richard Stallman at New Delhi NCERT Guest House on 23/12/14 8.30 pm during the National ICT award selection To: Athippatta Ravi , Vellinezhi Anand < vellinezhian...@gmail.com>, A

Re: [Gambas-user] Gridview sort function

2014-12-24 Thread bill-lancaster
Thanks for taking the time Lee, In fact I made that error when composing a simple example, my main programme didn't have that error. To make things simple for myself I toggle a boolean value every time the gridview1_ColumnClick event occurs rather than use the Ascending value. Thanks again Bill