This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SUPPORT Q&A - Workflow Activity Completion window not wide enough

Bryanjscott777 - Thursday, September 3, 2015 4:42 PM:

Hello,
 
I am new to the Aras Community forums so please forgive my poor etiquette.
 
I have noticed that the “Workflow Activity Completion window” is not wide enough to allow the reading of long text in the ”Tasks” field, is there a way to increase the width of the ” Workflow Activity Completion window”?
 
Thanks!!


dewing - Thursday, September 3, 2015 4:47 PM:

can u reply back with a screen shot.  

 

-Dave

 

 



Bryanjscott777 - Thursday, September 3, 2015 4:58 PM:

Thanks for the reply,

Below is a sceenshot of the window, it doesn't show the description box text being cut off in this example though.



dewing - Monday, September 21, 2015 9:27 AM:

The popup in question is defined by [YourInnovatorServerPathHere]InnovatorClientscriptsInBasketInBasket-VoteDialog.aspx

 

if you search for that aspx file you will find it called from various other files.  For example:   

[YourInnovatorServerPathHere]InnovatorClientjavascriptItemsGridInBasketTaskGrid.js calls this code file and sets the size with the following code::

var wndOptions = { dialogHeight:  550 , dialogWidth: 700 };

showModalDialogWithDelay("InBasket/InBasket-VoteDialog.aspx", params, wndOptions);

 

You would need to modify the files that call the VoteDialog and change the height & Width settings.  

 

Regards,

 

D

 



Bryanjscott777 - Tuesday, September 22, 2015 8:43 AM:

Thank you for the reply David, this answers my original question and may also help with another solution that I have been thinking about.

Unfortunately, as of this writing, I have not been able to locate the InBasket-VoteDialog.aspx or the InBasketTaskGrid.js files, I assume that they are located on the server and I have a request into our IT group for access, I'll provide an update once I can access the files.

I will be attending the Developing Solutions class 10/19 - 10/22 and hope to gain a better understanding of how to search for and modify the required files from the class.

Is it possible to capture an image of the Task portion of the InBasket-VoteDialog.aspx say on a Relationship tab?

Regards, Bryan



dewing - Tuesday, September 22, 2015 9:32 AM:

If you are attending the class in Andover let me know.  Ill stop by and say hello.  

 

The files would be on the server - sorry I assumed you had access.  They are in {YourServer}InnovatorClient

 

If you are playing around - why not dload and install the server on your local machine?  What you are looking at is part of the free license.  (You can use free SQL express)

 

D



Bryanjscott777 - Tuesday, September 22, 2015 3:18 PM:

I will be attending the class there in Andover, should have my travel itinerary in the next day or so, I look forward to meeting you.

Received access to the files this afternoon so I will start working on them and post an update when I get further along.

I like your idea of loading things local, sure would save time with my testing, I'll get this going in the next week or so...

Thanks David!!!