Omnimaga: The Coders Of Tomorrow
Welcome, Guest. Please login or register.
 
Omnimaga: The Coders Of Tomorrow
25 May, 2013, 17:13:54 *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
   home   news downloads projects tutorials misc forums rules new posts irc about Login Register  
+-OmnomIRC

You must Register, be logged in and have at least 40 posts to use this shout-box! If it still doesn't show up afterward, it might be that OmnomIRC is disabled for your group or under maintenance.

Note: You can also use an IRC client like mIRC, X-Chat or Mibbit to connect to an EFnet server and #omnimaga.

Pages: 1 ... 4 5 [6] 7 8 ... 21   Go Down
  Print  
Author Topic: Updating WZGUILib - Updating would like input  (Read 11745 times) Bookmark and Share
Levak and 1 Guest are viewing this topic.
Nick
LV9 Veteran (Next: 1337)
*********
Offline Offline

Gender: Male
Last Login: Today at 15:20:51
Date Registered: 05 June, 2011, 20:01:07
Location: 51° 12′ 34″ N, 3° 13′ 31″ E
Posts: 1179


Total Post Ratings: +158

View Profile WWW
« Reply #75 on: 11 April, 2012, 14:01:08 »
0

it lught be hard to add, but would a  trackbar be possible? that would be really useful for my later projects Smiley
Logged

jwalker
LV7 Elite (Next: 700)
*******
Online Online

Gender: Male
Last Login: Today at 17:11:15
Date Registered: 20 December, 2011, 00:20:52
Location: its cold outside
Posts: 611


Topic starter
Total Post Ratings: +11

View Profile
« Reply #76 on: 11 April, 2012, 21:22:29 »
0

That wouldnt be too hard, i could probably get it done prety fast.
Also i was thinking about adding events to forms, like when you close a form it calls a function that the user defined, or when a form is maximized or minimized.
formEvents = {close = function(), maximized = function(), minimized = function()}
Logged


My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!


Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads
Nick
LV9 Veteran (Next: 1337)
*********
Offline Offline

Gender: Male
Last Login: Today at 15:20:51
Date Registered: 05 June, 2011, 20:01:07
Location: 51° 12′ 34″ N, 3° 13′ 31″ E
Posts: 1179


Total Post Ratings: +158

View Profile WWW
« Reply #77 on: 11 April, 2012, 22:05:25 »
0

wow, you're making it really making it heavy loaded with features ö nice work!

small list:
 - a small box that comes beneath your cursor when hovering over a button or link
 - trackbar
 - toolbar with icons
 - progressbar
         This is the one i made, maybe you can just add it to your controls and adapt it maybe..

here is an image of the visual studio toolbow, might Nspire you


edit: and could you please give examples that work in the package? i tried the button one, and i had to change a lot to make it work, and it still seems not to do what it has to.. so if you could please check that
« Last Edit: 11 April, 2012, 22:10:15 by Nick » Logged

jwalker
LV7 Elite (Next: 700)
*******
Online Online

Gender: Male
Last Login: Today at 17:11:15
Date Registered: 20 December, 2011, 00:20:52
Location: its cold outside
Posts: 611


Topic starter
Total Post Ratings: +11

View Profile
« Reply #78 on: 11 April, 2012, 23:31:28 »
0

are you meaning this:
make a window: wnd1 = form(10, 10, 100, 100, false, "Example", color.white, color.black, true, false)--no context menu
btn1 = button("Button", 1, 1, action(), color.black, color.Bcontrol, false, wnd1)
                       text, x, y, called when clicked, text color, bg color, opt3d, parent

x and y are offsets from the body of the parent window. opt3d will be depricated

this example will work, all you need is to create a function called action()
Logged


My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!


Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads
jwalker
LV7 Elite (Next: 700)
*******
Online Online

Gender: Male
Last Login: Today at 17:11:15
Date Registered: 20 December, 2011, 00:20:52
Location: its cold outside
Posts: 611


Topic starter
Total Post Ratings: +11

View Profile
« Reply #79 on: 12 April, 2012, 10:38:47 »
0

Ok, Due to the fact that Omnimaga seems to be having problems and i would like to reach farther into the community, ive created a second thread that i will also release information and answer questions
it is located on cemetech and can be found here:
http://www.cemetech.net/forum/viewtopic.php?t=7677

THIS will still be the main thread though

Its not that omnimaga is having huge problems or anything, its just that if i am working with others on creating a style pack or controls or something and omnimaga happens to go down, i can still do some work
Logged


My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!


Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads
jwalker
LV7 Elite (Next: 700)
*******
Online Online

Gender: Male
Last Login: Today at 17:11:15
Date Registered: 20 December, 2011, 00:20:52
Location: its cold outside
Posts: 611


Topic starter
Total Post Ratings: +11

View Profile
« Reply #80 on: 12 April, 2012, 20:52:17 »
0

I am going to make a progress bar, but it will be contained in a new control, the status bar
I also am planning to make group boxes, trackbars, scrollbars and a few others
I also am probably will make a "tooltip", where when you hover your mouse over something it will display a box with info in it

Also this is not a double post.
« Last Edit: 12 April, 2012, 22:30:39 by jwalker » Logged


My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!


Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads
jwalker
LV7 Elite (Next: 700)
*******
Online Online

Gender: Male
Last Login: Today at 17:11:15
Date Registered: 20 December, 2011, 00:20:52
Location: its cold outside
Posts: 611


Topic starter
Total Post Ratings: +11

View Profile
« Reply #81 on: 13 April, 2012, 21:24:12 »
0

Yesterday i added icon support to forms, created an alpha status bar, and started working on a progress bar
Logged


My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!


Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads
Nick
LV9 Veteran (Next: 1337)
*********
Offline Offline

Gender: Male
Last Login: Today at 15:20:51
Date Registered: 05 June, 2011, 20:01:07
Location: 51° 12′ 34″ N, 3° 13′ 31″ E
Posts: 1179


Total Post Ratings: +158

View Profile WWW
« Reply #82 on: 14 April, 2012, 02:40:09 »
0

nice. what should the resolution of the icons be? 8x8, 16x16 or something else? and a status bar, nice Smiley

just another question, is it possible to use all these objects out of a form, just on the screen? or do you have to make a form for them?
and could you please update the examples with working ones so we can actually use them?
Logged

DJ Omnimaga
Retired Omnimaga founder (Site issues must be PM'ed to Netham45, Eeems, Shmibs, Deep Thought and AngelFish, not me.)
Editor
LV15 Omnimagician (Next: --)
*
Offline Offline

Gender: Male
Last Login: Today at 13:26:24
Date Registered: 25 August, 2008, 07:00:21
Location: Québec (Canada)
Posts: 50235


Total Post Ratings: +2615

View Profile WWW
« Reply #83 on: 14 April, 2012, 05:26:58 »
0

Glad this is still progressing jwalker. Smiley
Logged

Retired 83+ coder, Omnimaga/TIMGUL founder. Now doing power metal music (formerly did electronica)

Follow me on Bandcamp|Facebook|Reverbnation|Youtube|Twitter|Myspace
jwalker
LV7 Elite (Next: 700)
*******
Online Online

Gender: Male
Last Login: Today at 17:11:15
Date Registered: 20 December, 2011, 00:20:52
Location: its cold outside
Posts: 611


Topic starter
Total Post Ratings: +11

View Profile
« Reply #84 on: 14 April, 2012, 07:50:30 »
0

yea, i am too Smiley, and there still as so much more to come...
Also right now there are 16X16 icons, but i think that may be too big, so i will try a smaller size.
As of right now, you have to have them in a form, but i thought of making the "Home screen", that would have the abbility to contain controls, but also have a windows like taskbar that contains the icon of forms that are open.
These controls will work:

Paste these controls into the create method with the form, past the form first:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Icon1 = image.new("\016\000\000\000\016\000\000\000\000\000\000\000 \000\000\000\016\000\001\000\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\192\255\192\255\192\255\192\255\192\255\192\255\192\255\192\255\192\255\192\255\192\255\192\255\192\255\192\255\239\189\239\189\192\255\192\255\157\130\157\130\157\130\157\130\157\130\157\130\157\130\157\130\157\130\157\130\192\255\192\255\239\189\239\189\192\255\192\255\157\130\157\130\157\130\157\130\157\130\157\130\157\130\157\130\157\130\157\130\192\255\192\255\239\189\239\189\192\255\192\255\192\255\192\255\192\255\192\255\157\130\157\130\192\255\192\255\192\255\192\255\192\255\192\255\239\189\239\189\192\255\192\255\192\255\192\255\192\255\192\255\157\130\157\130\192\255\192\255\192\255\192\255\192\255\192\255\239\189\239\189\192\255\192\255\192\255\192\255\192\255\192\255\157\130\157\130\192\255\192\255\192\255\192\255\192\255\192\255\239\189\239\189\192\255\192\255\192\255\192\255\192\255\192\255\157\130\157\130\192\255\192\255\192\255\192\255\192\255\192\255\239\189\239\189\192\255\192\255\192\255\192\255\192\255\192\255\157\130\157\130\192\255\192\255\192\255\192\255\192\255\192\255\239\189\239\189\192\255\192\255\192\255\192\255\192\255\192\255\157\130\157\130\192\255\192\255\192\255\192\255\192\255\192\255\239\189\239\189\192\255\192\255\192\255\192\255\192\255\192\255\157\130\157\130\192\255\192\255\192\255\192\255\192\255\192\255\239\189\239\189\192\255\192\255\192\255\192\255\192\255\192\255\157\130\157\130\192\255\192\255\192\255\192\255\192\255\192\255\239\189\239\189\192\255\192\255\157\130\157\130\157\130\157\130\157\130\157\130\157\130\157\130\157\130\157\130\192\255\192\255\239\189\239\189\192\255\192\255\157\130\157\130\157\130\157\130\157\130\157\130\157\130\157\130\157\130\157\130\192\255\192\255\239\189\239\189\192\255\192\255\192\255\192\255\192\255\192\255\192\255\192\255\192\255\192\255\192\255\192\255\192\255\192\255\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189")
Icon2 = image.new("\016\000\000\000\016\000\000\000\000\000\000\000 \000\000\000\016\000\001\000\024\227\024\227\024\227\024\227\024\227\024\227\024\227\024\227\024\227\024\227\024\227\024\227\024\227\024\227\024\227\024\227\024\227\157\130\157\130\157\130\157\130\157\130\157\130\157\130\157\130\157\130\157\130\157\130\157\130\157\130\157\130\024\227\024\227\000\128\000\128\000\128\000\128\000\128\000\128\000\128\000\128\000\128\000\128\000\128\000\128\000\128\000\128\024\227\024\227\157\130\157\130\157\130\157\130\157\130\157\130\157\130\000\128\157\130\157\130\157\130\157\130\157\130\157\130\024\227\024\227\157\130\157\130\157\130\157\130\157\130\157\130\157\130\000\128\157\130\157\130\157\130\157\130\157\130\157\130\024\227\024\227\157\130\157\130\157\130\157\130\157\130\157\130\157\130\000\128\157\130\157\130\157\130\157\130\157\130\157\130\024\227\024\227\157\130\000\128\000\128\000\128\000\128\000\128\000\128\000\128\000\128\000\128\000\128\000\128\000\128\157\130\024\227\024\227\157\130\157\130\157\130\157\130\157\130\157\130\157\130\000\128\157\130\157\130\157\130\157\130\157\130\157\130\024\227\024\227\157\130\157\130\157\130\157\130\157\130\157\130\157\130\000\128\157\130\157\130\157\130\157\130\157\130\157\130\024\227\024\227\157\130\157\130\157\130\157\130\157\130\157\130\157\130\000\128\157\130\157\130\157\130\157\130\157\130\157\130\024\227\024\227\157\130\157\130\157\130\157\130\157\130\000\128\000\128\000\128\000\128\000\128\157\130\157\130\157\130\157\130\024\227\024\227\157\130\157\130\157\130\157\130\000\128\000\128\157\130\000\128\157\130\000\128\000\128\157\130\157\130\157\130\024\227\024\227\157\130\157\130\157\130\000\128\000\128\157\130\157\130\000\128\157\130\157\130\000\128\000\128\157\130\157\130\024\227\024\227\157\130\000\128\000\128\000\128\157\130\157\130\157\130\000\128\157\130\157\130\157\130\000\128\000\128\157\130\024\227\024\227\000\128\000\128\157\130\157\130\157\130\157\130\157\130\000\128\157\130\157\130\157\130\157\130\000\128\000\128\024\227\024\227\024\227\024\227\024\227\024\227\024\227\024\227\024\227\024\227\024\227\024\227\024\227\024\227\024\227\024\227\024\227")
Icon3 = image.new("\016\000\000\000\016\000\000\000\000\000\000\000 \000\000\000\016\000\001\000\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189}\207}\207}\207}\207}\207}\207}\207}\207}\207}\207}\207}\207}\207}\207\239\189\239\189}\207}\207}\207}\207}\207}\207\000\128\000\128}\207}\207}\207}\207}\207}\207\239\189\239\189}\207}\207}\207}\207}\207}\207\000\128\000\128}\207}\207}\207}\207}\207}\207\239\189\239\189}\207}\207}\207}\207}\207\000\128\192\255\192\255\000\128}\207}\207}\207}\207}\207\239\189\239\189}\207}\207}\207}\207}\207\000\128\192\255\192\255\000\128}\207}\207}\207}\207}\207\239\189\239\189}\207}\207}\207}\207\000\128\192\255d\244d\244\192\255\000\128}\207}\207}\207}\207\239\189\239\189}\207}\207}\207}\207\000\128\192\255d\244d\244\192\255\000\128}\207}\207}\207}\207\239\189\239\189}\207}\207}\207\000\128\192\255\192\255d\244d\244\192\255\192\255\000\128}\207}\207}\207\239\189\239\189}\207}\207}\207\000\128\192\255\192\255d\244d\244\192\255\192\255\000\128}\207}\207}\207\239\189\239\189}\207}\207\000\128\192\255\192\255\192\255d\244d\244\192\255\192\255\192\255\000\128}\207}\207\239\189\239\189}\207}\207\000\128\192\255\192\255\192\255\192\255\192\255\192\255\192\255\192\255\000\128}\207}\207\239\189\239\189}\207\000\128\192\255\192\255\192\255\192\255d\244d\244\192\255\192\255\192\255\192\255\000\128}\207\239\189\239\189}\207\000\128\192\255\192\255\192\255\192\255d\244d\244\192\255\192\255\192\255\192\255\000\128}\207\239\189\239\189\000\128\000\128\000\128\000\128\000\128\000\128\000\128\000\128\000\128\000\128\000\128\000\128\000\128\000\128\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189\239\189")

              Tabs = {atab = {text = "Tab1", selected = true, controls = {}, x = 0, y = 0},
btab = {text = "Tab2", selected = false, controls = {}, x = 0, y = 0},
ctab = {text = "Tab3", selected = false, controls = {}, x = 0, y = 0},
dtab = {text = "Tab4", selected = false, controls = {}, x = 0, y = 0}}
              wndIX = form(1, 1, 160, 160, true, "Title", color.white, color.brickred, true, false, false)
mpics = { Icon1, Icon2, Icon3}
mlbls = { "Icon1", "Icon2", "Icon3"}
pcb = pb(1, 1, 16, 16, mlbls, mpics, color.red, 3, lblsys, wndIX, false)
btn1 = button( "Tst", 20, 20, clickFabove, color.white, color.Bcontrol, wndIX)
lbl1 = lable(150, 100, "WZGUIlib", 6, color.red, wndIX)
ud = NumericUD(3, 3, 5, color.black, 25, -20, color.black, color.black, wndIX, true)
chk1 = checkbox(1, 1, "Checkbox 1", true, color.Bdark, color.green, color.black, wndIX)
chk2 = checkbox(1, 14, "Checkbox 2", false, color.Bdark, color.green, color.black, wndIX)
chk3 = checkbox(1, 26, "Checkbox 3", true, color.Bdark, color.green, color.black, wndIX)
rdb1 = radioButton("RDB 1", 1, 38, true, color.Bdark, color.green, color.red, wndIX)
rdb2 = radioButton("RDB 2", 1, 50, false, color.Bdark, color.green, color.red, wndIX)
rdb3 = radioButton("RDB 3", 1, 62, false, color.Bdark, color.green, color.red, wndIX)
textbox1 = textbox(3, 3, "", color.black, color.black, wndIX, true)
tbc = tabcontrol(15, 15, 105, 30, Tabs, wndIX)
The icons are some quick images i made for testing the new form stuff, they arent important
« Last Edit: 14 April, 2012, 10:01:00 by jwalker » Logged


My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!


Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads
jwalker
LV7 Elite (Next: 700)
*******
Online Online

Gender: Male
Last Login: Today at 17:11:15
Date Registered: 20 December, 2011, 00:20:52
Location: its cold outside
Posts: 611


Topic starter
Total Post Ratings: +11

View Profile
« Reply #85 on: 16 April, 2012, 17:22:55 »
0

Yesterday i stoped work on the this version to try and port the form control to prizm C, since it worked prety well i will continue with the prizm C version AFTER the release of v3. I will continue working on this version today
Logged


My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!


Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads
jwalker
LV7 Elite (Next: 700)
*******
Online Online

Gender: Male
Last Login: Today at 17:11:15
Date Registered: 20 December, 2011, 00:20:52
Location: its cold outside
Posts: 611


Topic starter
Total Post Ratings: +11

View Profile
« Reply #86 on: 28 April, 2012, 16:53:34 »
0

Ok, how would I call the make.bat in the prizm-0.3 sdk in a C# program?
I will be porting WZGUILIB to prizm C so I'm writing some tools for myself, also im trying to boost my C# skills :p
Logged


My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!


Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads
DJ Omnimaga
Retired Omnimaga founder (Site issues must be PM'ed to Netham45, Eeems, Shmibs, Deep Thought and AngelFish, not me.)
Editor
LV15 Omnimagician (Next: --)
*
Offline Offline

Gender: Male
Last Login: Today at 13:26:24
Date Registered: 25 August, 2008, 07:00:21
Location: Québec (Canada)
Posts: 50235


Total Post Ratings: +2615

View Profile WWW
« Reply #87 on: 28 April, 2012, 19:14:57 »
0

You might want to ask here instead: http://www.omnimaga.org/index.php?board=146.0

Since your question is PRIZM-related, you will get more answers there.
Logged

Retired 83+ coder, Omnimaga/TIMGUL founder. Now doing power metal music (formerly did electronica)

Follow me on Bandcamp|Facebook|Reverbnation|Youtube|Twitter|Myspace
jwalker
LV7 Elite (Next: 700)
*******
Online Online

Gender: Male
Last Login: Today at 17:11:15
Date Registered: 20 December, 2011, 00:20:52
Location: its cold outside
Posts: 611


Topic starter
Total Post Ratings: +11

View Profile
« Reply #88 on: 29 April, 2012, 03:57:02 »
0

Thats ok, I think I have it figured out
Logged


My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!


Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads
jwalker
LV7 Elite (Next: 700)
*******
Online Online

Gender: Male
Last Login: Today at 17:11:15
Date Registered: 20 December, 2011, 00:20:52
Location: its cold outside
Posts: 611


Topic starter
Total Post Ratings: +11

View Profile
« Reply #89 on: 08 May, 2012, 01:03:24 »
0

Ok, So here is what is going on
I have to move back the project just a little bit,
1. Ti-Nspire 3.2 doesnt come out until june
2. Finals are comming up next week
3. I am having about 3 track meets a weak, so i dont have a lot of time

Expect a release sometime in june
I also may release a small beta release soon on this thread to show what i have done
Logged


My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!


Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads
Pages: 1 ... 4 5 [6] 7 8 ... 21   Go Up
  Print  
 
Jump to:  

Powered by EzPortal
Powered by MySQL Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Powered by PHP
Page created in 0.296 seconds with 31 queries.
Skin by DJ Omnimaga edited from SMF default theme with the help of tr1p1ea.
All programs, games and songs avaliable on this website are property of their respective owners.
Best viewed in Opera, Firefox, Chrome and Safari with a resolution of 1024x768 or above.