Search found 9 matches

by Criss
Mon Jun 02, 2014 7:21 pm
Forum: Coding Questions
Topic: "ff00ff" to rgb(255, 0, 255) for example
Replies: 6
Views: 1272

Re: "ff00ff" to rgb(255, 0, 255) for example

Thanks, the second example is the right thing!
by Criss
Mon Jun 02, 2014 6:44 pm
Forum: Coding Questions
Topic: "ff00ff" to rgb(255, 0, 255) for example
Replies: 6
Views: 1272

"ff00ff" to rgb(255, 0, 255) for example

Hi,

how can i convert a "ff00ff"-String in this 3 numbers (red green blue) for rgb()?

Thanks for helping me!
by Criss
Sun Apr 26, 2009 7:33 am
Forum: Applications - Feedback and Discussion
Topic: (just another) Map Editor
Replies: 13
Views: 7188

@Hurga:

It's ok, when you make some changes.
At the moment, i don't have the time to work on it. I have some other projects to complete.
by Criss
Fri Apr 24, 2009 5:16 pm
Forum: Applications - Feedback and Discussion
Topic: (just another) Map Editor
Replies: 13
Views: 7188

Hey, nice work!
It's cool that you use my jnr-engine.

I have made two mapeditors, but no one is complete.

So, keep up the good work.
by Criss
Wed Jun 20, 2007 9:02 am
Forum: Coding Questions
Topic: Rotate Image
Replies: 33
Views: 15465

@Sparkie, nice Tool! Can you list here, your source, please?
by Criss
Mon Jun 04, 2007 6:03 am
Forum: Feature Requests and Wishlists
Topic: ListViewGadget and #PB_EventType_RightClick
Replies: 4
Views: 1893

#LB_ITEMFROMPOINT = $1A9

If OpenWindow(0,0,0,290,200,"", #PB_Window_SystemMenu|#PB_Window_ScreenCentered) And CreateGadgetList(WindowID(0))
ListViewGadget(0,20,35,250,120)
For a=1 To 12
AddGadgetItem (0,-1,"Item "+Str(a)+" of the Listview")
Next
SetGadgetState(0,9)
EndIf

Repeat

Event ...
by Criss
Thu Apr 19, 2007 3:03 pm
Forum: Tricks 'n' Tips
Topic: How to manage WindowedScreen+GUI Gadgets together
Replies: 17
Views: 17808

Hi!
Is there a way, to do the same with the windowedscreen inside a containergadget?
by Criss
Mon Dec 18, 2006 9:38 am
Forum: Announcement
Topic: MIDI files management
Replies: 4
Views: 2783

Look's nice! But, what can i do all, with them? Can i change the instruments or the volume per instrument or the key of midi?
by Criss
Mon Dec 04, 2006 9:47 am
Forum: Coding Questions
Topic: Menu Font
Replies: 3
Views: 3513

Menu Font

Hi!

Is it possible to change the MenuTitle-Font and the MenuItems-Font?

Thanks, for the Help!
Criss