AutoHotkey Community

It is currently May 27th, 2012, 6:06 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 54 posts ]  Go to page Previous  1, 2, 3, 4
Author Message
 Post subject:
PostPosted: June 20th, 2010, 6:19 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
No, thats not possible.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject: I have a question Sir...
PostPosted: August 27th, 2010, 1:30 pm 
Offline

Joined: August 20th, 2010, 4:16 am
Posts: 11
Location: South Korea
(I'm bad English. Please forgive me....)

When I push Header to sort, it doesn't work as I think.
For example, there is items F1, F11, F2, F22 and I assign like below.

RG_Sort(hGrd, 1, 2)

I expect "F22, F11, F2, F1" but the result is "F22, F2, F11, F1". :cry: :cry:

Anyway RaGrid is very useful and powerful, Thank you very much..!!

[/b]


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 20th, 2010, 12:40 pm 
Offline

Joined: August 24th, 2005, 5:17 pm
Posts: 1237
I found a bug with sorting: the options for the sort types are 0, 1 or 2 (not 1, 2, 3). The correct options are:

0=Ascending, 1=Descending, 2=Invert



RaGrid has been very useful for me this week 8)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 15th, 2011, 9:10 am 
Is this better than a ListView?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 15th, 2011, 9:58 am 
See first post, con: doesn't support Unicode, pro: see image in first post.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 15th, 2011, 10:10 am 
Yeah, thanks, guest, but it seems to only support Console font?


Report this post
Top
  
Reply with quote  
PostPosted: February 5th, 2012, 9:00 pm 
Offline

Joined: September 21st, 2011, 2:53 am
Posts: 9
I have been building an application in AHK_L which reads in mutiple Excel spreadsheets into associative arrays performs calcualtions, filtering and re-displays in multiple ListViews. Its been a bit challenging at times as some basic ListView functionality is not native in AHK_L. So far I have gotten around it and still have good performance.

That being RaGrid really intrests me especially the custom cell options like colored backgrounds which leads me to a few questions:

1.) Can you load plain text string rows into RaGrid as quickly as ListView ? I currently have 50,000 + rows ( x 20 columns ) in a single ListView.

2.) Do colored text background cells / rows significantly slow things down.

It would be a bit time consuming to perform these test as I would need to switch from Unicode and ANSI, convert syntax, etc .. so any insight would be appreciated.

Thanks


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 6th, 2012, 3:11 pm 
Offline

Joined: October 4th, 2006, 2:15 am
Posts: 250
Location: Louisville, KY
I've only used it for projects that had a small amount of data so I don't know for certain. Hopefully you'll get a response from someone that can tell you definitively, but my suggestion is simply to write a small sample program that loads a bunch of data with colored rows.

It shouldn't take long to generate a test especially with the sample code that is already provided and then you'll have a good idea. My guess is you'll find RaGrid to be faster, probably significantly, written in pure assembly language as it is.

However, if you haven't already you might want to look at the spreadsheet control written by the same guy. It's quite a slick control as well and even more versatile.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 20th, 2012, 2:54 pm 
Can I change color for one cell only (not for all cells)?


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 54 posts ]  Go to page Previous  1, 2, 3, 4

All times are UTC [ DST ]


Who is online

Users browsing this forum: Apollo, Bing [Bot], Exabot [Bot], Google Feedfetcher, JamixZol, Yahoo [Bot] and 17 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group