Search found 11 matches
- Fri Jun 18, 2010 6:23 pm
- Forum: Your projects
- Topic: Crystal Planet
- Replies: 8
- Views: 12598
- Wed May 26, 2010 3:30 pm
- Forum: Feature requests
- Topic: BitmapFromFile
- Replies: 12
- Views: 31721
Without function:
Code: Select all
float rr,gg,bb;
rr=this.Pixel.R; gg=this.Pixel.G; bb=this.Pixel.B;
this.Pixel.A = 1-(rr==0 && gg==1 && bb==1); // 0,1,1 RGB(0,255,255)
- Mon May 17, 2010 12:06 am
- Forum: Bug reports
- Topic: caption of project tree item
- Replies: 0
- Views: 6439
caption of project tree item
caption value change after change property only
- Sat May 08, 2010 1:58 pm
- Forum: Feature requests
- Topic: BitmapFromFile -> png
- Replies: 3
- Views: 5787
- Sat May 08, 2010 10:59 am
- Forum: Feature requests
- Topic: text editor
- Replies: 1
- Views: 4222
text editor
Maybe use a text editor scintilla in code editor? Very nice open source component with highlighting syntax, and much more...
http://www.scintilla.org/
http://www.scintilla.org/
- Sat May 08, 2010 10:41 am
- Forum: Feature requests
- Topic: BitmapFromFile -> png
- Replies: 3
- Views: 5787
BitmapFromFile -> png
why not support png format in BitmapFromFile?
it small, nice format with alpha layer...
it small, nice format with alpha layer...
- Fri May 07, 2010 3:14 pm
- Forum: Bug reports
- Topic: panel not hide
- Replies: 4
- Views: 6883
- Fri May 07, 2010 2:37 pm
- Forum: Bug reports
- Topic: panel not hide
- Replies: 4
- Views: 6883
panel not hide
Panel not hide.
OS - Windows 7 Ultimate, x64.
For unpack archive- http://www.7-zip.org/
Add *.7z extension to allowed upload extensions=)
Thanks!
OS - Windows 7 Ultimate, x64.
For unpack archive- http://www.7-zip.org/
Add *.7z extension to allowed upload extensions=)
Thanks!
- Wed May 05, 2010 3:51 am
- Forum: Feature requests
- Topic: Mouse Wheel
- Replies: 5
- Views: 7294
- Tue May 04, 2010 6:46 pm
- Forum: Feature requests
- Topic: Mouse Wheel
- Replies: 5
- Views: 7294
- Mon May 03, 2010 9:31 pm
- Forum: Feature requests
- Topic: Mouse Wheel
- Replies: 5
- Views: 7294
Mouse Wheel
Hi!
it would be nice to make the implementation of processing mouse wheel.
For example:
it would be nice to make the implementation of processing mouse wheel.
For example:
Code: Select all
int tmp=App.MouseWheelDelta;
App.CameraRotation.X +=tmp;