|
From: Andreas M. <an...@we...> - 2009-05-25 21:42:56
|
Hi, this patch includes the Blob-Editor: - wxNotebook-tab with binary (readonly) and Text-Editor For layout see screenshot. Tested under Windows XP (32 Bit). If i miss something let me know. Maybe i have to add a "check" if the user switches from Binary to Text to detect ending-0-chars. If not data will lost without warning. I think disabling the Text-tab if blob sub-type is binary would not solve the problem anyway. What about binary data in blob-sub-type text? Does firebird care about blob-sub types. I think no. (Correct me i i'm wrong) So any data could be in any blob-sub type. Personally i would prefer to "chech" data on loading. If a 0 char is detected text-tab will be disabled. Comments? Thank you. andy |