Quantcast
Channel: OutSystems Community
Viewing all 1476385 articles
Browse latest View live

[Academy] 5.1 Integrating a jQuery Plugin

$
0
0
Hi Gonçalo,

Thank you for your feedback. Can you elaborate a bit more on what is missing here for you to better understand how these jQuery integrations work?

Regards,


Miguel

PS - Incidentally we added the base OML to the post. Thanks for spotting that and we appologize for the misstep..

[Forums] Combo box doesn't respect default value when no item is selected

$
0
0
Hello developers

I have a weird situation with one combo box. I have a local variable assigned to it, and the default value of this variable is -1. Also, the combo box has one value within the "special list property" that reads "choose product" and the value is -1. In the on change event of this combo box, I can observe with the debugger that when I change the value of my combo box, it's behavior is ok, and the variable assigned to the combo box is updated without problem. Now... if I choose the first value of the combo box (the first value is "choose product", with -1 value of the special list property), the variable assigned to the combo box is 0 instead of -1. This is a big issue, because 0 value already exists in the combo box and is the second item.  If I do an HTML inspection of the page, I find that the first value of the combo box is "__ossli_-1", not even -1, and when it is chosen, the variable assigned to the Combo Box is 0. 

Why this strange behavior? How can I solve it??? 

Thank you!

[Forge] AnalisaExcelExport

[Forums] Sage 50 integration

$
0
0
Sorry, can't help you on the specifics.

I was searching and I found the Sage Developer Program, they should allow you to see if Sage matches your needs for a lower prices than the 1500£ + VAT.

http://www.sage.co.uk/become-a-sage-developer/sme-business-software-developer

Hope it helps.

[Forums] Combo box - Reg

$
0
0
Hey Hemalatha.
 
For the combo box, if you set the Source Entity it will use all the records present on that Entity.

For example, in this case the combo box will show all the users:



To limit the results you need to add an aggregate to the preparation to return only the records you want and then set the "Source Record List" attribute on the combo box to use that aggregate.

In this case, instead of showing all the users, the combo box will only show the result of the "GetUserById" aggregate:



Hope this helps.

[Forums] [SilkUI framework] - Surfaces and Touch Screen Laptops are detected as tablets

$
0
0
Hi,

SilkUI is detecting Surfaces and touch screen laptops as Tablets when using Internet Explorer 11. 

Can we override this behaviour?

Best Regards.

[Forums] Training Webinar: Effective Platform server monitoring

$
0
0
I think on March 24 i don't be at the work at that hour because i think the government will give the afternoon for public employee.
 

[Academy] 5.1 Integrating a jQuery Plugin

$
0
0
Hi Miguel,

I'm trying to do lightbox.html exercise.
I have resolved some of my issues, but it still doesn't work.
 
Follow my actions, please:
Create a new page to display the carousel;
Add WebBlock for each JQuery file (excluding .min files), and fill the JavaScript;
Add WebBlock for each CSS file, and fill the StyleSheet;
Add all images;
In CSS files, change the path of images and the name because:
- OutSystems removes the "-" character of the file name;
- The path in CSS is "images" and the path in OutSystems is "img";
Create a new Weblock (jCarousel_Lightbox) to Lightbox exercise:
- Add a DIV id = base;
- Within the DIV Base, I added all WebBlocks CSS as lightbox.html;
- Within the DIV Base, added DIV id = content;
- Within the DIV content, added DIV id = container;
- Inside the container DIV, added DIV id = carousel
- Within the DIV carousel, I added all links with style = lb_gallery;
- Within all LINKs, added the correct image;
- Inside the DIV container, added DIV id = pages;
- Finally, in the DIV Base, added all WebBlocks JQuery as lightbox.html;
 
But the carousel is not working:
- All images are visible, the wrapper DIV is not working;
- The action click on the image is OK, and navigation in the image is OK;


Thanks in advance for your help.

Best regards,
Gonçalo Correia

[Forums] Edit link is not created after 2 darg-and-drop

$
0
0

OK. Firstly sorry for my cryptic language. Let's start over.

You know when you drag-n-drop (dnd) an entity in the flow area, list view is created.
And then when the entity is dropped for the second time, edit view is created and an
edit link is created from the list view.

Well, for the entity I have defined no such link was created. When I add attribute "Name" then it worked.

Come to think about it, this is an implicit uncontrolled behaviour.
When creating the entity, user should be given the option select which attribute to use for this purpose.

I hope this is a bit more clear description.

[Forums] Debug Mode doesn't work and prevents my application pages to load

$
0
0
Ok... Now it is not working again.

The browser tab is always loading.

In Service Studio, in the "Debugger" tab, I can't Continue Request (F9), Step Over (F10), Step Into (F11) or Step Out. All these options ate disabled.

Any ideia? Thank you!

[Forums] Foreign Module Error

$
0
0
This module reference only System and RichWidgets.
It can be published with version 9.0+.

I had downloaded this modules again and there is no activation code.
So i published this modules to my personal environment without problem.

What's the version of your personal environment ?
and what about the error message ?

[Academy] 5.1 Integrating a jQuery Plugin

$
0
0
Hi Gonçalo,

Can you use "add attachment" to share your OML with us? It's easier that describing what you did.


Miguel

[Forums] Server certificate is not trusted

$
0
0
Hello Leonardo

We updated OutSystems Now a couple of weeks ago with some security improvements. One of those improvements was related to certificates. Until that update, OutSystems Now already worked with HTTPS but it allowed invalid certificates to be used. With the update, we enforced only valid certificates.
 
However, we realized that some customers would have issues with this approach, mainly in development environments where it's common not to have valid certificates. To address this, we launched another version with the option to accept invalid certificates at the user's risk. This behavior is very similar to what most browsers do nowadays (ask the user to continue because the certificate is not valid).
 
Although it's now possible again to use invalid certificates, we do recommend the usage of a valid certificate as a best practice. Please confirm that you have the latest version of OutSystems Now.
 
Thanks in advance

[Forums] How to setup connection when SSL 443 port is used for other application

$
0
0
Hello Albertas.

Sorry for the late reply.
OutSystems Now uses that configuration to connect to your server. To change that and use a different port you would need a customization of OutSystems Now.

Thanks

[Forums] Outsystems Now: A simple question

$
0
0
Hello fnare.

After downloading OutSystems Now from the App Stores, you just have to open the app, type in the URL of your server (example: fnare.outsystemscloud.com), press Go and Login. After that you'll have a list of the applications available in your environment, just select your App01.

Let me know if you need further help.

Thanks.


[Downloads] Platform Server 9.0.1.40 Libs for Java

$
0
0

Fixed in 9.0.1.40
  • Fixed DatePicker inside Forms not working in Chrome in Windows with touch interface enabled (#893682)
  • Improved Security in System eSpaces Web Screens (#1014894 #1014896)
  • Fixed Asynchronous Logging error saving non-mandatory foreign keys with value 0 (#1026097)
  • Fixed Performance Monitor button highlight when in Performance Monitor (#730999)
  • Fixed compilation error when using implicit conversions in Web Screen input parameter (#992127)
  • Fixed missing Administrator role on AppPreview page in ECT_Provider (#1023105)
  • Activated JBoss Garbage Collector and Access Logs by default (#1023625)
  • Increased JBoss boot timeout to avoid timeouts in large factories (#1023626)
  • Improved Generated Applications Error Logging (#1025056)
  • Fixed Custom Logging errors not being logged in Error Logs (#1025057)
  • Fixed REST API documentation formatting (#1025175)
  • Improved reliability when sending emails to tolerate SMTP Server misbehaviors (#1025190)
  • Fixed sessions lasting beyond session timeout when using EPA taskbox (#1025664)
  • External authentication plugins are not longer called to authenticate PlatformServices (#1026353)
  • Fixed Lifetime Deployment leaving outdated modules in target environment (#1026359)
  • Fixed compilation error when publishing SAP configured eSpace with large passwords (#1026497)
  • Fixed Charts not loading in screen with Client Side Tabs in IE9 (#1027220)
  • Fixed pending time displayed when hovering an email in Service Center (#276584)
  • Fixed extension download version and user information in Integration Studio "Download Other Versions" dialog (#429597)
  • Fixed minor issues in eSpace and Solution Edit screens in Service Center (#908661)
  • Fixed App Feedback confirmation message translation (#998127)
  • Fixed cursor backward traverse to not move out of the first element of the editable row (#1023413)
  • Improved Performance Monitoring when an environment is unregistered and reregistered (#1023661)
  • Improved LifeTime environment sync to detect hotfix changes (#1024023)
  • Fixed Empty dates on the Web Service response being read as current date (#1031414)
  • Fixed issue in Lifetime where an equivalent module version was selected to publish instead of the correct one (#1026006)
Compatibility
  • Compatible with Platform Server Version 9
  • Compatible with Development Environment Version 9
Additional Resources For further information on any issues, please contact Product Support.

NOTICE: OutSystems does not give support to any undesirable behavior you may experience due to the use or manipulation of undocumented components of the OutSystems Platform, such as, internal JavaScript, RuntimePlatform library, database system meta-model, components in installation directories, etc.

[Forums] Downloading images as a PDF

$
0
0
You should be able to use external Javascript libraries inside an OutSystems application as you would include any other jQuery plugin, for example.

You may take a look into this article to see a possible method to include external Javascript plugins into you OutSystems application.

http://www.outsystems.com/learn/training/14/1713/720/integrating-a-jquery-plugin/#VideoTitle

Tell me if it helps.

[Forums] Xml import actions are not working with namespaces

$
0
0
Hi Suraj,

I believe your problem is not related to the extension or OutSystems, but with the XPath standard itself and it behavior when using XML namespaces.

Basically the XPath query needs to be change to take into consideration the use of namespaces.

Take a look into this simple example:

<Fields>
          <Field>MyValue</Field>
</Fields>

If I select XPath /Fields/Field/text() it will return "MyValue" as expected.

If I use the a XML with namespace:

<Fields xmlns="x">
          <Field>MyValue</Field>
</Fields>

The previous query returns no results, however if you use this one you get the same result, even on a scenario where the xml uses a namespace:

/*[namespace-uri()='x' and local-name()='Fields']/*[namespace-uri()='x' and local-name()='Field']/text()

Hope it helps

[Academy] 5.1 Change the Default Theme

$
0
0
Hi

The training videos in the section "5. Before You Continue..." are not working.

I cannot access to the weblink given below because of the security restrictions.

Could you please help me with this issue?

Thanks


[Forums] A function to reset the timeout inside of a process.

$
0
0
Thank you very much, we'll definitely try this out.
Viewing all 1476385 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>