Hi all
l am was many years in this forum
asking questions and Answers others questions.
Now I am retired and busy in learning
android and succeeded to write a smart
application that called "Cryptarithm Solver" in short this application resolve
basic math exercise written in letters
version and...
Hi
I usually links sketches with wave linker
without problems.
But recently I noticed that if
the sketch contains splines curves
then I can't do link the sketch.
by choosing sketch from the drop down
window options.
But l can do link by choosing composite
Curves.
Is that the situation?
If not...
Hi
This simple vb app(compiled to exe) show a black window.(see picture)
how I can prevent from this window to show.
can someone help
Thank you in advanced.
Imports System.Windows.Forms
Module Module1
Sub Main()
Application.Run(New Form1)
End Sub
End Module
Public Class...
Hi
I built a blockstyler dialog that
change shape according an options
But when journal run and I choose
an option the blocks don'ts expand
and show automatically I need to
manually expand them.
What I need to do so that they
expand automatically and not manually.
Thank you in advanced.
Hi
This journal run OK in native mode. and I want to modify it so its work also in manager mod.
I tried as shown in bolt text but that fail to run.
Please help to make it run in manager.
Thank you in advanced.
' 010919_1654
Option Strict Off
'...
Hi
This journal is based on a gtac example.
its work ok the component is built but problem when
saving the parent part.
Thank you.
mports System
Imports NXOpen
Imports NXOpen.UI
Imports NXOpenUI
Imports NXOpen.Utilities
Imports NXOpen.UF
Module create_component_parts_from_bodies
Dim s...
Hi
When I run a callback dll this hapen.
can someone explain why
This statement throw this exception
unhandled exception encountered in callback automation code
If atts(attrNdx).Title <> myAttrib Or attrqty <> 1 _
Or...
Hi
I noticed that in manager mode
I don't need to set the part
To fully loaded before using
Setworkpartquietly but in native
Mode I must load part fully before
Using Setworkpartquietly.
Can someone explain why.
Thank you.
Hi
If the user open a part with some
Revision (not the last).
How can a journal know the revision
The journal can know the last revision.
But I want to know the
Loaded part revision.
Thank you.
Hi
In our company when we add an image
to the non master drawing we need
to mark that by adding an attribute
to the master part.
This is needed for the release app.
Currently I have a journal that do
this in onsave part automatically.
But it's done for all parts no matter
if there is an image...
Hi
Compile throw this warning:
warning BC42020: Variable declaration without an 'As' clause; type of Object assumed.
Public Function select_text_file(ByRef partFullPathName) As DialogResult
For this function:
Public Function select_text_file(ByRef partFullPathName) As DialogResult...
Hi
Currently I check if an expression
exist by using:
Try
expression.rename
Catch
' expression already exists
End Try
Please if someone know of a more
normal way.
Thank you.
Hi
When importing a part
File ==>>import ==>> part.
Is it possible to import also the
Drawing. (Non master part)
Or in some other way.
Thank you very much.
Hi
In this builder document help.
What is the difference between
this
“Save As of master parts”
and this
"Save As New Item Type"
Please I found this very confused.
Can someone give an example.
Thank you very much.
PartManager.NewPartFromPartBuilder
Create an instance of a part builder that...