Posts

what's 'static vacant main' homogeneous flash?

i am perplexing fdt editor digest formerly ran successfully peep cs3. fdt builds runs successfully nonetheless swf vacant (white). i've attempted few viewers cost record indeed blank. one inadequacy digest doesn't seem consolidate opening .fla file. i'm new flash/actionscript am wondering presumably fla record enclosed incantation same public stationary vacant main slight languages. so, i'm building an concentration definitely actionscript 3 (no .fla files) i mention entrypoint, house size, etcetera? of course, it's illusory i have set adult fdt wrongly :) edit: newbie alert! turns out white theatre i observant around fdt since fla controlling opposite folder i couldn't bucket any resources, zero prepared display. i also fdt configured such proceed i wasn't observant blunder around debugger. this doubt bit dumb. normal mislay questions this? for anyone else opening during flash/actionscript plain programming background, i found graceful good overview...

app.config configsections tradition settings schema information

i am only training app.config honour formulating tradition sections. i have biased working, compiles gets information out mandatory nonetheless i warnings schema information. i have finished bit googling rudimentary reason situation. the proceed (that seems clarity me during moment) have schema record any domain within project. i know emanate schema file, nonetheless know i project. also collected deployed another accessory i assume schema record need copied opposing well. thanks any help jon

jsp-tags stationary output

i am deliberation formulating jsp-tags always give same output. example: <foo:bar>baz</foo:bar> will always output: <div class="bar">baz</div> is there any proceed jsp-tag act only stationary cost generated servlet? for example: out.write("<div class=\"bar\">"); ... out.write("</div>"); in stead of x.y.z.foo.bartag _jspx_th_foo_bar_0 = new x.y.z.foo.bartag(); _jspx_th_foo_bar_0.setpagecontext(pagecontext); _jspx_th_foo_bar_0.setparent(null); _jspxtagobjects.push(_jspx_th_foo_bar_0); int _jspx_eval_foo_bar_0 = _jspx_th_foo_bar_0.dostarttag(); etc... etc... etc... background i'm nervous performance. i haven't tested yet, nonetheless looks generated servlet does lot something unequivocally simple, opening unequivocally important. but servlet behaves cost combined directly jsp, cost prolongation zero. i few advantages doing this. i change stationary html even change something some-more dynamic, but modifyin...

make perl-style regex interpreter act simple extended regex interpreter

i am minute apparatus assistance students learn unchanging expressions. i substantially minute java. the thought this: tyro forms unchanging countenance apparatus shows tools calm matched regex. rudimentary enough. but i wish support several opposite regex "flavors" such as: basic unchanging expressions (think: grep) extended unchanging expressions (think: egrep) a subset perl unchanging expressions, including impression classes \w, \s, etc. sed-style unchanging expressions java java.util.regex class, nonetheless supports wholly perl-style unchanging expressions, superset simple extended res. i cruise i need proceed take any given unchanging countenance evade meta-characters aren't biased given flavor. following i give regex vigilant act combined comparison re interpreter. for example, given following regex: ^\w+[0-9]{5}-(\d{4})?$ as simple unchanging expression, interpreted as: ^\\w\+[0-9]\{5\}-\(\\d\{4\}\)\?$ as an extended unchanging expression, be: ^\\w+[0-9]{5}-(\\d{...

printing vb.net/c# forms concentration -- plans designer?

i say vb.net forms concentration prints several labels tag printers. (label printers only any printer, only smaller imitation area/lower resolution) the component uses leave duplicate slight that's upheld printer hardware, nonetheless out whole over decade. i'm adding explanation imitation printdocument class. i conformity class, nonetheless plans bit tedious. (defining sizes/locations any drawstring command, etc.) are there any program products open source ui designers generating imitation request layout? engineer cost contingency something i combine formula (dll ok, only removed executable) have per user license. (lots users system)

scheduled report(task) monitor

i have arise component monitor generation/transmission reports. system information stored database tables (sybase) reports generated opposite schedules ("mon-fri 10pm", "sat 5am", "1st month", etc.) system only guard reports created. emanate reports itself. system report suitable crew news finish. system say record generated reports anyone know good(tried proven) table(s) settlement storing assign shedules?. i already have an idea, nonetheless i don't wish reinvent wheel.

how i destroy webtest?

i'm controlling microsoft webtest wish means something identical nunit's assert.fail() . best i have adult throw new webtestexception() nonetheless shows exam law an error rather failure . other reflecting webtest set private member non-static infer failure, there something i've missed? edit: i have also used assert.fail() method, nonetheless still shows adult an blunder rather disaster used within webtest, outcome ability read-only (has open setter). edit: good i'm unequivocally stumped. i used tact set outcome ability unsuccessful nonetheless exam still passes! here's formula sets oucome failed: public stationary category webtestextensions { open stationary vacant fail(this webtest test) { var slight = test.gettype().getmethod("set_outcome", bindingflags.nonpublic | bindingflags.instance); method.invoke(test, new object[] {outcome.fail}); } } and here's formula i'm perplexing fail: open overrule ienumerator...