Author Topic: ADE Dev Screenshots  (Read 12592 times)

0 Members and 1 Guest are viewing this topic.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Dev Screenshots
« Reply #30 on: February 24, 2010, 08:40:27 pm »
This is my Browser I'm working on, so far you can change the URL of the page you are going to. I have to add some parsing to the top to keep it from erroring.
« Last Edit: February 24, 2010, 08:41:04 pm by Eeems »
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Dev Screenshots
« Reply #31 on: February 24, 2010, 11:59:55 pm »
interesting

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Dev Screenshots
« Reply #32 on: March 01, 2010, 08:16:42 pm »
here is me playing around with the textbox style
/e

Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: Dev Screenshots
« Reply #33 on: March 01, 2010, 08:52:08 pm »
nice eeems and i like the message XD

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Dev Screenshots
« Reply #34 on: March 01, 2010, 09:23:18 pm »
Lol thanks!
Should I make it white on black? Or not?
/e

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Dev Screenshots
« Reply #35 on: March 01, 2010, 09:24:51 pm »
Nice Eeems!  Can you make it pink and message us about lobsters?

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Dev Screenshots
« Reply #36 on: March 01, 2010, 09:40:07 pm »
Lol easy :p
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Dev Screenshots
« Reply #37 on: March 02, 2010, 12:43:05 am »
I would prefer if we could choose the bg color and the text color maybe. I personally hate reading text on dark bg, but some people hate the opposite

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Dev Screenshots
« Reply #38 on: March 02, 2010, 12:53:04 am »
Yeah I know, I'll try to add in preferences later for that.
My goal is to allow for that, but I don't know when that will be done :/
/e

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Dev Screenshots
« Reply #39 on: March 05, 2010, 04:28:23 pm »
Here is the preferences pane, let me know if you have any other preferences you would rather I included.
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Dev Screenshots
« Reply #40 on: March 05, 2010, 04:35:06 pm »
interesting, I haven't seen such preference panel before. often, people will just have a window pop up. Btw make sure it is secure, too, that it won't let ppl put random shit in the fields, like the CSS one, screwing up the entire software or even the computer

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Dev Screenshots
« Reply #41 on: March 05, 2010, 04:39:09 pm »
well I'm not worried about the css one, it only effects the textbox, and it doesn't have enough control to mess up the whole program.
each time a text field is added the css is called into the stlye="" field and so it can't effect anything other then the textbox.
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Dev Screenshots
« Reply #42 on: March 05, 2010, 05:13:40 pm »
well what I thought is if someone decided to do style="display: none;" x.x

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Dev Screenshots
« Reply #43 on: March 05, 2010, 06:00:00 pm »
Well they could do something like that, but it would only effect the textbox, so that would be easy to fix again.
/e

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Dev Screenshots
« Reply #44 on: March 05, 2010, 06:32:17 pm »
That looks great Eeems! :D