Chuong Ho

Results 124 comments of Chuong Ho

@bimgeek I think this is related to another issue, because at first commit, I tested it work well and can show in local of visual studio preview markdown.

Hi @MJECloud , this is problem resolved

I think we should open another issue

Hi @Amoursol , I saw it can call from forma to open user interface of dynamo player, so I just want to know how it posible to use the Player...

Hi @twastvedt , that is Revit add-in can intergrate with Dynamo, my process is intergrate from : - Revit Add-in. -> Dynamo - Revit Add-in -> Forma Can we call...

Thank you @twastvedt , I think I'm done with first step to open dynamo player now : ```cs RevitCommandId commandId = RevitCommandId.LookupPostableCommandId(PostableCommand.DynamoPlayer); commandData.Application.PostCommand(commandId); ``` Nexte step with me is how...

Thank you for you help @twastvedt, it really useful for me to keep continute grow the ideal !

> hi @chuongmep can you please share some code or give a bit more of a technical description of what you want to achieve, I'm not sure how to help...

Hi @mjkkirschner , In my case, the user opening dynamo include user interface, and what I want is from the Revit Ribbon, I can call another script to automation open...