Graal Forums  

Go Back   Graal Forums > Development Forums > Graphic Design
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #10  
Old 11-22-2010, 06:13 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by Supaman771 View Post
Windows Photo Gallery?
Change folder view to full tiles?
Etc?
Write your own!

PHP Code:
//#CLIENTSIDE

function onCreated() {
  
createGUI();
}

function 
createGUI() {
  if (
isObject("Heads")) Heads.destroy();
  
// Load Heads
  
temp.files.loadfolder("levels/heads/*"false);
  
temp.spaces int(400 32) - 1;
  
// Create GUI
  
new GuiWindowCtrl("Heads") {
    
width 400 24;
    
height 300 12;
    
isexternal true;
    
text "Head Viewer";
    new 
GuiScrollCtrl("Heads_Scroll") {
      
2;
      
width Heads.width 4;
      
height Heads.height 4;
      
this.clearcontrols();
      
// Add Heads
      
for (temp.filetemp.files) {
        new 
GuiShowImgCtrl("Head_" extractfilebase(temp.file)) {
          
32 * (temp.temp.spaces);
          
32 int(temp.temp.spaces);
          
image temp.file;
          
partw parth 32;
          
partx 0;
          
party 32 2;
          
thiso.catchevent(this.name"onMouseDown""onHeadSelected");
        }
        
temp.i++;
      }
    }
  }
}

function 
onHeadSelected(obj) {
  echo(
obj.image);

I could really make this thing shine had I put more than 15 minutes into it.
Attached Thumbnails
Click image for larger version

Name:	cap.JPG
Views:	868
Size:	67.4 KB
ID:	51967  
__________________
Quote:
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 04:25 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.