treeitem<filemodel> root = new treeitem<filemodel>(playlist); treetblviewfiles.setroot(root); treetblviewfiles.setshowroot(true); the code above sets 1 root item, need have several called root items expandable list of child items. how do that? in advance. you make parent root, don't show. that parent's children may roots, show.
i have got fresh install of delphi 2010 on windows 8.1. i create new project, , under packages, select "build runtime packages". i compile , error "[dcc fatal error] e2202 required package 'indycore' not found" i have checked: package indycore140.bpl available in $bds\bin directory other indy related packages. indycore.dcp file available in $bds\lib , $bds\lib\debug. this driving me nuts. hints? this command line when enable "show command line" option (line breaks added readability): dcc command line "project2.dpr" c:\delphi\delphi2010\bin\dcc32.exe --no-config -lurtl;vcl;vclx;vclimg;vclactnband;dbrtl;vcldb;vcldbx;bdertl;vcltouch;xmlrtl; dsnap;dsnapcon;teeui;teedb;tee;adortl;vclsmp;vclie;inet;inetdb;webdsnap; websnap;inetdbbde;inetdbxpress;soaprtl;dbxcommondriver;dbxclientdriver; dbxinterbasedriver;dbxmysqldriver;dbexpress;dbxcds;tdbf;intrawebdb_100_140; intraweb_100_140;indycore;indysystem;indyprotocol...
this question has answer here: how fix “headers sent” error in php 11 answers i'm trying allow users download csv of database query on wordpress site. it's not download of static file, query based off of user logged in , page viewing, lot of download management plugins no allow specific file download. file not generated until user something. i've made web service able correctly format , generate file, can't figure out how serve download. right now, download button goes web service's page. php error says, "cannot modify header information. headers sent (long path location of web service)" dagon's answer correct, though found out "output" single blank space before opening php tag.
Comments
Post a Comment