Questions tagged [smart-mobile-studio]

Smart Mobile Studio is a RAD tool for programming web client applications in an Object Pascal Dialect.

Smart Mobile Studio takes a program, written in a dialect of the Object Pascal and compiles it to a JavaScript. Run time library supports various browsers - from mobile (Safari, Android, Chrome) to desktop (Safari, Chrome, Firefox). Development environment supports creation of visual applications, games and console applications.

36 questions
1
vote
1 answer

How to make a TW3EditBox accept Floating point values

When TW3EditBox control's InputType = iNumber, the only public members for controlling the type of Number (Integer vs Float) are: public procedure setMin(const aValue: Variant); virtual; procedure setMax(const aValue: Variant); virtual; procedure…
John
  • 507
  • 3
  • 13
1
vote
1 answer

Navigating forms using layouts in multiple layout orientations?

I have a project with a number of forms. I use Layouts on all my forms. Each form has essentially the same code (see below) for when I am navigating between them. Application.GotoForm('frmInventory', feFromRight); Everything is great until I…
John
  • 507
  • 3
  • 13
1
vote
1 answer

How to change the style of a TW3HeaderControl's text in Smart Mobile Studio 2.2.4....?

SMS 2.2.4..... using the following CSS: .lblHeader{ color: #005CB9; } If I drop a TW3Label on the form and set its StyleClass = lblHeader'; it works fine. however, if I try to change the Style class of the one on the headercontrol, it doesn't…
John
  • 507
  • 3
  • 13
1
vote
1 answer

Import Datasnap Connector in Smart Mobile Studio

I've got problem with Smart Mobile Studio: I want connect with datasnap server, I import datasnap connector ( Tools>Import Datasnap Connector...) but when I execute code it prodece message: [INFO] Building project 'test'... [INFO] Compilation…
1
vote
1 answer

Using a delay (w3_setTimeOut) with Visual Control Application

Using Smart Mobile Studio 2.2.0.4165 (Beta) I am not sure if I am doing this right, and It may be that I just don't understand how to use the w3_TimeOut callback properly. The following code locks up when i click the start button. My start button…
JakeSays
  • 2,048
  • 8
  • 29
  • 43
1
vote
1 answer

How to make a TW3ListBox scrollable in SMS?

How do I make a TW3ListBox scrollable when the number of items is too large to display in the current display space? Thanks
JakeSays
  • 2,048
  • 8
  • 29
  • 43
1 2
3