#11 2006-11-30 20:26

dloneranger
Senior Member
From: Birmingham, UK
Registered: 2006-05-03
Posts: 122

Re: About the rules, and WinXP manifest

Oh, I missed something

Nice to hear from you again!
That'll teach you to wake me up big_smile

Last edited by dloneranger (2006-12-01 14:17)

Offline

#12 2006-12-05 18:03

den4b
Administrator
From: den4b.com
Registered: 2006-04-06
Posts: 3,379

Re: About the rules, and WinXP manifest

Good to hear from you, dloneranger smile

I looked at you example project, with static texts. In ReNamer, I create static text dynamically, and put it as a child of a listview (rules and files table). This way it actually looks like it is inside the tables, and it also gets cropped properly when tables are resized.

About sorting: There is an option in Settings, Preview tab: "Resort table when files are added". Try it! wink

Yes, it would be nice to display the name of the currently loaded preset, and to be able to load a new one more easily. I've been fiddling with the dropdown box, above the rules, but without any luck...

Offline

#13 2006-12-05 22:13

dloneranger
Senior Member
From: Birmingham, UK
Registered: 2006-05-03
Posts: 122

Re: About the rules, and WinXP manifest

den4b wrote:

About sorting: There is an option in Settings, Preview tab: "Resort table when files are added". Try it! wink

1)
My mistake, I actually meant remembering the sort order over different sessions
I normally sort by filename, and I get bit occasionally the first time I start renamer wink
(Normally, I'll have a serialize rule in there somewhere and unless I've set the sort order it goes all out of shape - but because I'm used to renamer remembering the sort order I always forget to set it on the first use)

2)
I have no idea about the blue static text you mention
I've added a manifest to renamer (v4.12) and can't see what you mean
The only corruption I can see is in the coolbar
eg
ftp://dloneranger.dynu.com/example.jpg

3)
I must admit I haven't played with the listview control
Any time it looked useful, there's been a better reason to use an in-memory database and an enhanced dbgrid
There's a lot of good free ones and it saves me having to reinvent the wheel every time
eg
most will sort by column automatically, but even if they didn't, all I have to do to sort by name is something like

SqlQuery.close;
sqlQuery.text:='select * order by FName';
sqlquery.open;

or just use the column number
eg ftp://dloneranger.dynu.com/AviInfo.zip

Last edited by dloneranger (2006-12-07 15:13)

Offline

#14 2006-12-08 13:29

den4b
Administrator
From: den4b.com
Registered: 2006-04-06
Posts: 3,379

Re: About the rules, and WinXP manifest

1) I'll put that onto my TODO list!

2) Download the latest beta, the tool bar is fixed in it. The blue text that I was talking about is the "Drag your files here" and "Click to add a rule" signs! tongue

3) I use Virtual TreeView, which works transparently, it doesn't actually store any information for the table, but it requests it via events.

Offline

#15 2006-12-08 13:59

dloneranger
Senior Member
From: Birmingham, UK
Registered: 2006-05-03
Posts: 122

Re: About the rules, and WinXP manifest

den4b wrote:

3) I use Virtual TreeView, which works transparently, it doesn't actually store any information for the table, but it requests it via events.

That's a really nice bit of freeware - I love it

Suprisingly, even the standard delphi controls work well in virtual mode
You don't get the 'pretties', but they do get themed quite well

Offline

#16 2006-12-08 14:07

dloneranger
Senior Member
From: Birmingham, UK
Registered: 2006-05-03
Posts: 122

Re: About the rules, and WinXP manifest

den4b wrote:

2) Download the latest beta, the tool bar is fixed in it. The blue text that I was talking about is the "Drag your files here" and "Click to add a rule" signs! tongue

That beta's great - I haven't found any way to get visual corruption big_smile
Looks like it's time to add a manifest to the program !!!

Offline

#17 2006-12-09 18:04

den4b
Administrator
From: den4b.com
Registered: 2006-04-06
Posts: 3,379

Re: About the rules, and WinXP manifest

I wouldn't rush with the manifest just yet, there are few little things have to be done first...

By the way, I personally prefer not manifested version tongue

Offline

#18 2006-12-11 17:47

dloneranger
Senior Member
From: Birmingham, UK
Registered: 2006-05-03
Posts: 122

Re: About the rules, and WinXP manifest

den4b wrote:

By the way, I personally prefer not manifested version tongue

It's like ice-cream!
Can't stand chocolate - it makes me feel sick hmm

-------------------------------------------

So, what can I annoy you with next.......
Ok, here's one thing
The bar with 'Add Files Add Folders -> Preview -> Rename'
What's the deal with '->' wink
No pretty glyph? tongue <just kidding>

Offline

#19 2006-12-19 18:51

den4b
Administrator
From: den4b.com
Registered: 2006-04-06
Posts: 3,379

Re: About the rules, and WinXP manifest

No pretty glyph? tongue <just kidding>

No big_smile  ... no time to search for nice glyphs... if you find nice ones, i might replace them!

Offline

Board footer

Powered by FluxBB