Search found 44 matches
- Tue Feb 03, 2015 9:22 am
- Forum: Application Development
- Topic: Generic Method For Text Library
- Replies: 1
- Views: 6178
Generic Method For Text Library
In the past, I got a generic method to access or get Tags as seen below, public GlobalDataItem GetGlobalDataItem(string propertyName) { PropertyInfo tagProperty = typeof(Neo.ApplicationFramework.Generated.Tags).GetProperty(propertyName); if(tagProperty == null) { return null; } else { return tagProp...
- Tue Sep 02, 2014 12:05 pm
- Forum: Application Development
- Topic: Objects Scripting
- Replies: 1
- Views: 5983
Objects Scripting
Neo.ApplicationFramework.Controls.Script.ButtonCFAdapter[]
by any chance is there a way to access the controls for pictures? in this case I am using the ButtonCFAdapter, but I want to do the same with a picture.
Thanks.
by any chance is there a way to access the controls for pictures? in this case I am using the ButtonCFAdapter, but I want to do the same with a picture.
Thanks.
- Fri Aug 15, 2014 7:38 am
- Forum: Application Development
- Topic: Textbox
- Replies: 6
- Views: 32129
Re: Textbox
Yes. I am able to do scripting.
- Mon Aug 04, 2014 12:07 pm
- Forum: Application Development
- Topic: Textbox
- Replies: 6
- Views: 32129
Re: Textbox
Version 2.11 Build 2.11.416.0
- Thu Jul 31, 2014 1:13 pm
- Forum: Application Development
- Topic: Textbox
- Replies: 6
- Views: 32129
Re: Textbox
This is a good way to add scroll functionality to what I'm doing. Point taken. Next question or so you have an idea of what I'm trying to accomplish. 1. Read table in a database that resides with the project. 2. Parse data from the table. 3. Display data (Column name and row data) using Label or Tex...
- Wed Jul 30, 2014 11:57 am
- Forum: Application Development
- Topic: Textbox
- Replies: 6
- Views: 32129
Textbox
How can we add scrollbars to a textbox?
Thanks
Thanks
- Tue Jul 22, 2014 12:25 pm
- Forum: Database
- Topic: SqlServerCe
- Replies: 1
- Views: 13849
SqlServerCe
Is it possible to write an SQL script (open + close connection, create statements, execute queries) and display the information on the screen instead of writing it to an excel report? Need guidance on this matter. Here is an example of what I'm doing. SqlCeConnection conn = null; try { conn = new Sq...
- Mon Mar 03, 2014 5:00 pm
- Forum: Application Development
- Topic: Progress Bar
- Replies: 1
- Views: 5543
Progress Bar
- Marquee style does not work for progress bar
- Progress bar region not displaying properly when filled in green
Any ideas?, Thanks.
- Progress bar region not displaying properly when filled in green
Any ideas?, Thanks.
- Mon Feb 03, 2014 10:48 am
- Forum: Application Development
- Topic: System Tags Error
- Replies: 1
- Views: 5855
System Tags Error
when disabling the messages (upper left corner) when a communication error happens, the error will not show (which is OK) but the error also dissapears from the system. There is no way to see (using labels) if the error is been generated.
any ideas?
any ideas?
- Thu Jan 30, 2014 4:15 pm
- Forum: Controller Communication
- Topic: System Tag Communication error or Message
- Replies: 2
- Views: 10188
System Tag Communication error or Message
when disabling the messages (upper left corner) when a communication error happens, the error will not show (which is OK) but the error also dissapears from the system. There is no way to see (using labels) if the error is been generated.
any ideas?
any ideas?