RE: How do I hide a ListBox row?
BTW, programming language is c++. listbox is about MDL List Box Item. I found hide the column by mdlDialog_listBoxSetColInfo. but i can't find to how to hide the row ?
View ArticleRE: How do I hide a ListBox row?
A ListBox is designed to display all the rows in the data structure assigned to it, which is either a ListModel or a StringList. ListModel is preferred.There's no way that I can see to hide a given...
View ArticleRE: How do I hide a ListBox row?
If I recall there is an mdlFilter api that you can use to hide parts of a listbox. There might even be an example roaming around out in the wild. HTH, mark anderson
View ArticleRE: How do I hide a ListBox row?
[quote user="Mark Anderson"]If I recall there is an mdlFilter api [/quote]There's mdlDialog_listBoxSetFilter, but the documentation is not helpful. Here's the declaration...ErrorCode...
View ArticleHow do I hide a ListBox row?
In ListBox, How to hide ListBox row or set heigh of row to 0?
View ArticleRE: How do you get the Font Name of an Enter Data Field?
Please follow the MicroStation Programming forum best practices.Identify Your PlatformPlease identify the version of MicroStation, or other product such as PowerDraft, that you are using: MicroStation...
View ArticleRE: How do you get the Font Name of an Enter Data Field?
I'm using MicroStation 08.11.09.357 and using vba. I figured out the problem - the font actually was invalid. If I changed the font of the enter data field, the error went away. Thanks, Regan
View ArticleHow do you get the Font Name of an Enter Data Field?
I have a design file with 1 Enter Data field element.How do you get the Font Name from this text string?Thanks!Regan
View ArticleRE: How do you get the Font Name of an Enter Data Field?
[quote user="rpsmith"]I have a design file with 1 Enter Data field element. How do you get the Font Name from this text string?[/quote]An enter-data field is part of a TextElement. A TextElement has...
View ArticleRE: What arguments does mdlKISolid_satDataFromElement accept?
can someone suggest parameters that this function takes ? any help document available for this API?
View ArticleRE: What arguments does mdlKISolid_satDataFromElement accept?
Identify Your PlatformPlease identify the version of MicroStation, or other product such as PowerDraft, that you are using: MicroStation CONNECT or MicroStation V8i.The APIs supplied with MicroStation...
View ArticleRE: What arguments does mdlKISolid_satDataFromElement accept?
[quote user="kaab"]mdlKISolid_satDataFromElement[/quote]That function is not documented, nor is its protoype present in the MDL header files. Whatever a SAT string is, it looks like Bentley Systems...
View ArticleWhat arguments does mdlKISolid_satDataFromElement accept?
Hi All,I want to get SAT string for smartsolid elements. For this purpose, when browsing through the exported functions in kisolid.dll in Dependency Walker, I found a function that seems to do exactly...
View ArticleRE: [CONNECT C++/CLI] "Managed" C++ console output functions
If you are debugging and you attach to process with MicroStation, you can use OutputDebugStringA("text"); Which will print text and variables visual studio's output window.
View Article[CONNECT C++/CLI] "Managed" C++ console output functions
How does one get a line of text printed to the Connect "text window"? I've tried printf() and System::Console::WriteLine() and neither one *seems* to output a line of text. I've only been able to get...
View ArticleRE: MicroStation VBA
Hi Mark, The are Objects, Properties, and Methods that you need to learn. Here is a quick sub that will delete cells named Compressor from the current active model. Sub DelCell() Dim...
View ArticleMicroStation VBA
I'm still new to MicroStation VBA as there are sooooooooooooooooooooooooooooooooooooooooooooooooooooo many commands to learn. Can someone point me in a direction on how to create a mvba to delete cells...
View ArticleRE: [Connect MDL/C++] How can I start our application when Connect is started...
Hi Jan, first I would like to apologize to have two threads with the same thing, it wasn't my meaning. I meant to end the other thread and continue on this one. thank you for your answer. I just came...
View Article[Connect MDL/C++] How can I start our application when Connect is started...
Hi,We use the -s option with V8i to run a script that contains a command defined in our application to load it when V8i is started. This does not work in Connect due to the start screen.So my question...
View ArticleRE: [v8i c#.net] How to connect a specific instance of ustation.exe?
[quote user="Philip Attisano"]I don't understand how I can connect to a specific instance of Microstation if multiple instances of ustation.exe are running[/quote]The short answer is: you can't.[quote...
View Article