Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: 1acer1
  • Content: Threads
  • Order by date
  1. 1acer1

    Sending byte[] from C# to C

    hi, need some help ;) i have C# COM and C++ client and i want to get byte array from this COM (for getting string in utf8). i tried this: C#: public void GetName(out byte[] name) { name = utf8.GetBytes(name); } C++: ... SAFEARRAY* sa = NULL; com->GetName(&sa); ... - for initializing...
  2. 1acer1

    Importing XML to FrameMaker

    I have a big problem with importing xmls to FrameMaker: When I import xmls with text to FM template, it looks different on other computers, depending on default printer, on settings of printer or who knows on what... What shall I set to force FM to look imported xmls every time identically...
  3. 1acer1

    Structured FM - text props of inline elements

    Hi, need help with this: How to make FM not to set default text properties for new created inline elements? (For example: I create <p> and change its pgf format. Then I create <em> in it, which have italic property set in EDD. But this <em> have also other props set to default (like font...
  4. 1acer1

    FDK - id of phrases

    hi, i found a big problem: (i use structured fm, element contains text separated by other inline elements) when i change text of this phrase (text between inline elements) id of it changes (but fm does this only for the first time i change the phrase), why? this is really a big problem for...
  5. 1acer1

    FDK - Getting text in unicode?

    hi, need help: is it possible somehow to get framemaker texts in unicode? (i often use chars in non-ascii range and don't know how to store these texts or display them in another application...) thanks very much for any help acer
  6. 1acer1

    Importing xml with external cross references?

    hi all, please can anyone help me with my problem? i have xml document with external cross references and i want to import this xml to framemaker and want from fm to make this cross references correctly but fm has only cross-reference format and cross-reference id property available for the...
  7. 1acer1

    importing table and IDs

    - i have a structure application where all elements have attribute "id" - this attribute's type is set to "Unique ID" in edd now: when i open or import xml with a table, only elements "table", "thead", "tbody" and "tfooter" have set attribute "id", but for all other elements ("caption", "th"...
  8. 1acer1

    How can I add something on formatting bar? or...

    I really need to create something like paragraph tag list from formatting bar and add it to either this formatting bar or to a new created bar (if it is possible)... Can anybody help me? I can't find any info how to do something like this ;( (In FDK there are no functions for creating or adding...
  9. 1acer1

    How to import SVG

    How can i import svg and not only convert it to bitmap... is it possible? Thanks for help
  10. 1acer1

    FDK - import filter?

    I try to make an import filter, but it doesnt work. I compiled the &quot;struct&quot; sample from fdk samples, also &quot;xhtml&quot; sample from framemaker structure apps. I also copied and compiled the FDE filter sample from Programmers Guide... But it doesnt work at all!? (I followed step by...
  11. 1acer1

    FDK - character set in dialogs

    How can I enable showing my czech letters in dialogs? In document I can change font, but in dialog? Thanks for any help Al
  12. 1acer1

    FDK - deleting elements

    Hi all, I need help: Is there any notification about removing elements in fdk? I have this problem: When I select some text in FM (containing more elements for example) and then I remove it by selecting Clear in the menu (in this case no notification is coming before deletion, I think), how...

Part and Inventory Search

Back
Top