Saving TreeView to UTF8 file problemHello!
I have the following problem:
While
M:TStrings;
M.SaveToFile(filename,TEncoding.UTF8);
and
M:TListBox;
M.SaveToFile(filename,TEncoding.UTF8);
work fine - they produce UTF8 files, on the other hand
M:TTreeView;
M.SaveToFile(filename,TEncoding.UTF8);
does not produce UTF8 file, it produces plain ASCII file
(it produces file with correnct contents but format is not the right one).
Does anybody have any idea why saving treeview to file does not produce UTF8 file as demanded,
but saving strings and listbox do it ok?
I am using XE6.
Thanks in advance.
...
3.2.2 Vertical TreeView Menus and File Manager Treeview missing
I am using a clean install of 3.2.2 on XP Pro. Everything appears to have installed correctly but when I change the skin to a vertical tree menu, the menus do not appear. Also, the folder tree is missing in the file manager. I have searched the forums for a solution, but I did not find anything.
The container header appears, but no navigation tree. Please let me know what additional information is needed to help debug this issue.
check your Log Viewer as host to see if any errors are thrown.Chris Paterra
I have checked the log I do not see a repeatab...
DNN 2.1.2: File Manager | Add File, multi-user problem
Hello and Thank you for taking a moment to read this ... and for your helpful replies.I am experiencing a problem with the File Manager. Specifically, when multiple users are more or less simultaneously uploading files, the WebUpload module appears to get confused about who is doing what - some people get files loaded into their portal that they did not select for upload, others get nothing uploaded and no errors.I have looked at the code in the WebUpload module and suspect that the shared ArrayLists used to compile a group of files for a "batch upload" (arrFiles and arr...
superreview denied: [Bug 279070] FileDaniel Veditz <dveditz@cruzio.com> has denied Daniel Veditz
<dveditz@cruzio.com>'s request for superreview:
Bug 279070: File - save page as overwrites lnk targets
https://bugzilla.mozilla.org/show_bug.cgi?id=279070
Attachment 176739: Fixes the problem with overwritten .lnk files in the File
Save As-dialog in Firefox 1.0.1
https://bugzilla.mozilla.org/attachment.cgi?id=176739&action=edit
------- Additional Comments from Daniel Veditz <dveditz@cruzio.com>
sr- This patch simply backs out the fix for bug 271732
(http://www.mozilla.org/security/announce/mfsa20...
when saving a file (save page as) please have option of saving file the title and not the actual file nameName: Dan Kelleher
Product: Firefox
Summary: when saving a file (save page as) please have option of saving file the title and not the actual file name
Comments:
I like you browser better than windows explorer but windows has one
feature that I wish you had. When saving a file (save page as) please
have option of saving file the title and not the actual file name. Many
files have number names that have no relationship to the web page.
Saving as the page title gives an exact indication of the topic of the
page saved. Keep up the good work.
see
http://www.sciencedaily.com/news/...
A funny problem i SM1.1If there is a message with attachments (a bunch of text files in fact)
and I ask SM to save all files then in the download manager in the
"Transfered' for all files I get the save value - probably sum of all
files before decoding (SM says about 300k and sum of files is 237k).
That is something just annoyng - not security problem or something
like that but it might be worth correcting (I hope so)...
yours
WD
On approximately 2/10/2007 2:45 PM, came the following characters from
the keyboard of WD:
> If there is a message with attachments (a bunch of text files i...
2.1.2 File upload problem
Trying to upload a large zip file (3,340Kb)
Select file to upload
Click Add
browser seems to start upload after clicking Add. After about 2 minutes I get a page cannot be displayed error page. The address bar contains:
http://www.mydomain.com/Default.aspx?tabid=15&mid=316&ctl=Edit
Smaller files upload without problem.
Is this a hosting or dnn problem? I am with WH4L on a Semi-Dedicated Plan
You need to adjust the maxRequestLength setting in web.config to allow for such large uploads / downloads.
SalarKnapHill, Surrey UKSkinning & Building DotNetNuke App...
UTF8 problem in bugzilla 2.23.2Hello all,
i have bugzilla running under win2003 and mysql 4.1 database. I take
some random error in some pages. the main problem although is that i
have problems with Greek characters.
i added a new product both the title and the description written in
Greek. Although i can i see the description correctly, i couldn't see
the product title. When i view the html source code i noticed that the
UTF8 characters in the description text box were correctly displayed as
ex. &965;&966; etc. the characters in title text box were displayed as
&965;&966;. Fo...
Problem updating 2.20.2 to 3.0.2 bugzilla-update.xml file cannot be created.Hi,
I successful update the bugzilla. I also set the preferences. But now =
when I browse the new bugzilla In main page I receive the following =
error message:
> The local XML file './data/bugzilla-update.xml' cannot be created.=20
> Please make sure the web server can write in this directory and=20
> that you can access the web. If you are behind a proxy, set=20
> the proxy_url parameter correctly.
Now :
- I checked the data folder and the privileges seems good (777).=20
- I don't use the proxi.
Moreover in ./data folder I also found the params file...
File Upload 2.0 Problem - Able to Write File
Hi everyone,
I'm doing a file upload in .net 2.0. I'm able to upload a file to a directory on my server, however I am not able to delete the file or overwrite it. I've given my <machine>IUSR account full control to the directory but it still wont let me overwrite a file. I've read that the FileUpload.SaveAs method will overwrite a file without prompt. I've tried doing the System.IO.File.Delete() Method also with no luck.
Here's the code:
protected void uploadbutton_Click(object sender, EventArgs e)
{
if (upload.HasFile)
{
...
Three problems with german edition of seamonkey 2.x E-Mail folders, file saving, context menus and java scriptDear group,
i have three problems with seamonkey 2.02 german edition on windows XP.
1st E-Mail folders
I have a large inbox and on earlier versions of seamonkey it was easily
possible to change the name of the inbox file with the explorer, if
seamonkey is not running. After the new start of the programme,
seamonkey has recovered that the inbox file is missing and has generated
a new empty inbox file (new seamonkey makes this too).
The old seamonkey has displayed the renamed folder with its new
filename. New seamonkey shows two inbox folders.
At the old seamonkey, the messa...
Save or open file download dialog should include "Save in default location" and "Save somewhere else" options #2Name: Eric Carter
Email: mozillafeedback
Product: Firefox
Summary: Save or open file download dialog should include "Save in default location" and "Save somewhere else" options
Comments:
When i click a download link I'm presented with the choice to open that
file with a program on my computer, or save it to a location. After
that, depending on my configuration I either get a second dialog asking
where i want to save that file, or it goes to the default download
location.
Most of the time i want to save to my default downloads location, but
sometime...
Delphi 2010: how to convert .idl files to .TLB files? #2Delphi 2010 contains many idl files in the \include\idl folder.
How can we import these files into an application?
In RAD Studio, each .idl file has an associated .h file in the /include folder. So C++ Builder users can import these type libraries. There must be a way for the Delphi users to do the same. But how???????
Unfortunately the Help files don't provide any clue!
Can you help??
{quote:title=lcd877 lcd877 wrote:}
Delphi 2010 contains many idl files in the \include\idl folder.
How can we import these files into an application?
In RAD Studio, each .idl file has an ...
iManager 2.0.2 File Protocols FTP problemWhen I try to manage the FTP server using iManager on Netware 6.5 I select
my server (the only one in this tree) and iManager says "Could not
configure to specified server." ???
I haven't found any hits on this error in Novell's support knowledge base.
Also I noticed in the Logger Screen that is says:
**************************************
* The dynamic library JNFSFTP cannot *
* be found. Make sure JNFSFTP.NLM *
* is in the search path. *
**************************************
I couldn't find this file on the server. Also I get no hits on t...