Search found 10 matches

by zigzigzig
Fri Sep 22, 2017 1:10 am
Forum: Questions & Answers
Topic: VLFOne Application Level Commands
Replies: 1
Views: 3211

VLFOne Application Level Commands

Hello everyone,

Framework level commands work, business-object level commands work, but in VLFOne, do application level commands work?
The interface for dealing with/adding them is there, but I can't seem to mirror the functionality available in VLFWin (specifying application level commands that ...
by zigzigzig
Wed Sep 13, 2017 10:12 am
Forum: Questions & Answers
Topic: Carousel.ItemRealizing
Replies: 1
Views: 4195

Carousel.ItemRealizing

Hello All,

Toying around with carousel controls, trying to implement external buttons that appear and reappear based on carousel item entry:


Evtroutine Handling(#Button1.Click)
#Carousel1.previtem Animate(False)
Endroutine

Evtroutine Handling(#Button2.Click)
#Carousel1.nextitem Animate(False ...
by zigzigzig
Fri Sep 08, 2017 7:11 am
Forum: Questions & Answers
Topic: VLFONE User Authority Help
Replies: 2
Views: 4456

Re: VLFONE User Authority Help

Hey Joe,

Brilliant! I've been going through almost the exact same process you went through (previous threads) and I think what you included in your edit
sums it up best - VLFOne users aren't 'real'. Just create the groups, and include the logic on a green lit logon attempt to send the appropriate ...
by zigzigzig
Fri Sep 08, 2017 5:36 am
Forum: Questions & Answers
Topic: VLFONE User Authority Help
Replies: 2
Views: 4456

VLFONE User Authority Help

Hello All,

I'm currently porting an existing application into VLFOne. I have a file of existing users that includes admin authority as well as password encryption. I would like to continue to use this file and incorporate it into the framework but it appears that the 'Framework Users and Authority ...
by zigzigzig
Wed Aug 16, 2017 3:54 am
Forum: Questions & Answers
Topic: 'XPRIM_HttpRequest.doPOST' JSON nesting?
Replies: 7
Views: 11737

Re: 'XPRIM_HttpRequest.doPOST' JSON nesting?

Nevermind! What I was looking at in fiddler is the Webpage communicating with the server module not with the POST request in question. The issue with the 400 error i'm getting still persists, but the scope of the cause (might it be human error? *gasp*) is unknown as of yet so as it stands this issue ...
by zigzigzig
Wed Aug 16, 2017 1:12 am
Forum: Questions & Answers
Topic: 'XPRIM_HttpRequest.doPOST' JSON nesting?
Replies: 7
Views: 11737

Re: 'XPRIM_HttpRequest.doPOST' JSON nesting?

I'd be happy to:

Define_Com Class(#XPRIM_HttpRequest) Name(#request)
Define_Com Class(#XPRIM_UriBuilder) Name(#Url)

#Url.SetScheme( 'https' )
#Url.SetHost( 'backnine.search.windows.net' )
#Url.SetPath( '/indexes/search/docs/index?api-version=2016-09-01' )
#request.Options.AddHeader Name("content ...
by zigzigzig
Tue Aug 15, 2017 6:44 am
Forum: Questions & Answers
Topic: 'XPRIM_HttpRequest.doPOST' JSON nesting?
Replies: 7
Views: 11737

'XPRIM_HttpRequest.doPOST' JSON nesting?

Hello all,

I'm attempting to POST with a JSON payload. The structure of the JSON is critical as its being used to create a searchable index. Thus far i've failed to get any successful responses, and when I look at the request in Fiddler, it seems like my JSON object has been nested within another ...
by zigzigzig
Thu Jul 27, 2017 6:36 am
Forum: Questions & Answers
Topic: Auto-Increment on VLWeb?
Replies: 1
Views: 3234

Auto-Increment on VLWeb?

Hello all,

I'm attempting to auto-increment a numeric field in VLWEB - I've tried to use a system variable ie '*AUTONUM___' as a default value for the field itself, but it appears this use of a system variable is not available in VLWEB. I'm interested in finding out how other people are ...
by zigzigzig
Wed Jun 28, 2017 1:44 am
Forum: Questions & Answers
Topic: Vertical Carousel Swipe
Replies: 3
Views: 8927

Re: Vertical Carousel Swipe

thanks for the help, Stewart!

Can you do incremental scrolling on trees? I should have specified that this is the behavior I need, vertical swiping that
displays a singular entry and selects it automatically, without having to click on an entry.

thanks again,
- z
by zigzigzig
Tue Jun 27, 2017 9:24 am
Forum: Questions & Answers
Topic: Vertical Carousel Swipe
Replies: 3
Views: 8927

Vertical Carousel Swipe

Hello all,

I've got a carousel control, and in order to get swiping working on it I've rotated it 90 degrees and then rotated necessary components on the design item (a label) -90 degrees. While it appears to be working, I've discovered that though rotated, the carousel is still only responding to ...