EvAsion Posted April 17, 2008 Share Posted April 17, 2008 (edited) I loved Dhilip89's periodic table so much that i thought i would improve it!Added search options, valencies, electronegativities.Also shows what compounds each element exists in.Original topic: Dhilip89's periodic tableUpdate: Gui no longer flashes on and off when searching /changing table + minor edits (thanks wooltown)Update: Added wiki link, and added Density, Melting Point, Boiling Point and isotopes (only for some elements i'll finish later..) Now shows organic compounds (although the database is obviously incomplete) Attachment includes compiled version and source.Periodic_Table.zip Edited April 26, 2008 by EvAsion |-- Periodic Table --||-- Dynamic Class Timetable --||-- Navigation in Counter-Strike --| Link to comment Share on other sites More sharing options...
Wooltown Posted April 17, 2008 Share Posted April 17, 2008 Very nice, but when you click on a search button or radio button, the windows disapperars and then shows up again, try disabling the update of the GUI when a search is made and then enabling it again, perhaps use the functions below. Func GUIusrDis() GUISetState(@SW_LOCK, $GUI) GUISetState(@SW_DISABLE, $GUI) GUISetCursor(15, 1) EndFunc ;==>GUIusrDis ;=============================================================== Func GUIusrEna() GUISetCursor(2, 1) GUISetState(@SW_UNLOCK, $GUI) GUISetState(@SW_ENABLE, $GUI) EndFunc ;==>GUIusrEna Link to comment Share on other sites More sharing options...
gseller Posted April 17, 2008 Share Posted April 17, 2008 Pretty Sweet!! You can add these global constants to make it run in the beta 3.2.11.5 Global Const $SS_CENTER = 1 Global Const $SS_CENTERIMAGE = 0x0200 Global Const $WS_POPUPWINDOW = 0x80880000 Global Const $WS_SYSMENU = 0x00080000 Global Const $WS_CAPTION = 0x00C00000 Link to comment Share on other sites More sharing options...
EvAsion Posted April 18, 2008 Author Share Posted April 18, 2008 Thanks wooltown, that makes the search look a lot cleaner. And gessler the new beta kinda messes up the GUI. oh well. |-- Periodic Table --||-- Dynamic Class Timetable --||-- Navigation in Counter-Strike --| Link to comment Share on other sites More sharing options...
Wooltown Posted April 18, 2008 Share Posted April 18, 2008 Looks nice, do the same on the Default/Valencies radio buttons. do the Valencies radio button text field a little bit larger, I can only see the half "s". Link to comment Share on other sites More sharing options...
EvAsion Posted April 18, 2008 Author Share Posted April 18, 2008 (edited) Looks nice, do the same on the Default/Valencies radio buttons. do the Valencies radio button text field a little bit larger, I can only see the half "s".Thanks for your interest and assistance wooltown.Btw.. AutoIT - The best a man can get ! should be AutoI>>t<< - The best a man can get ! =) Edited April 18, 2008 by EvAsion |-- Periodic Table --||-- Dynamic Class Timetable --||-- Navigation in Counter-Strike --| Link to comment Share on other sites More sharing options...
Dampe Posted April 19, 2008 Share Posted April 19, 2008 That is extremely nice, you've impressed me. Damn you people having great ideas. Link to comment Share on other sites More sharing options...
Horrendous Posted April 19, 2008 Share Posted April 19, 2008 this is nice. even if not interested in chemistry.. Link to comment Share on other sites More sharing options...
EvAsion Posted April 20, 2008 Author Share Posted April 20, 2008 any ideas for what else i could add to it? |-- Periodic Table --||-- Dynamic Class Timetable --||-- Navigation in Counter-Strike --| Link to comment Share on other sites More sharing options...
Wooltown Posted April 21, 2008 Share Posted April 21, 2008 Temperatures, where it changes from solid to liquid, and from liquid to gas. Link to comment Share on other sites More sharing options...
Wooltown Posted April 21, 2008 Share Posted April 21, 2008 Some elements doesn't have a border around them, perhaps you can fix it. Link to comment Share on other sites More sharing options...
EvAsion Posted April 21, 2008 Author Share Posted April 21, 2008 (edited) Some elements doesn't have a border around them, perhaps you can fix it.The border colours are intended. If you look at the bottom right there is a legend "Undiscovered, Synthetic, From decay, Primordial" The colours of the borders represent this legend. I suppose i could make the borders more visible/different colours. Edited April 21, 2008 by EvAsion |-- Periodic Table --||-- Dynamic Class Timetable --||-- Navigation in Counter-Strike --| Link to comment Share on other sites More sharing options...
EvAsion Posted April 26, 2008 Author Share Posted April 26, 2008 Updated. |-- Periodic Table --||-- Dynamic Class Timetable --||-- Navigation in Counter-Strike --| Link to comment Share on other sites More sharing options...
jvnorris Posted June 5, 2008 Share Posted June 5, 2008 Perhaps the borders should have maybe some type of coloring to them. The fade concept is kinda hard to get real determination of the changes unless you know beforehand which is what. Better yet for that section of key add an icon to the table that shows the different origins. ie *=Prim #= decay and what not. THis way they can all have reguar borders and one can still find the origin basis easily from the main screen Link to comment Share on other sites More sharing options...
EvAsion Posted June 5, 2008 Author Share Posted June 5, 2008 Perhaps the borders should have maybe some type of coloring to them. The fade concept is kinda hard to get real determination of the changes unless you know beforehand which is what. Better yet for that section of key add an icon to the table that shows the different origins. ie *=Prim #= decay and what not. THis way they can all have reguar borders and one can still find the origin basis easily from the main screenI've been working on this quite profusely for quite some time and i have actually already implemented this feature! Although i'm not going to release it until i finish everything that i've conceptualised. I've implemented alot of stoichiometry automation as well as more information ranging from boiling point to isotopes. Also a news system to get the latest in physics and chemistry news. Expect a massive overhaul of this project within the next month. |-- Periodic Table --||-- Dynamic Class Timetable --||-- Navigation in Counter-Strike --| Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now