• What Are You Working On? V13
    5,003 replies, posted
[QUOTE=turb_;24953113]Could you not do this? [img_thumb]http://ahb.me/t-I[/img_thumb][/QUOTE] I haven't actually tried it, but it will probably complain that the disk is in use. [url=http://support.microsoft.com/kb/223188]Here are Microsoft's instructions on how to do it.[/url]
I like Windows' theme more because it feels more professional. I don't know, it just does.
[QUOTE=turb_;24953113]Could you not do this?[/QUOTE] That doesn't work. You can't change the drive letter of the partition Windows is installed on while it's in use.
[QUOTE=DeltaOps101;24953199]I haven't actually tried it, but it will probably complain that the disk is in use. [url=http://support.microsoft.com/kb/223188]Here are Microsoft's instructions on how to do it.[/url][/QUOTE] Yeah, that's what I needed to do, and it made it non-bootable, I was lucky to be able to undo the changes.
Significantly changed function syntax in Kari so I could use . for object member access. It should be more intuitive now anyway: [img]http://ahb.me/u0P[/img]
i wanted to make a text editor too. i call it notpad [img]http://i51.tinypic.com/2jd1mc.png[/img] [img]http://i52.tinypic.com/dnzfk5.png[/img] [img]http://i51.tinypic.com/64jiop.png[/img]
[QUOTE=id3z;24953821][img_thumb]http://i51.tinypic.com/2jd1mc.png[/img_thumb][/QUOTE] Holy shit that's sexy. Did you make that?
[QUOTE=id3z;24953821]i wanted to make a text editor too. i call it notpad[/QUOTE] notpad is bespad
[QUOTE=turb_;24953888]Holy shit that's sexy. Did you make that?[/QUOTE] a friend bascially did the ui. i made a base, sent him the project and he sent it back with a glassed out form and custom drawn tabcontrol. right now i'm working on making it make use of windows 7 stuff. i have thumbnail previews working for multiple tabs, i just need to mess with the preview so you can actually see the text
[QUOTE=id3z;24953821][img_thumb]http://i51.tinypic.com/2jd1mc.png[/img_thumb][/QUOTE] Your friend is a [b]very[/b] good designer. This is quite sexy. Good job!
Make sure to have a confirmation if that's a delete page next to the new page. I see myself accidentally hitting that.
[QUOTE=Zally13;24954408]Make sure to have a confirmation if that's a delete page next to the new page. I see myself accidentally hitting that.[/QUOTE] if no text was ever put in the document it'll just close, otherwise you get [img]http://i53.tinypic.com/15rbfjm.png[/img]
[QUOTE=id3z;24954455]if no text was ever put in the document it'll just close, otherwise you get [/QUOTE] Good, I should have expected it to do that, just making sure. :smile:
[QUOTE=id3z;24954455]if no text was ever put in the document it'll just close, otherwise you get [img]http://i53.tinypic.com/15rbfjm.png[/img][/QUOTE] Extra points if you make it say "save"/"don't save" instead of yes/no.
[QUOTE=id3z;24954455]if no text was ever put in the document it'll just close, otherwise you get [IMG]http://i53.tinypic.com/15rbfjm.png[/IMG][/QUOTE] How can i do those pretty looking MessageBoxes?
it's a TaskDialog. i'm using the Windows 7 API Code Pack for it since i'm using it for other things, but you could do it in [url=http://bartdesmet.net/blogs/bart/archive/2006/09/26/4470.aspx]native api[/url]
These TabPages looks a lot like those in WPF
Got basic MVC working in Kari Web MVC. The source of app.kari is: [code] controller "home" { index = (ctx -> ctx.view!) } controller "add" { index = (ctx -> ctx.view!), result = (ctx -> ctx.view "index" { } ctx.view { sum = add ctx.post.a ctx.post.b } ) } [/code] The full source is here: [url]http://github.com/charliesome/Kari/tree/master/kariweb/application[/url] [img]http://ahb.me/u2P[/img] There's a live demo at [url]http://charliesomerville.com:88[/url] [editline]05:17PM[/editline] If anyone here is wanting to get into web development, why not try Kari Web MVC? :v:
[QUOTE=turb_;24955644]Kari Web[/QUOTE] :iia:
So is the new fad notepads?
[QUOTE=Joshyy;24955868]So is the new fad notepads?[/QUOTE] [img]http://ahb.me/u3u[/img] Sure.
[QUOTE=turb_;24955879][img]http://ahb.me/u3u[/img] Sure.[/QUOTE] That's actually pretty awesome ;)
[QUOTE=Joshyy;24955882]That's actually pretty awesome ;)[/QUOTE] What, copying and pasting underscore-pipe a few hundred times? I don't really see the appeal :/
[QUOTE=turb_;24955879][img_thumb]http://ahb.me/u3u[/img_thumb] Sure.[/QUOTE] looks like grids in notepad :P
[QUOTE=turb_;24955879][img]http://ahb.me/u3u[/img] Sure.[/QUOTE] Looks unbelievably like Arcadia, girlfriends next to me and she said "Why is he posting a screenshot of your game? I burst out laughing. It's all good though, I like knowing I inspired someone. Any ideas behind what that will turn into? [editline]02:47PM[/editline] :v:
[QUOTE=i300;24954351]Your friend is a [B]very[/B] good designer. This is quite sexy. Good job![/QUOTE] I don't want to be an asshole, but I don't see what's particularly spectacular in the screenshot. I mean, does adding transparency instantly make your application super amazing? I don't get it.
[QUOTE=Dlaor-guy;24958023]Looks unbelievably like Arcadia, girlfriends next to me and she said "Why is he posting a screenshot of your game? I burst out laughing. It's all good though, I like knowing I inspired someone. Any ideas behind what that will turn into? [editline]02:47PM[/editline] :v:[/QUOTE] Zing! :smug:
[QUOTE=gparent;24958436]I don't want to be an asshole, but I don't see what's particularly spectacular in the screenshot. I mean, does adding transparency instantly make your application super amazing? I don't get it.[/QUOTE] The tabs look pretty good tho.
[QUOTE=Darwin226;24958472]The tabs look pretty good tho.[/QUOTE] The transparency looks great but the actual tab control is really simple.
[QUOTE=gparent;24958436]I don't want to be an asshole, but I don't see what's particularly spectacular in the screenshot. [b]I mean, does adding transparency instantly make your application super amazing?[/b] I don't get it.[/QUOTE] Yes, it's the bloom of GUIs.
Sorry, you need to Log In to post a reply to this thread.