Search found 44 matches

by daoa80
Tue Feb 03, 2015 9:22 am
Forum: Application Development
Topic: Generic Method For Text Library
Replies: 1
Views: 5141

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...
by daoa80
Tue Sep 02, 2014 12:05 pm
Forum: Application Development
Topic: Objects Scripting
Replies: 1
Views: 4758

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 daoa80
Fri Aug 15, 2014 7:38 am
Forum: Application Development
Topic: Textbox
Replies: 6
Views: 28644

Re: Textbox

Yes. I am able to do scripting.
by daoa80
Mon Aug 04, 2014 12:07 pm
Forum: Application Development
Topic: Textbox
Replies: 6
Views: 28644

Re: Textbox

Version 2.11 Build 2.11.416.0
by daoa80
Thu Jul 31, 2014 1:13 pm
Forum: Application Development
Topic: Textbox
Replies: 6
Views: 28644

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...
by daoa80
Wed Jul 30, 2014 11:57 am
Forum: Application Development
Topic: Textbox
Replies: 6
Views: 28644

Textbox

How can we add scrollbars to a textbox?


Thanks
by daoa80
Tue Jul 22, 2014 12:25 pm
Forum: Database
Topic: SqlServerCe
Replies: 1
Views: 10172

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...
by daoa80
Mon Mar 03, 2014 5:00 pm
Forum: Application Development
Topic: Progress Bar
Replies: 1
Views: 4482

Progress Bar

- Marquee style does not work for progress bar
- Progress bar region not displaying properly when filled in green

Any ideas?, Thanks.
by daoa80
Mon Feb 03, 2014 10:48 am
Forum: Application Development
Topic: System Tags Error
Replies: 1
Views: 4631

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?
by daoa80
Thu Jan 30, 2014 4:15 pm
Forum: Controller Communication
Topic: System Tag Communication error or Message
Replies: 2
Views: 8557

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?