Search found 88 matches

by snap2000
Wed Nov 10, 2004 2:40 am
Forum: Coding Questions
Topic: ListIconGadget doesn't sort?
Replies: 4
Views: 1276

hmm Demo version?
The header click will be a problem :?
but you could store the items in arrays and use SortArray() on them
but but .. wellllll You could, buy Pb that would solve your problem :wink:

Best Regards
Henrik

I'd be happy to buy PB when I can. I couldn't imagine how much more power I ...
by snap2000
Mon Nov 08, 2004 5:34 pm
Forum: Coding Questions
Topic: ListIconGadget doesn't sort?
Replies: 4
Views: 1276

Hmm, thanks, but unfortunately I cannot use that. :(
by snap2000
Sat Nov 06, 2004 11:28 pm
Forum: Coding Questions
Topic: ListIconGadget doesn't sort?
Replies: 4
Views: 1276

ListIconGadget doesn't sort?

I thought the ListIconGadget was supposed to sort the items in the columns when you clicked a column header. :-/

If that was never the case, how might I go about doing this?
by snap2000
Wed Aug 18, 2004 4:12 am
Forum: Coding Questions
Topic: Fixed line width, at any angle...
Replies: 2
Views: 1132

Yes! That's just what I need! I'll be examining that to see what you did. :)

Thank you. :D
by snap2000
Tue Aug 17, 2004 11:08 pm
Forum: Coding Questions
Topic: Fixed line width, at any angle...
Replies: 2
Views: 1132

Fixed line width, at any angle...

I've been racking my mind to try to find a way to be able to have a line point toward the mouse cursor, without exceeding a specific length. I am currently doing a sort of development thing to try and find a way, but I'm not having much luck. An ideal method would be to have the line go all the way ...
by snap2000
Tue Aug 17, 2004 8:56 pm
Forum: Coding Questions
Topic: Mouse / Window Boundaries and Smooth Circle
Replies: 8
Views: 2377

Actually, if that other one doesnt work for you, I have one you can try. I decided I would try to write a set of anti-aliased shape commands. Here's my first attempt at an ellipse one. Two problems: firstly, its far too slow to be used in realtime and secondly, it produces bad results when the ...
by snap2000
Tue Aug 17, 2004 8:54 pm
Forum: Coding Questions
Topic: Mouse / Window Boundaries and Smooth Circle
Replies: 8
Views: 2377

GreenGiant wrote:Hmm I dont know why it would generate an error, it runs fine for me. Are you running the latest version of PB?
3.90, probably not the latest... Where might I see what changes have been made to consider downloading an update?
by snap2000
Tue Aug 17, 2004 12:49 am
Forum: Coding Questions
Topic: Mouse / Window Boundaries and Smooth Circle
Replies: 8
Views: 2377

Thank you, although it generates errors for me because you're using variables for UseImage(), etc. I'll see if I can learn anything from it, though. :)

I didn't know PB antialiased when resizing, I'm happy that you told me that. :)
by snap2000
Mon Aug 16, 2004 1:04 am
Forum: Coding Questions
Topic: Mouse / Window Boundaries and Smooth Circle
Replies: 8
Views: 2377

GreenGiant wrote:In answer to your first question, you could try using WindowMouseX() /WindowMouseY() instead of the ExamineMouse() and MouseX()/MouseY() commands.
Ah! Very good, thank you. :)

With what I'm going to do, the new set of coordinates will be easy to work with, too. :)
by snap2000
Sun Aug 15, 2004 11:56 pm
Forum: Coding Questions
Topic: Window Resize Values?
Replies: 4
Views: 1402

If I am not mistaken, you could simply check the dimensions of the window in your loop, and if they're different, just record the new dimensions with WindowHeight() and WindowWidth()
by snap2000
Sun Aug 15, 2004 11:23 pm
Forum: Coding Questions
Topic: Mouse / Window Boundaries and Smooth Circle
Replies: 8
Views: 2377

Mouse / Window Boundaries and Smooth Circle

A) When I am using examinemouse(), I always have the problem of the mouse disappearing, and not being able to leave the window boundaries. Is it possible to correct these?

B) Would there happen to be a method to draw a smooth circle, or would I have to make an image?
by snap2000
Sun Jul 11, 2004 11:02 pm
Forum: Coding Questions
Topic: Checkbox Already Checked?
Replies: 2
Views: 1072

freak wrote:use SetGadgetState(#Checkbox, 1) to make it checked after you created it.

Timo
Thanks for your reply. I was coming here to delete it, because I just realized the answer when I was unable to come online. :oops:

Oh, well. An answer for someone else with the same question, right? ;)
by snap2000
Sun Jul 11, 2004 10:18 pm
Forum: Coding Questions
Topic: Checkbox Already Checked?
Replies: 2
Views: 1072

Checkbox Already Checked?

Is it possible to have a checkboxgadget checked without having to first be clicked by the user?
by snap2000
Sun Jun 27, 2004 9:25 pm
Forum: Coding Questions
Topic: Install Font?
Replies: 9
Views: 1979

Alright, so when I get the full version (yes, I'm definantly going to buy PB when I can) I'll have a good way to do it (GPI's), but until then I'm just going with Arial. :oops:

Thanks for your continuous support, PBers. :)
by snap2000
Sun Jun 27, 2004 5:18 am
Forum: Coding Questions
Topic: Install Font?
Replies: 9
Views: 1979

Install Font?

Is it possible to install an available font in VB?

EDIT: This is going to be in Windows only... I'm still a beginner, so I didn't put it in the Windows forum... I think I've seen one...