@just me
Is it possible to completely get rid of the windows row highlighting in favor of your lv_colors?
Search found 1253 matches
- 24 Nov 2015, 15:42
- Forum: Ask For Help
- Topic: Calendar app - editable
- Replies: 9
- Views: 2238
- 24 Nov 2015, 14:19
- Forum: Ask For Help
- Topic: Formatting issue
- Replies: 5
- Views: 811
Re: Formatting issue
Is the variable QuickLaunch set as Global? The only place in your code I see its value getting set is in the function and setting it to 0. It will need to either be passed into the function as a param or set as Global outside the function. Or you can have the first line within your function be the w...
- 24 Nov 2015, 13:44
- Forum: Ask For Help
- Topic: Calendar app - editable
- Replies: 9
- Views: 2238
Re: Calendar app - editable
Well I finally figured that out I think. Here is a screenshot of what I have so far. There is bad shadowing of the images when the row is selected. Not sure what piece of the puzzle may be causing that. I want to change the highlighting so that only the selected cell gets highlighted and not the ent...
- 24 Nov 2015, 10:36
- Forum: Ask For Help
- Topic: Calendar app - editable
- Replies: 9
- Views: 2238
Re: Calendar app - editable
If you want to use a list view, did you consider to use subitem images? You can set the icon size to every size you want using IL_EX_SetSize() before you add images. Also, though I never tried, it seems possible to add a n icons to an image list at once if you specify an image with a width of n ico...
- 23 Nov 2015, 15:09
- Forum: Ask For Help
- Topic: Gui Listview - disable specific row or cell?
- Replies: 2
- Views: 799
Re: Gui Listview - disable specific row or cell?
https://www.autohotkey.com/boards/viewtopic.php?t=1081
This would do your coloring of specific rows I believe.
This would do your coloring of specific rows I believe.
- 23 Nov 2015, 14:43
- Forum: Ask For Help
- Topic: Calendar app - editable
- Replies: 9
- Views: 2238
Calendar app - editable
Hey all! I've began trying to tinker around with making a calendar app where the cell for each day of the selected month/year is editable to put notes or an on-call rotation schedule. I am using a DateTime control and then a listview. I populate the listview to start on the proper day of the week an...
- 23 Nov 2015, 11:24
- Forum: Ask For Help
- Topic: adosql help
- Replies: 26
- Views: 4420
Re: adosql help
Any thoughts 'just me'?just me wrote:What about MYSQLAPI?
- 20 Nov 2015, 13:17
- Forum: Ask For Help
- Topic: adosql help
- Replies: 26
- Views: 4420
Re: adosql help
I am trying this class and am still having problems. I don't get any errors that pop-up but this is what my object contains after trying to connect and run a query:just me wrote:What about MYSQLAPI?
Connected = 0
MYSQL = 45091448
Module = 251985920
- 20 Nov 2015, 07:53
- Forum: Ask For Help
- Topic: adosql help
- Replies: 26
- Views: 4420
Re: adosql help
Yeah I will probably try that. I just liked the simplicity of ADOSQL being a one-liner and it had been used in the past for other setups (that I only saw once it was working). It's entirely possible the other instances I've seen using ADOSQL weren't actually using MySQL. I'd still like to see if any...
- 19 Nov 2015, 20:14
- Forum: Ask For Help
- Topic: adosql help
- Replies: 26
- Views: 4420
Re: adosql help
I think I give up on this. So I've been tinkering at home and installed Ubuntu on an old laptop and got it up and running with a LAMP setup. I can connect to MySQL on it through the MySQL WorkBench app with a designated account that I created. I CANNOT figure this thing out with adosql through AHK t...
- 16 Nov 2015, 14:57
- Forum: Ask For Help
- Topic: adosql help
- Replies: 26
- Views: 4420
Re: adosql help
I actually just confirmed that the host set for the admin user is % and not localhost or 127.0.0.1 so it should work from all hosts.
- 16 Nov 2015, 14:52
- Forum: Ask For Help
- Topic: adosql help
- Replies: 26
- Views: 4420
Re: adosql help
I think it's promising. We have another that has the bind-address set to 0.0.0.0 which should allow connections from all hosts I think. Going to try testing with that one and see if it works there and then replicate settings to the other. I'll report back after some more tinkering.
- 16 Nov 2015, 14:01
- Forum: Ask For Help
- Topic: adosql help
- Replies: 26
- Views: 4420
Re: adosql help
Ok, so i think its both. These are some settings on the phpMyAdmin page which shows the user @localhost. http://i1067.photobucket.com/albums/u439/kczx3/mysql%20settings_zpsxxadle5x.png I also confirmed in the my.cnf file that the bind-address is set to the loopback address. So I'm guessing I would n...
- 16 Nov 2015, 13:08
- Forum: Ask For Help
- Topic: adosql help
- Replies: 26
- Views: 4420
Re: adosql help
Update: I SSH'd to the server hosting the database and used the same credentials from there to log into MySQL so those should be good. The only thing I can think of is that the PROVIDER in my connection string is incorrect or for some reason remote connections the the database are being denied/block...
- 16 Nov 2015, 11:30
- Forum: Ask For Help
- Topic: adosql help
- Replies: 26
- Views: 4420
Re: adosql help
Does this info help at all? I couldn't find anything online about com object errors with those values.


- 16 Nov 2015, 08:56
- Forum: Ask For Help
- Topic: adosql help
- Replies: 26
- Views: 4420
Re: adosql help
Well trying that didn't really change anything. At this point, I am just trying to do the connection manually via: oCon := ComObjCreate( "ADODB.Connection" ) oCon.Open( connection_string ) I have the provider correct and it seems to take a while before I get an error that the SQL Server either doesn...
- 15 Nov 2015, 17:28
- Forum: Ask For Help
- Topic: adosql help
- Replies: 26
- Views: 4420
Re: adosql help
No, I'll give that a try and report back
- 13 Nov 2015, 15:33
- Forum: Ask For Help
- Topic: adosql help
- Replies: 26
- Views: 4420
Re: adosql help
and objects... Just looking for some help if anyone has any thoughts is all. I'm not really sure that I have the right Provider listed in my connection string but I also don't manage the server or know exactly what it should be. I've tried setting it to SQLOLEDB but that causes an error to appear in...
- 13 Nov 2015, 14:44
- Forum: Ask For Help
- Topic: adosql help
- Replies: 26
- Views: 4420
Re: adosql help
Forgive me if this is harsh but I understand arrays people. result.length() is empty/blank.
- 13 Nov 2015, 13:15
- Forum: Ask For Help
- Topic: adosql help
- Replies: 26
- Views: 4420
Re: adosql help
I don't think I follow. The variable is empty. I've used queries with this before on a different database where they are not written on one line.