adishin
Reaction score
28

Profile posts Latest activity Postings About

  • Hi,
    Can you help me to get local position to screen position.

    Have any example about this?
    Sub LocalPosToScreenPos(pos as Vertex, [out] dX as Double, [out] dY as Double)

    thanks
    adishin
    adishin
    Hi Rene
    This container is for the artists reference and is closed (Active = 0) in both AR and Wall channels.
    in some scenes we use it, in others we don't
    write again if I can explain more
    cheers
    D
    dani5050
    Hi Adishin
    Thanks for the reply, where would you place the graphic that goes on the wall? not the 3d but the image.
    Thanks again.
    Hi
    Do you have Social TV Plugin?
    i studying Vizrt university but don't have Plugin if have please send me
    Dear All,
    I have 1 big breaking band and 1 small breaking band in Viz Ticker.
    User need to fill data in 1 big breaking band only, and same data need to go in small versions of breaking band in ticker carousel.

    Please guide and oblige.

    Thanks & Regards.
    Hi adishin,

    Hope you are doing well, I already got Awesome Help from you..

    I need to know One more thing.

    I want to try Detecting (Enter) KeyPress.

    In this Code I am getting Error

    EAccessViolation: Access vop;atopm at address 006265D1 in module 'VizTemplateWizard.exe'




    Sub ScaleVal1(Sender, Key, Shift)
    buffer_clear
    If Key = 13 Then
    buffer_put "RENDERER*TREE*$main$FontSize*TRANSFORMATION*SCALING*X SET " & ScaleValue.Text
    End If
    buffer_send MainMachine
    End sub


    Thanks
    Best Regards,
    Ahmad.
    adishin
    adishin
    Hi Ahmad
    you need to move your if/end if out of the buffer, like:
    Sub ScaleVal1(Sender, Key, Shift)
    If Key = 13 Then
    buffer_clear
    buffer_put "RENDERER*TREE*$main$FontSize*TRANSFORMATION*SCALING*X SET " & ScaleValue.Text
    buffer_send MainMachine
    End If
    End sub

    or use the SendSingleCommand:


    Sub ScaleVal1(Sender, Key, Shift)
    If Key = 13 Then
    SendSingleCmd MainMachine, "RENDERER*TREE*$main$FontSize*TRANSFORMATION*SCALING*X SET " & ScaleValue.Text, False
    End If
    End sub
    template manager
    TDOADB.SendMasterTemplate update (Templateid:29303)!duplicate recipiets specified for message
    ORA-06512 : at line 1
    ORA-06512 : at "PILOT.ERRPKG", line65
    ORA-06512 : at "PILOT.ERRPKG", line23
    ORA-06512 : at "PILOT.VCP_QUEUE",line99
    ORA-25232 : duplicate.recipients speecified for message
    ORA-06512 : at "PILOT.VCP_QUEUE",line151
    ORA-06512 : at line 5



    pls guide me what is the problems

    and how to solve ....
    adishin
    adishin
    I would guess that your data base schema is not correct or do not match your software version.
    if it is a new installation I would reinstall my database
    for running systems I would be worried...
    in any case, this is a question you should consult vizrt support personal
  • Loading…
  • Loading…
  • Loading…
Back
Top