AutoHotkey Community

It is currently May 26th, 2012, 7:20 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 118 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 8  Next
Author Message
 Post subject:
PostPosted: June 12th, 2007, 4:07 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
2 toralf
Now, all bugs in control are fixed. The latest updates made able to do some Properties APIs I didn't succeed so far. I only wait to see reaction on 3 things I asked and control will be perfect for everything and I will finish properties module after that in several hours !

Also some pending features will come nice with Prop API:

Quote:
4. Cell pictures.


This will make able to show picture for Button or Picture control inside properties :D

Perhaps some ppl can help KetilO with this :

Quote:
1. More graph options and design control.
It's way to complicated to enter a graph by hand.
A graph design tool is needed.


You got the control for free, this is fairly trivial to do, and you can support author this way.

_________________
Image


Last edited by majkinetor on June 14th, 2007, 10:39 am, edited 2 times in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 14th, 2007, 10:06 am 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
new version

Great new updates. Most of them I requested and KetilO implemented.

Quote:
- Fixed bug where hidden scrollbar could cause scrollbar area not painted.
- Added SPRIF_DOUBLE. Converts to / from double when used with SPRM_GETCELLDATA and SPRM_SETCELLDATA
- Added SPRIF_SINGLE. Converts to / from single when used with SPRM_GETCELLDATA and SPRM_SETCELLDATA
- Added TPE_FORCETYPE. The cell will preserve its type when edited.
To be combined with TPE_TEXT, TPE_TEXTMULTILINE, TPE_BUTTON, TPE_WIDEBUTTON or TPE_HYPERLINK
- Added TPE_FIXEDSIZE. Will force a 15 by 15 pixel image. To be combined with TPE_BUTTON, TPE_CHECKBOX or TPE_COMBOBOX
- SPRN_BUTTONCLICK will now be sendt only if you click on button.
- CheckBox cell will now only change if you click on checkmark.


Those black things really made a difference.

New 2 functions:
Code:
SS_GetCellData
SS_GetCellString


Fast fucntions to get cell string and data, the same functionality is available via GetCell but those will extract only data and text info, so much faster for looping and more extensive usage.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 14th, 2007, 5:27 pm 
Where is the link to 0.0.1.4.96 version, please ?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 14th, 2007, 7:04 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
Why everybody ask such questions ? Link is always in the first post.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 14th, 2007, 7:50 pm 
majkinetor wrote:
Why everybody ask such questions ? Link is always in the first post.
Sorry but the link in the first page point to a "SpreadSheet.rar" file, without version number to be sure that the version in the first page is the last one. Thanks to confirm, as the link to the last version is not necessary always in the first page.


Report this post
Top
  
Reply with quote  
PostPosted: August 13th, 2007, 12:20 am 
Offline

Joined: August 13th, 2007, 12:00 am
Posts: 11
majkinetor,


Great contribution to the product and thanks in advance for your help. I'm having a bit of trouble getting multiselect to work with with ctrl-leftclick (similar with how you'd select multiple cells from an excel spreadsheet). In the examples you've posted, I'm only able to multiselect connected cells with shift-leftclick or by left-click and dragging my mouse.

Ultimately, I'd like to be able to use this to allow someone to select multiple options from a grid for inputs into a function. This method of multiselect is necessary if I want the user to be able to select A1 and say C4 values.


Cheers. Z


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 14th, 2007, 2:55 am 
Offline

Joined: June 27th, 2007, 9:07 pm
Posts: 101
Location: California
Thank you majkinetor for sharing this.
I've been searching for an extremely customizable spreadsheet alternative to Excel for basic spreadsheet work (and what's more customizable than getting to program the interface yourself? :D).

_________________
-m35


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 25th, 2007, 5:09 pm 
Offline

Joined: March 16th, 2005, 10:33 pm
Posts: 969
Location: Frisia
FYI: There is a newer version of the SprSht.dll available.

Question: can you add support for images?

8)

_________________
Image mirror 1mirror 2mirror 3ahk4.me • PM or Image


Report this post
Top
 Profile  
Reply with quote  
PostPosted: January 16th, 2008, 7:46 am 
Any news about images on cells?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 16th, 2008, 11:00 am 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
Yes, it can be done :)

I just don't have any particular interest in doing so, perhaps somebody else can do it.

About latest version, after some longer conversation with KetiO, I give it up updating the module to the new version of control. I can't make ComboBox control work anymore. This is due to the changes this control had in last version.

So, thats the reason, I didn't update the module, while it would be very good to do so as latest version has better features and it looks complete too me.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: handlers on cells
PostPosted: January 18th, 2008, 11:41 am 
In fact, I would like to use your spreadsheet module to check cells. Is it possible to use a handler so that if I click left or right on a cell, it can fill the cell with a special caracter?
I would like also a context menu to appear if possible.

I saw the function SS_SetHandler in the code but I don't know how to use it :? and if it can really be used for this.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 18th, 2008, 12:27 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
You have 3 options
  • Do it yourself, there is obvious sample in _Test.ahk (SetHandler)
  • Ask in Ask For Help forum, somebody with solid knowledge of AHK can help you
  • Wait for another sample, that I will do in near future.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: _Test.ahk file
PostPosted: January 18th, 2008, 2:21 pm 
Thanks for your answer.
Maybe I'm an idiot, but where is the _test.ahk file?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 4th, 2009, 1:56 pm 
Offline

Joined: January 18th, 2006, 7:39 am
Posts: 274
Location: Conway, Arkansas
Thanks for your work on this control, Maj. Did you ever happen to figure out how to get float values from a cell?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 24th, 2009, 6:20 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
Updated with documentation.
Removed legacy code (i.e. InsertInteger and friends).

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 118 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 8  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Scratch, Xx7 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