Discovery Gaming Community
Discovery.Paperwork.Creator.Core.Output.Forum.ThreadHeader - Printable Version

+- Discovery Gaming Community (https://discoverygc.com/forums)
+-- Forum: The Community (https://discoverygc.com/forums/forumdisplay.php?fid=4)
+--- Forum: Flood (https://discoverygc.com/forums/forumdisplay.php?fid=19)
+--- Thread: Discovery.Paperwork.Creator.Core.Output.Forum.ThreadHeader (/showthread.php?tid=89693)

Pages: 1 2


Discovery.Paperwork.Creator.Core.Output.Forum.ThreadHeader - rwx - 11-06-2012

Thread creation test
//so the respective person will see some results and don't bother me again about my "myth application"
//(Yeah, I've read the faction status...)
  • Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaBold
    Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaFont
  • Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaBold
    xx-small
    x-small
    small
    medium
    large
    x-large
    xx-large
  • Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaBold
    Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaColor
  • Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaBold
    Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaBold
  • Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaBold
    Italic test
  • Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaBold
    Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaUnderline
  • Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaBold
    Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaAlign
  • Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaBold
    Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaAlign
  • Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaBold
    Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaAlign
  • Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaBold
    Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaAlign
  • Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaBold
    1. First
    2. Second
  • Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaBold
    • First
    • Second
  • Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaBold
    Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaImage
  • Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaBold
    Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaHyperlink
  • Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaBold
    Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaEMail
  • Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaBold
    Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaQuote
  • Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaBold
    Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaCode
  • Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaBold
    Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaPhpCode
  • Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaBold
    Who needs such a crap?!

  • Discovery.Paperwork.Creator.Core.Output.Forum.Meta.AttributedMetaLinkedQuote
Discovery.Paperwork.Creator.Core.Output, Version=0.0.13.5446, Culture=neutral, PublicKeyToken=null

ahh, hmm, works

but seems some templates are not correct/missing.


RE: Discovery.Paperwork.Creator.Core.Output.Forum.ThreadHeader - Miaou - 11-07-2012

Why flood?


RE: Discovery.Paperwork.Creator.Core.Output.Forum.ThreadHeader - Veygaar - 11-07-2012

Wha.... wha... wat?


RE: Discovery.Paperwork.Creator.Core.Output.Forum.ThreadHeader - rwx - 11-07-2012

(11-07-2012, 01:12 AM)Miaou Wrote: Why flood?

I was told to use flood:

(10-22-2012, 07:23 AM)Zukeenee Wrote: Just use Flood.



RE: Discovery.Paperwork.Creator.Core.Output.Forum.ThreadHeader - Ichiru - 11-07-2012

Why not use a private MyBB install to test out C# programs?


RE: Discovery.Paperwork.Creator.Core.Output.Forum.ThreadHeader - rwx - 11-07-2012

(11-07-2012, 07:47 AM)ichiru Wrote: Why not use a private MyBB install to test out C# programs?

Because I'm lazy and I don't want to setup one. Rolleyes


RE: Discovery.Paperwork.Creator.Core.Output.Forum.ThreadHeader - Ichiru - 11-07-2012

(11-07-2012, 07:51 AM)TDM Wrote:
(11-07-2012, 07:47 AM)ichiru Wrote: Why not use a private MyBB install to test out C# programs?

Because I'm lazy and I don't want to setup one. Rolleyes

Gief binaries pl0x. I wanna test out Linux support Tongue


RE: Discovery.Paperwork.Creator.Core.Output.Forum.ThreadHeader - rwx - 11-07-2012

(11-07-2012, 07:55 AM)ichiru Wrote:
(11-07-2012, 07:51 AM)TDM Wrote:
(11-07-2012, 07:47 AM)ichiru Wrote: Why not use a private MyBB install to test out C# programs?

Because I'm lazy and I don't want to setup one. Rolleyes

Gief binaries pl0x. I wanna test out Linux support Tongue

Not atm, and the mono-support isn't completly implemented.
However, seems I forgot some stuff for switching between project configurations. That's why the above problems occurred. Angel

That explains, while in debug, the preview output seemed to be correct.


RE: Discovery.Paperwork.Creator.Core.Output.Forum.ThreadHeader - Ichiru - 11-07-2012

Do you use WPF? P/Invoke? Backslashes for paths?
Cos if you don't, it's mono ready Big Grin


RE: Discovery.Paperwork.Creator.Core.Output.Forum.ThreadHeader - rwx - 11-07-2012

(11-07-2012, 08:33 AM)ichiru Wrote: Do you use WPF?

Later, but not in the posting framework. That's another abstraction layer...:dodgy:

(11-07-2012, 08:33 AM)ichiru Wrote: P/Invoke?

Hell, no.

(11-07-2012, 08:33 AM)ichiru Wrote: Backslashes for paths?

I don't need paths here. and if I'd use them, I'd use Path.Combine.

(11-07-2012, 08:33 AM)ichiru Wrote: Cos if you don't, it's mono ready Big Grin

Afaik mono didn't support Linq entirely, maybe now, dunno.
I've no time for this. Tongue